/* CALENDAR */
#container {
	margin: auto;
	width: 600px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	background-color: #FFFFFF;
}
#container #header #header_left {
	float: left;
	background-image: url(img/header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	background-image: url(img/header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}
#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}
#container #footer {
    clear:both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#container #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(img/header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
}

.month{
    width:180px;
    float:center;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
}

td.cal {
    border:1px solid #ddd;
    color:#555;
    padding:3px;
    font-size: 20px;
    text-align:right;
}

th.cal {
    padding:5px;
	background-image: url(img/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

.actday{
	background-image: url(img/hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
    font-weight:bold;
}

.days{
    background-color:#f1f1f1;
}
body {
	background-color: #343434;
	color: Black;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
td {
	color: Black;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
a {
	color: #099dff;
	font-size: 11px;
	text-decoration: underline;
}
a:HOVER {
	color: #575e62;
	text-decoration: none;
}
a:VISITED {
	color: #099dff;
	text-decoration: underline;
}
form {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
}
select {
	height: 18px;
	font-size: 11px;
}
input.form {
	background-color : White;
	border : 1px solid #c4c4c4;
	color : #010101;
	font-size : 11px;
	height : 17px;
	padding-left : 6px;
	}
select.form {
	background-color : White;
	border : 1px solid #c4c4c4;
	color : #010101;
	font-size : 11px;
	height : 17px;
	padding-left : 6px;
}
p {
	padding: 3px 10px 5px 10px;
	margin: 0px;
}
p.note {
	font-style: italic;
	padding: 3px 10px 5px 10px;
	margin: 0px;
}
p.answer {
	padding: 3px 10px 5px 150px;
	margin: 0px;
}
p.question {
	font-style: italic;
	padding: 3px 10px 5px 10px;
	margin: 0px;
}

h1 {
	color: #0099ff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 10px 10px 13px 15px;
	margin: 0px;
	font-weight: bold;
}
h2 {
	color: #3e3e3e;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 5px 10px 7px 35px;
	margin: 0px;
}
h3 .filetitle {
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}


a.more {
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
a.more:VISITED {
	color: #0099ff;
	text-decoration : none;	
}
a.more:HOVER {
	color: Black;
	text-decoration: underline;
}
a.menu {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-variant: small-caps;
	padding: 3px 10px 3px 3px;
	white-space: nowrap;
}
a.menu:VISITED {
	color: White;
	text-decoration: none;
}
a.menu:HOVER {
	color: Black;
	text-decoration: underline;
}
td.bmenu {
	color: #0099ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.bmenu {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-variant: small-caps;
	padding: 3px;
}
a.bmenu:VISITED {
	color: #0099ff;
	text-decoration : none;	
}
a.bmenu:HOVER {
	color: #0099ff;
	text-decoration: underline;
}
.text {
	padding-left: 85px;
	padding-right: 25px;
}
.text2 {
	padding-left: 85px;
	padding-right: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #585858;
}
.header {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	height : 22px;
}

#black {
	color: #000000;
}
#blue {
	color: #0090ff;
}
p.file {
	text-align: rigth;
	padding-left: 100px;	
}
#tab {
	padding: 10px 10px 10px 10px;
}
.tab_head {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	font-weight: bold;
}
.nopad {
	padding-left: 0px;
	padding-right: 0px;
}