@charset "utf-8";
/* CSS Document */
body {
	background: #4E534F url('images/bg_01n.gif') top center repeat-x;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* top of menu Properties */
.solidblockmenu{
	float: none;
	font: bold 13px Arial;
	width: 100%;
	overflow: hidden;
	height: 54px;
	background-color: black;
	background-image: url(images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin: 0em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: none;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	padding-top: 19px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}
/* end of menu Properties */

img { 
	border: 0; 
}
.BTM_MENU {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.BTM_TEXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.TitleBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #052E5F;
	font-weight: bold;
}
.documenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
}
.calendar_names {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.links {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
}
.quotes {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #999999; }
.style5 {
	color: #666666
}
.calendarTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #417888;
	}
.calendar_dates {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #417888;
}
.specialTitle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.doc {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00F;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
.docNolink {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #06F;
}
.descriptions {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
.borderbox {
	border: 1px solid #EEE;
	padding: 3px;
	margin: 3px;
	
}
/* ------------START ---------*/
#gradient-style
{
	font-family: Arial;
	font-size: 12px;
	margin: 10px;
	width: 800px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-color: #b9c9fe;
	background-image: url(table-images/gradhead.png);
	background-repeat: repeat-x;
}
#gradient-style td
{
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-color: #e8edff;
	background-image: url(table-images/gradback.png);
	background-repeat: repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	color: #330;
	background-color: #d0dafd;
	background-image: url(table-images/gradhover.png);
	background-repeat: repeat-x;
}
/* ------------END ---------*/