body {
	background-color:#FFFFFF;
	margin: 10px 0;
	padding:0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
form, input, select, textarea {
	margin:0;
	padding:0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
input, select, textarea {
	color: #666666;
}
.longInput {
	width: 190px; 
	border:1px solid #91a8bc;
	padding: 2px;
}
.mediumInput {
	width: 85px; 
	border:1px solid #91a8bc;
	padding: 2px;
}
.shortInput {
	border:1px solid #91a8bc;
}
#container {
	width: 665px;
	margin: 0 auto;
}
#header_logo {
	padding: 0 0 10px 15px;
}
#header_label {
	padding: 0 10px 4px 0;
	text-align:right;
}
#main_content, #sub_content {
	padding: 6px 15px;
	background-color: #f4f4f4;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #aaaaaa;	
}
#main_content p, #sub_content p {
	margin:0 0 5px 0;
	padding:0;
}
.shadow {
	width:5px;
	background: top left url(../graphics/shadow_right.gif) repeat-y;
}
.sub_shadow {
	width:5px;
	background: top left url(../graphics/sub_right_shadow.gif) repeat-y;
}
.alternate_links {
	color: #aaaaaa;	
	text-align: center;
}
.alternate_links a {
	color: #aaaaaa;	
}

.light {
	color: #888888;
}
.dark {
	color: #666666;
}
.boxon { display: block; }
.box { display: none; }
.norm { font-family: Arial; font-size: 11px; line-height: 14px; color: #000000; }
.norm a { color: #4669AA; }
.small { font-family: Arial; font-size: 10px; color: #999999; }
.small a { color:#4669AA; }
.tiny { font-family: Arial; font-size: 9px; color: #999999; }
.calpanel { position: relative; }
.calblock { position: absolute; left: 155px; top: 40px; width: 140px; height: 330px; z-index: 15; visibility: hidden; }
.cal_header { font-family: Arial; font-size: 12px; font-weight: bold; color: #ffffff; }
.cal_days { font-family: Arial; font-size: 9px; font-weight: bold; color: #eeeeee; }
.cal_day { font-family: Arial; font-size: 11px; line-height: 15px; color: #999999; }
.cal_day a:link { font-family: Arial; font-size: 11px; line-height: 15px; font-weight: bold; color: #999999; text-decoration: none; }
.cal_day a:visited { font-family: Arial; font-size: 11px; line-height: 15px; font-weight: bold; color: #999999; text-decoration: none; }
.cal_day a:active { font-family: Arial; font-size: 11px; line-height: 15px; font-weight: bold; color: #999999; text-decoration: none; }
.cal_day a:hover { font-family: Arial; font-size: 11px; line-height: 15px; font-weight: bold; color: #999999; text-decoration: underline; }

.developedby {
font-size:9px;
color: #eee;
padding-top: 5px;
}
.developedby a {
font-size:9px;
color: #eee;
}

