/* CSS Document */
html			{
					height: 100%;
					width: 100%;
					min-height: 100%
				}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3399ff;
	background-image:url(/images/site/btmbk.jpg);
	background-repeat:repeat-y;
	background-position:center;
	height:100%;
	width: 100%;
	min-height:100%;
}

.content{
  
}

td.off {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
background-image:url(/images/site/btnoff.gif);
padding-left:8px;
padding-bottom:5px;
padding-top:5px

}

td.on {
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#FFFFFF;
background-image:url(/images/site/btnover.gif);
padding-left:8px;
padding-bottom:5px;
padding-top:5px
}

td.on a, td.off a, td.on a:visited, td.off a:visited, td.on a:hover, td.off a:hover, td.on a:active, td.off a:active{
color:#FFFFFF;
text-decoration: none
} 


.contcell{
padding-left:7px
}
.titlecell{
font-size: 17px;
font-weight:bold;
background-image:url(/images/site/head2.jpg);
background-position:right top;
background-repeat:no-repeat;
padding-left:5px;
padding-right:200px;
text-align:center
}


.archive, .archive a:link, .archive a:active, .archive a:visited{
color:#FFFFFF;
text-decoration: none
}
.archive a:hover{
color:#FFFFFF;
text-decoration: underline
}

td.headerlev3{
font-size: 17px;
font-weight:bold

}
td.headerlev2{
font-size: 15px;
font-weight:bold
}

/* calendar css */

.noDay					{font-size: 10px}
.day					{font-size: 10px; background-image:url(/images/cal/bak.gif); padding: 0px}
.day a:link				{color: #000066; text-decoration: none}
.day a:visited			{color: #000066; text-decoration: none}
.day a:active			{color: #000066; text-decoration: none}
.day a:hover			{color: #666666; text-decoration: underline}
.today 				{font-size: 10px; background-image:url(/images/cal/bakToday.gif); padding:0px}
.today a:link			{color: #FFFFFF; text-decoration: none}
.today a:visited		{color: #FFFFFF; text-decoration: none}
.today a:active			{color: #FFFFFF; text-decoration: none}
.today a:hover			{color: #FFFFFF; text-decoration: underline}

/* end of calendar css */