@charset "utf-8";
/* CSS Document */

body, html{
	padding:0px;
	margin:0px;
	font-family:tahoma, arial;
	font-size:12px;
	color:#000;
	background:#FFF url(../images/body-bg.jpg) repeat-x top left;
}
a{
	color:#000099;
	text-decoration:none;
}
a:hover{
	color:#a90d0d;
}
a img{
	border:0px none;
}
.main-wrapper{
	width:1000px;
	margin:0px auto;
}
.header{
	height:123px;
	background:transparent url(../images/header-bg.jpg) no-repeat top left;
}
.logo{
	float:left;
	padding-left:23px;
}
.header-text{
	padding-top:60px;
	padding-right:190px;
	text-align:right;
	font-size:16px;
	font-weight:bold;
	color:#FF0000;
}
.content{
	background:transparent url(../images/content-bg.jpg) no-repeat top left;
	padding:15px 25px;
}
.top-menu{
	height:33px;
	background:transparent url(../images/top-menu-bg.jpg) no-repeat bottom left;
	position:relative;
}
.top-menu-items{
	position:absolute;
	height:55px;
	bottom:0px;
}
.top-menu-item1 a{
	width:73px;
	background:transparent url(../images/top-menu1-bg.png) no-repeat top left;
}
.top-menu-item2 a{
	width:118px;
	background:transparent url(../images/top-menu2-bg.png) no-repeat top left;
}

.top-menu-item1 a, .top-menu-item2 a{
	position:absolute;
	height:18px;
	padding:10px 5px 5px 5px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#DDD;
}
.top-menu-item1 a:hover, .top-menu-item2 a:hover, .top-menu-item1 a.active, .top-menu-item2 a.active {
	height:49px;
	top:-22px;
	padding:20px 5px 15px;
	color:#FFF;
}
.left-area{
	padding-top:20px;
	width:200px;
	float:left;
}
.left-menu{
	background-color:#cc0606;
	width:188px;
}
.left-menu ul{
	padding:0px;
	margin:0px;
}
.left-menu ul li{
	list-style:none;	
}
.left-menu ul li a{
	display:block;
	padding:8px 10px 8px 15px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.left-menu ul li a:hover{
	color:#777;
}
.left-menu ul li.top{
	background:transparent url(../images/left-menu-top.jpg) no-repeat top left;
	padding-top:10px;
}
.left-menu ul li.bottom{
	background:transparent url(../images/left-menu-bottom.jpg) no-repeat bottom left;
	padding-bottom:10px;
}
.left-menu ul li.sep{
	background:transparent url(../images/left-menu-sep.jpg) no-repeat bottom left;
	height:4px;
}
.right-area{
	padding-top:20px;
	width:740px;
	float:left;
}
.footer{
	background:transparent url(../images/footer-bg.jpg) no-repeat bottom left;
	height:95px;
	padding-bottom:20px;
}
.footer-wrapper{
	width:550px;
	margin:auto;
}
.footer-links{
	text-align:center;
	float:left;
	width:300px;
	padding-top:40px;
}
.footer-links a{
	text-decoration:none;
	color:#444;
}
.footer-links a:hover{
	color:#a90d0d;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right
}
.space10{
	clear:both;
	height:10px;
}.space20{
	clear:both;
	height:20px;
}
.txtcenter{
	text-align:center;
}
.font10{
	font-size:10px;
}
.ptop5{
	padding-top:5px;
}
h2.title{
	color:#a90d0d;
	margin:0px 0px 15px;
	border-bottom:1px solid #a90d0d;
	padding-bottom:2px;
}


.input-field{
	border:1px solid #a90d0d;
	color:#333;
	font-family:tahoma, arial;
	font-size:12px;
}



/* CALENDAR  */
.calendar, .login-box{
	border:1px solid #888;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	padding:2px;
	width:184px;
}
.calendar .head-title, .login-box .head-title{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;	
	background-color:#CC0000;
	border:1px solid #E3A1A1;
	padding:5px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
.calendar table tr td{
	padding:2px;
	text-align:right;
	text-decoration:none;
	background:#EEEEEE;
	border:1px solid #888;
	color:#004276;
	font-weight:bold;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	font-size:10px;

}
.calendar table tr td.week-end{
	color:#FF0000;
}
.calendar table tr td.today{
	background:#FBF8EE;
	border:1px solid #FCD3A1;
	color:#444444;
}
.calendar table tr th{
	font-size:10px;
	font-weight:bold;
	text-align:center;
	padding:2px;
}


input.error { border: 1px solid red; }
label.error {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}
label.valid {
	background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/checked.gif') no-repeat;
	display: block;
	width: 16px;
	height: 16px;
}

table.list-result{
	border-top:1px solid #CC0606; 
	border-left:1px solid #CC0606; 
	border-right:1px solid #CC0606; 
}

table.list-result tr.even td{
	background-color:#fff;
	border-bottom:1px solid #CC0606;
	padding:2px 5px;
}
table.list-result tr:hover td{
	background-color:#eee;
}
table.list-result tr.odd td{
	padding:2px 5px;
	border-bottom:1px solid #CC0606;
}
table.list-result tr.odd td .text-field{
	border:1px solid #999;
	font-family:tahoma, arial;
	font-size:12px;
	color:#000066;
}
table.list-result tr.odd td .text-field:focus{
	border:1px solid #ff6699;
	font-family:tahoma, arial;
	font-size:12px;
}

table.list-result tr.head td{
	font-weight:bold;
	padding:2px 5px;
	background-color:#CC0606;
	border-bottom:1px solid #CC0606;
	color:#FFFFFF;
}


/*   MESSAGE BOX   */
.message_box_wrapper{
	position:relative;
}
#message_box{
	position:absolute;
	top:-20px;
	width:100%;
	display:none;
}
#message_box table.message_content_holder{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	padding:0px;
	margin:0 auto;
	background-color:#a90d0d;
}
#message_content{
	color:#FFF;
	font-weight:bold;
	padding:5px 20px;
}
#message_content ul{
	padding:0px 0px 0px 10px;
	margin:0px
}
