/* CSS Document */


td.left_bevel{
background-image:url(../images/common/left_bevel.gif);
background-repeat:repeat-y;
}

td.right_bevel{
background-image:url(../images/common/right_bevel.gif);
background-repeat:repeat-y;
}


td.bottom{
background-color:#663366;
border:#999999 1px solid;
color:#FFFFFF;
text-align:center;

}


td.middle_shading{
background-image:url(../images/common/middle_shade.gif);
background-repeat:repeat-y;
}

.loginerror
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#990000;
}


td.title_bar{
background-image:url(../images/arbor/title_bar.gif);
background-repeat:no-repeat;
}

h1{
font-size:18px;
color:#663366;
font-weight:bold;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-style:italic;
padding: 10px 0 10px 6px;
}



h2{
font-size:16px;
color:#663366;
font-weight:bold;
padding: 10px 0 10px 6px;
}

h3, h3 a{
font-size:13px;
color:#663366;
font-weight:bold;
padding: 10px 0 10px 6px;
}

td.calendar_border{
border-right:#999999 1px solid;
border-bottom:#999999 1px solid;
}

td.calendar_border_active{
		border-right:#999999 1px solid;
		border-bottom:#999999 1px solid;
		background-color:#CAFFD6;
		cursor:pointer;
	}
	
a.main_link{
	font-size: 11px;
	color:#000066;
	text-decoration:underline;
}

a.main_link:hover{
	font-size: 11px;
	color:#000000;
	text-decoration:none;
}


/* Arts Featured Links */

#arts-features
{
padding: 0 1px 1px;
margin-left: 0;
font-weight:bold;
background: #eaeaea;
width: 13em;
}

#arts-features li
{
list-style: none;
margin: 0;
line-height:2;
border-top: 1px solid #eaeaea;
text-align: left;
}

#arts-features li a
{
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #d8ffd2;
background: #fff;
text-decoration: none;
}

#arts-features li a:link { color: #448; }
#arts-features li a:visited { color: #448; }

#arts-features li a:hover
{
border-color:#090;
color: #000;
background: #eaeaea;
}

