/* CSS Document */
@import url("../stylesheets/date_picker.css");
body {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(/images/bkgrd.jpg);
	background-color: #605e69;
	font-size:12px;
}

table, td, p{
	color: #605e69;
	font-size:12px;
}

a{
	color:#FF0000;
	text-decoration:none;
	white-space:nowrap;
}

a:visited{
	color:#FF0000;
}

a:hover{
	color:#FF0000;
	text-decoration:underline;
}

h2, h3{
	color:#02233B;
}

h2{
	font-size:14px;
}

h3{
	font-size:12px;
}

h3.title{
	font-size:13px;
	color:#02233B;
}

#left_column{
	width:230px;
	padding-right:10px;
}

#middle_column_2{
	padding-left:10px;
}

#menu_row{
	padding-top:10px;
}

#content{
	padding-top:20px;
}

#footer{
	font-size:10px;
	text-align:center;
	padding-top:30px;
}

.vert_rule{
	background-image: url(../images/vert_rule.jpg);
	background-repeat:repeat-y;
	background-position:top;
	width:5px;
}

.horiz_rule{
	background-image: url(../images/horiz_rule.jpg);
	background-repeat:repeat-x;
	background-position:left;
	height:5px;
}

#left_column td.right_bar{
	background-image:url(../images/left_column_right.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#left_column td.bottom_bar{
	background-image:url(../images/left_column_bottom.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:220px;
}

#left_column td.connector{
	background-image:url(../images/connector.jpg);
	background-repeat:no-repeat;
}

td.connector{
	background-image:url(../images/connector.jpg);
	background-repeat:no-repeat;
}

.tip-text{
	display:none;
}

div.tip-top {
	background: url(/images/baloon_top.png) top left no-repeat !important;
	height:12px !important;
	width:194px; !important;
	background: url(/images/baloon_top.gif) top left no-repeat;
	height:10px;
	width:192px;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

div.tip {
	width: 194px !important;
	width: 192px;
	color: #fff;
	text-shadow: 2px 2px 1px #222;
	text-align: center;
	background: url(/images/a.png) top left no-repeat !important;
	background: url(/images/balloon_middle.gif) top left no-repeat;
	font-size: 10px;
	margin:0px;
}

div.tip-bottom {
	background: url(/images/baloon_bottom.png) top left no-repeat !important;
	height:10px !important;
	width:194px; !important;
	background: url(/images/baloon_bottom.gif) top left no-repeat;
	height:11px;
	width:192px;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
}

.leg_reg_title{
	font-weight:bold;
	font-size:10px;
	color:#636363;
}

.leg_reg_title{
	font-size:10px;
	color:#02233b;
}

object#swf_header:focus { outline: transparent none; }
object#calendar:focus { outline: transparent none; }

.file_error{
	color:#FF0000;
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url("../images/error.png") no-repeat 0 50%;
	display:none;
}

a.admin_menu{
	color:#03233C;
}

a.admin_menu:visited{
	color:#03233C;
}

.required{
	color:#FF0000;
}

.left_title{
	color:#354C74;
	white-space:nowrap;
}

a.left_menu{
	line-height:24px;
	text-transform:uppercase;
}

.calendar_date{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14;
	color:#181539;
	margin:0px;
	padding:3px;
	padding-right:6px;
	width:30px;
	border-right-width: thin; 
	border-right-color:#02233B;
	border-right-style:double;
}

.calendar_date_month{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14;
	color:#FF0103;
	margin:0px;
	padding:3px;
	padding-left:6px;
	width:110px;
}

.calendar_title{
	font-family:"Trebuchet MS";
	font-size:14;
	font-weight:bold;
	color:#02233B;
	margin:0px;
	padding:3px;
	width: 300px;
}


.calendar_text{
	padding:6px 6px 25px;
}
