* {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
	margin: 0;
}
body {
	margin: 0;
	background-color: #FFF;
	font-family: Arial;
}

/* Header Styles */
#header{
	width: 100%;
	height: 50px;
	background: #FFF url(../images/abg.jpg) repeat-x top left;
}
#header a{
	text-decoration: none;	
}
#header #logo{
	height: 50px;
	margin-left: 20px;
	margin-top: 16px;
	font-size: 20pt;
	font-family: sans-serif;
	text-shadow: #000 2px 2px 2px;
	letter-spacing: 2px;
	color: #FFF;
	float: left;
}
#header #nav{
	float: right;
	margin-right: 25px;
	height: 12px;
	margin-top: 18px;
}
#header .nitem{
	float: right;
	height: 12px;
	color: #CCC;
	font-size: 12px;
}
#header .nitem_spa{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
	height: 12px;
	color: #CCC;
	font-size: 12px;
}
/* Menu Styles */
#menu{
	width: 100%;
	height: 30px;
	background: #FFF url(../images/bg2.jpg) repeat-x top left;
}
#menu #cont{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#menu #cont .mi{
	float: left;
	height: 25px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: #274459;
	font-size: 16px;
	color: #FFF;
	line-height: 24px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	border-left: 1px solid #122431;
	border-right: 1px solid #122431;
	border-top: 1px solid #122431;
	font-family: Helvetica, Helvetica nue;
}
#menu #cont .mi a, #menu #cont a{
	text-decoration: none;
}
#menu #cont .mi:hover, #menu #cont .active{
	cursor: pointer;
	color: #000;
	background-color: #FFF;
	background-image: none;
}
#sub_menu{
	width: 100%;
	height: 22px;
}
#sub_menu #scont{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#sub_menu #scont .smi{
	float: left;
	height: 20px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 13px;
	color: #274459;
	line-height: 19px;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	font-family: Helvetica, Helvetica nue;
}
#sub_menu #scont .smi a, #sub_menu #scont a{
	text-decoration: none;
}
#sub_menu #scont .smi:hover, #sub_menu #scont .active{
	cursor: pointer;
	color: #000;
	text-decoration: none;
	background-color: #ddeff6;
}


#footer{
	width: 100%;
	height: 40px;
	background-color: #444;
	position: fixed;
	bottom: 0px;
	text-align: left;
	padding-left: 40px;
	font-size: 14px;
	color: #E4F2FD;
	line-height: 28px;
	font-family: Arial;
}
#footer a{
	color: #51a3ff;
	text-decoration: none;
}
#footer .small_out{
	font-size: 12px;
	color: #E82728;
	text-decoration: underline;
}

/* Body Container */
#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	color: #7f7f7f;
	font-size: 12px;
	min-height: 500px;
	margin-top: 4px;
}

/* Message */
#container #message{
	float: left;
	margin-top: 10px;
	width: 890px;
	height: 20px;
	font-size: 22px;
	padding-left: 10px;
	color: #000;
	font-family: sans-serif;
	text-align: center;
}

/* Body Style Left */
#container #left{
	float: left;
	width: 600px;
	min-height: 400px;
	margin-top: 20px;
}

#container .mitem{
	float: left;
	width: 590px;
	margin-top: 5px;
	min-height: 50px;
	background: #EEE;
	margin-left: 10px;
	border: #DDD 1px solid;
	margin-bottom: 10px;
}
#container .mitem .heading{
	float: left;
	width: 584px;
	padding-left: 6px;
	padding-top: 2px;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #333;
	border-bottom: #DDD 1px solid;
	background: transparent url(../images/heading_bg1.png) repeat-x top left;
}
#container .mitem .heading .button{
	float: right;
	width: 80px;
	height: 20px;
	text-decoration: none;
	background: transparent url(../images/button.png) repeat-x top left;
	font-size: 8px;
	font-variant: small-caps;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	color: #2d4b57;
	margin-right: 4px;
	margin-top: -2px;
}
#container .mitem .content1{
	float: left;
	width: 575px;
	height: 15px;
	font-size: 14px;
	padding: 6px;
	color: #333;
}
#container .mitem .content1 a{
	text-decoration: none;
	color: #0f678b;
}
#container .mitem #myTable, #container .mitem #myTable2{
	float: left;
	width: 590px;
}
#container .mitem #myTable a, #container .mitem #myTable2 a{
	color: #0f678b;
	text-decoration: none;
}


#container .mitem2{
	float: left;
	width: 850px;
	margin-top: 5px;
	min-height: 50px;
	background: #EEE;
	margin-left: 10px;
	border: #DDD 1px solid;
	margin-bottom: 10px;
}
#container .mitem2 .heading2{
	float: left;
	width: 844px;
	padding-left: 6px;
	padding-top: 2px;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #333;
	border-bottom: #DDD 1px solid;
	background: transparent url(../images/heading_bg1.png) repeat-x top left;
}

#container .mitem2 #myTable3{
	float: left;
	width: 850px;
}
#container .mitem2 #myTable3 a{
	color: #0f678b;
	text-decoration: none;
}

#container .mitem2 .content{
	float: left;
	width: 850px;
	padding: 4px;
	color: #333;
}

/* tables */
table.tablesorter {
	font-family: Arial;
	background-color: #DDD;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
	color: #000;
}
table.tablesorter thead tr .header {
	background-image: url(../images/blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/blue/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/blue/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}
.red{
	color: #FF0000;
}
.small{
	font-size: 10px;
}
.med{
	font-size: 12px;
}
.large{
	font-size: 14px;
}
a{
	color: #000;
	text-decoration: none;
}
/* Body Style Right */
#container #right{
	float: left;
	width: 250px;
	min-height: 400px;
	margin-top: 20px;
	margin-left: 45px;
}

#container #right .mitem2{
	float: left;
	width: 250px;
	margin-top: 5px;
	min-height: 50px;
	background: #EEE;
	border: #DDD 1px solid;
	margin-bottom: 10px;
}
#container #right .mitem2 .heading{
	float: left;
	width: 244px;
	padding-left: 6px;
	padding-top: 2px;
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #333;
	border-bottom: #DDD 1px solid;
	background: transparent url(../images/heading_bg1.png) repeat-x top left;
}
#container #right .mitem2 .heading .button{
	float: right;
	width: 80px;
	height: 20px;
	text-decoration: none;
	background: transparent url(../images/button.png) repeat-x top left;
	font-size: 8px;
	font-variant: small-caps;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	color: #2d4b57;
	margin-right: 4px;
}

#container #right .mitem2 #myTable3, #container #right .mitem2 #myTable4{
	float: left;
	width: 250px;
}
#container #right .mitem2 #myTable3 a, #container #right .mitem2 #myTable4 a{
	color: #0f678b;
	text-decoration: none;
}

.error_msg{
	margin: 8px;
	border-color: #730008;
	border-width: 2px;
	border-style: solid;
	background-color: #b60006;
	color: #ffc5cc;
	float: left;
	padding: 8px;
	clear: both;
	
}

.comment-form{
	padding: 8px;
	clear: both;
	color: #2e2e2e;
}
.comment-form span.input-title{
	background: #eef6ff;
	border-top: 1px solid #5889a3;
	border-right: 1px solid #5889a3;
	border-left: 1px solid #5889a3;
	padding: 2px 4px;
	margin: 8px 0 0;
}
.comment-form input[type='text'], .comment-form input[type='file']{
	background: #c4d9f0;
	border: 1px solid #5889a3;
	padding: 2px;
	width: 200px;
	margin: 0 0 16px;
}
.comment-form input[type='password']{
	background: #c4d9f0;
	border: 1px solid #5889a3;
	padding: 2px;
	width: 200px;
	margin: 0 0 16px;
}
.comment-form input[type='submit'], .button{
	background: #eef6ff;
	border: 1px solid #5889a3;
	padding: 2px;
	font-size: 18px; 
	width: 200px;
}
.comment-form textarea{
	background: #c4d9f0;
	border: 1px solid #5889a3;
	padding: 2px;
	width: 90%;
	margin: 0 0 8px;
}
.comment-form select{
	background: #c4d9f0;
	border: 1px solid #5889a3;
	padding: 2px;
	width: 90%;
	margin: 0 0 8px;
}
.comment-form .checkbox_cont{
	float: left;
	min-height: 150px;
	background: #eef6ff;
	border: 1px solid #5889a3;
	padding: 2px;
	width: 90%;
	margin: 0 0 8px;
}

.cbcatitm{
	float:left;
	width:200px;
	height:20px;
}

.tdform{
	padding: 8px;
	clear: both;
	color: #0f678b;
}
.tdform span.input-title{
	padding: 2px;
	width: 400px;
	font-size: 12px; 
	color: #000;
	line-height: 24px;
}
.tdform input[type='text']{
	background: #eee;
	border: 1px solid #ddd;
	padding: 2px;
	width: 99%;
	font-size: 12px; 
	color: #000;
}
.tdform input[type='password']{
	background: #eee;
	border: 1px solid #ddd;
	padding: 2px;
	width: 99%;
}
.tdform input[type='submit']{
	background: #eee;
	border: 1px solid #ddd;
	padding: 2px 10px;
	font-size: 12px; 
	color: #000;
}
.tdform input[type='submit']:hover{
	background: #ddd;
	border: 1px solid #aaa;
	padding: 2px 10px;
	font-size: 12px; 
	cursor: pointer;
	color: #000;
}
.tdform textarea{
	background: #eee;
	border: 1px solid #ddd;
	padding: 2px;
	width: 99%;
}
.tdform select{
	background: #eee;
	border: 1px solid #ddd;
	padding: 2px;
	width: 99%;
}


/* Login Styles */
#container #login{
	width: 289px;
	height: 259px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	background: white url(../images/login_bg.jpg) no-repeat top left;
}
#container #login #cont{
	float: left;
	width: 250px;
	height: 220px;
	margin-left: 20px;
	margin-top: 20px;
}
#container #login #heading{
	float: left;
	width: 200px;
	height: 20px;
	font-size: 18px;
	color: #2d4b57;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 4px;
}
#container #login .form{
	float: left;
	width: 180px;
	height: 140px;
	margin: 10px;
	color: #0f678b;
}
#container #login .form input[type='text'], #container #login .form input[type='password']{
	background: #EEE;
	border: 1px solid #AAA;
	color: #2d4b57;
	padding: 2px;
	width: 220px;
	margin: 0 0 16px;
	font-size: 18px;
}
#container #login .form input[type='submit']{
	background: #EEE;
	border: 1px solid #AAA;
	padding: 2px;
	font-size: 18px; 
	width: 226px;
	color: #0f678b;
}
#container #login .form input[type='submit']:hover{
	background: #DDD;
	border: 1px solid #AAA;
	padding: 2px;
	font-size: 18px; 
	width: 226px;
	cursor: pointer;
	color: #0f678b;
}
#container #login #forgot{
	float: left;
	width: 200px;
	height: 20px;
	font-size: 12px;
	color: #2d4b57;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 4px;
	text-decoration: none;
	cursor: pointer;
}
#container #login #forgot:hover{
	cursor: pointer;
	text-decoration: underline;
}