@import url('header.css');
@import url('menucss.css');
@import url('main.css');
@import url('buttons.css');
@import url('messages.css');
@import url('modal.css');
@import url('pagination.css');

/* Global  */
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
	margin: 10px 0 10px 0;
	margin:0 auto;
	background-color:#035593;
	text-align: center;
}
ul {
	list-style-position: inside;
	padding: 6px;
	margin: 0 5px 0 5px;
}
h1 {
	font-size: 16pt;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	font-weight: bold;
}
h2 {
	font-size: 14pt;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	font-weight: bold;
	padding:0;
}
h3 {
	font-size: 12pt;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3px;
	font-weight: bold;
}
h4 {
	font-size: 10pt;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 3px;
	font-weight: bold;
}
.hbar {
	height:10px;
	margin: 10px;
	background-color: #035593;
}

img {
  padding:0;
}
.red {
	color: red;
} 

/* Footer */
#footer {
	background-color: #035593;
	text-align: center;
	width: 995px;
	min-height:75px;
	font-size: xx-small;
	clear: both;
	
}	
.footer {
	color: #FFEB85;
}

/* Mast & Header */
#header {
	/*background-image: url(../img/header/header.gif);
	background-repeat: no-repeat;
	background-position: center;*/
	width: 995px;
	height: 150px;
	background-color:#035593; 
	text-align: center;
}


.header_logo {
	font-size: 42pt;
	padding: 40px 0 0 30px;
	text-align: left;
	color:#FFEB85;
	font-weight: bold;
	text-shadow: #000 5px 5px 5px;
}

.header_text {
	font-size: 12pt;
	padding: 0 30px 0 0;
	text-align: right;
	color:#FFEB85;
	font-weight: bold;
	vertical-align: baseline;
	text-shadow: #000 5px 5px 5px;
	/*zoom:1; /* This enables hasLayout, which is required for older IE browsers */
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#100909', Direction=135, Strength=5);*/

}

/* Menu */
#tmenu {
	padding: 0 40px;
	text-align: left;
	z-index: 9;
	background-color:#035593; 
}

/* Main Section */
#main {
	width: 995px; 
	position: relative;
	margin:0 auto;
	padding:5px;
	background-color:#FDFFEF;
	min-height:600px;
}

#content {
	max-width: 985px;
	padding: 10px;
}
.content {
	width: 680px;
	min-height:550px;
	text-align: left;
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	position: relative;
		
}

.content a,a:hover,a:visited {
	color: blue;
}

.lside {
	font-family: tahoma, arial, helvetica, sans-serif;
	position: relative;
	float: none;
	width: 160px;
	font-size: 8pt;
	text-align: left;
}

#rside {
	position: relative;
	float: right;
	top: 0px;
	width: 275px;
	font-size: 8pt;
	text-align: left;
}
.rside {
	position: relative;
	float: right;
	top: 0px;
	width: 275px;
	font-size: 8pt;
	text-align: left;
	
}

.rside h2{
	height: 40px;
	background-image: url(../img/side_h1.gif);
	background-repeat: no-repeat;
	padding:7px 0 0 5px;
	color: #035593;
	font-size: 14px;
	font-weight: bold;
	border-width: 1px 1px 0px 1px;
	border-style: inset;
	margin:5px 0 0 0;
	border-color: #035593;
}

.rside_content {
	border-width: 0 1px 1px 1px;
	border-style: inset;
	border-color: #035593;
	padding: 0 10px 5px 10px;
	text-align: left;
}

.rside_tp {
	background-image: url(../img/side_pnl_tp.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
}

.rside_md {
	background-image: url(../img/side_pnl_md.gif);
	background-repeat: repeat-y;
	width: 200px;
	
}

.rside_bt {
	background-image: url(../img/side_pnl_bt.gif);
	background-repeat: no-repeat;
	height: 30px;
	width:200px;
}


.menucat {
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	
}
.menucat a {
	text-decoration: none;
	font-weight: bold;
	
}

#login {
	position: relative;
	margin:0 auto;
	/* background-color:#F86305; */	
	font-size: smaller;
	padding: 0 5px 0 5px;
}
.login {
	text-align: right;
	padding: 0 5px 0 5px;
	height: 35px;
}

.reg {
	font-size: 8pt;
	color: blue;
	text-align: right;
	height:8px;
	padding-right: 5px;
}
.reg a,a:hover,a:visited {
	font-size: 8pt;
	color: blue;
}


