/* 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;
}

