body{
	margin:0;
	padding:0;
	color:#00000;
	font:72% Verdana,Tahoma,sans-serif;
	background-color: #F3F3F3;
	background-repeat: repeat-y;
	background-position: left top;
}

#sitebox {
	color: #000000;
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	
	overflow:auto;
	
	width: 1000px;
	border: 2px solid #254A77;
	
	padding: 0px;
	margin-bottom: 1px;
	
}

#header {
float: left;
background-color: #ffffff;
overflow:auto;
}
#menu {
	float:right;
	display:block;
	width:950px;
	height:20px;
	right:75px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 1px;
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
}
#menu a{
	color:#333333; 
	font-weight:bold; 
	text-decoration:none;
	padding-right:1px;
	padding-left:1px;
}

#menu a:hover{
	color:#8DBDFF; 
	text-decoration:underline;
}


#content {
	float: left;
	width: 1000px;
	background-color:#FFFFFF;
	padding:0px, 0px, 0px, 0px;
	margin-bottom:0px;
}

#contentLeft{
	float: left;
	width: 180px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-left: 3px;
	/*height:600px;*/
	overflow:auto;
}

#contentLeft a:hover{
	/*text-decoration:underline;*/
}	

.tabel {
	background-color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	color:#000000;
		
}

.tabel_cap{
	background-color:#8DBDFF;
	color:#FFFFFF;
	border:1px solid #000000;
	font-size:15px;
}

.tabel_cap2{
	background-color:#8DBDFF;
	color:#FFFFFF;
	font-size:15px;
}

.tabel_corp{
	background-color:#FFFFFF;	
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	background-color:#f6f2f6;
}

.tabel_corp2{
	background-color:#FFFFFF;	
	font-size:13px;
	font-weight:bold;
	background-color:#f6f2f6;
	color:#000000;
	text-align: center;
}


#contentRight{
	width: 760px;
	font-size:13px;
	background-color: #FFFFFF;
	border:1px solid #000000;
	margin-left:225px;
	margin-right:3px;
	margin-bottom: 20px;
}

#contentRightEmpty{
	font-size:13px;
	float: right;
	width: 790px;
	background-color: #FFFFFF;
	margin-top:10px;
	margin-left:10px;
	margin-right:3px;
	margin-bottom: 20px;
}


#contentRight a{
	text-decoration:underline;
	color: #FF0000;
	/*border-bottom:1px solid #0F3969;*/
}



#contentLeft a{
	color: #000000;
	/*border-bottom:1px solid #0F3969;*/
}


#sitebox img{
	border:0px;
}


#footer{
	float:left;
	width: 1000px;
	/*height: 50px;*/
	font-size: 12px;
	line-height: 30px;
	color: #000000;
	font-weight:bold;
	background: #ffffff;
	margin-top:1px;
	vertical-align:text-bottom;
	margin-bottom: 0px;
}

#footerLeft{
	float: left;
	width: 400px;
	/*height: 50px;*/
	text-align: left;
}


#footerRight{
	float: right;
	width: 500px;
	/*height: 50px;*/
	text-align: right;
}
#footer a{
	color:#FF0000;
	font-weight: 700;
	font-size:small;
}


#footer a:hover{
	color:#333333;
}

/* Store addons */
.store_cats input[type="text"], .store_cats textarea, .store_files input[type="text"], .store_files textarea{
	width: 500px;
	padding: 5px;
}

.store_files textarea, .store_cats textarea {
	height: 200px;
}

/* Calendar css */
.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; }
.datepicker tr.controls th { height: 22px; font-size: 11px; }
.datepicker select { font-size: 11px; }
.datepicker tr.days th { height: 18px; }
.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; }
.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; }
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }

.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
.datepicker tbody td.date { cursor: pointer; }
.datepicker tbody td.date.over { background-color: #99ffff; }
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; }

