body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/headerBG.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
}

h1, h2, h3, h4 {
	margin: 0;
	text-transform: none;
	font-weight: normal;
	color: #c70302;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
	}

h2 {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4 {
	color: #333333;
	font-weight:bold;
	padding-bottom: 10px;
}
h5 {
	color: #333333;
	font-weight:bold;
	padding-bottom: 10px;
	font-size:12px;
}

.error {
height: 40px;
color:#CC0000;
background-image:url(../images/warning.png);
background-repeat:no-repeat;
background-position:left top;
padding-left: 35px;
padding-top: 7px;
vertical-align:middle;
font-size:12px;
}
.error_msg {
height: 40px;
color:#CC0000;
background-image:url(../images/warning.png);
background-repeat:no-repeat;
background-position:left top;
padding-left: 35px;
padding-top: 0px;
vertical-align:middle;
font-size:12px;
}
.good {
height: 40px;
color:#009900;
background-image:url(../images/good.png);
background-repeat:no-repeat;
background-position:left top;
padding-left: 35px;
padding-top: 7px;
vertical-align:middle;
font-size:12px;
}

hr {
	height: 0;
	border-style: dotted; 
	border-width: 1px 0 0 0; 
	border-color: #333333;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 12px;
}

a:link {
	color: #CC0000;
}

a:hover, a:active {
	text-decoration: none;
	color: #CC0000;
}

a:visited {
	color: #CC0000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset

{
	border: 1px solid #6e0101;
	Padding: 10px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#F4F4F4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior:url(border-radius.htc);

}



legend {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c70302;
	border: 1px solid #6e0101;	
	padding: 2px 6px;
	background-color:#FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

label{
width: 120px;
font-size:18px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


.reportinput{
	height: 24px;
	padding: 6px 3px 1px 3px ;

}
input{
	height: 20px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 3px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
	
}
.e_input{
	height: 16px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 2px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
}
.e_submit{
	margin-left: 10px;
	margin-top: 5px;
	height: 22px;
	padding: 2px;
	font-size:12px;
}
input:hover, input:focus, select:hover, select:focus{
	border: 1px solid #c70302;
}
.submit:focus, .reportsubmit:focus{
border: 0px solid #FFFFFF;	
}
.tbinput{
width: 700px;
margin-bottom: 5px;
height: 20px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 5px;


}


select{
height: 27px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#333333;
padding: 3px;
border: 1px solid #666666;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;

}

.submit{
margin-left: 10px;
margin-bottom: 3px;
width: 95px;
height: 31px;
padding:0 0 0 0; 
text-align:center;
vertical-align: middle;
border: 0px;
background-image:url(../images/submit.png);
background-color: transparent;
}

.submitsearch{
margin-left: 10px;
width: 95px;
height: 31px;
padding:0 0 0 0; 
text-align:center;
vertical-align: middle;
border: 0px;
background-image:url(../images/search.png);
background-color: transparent;

}
.reportsubmit{
	margin-left: 10px;
	margin-bottom: 13px;
	width: 108px;
	height: 35px;
	text-align:center;
	vertical-align: middle;
	background-image:url(../images/run_reportpng.png);
	border: 0px;
	background-color: transparent;
}
.submit:hover{
background-image:url(../images/submit-hover.png);
background-color: transparent;
border: 0px solid #FFFFFF;
}
.reportsubmit:hover{
background-image:url(../images/run_report-hover.png);
background-color: transparent;
border: 0px solid #FFFFFF;
}
.submitsearch:hover{
background-image:url(../images/search_hover.png);
background-color: transparent;
border: 0px solid #FFFFFF;
}

textarea{
width: 600px;
height: 300px;
margin-bottom: 5px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 10px;
}

.textarea{
width: 95%;
height: 100px;
margin-bottom: 5px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 10px;
}

.checkbox{
margin-left: 0px;
margin-top: 10px;
clear:none;
width: 20px;
}

.label{
float: left;
width: 90px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-top:7px;
}
.diaglabel{
font-size:12px;
padding-top: 55px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.reportlabel{
	font-size:14px;
	font-family:Helvetica;
	vertical-align: middle;
	/*margin-right: 90px;*/
	margin-bottom: 7px;
	text-align:left;
}
.reportlabelCentered{
	font-size:14px;
	font-family:Helvetica;
	vertical-align: middle;
	/*margin-right: 90px;*/
	margin-bottom: 7px;
	text-align:center;
}
.diagTitle{
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;


}

.boxes{
width: 1em;
}

br{
clear: left;
}

/* Contact Form */


.conlabel{
float: left;
width: 120px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-top:7px;
}

.coninput{
/*width: 250px;*/
margin-bottom: 5px;
height: 20px;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 3px;
}
.contbinput{
width: 700px;
margin-bottom: 5px;
height: 20px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 5px;
}


.conselect{
margin-bottom: 5px;
height: 30px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 5px;

}

.consubmit{
margin-left: 10px;
margin-top: 10px;
width: 90px;
height: 26px;
padding:0 0 0 0; 
text-align:center; 
}

.contextarea{
width: 600px;
height: 300px;
margin-bottom: 5px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 10px;
}


/* Header */

#header {
	width: 950px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

#logo {
	float: left;
	/*padding-top: 165px;*/
	margin-top: 2px;
	/*background-image: url(../images/logo.png);*/
	width: 375px;
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 135px;
}

#logo h1 {
	font-size: 38px;
	color: #FFFFFF;
	padding-left: 50px;
}

#logo h1 sup {
	vertical-align: text-bottom;
	font-size: 24px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	margin-top: -5px;
	font-size: 12px;
	color: #A0A0A0;
	padding-left: 52px;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 12px;
	width:auto;
	height: 30px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
}

#menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #c70302;

	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 17px;
	vertical-align:middle;
	}

#menu a:hover {
	text-decoration: none;
	margin-left: 3px;
	color: #DDDDDD;
	margin-top: 1px;
	background-image: url(../images/menu_bg_hover.jpg);
	background-repeat:repeat-x;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
	
}

#menu .active a {
	margin-top: 1px;
	margin-left: 3px;
	color: #DDDDDD;
	background-image: url(../images/menu_bg_hover.jpg);
	background-repeat:repeat-x;
	border: 1px solid #999999;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
}
/* admin menu */
#adm-menu {
	float: left;
	margin-top: 0px;
	margin-bottom: 25px;
	width:auto;
	height: 30px;
	background-image: url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
}

#adm-menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}

#adm-menu li {
	display: inline;
}

#adm-menu a {
	display: block;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	text-decoration: none;
	font-size: 12px;
	color: #c70302;

	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 17px;
	vertical-align:middle;
	}

#adm-menu a:hover {
	text-decoration: none;
	margin-left: 3px;
	color: #DDDDDD;
	margin-top: 1px;
	background-image: url(../images/menu_bg_hover.jpg);
	background-repeat:repeat-x;
	border: 1px solid #999999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
	
}

#adm-menu .active a {
	margin-top: 1px;
	margin-left: 3px;
	color: #DDDDDD;
	background-image: url(../images/menu_bg_hover.jpg);
	background-repeat:repeat-x;
	border: 1px solid #999999;	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
}
/* Page */

#page {
	width: 950px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 690px;
}
#sContent {
	float: left;
	width: 920px;
	padding-left: 15px;
	padding-right: 15px;
}


/* Post */

.post {
}

.post .title {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 0 0 30px;
	background: url(../images/newsTitle.png) no-repeat left 50%;
	border-bottom: 1px solid #86910F;
}
.post .stitle {
	margin-bottom: 10px;
	margin-top: 10px;
	/*border-bottom: 1px solid #86910F;*/
	border-bottom: 1px solid #6e0101;
	background-repeat: no-repeat;
	background-position: left 50%;
	height: 35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 30px;
	vertical-align: middle;
}
.post .vtitle {
	margin-bottom: 10px;
	margin-top: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 50%;
	height: 35px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #86910F;
	text-align: right;
}



.post .entry {
	padding-bottom:10px;
}

.post .meta {
	border: 1px solid #86910F;
	padding: 15px 10px 30px 10px;
	background-color: #736e65;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #CCCCCC;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(../images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(../images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

#left_ad {
	float: left;
	width: 130px;
}
#right_ad {
	float: right;
	width: 130px;
}
#upper_ad {
	margin-top: 55px;
	margin-bottom: 15px;
	text-align:center;
	
}
#middle_ad {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align:center;
	
}
/* Sidebar */

#sidebar {
	float: right;
	width: 225px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../images/img04.gif) no-repeat left 50%;
	border-bottom: 1px solid #86910F;
	font-size: 16px;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 110px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 4px 4px;
	background: #C1D11C;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(../images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(../images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */

#footer {
	height: 100px;
	min-height: 74px;
	padding: 10px 0 0 0;
	/*background: #666159 url(../images/img02.jpg) repeat-x left top;*/
}

#legal {
	clear: both;
	padding-top: 30px;
	text-align: center;
	color: #A0A0A0;
}

#legal a {
	color: #A0A0A0;
}
.anchors {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #86910F;
	border-right-color: #86910F;
	border-bottom-color: #86910F;
	border-left-color: #86910F;
	width: auto;
	padding: 0px;
	text-align: center;
}
.diagTable {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px dashed #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	text-align: center;
	
}

#dheader {
	margin: 0 0 15px 0;
}

#dleft {
	float: left;
	width: 450px;
}

#dright {
	float: right;
	width: 450px;
}

#dfooter {
	clear: both;
}
/*==================================================*/
/*======================Light Box===================*/
/*==================================================*/


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.dnsReport {
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 0px;
	width: auto;
	text-align: center;
}
.loadingAjax{
	color: #400000;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;	/*font-weight:bold;*/
}
.reportAjax {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px dashed #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior:url(border-radius.htc);
}
.reportAjax h2 {
	font-size: 18px;
	color: #900;
	text-align: left;
}
.reportAjax h3 {
	margin-top: 0px;
	font-size: 13px;
	color: #009900;
	text-align: left;
/*	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333; 
	padding-bottom: 5px; */
}
.reportComplete{
	background-color: #BAFF8C;
	padding: 10px;
	border: 1px dashed #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #900;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.reportTraceRT {
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px dashed #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.hspacer25{
	height: 0;
	border-style: dotted; 
	border-width: 1px 0 0 0; 
	border-color: #333333;
	padding-bottom: 25px;
	margin-top: 10px;
	float:right;
}
#bl_column1 {
	font-size:10px;
	border: 1px dotted #333333;
	padding: 5px;
	float: left;
	width: 207px;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color:#D7D7D7;
}
#bl_column2 {
	font-size:10px;
	border: 1px dotted #333333;
	padding: 5px;
	float: left;
	width: 207px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	background-color:#FFFFFF;
}	
#bl_column3 {
	font-size:10px;
	border: 1px dotted #333333;
	padding: 5px;	
	float: left;
	width: 207px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 10px;
	background-color:#D7D7D7;
}
#bl_column4 {
	font-size:10px;
	border: 1px dotted #333333;
	padding: 5px;	
	float: left;
	width: 207px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 10px;
	background-color:#FFFFFF;
}
#bl_column5 {
	font-size:10px;
	border: 1px dotted #333333;
	padding: 5px;	
	float: right;
	width: 210px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color:#D7D7D7;
}

.bl_innerCol_white{
	height: 60px;
	padding: 5px;
	background-color:#FFFFFF;
	border: 1px solid #333333;
	}
.bl_innerCol_gray{
	height: 60px;
	padding: 5px;
	background-color:#D7D7D7;
	border: 1px solid #333333;
}
.new_bl_innerCol_white{
	height: 16px;
	padding: 5px;
	background-color:#FFFFFF;
	border: 1px solid #333333;
    vertical-align: middle;
	}
.new_bl_innerCol_gray{
	height: 16px;
	padding: 5px;
	background-color:#D7D7D7;
	border: 1px solid #333333;
	line-height: 15px;
    vertical-align: middle;
	
}
#preload {
visibility:hidden;
}
#ipinfo{
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
float:right;
height: 50px;
width: auto;
padding: 3px 15px 3px 15px;
border: 1px #E5E5E5 solid;
background-color: #666666;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
behavior:url(border-radius.htc);
clear:right;
}
.ipinfo_font{
text-align:left;
font-size:9px;
color: #FFFFFF;
}
.ipinfo_font b{
text-align:left;
font-size:9px;
color: #CCCCCC;
}
.news{
	margin-top: 55px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border: 1px #c70302 dashed;
	width: 920px;
	padding: 22px 5px 5px 5px;
	font-size:14px;
	color:#333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color:#F2F2F2
}
.news p{
line-height:normal;
text-align:center;
vertical-align: middle;
}
#admin_menu{
	width: 920px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}
#admin_menu a{
padding: 5px;
}


.adm-auctions{

height: 100px;
padding: 20px;

}

.adm-name{

	display:block;
	width:200px;
	padding-right:5px;
	float:left;
	text-align:right;
	padding:2px 5px 2px 5px;
	text-align:left;
	margin:0px 2px 0px 0px;
	vertical-align:middle;
	height: 25px;
	font-size:12px;
	background-color: #cccccc;



}

.adm-address{

	display:block;
	width:300px;
	padding:2px 2px 2px 5px;
	padding-left:5px;
	float:left;
	text-align:center;
	margin:0px 2px 0px 0px;
	vertical-align:middle;
	height: 25px;
	font-size:12px;
	background-color: #cccccc;

}

.delete, .edit{

	float:left;
	padding:5px 5px 0px 5px;
	margin:0px 2px 0px 0px;
	vertical-align:middle;
	background-color: #cccccc;
	height: 24px;

}
.adm-statst1{

	display:block;
	width:200px;
	padding-right:5px;
	float:left;
	text-align:right;
	padding:2px 5px 2px 5px;
	text-align:left;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
	height: 25px;
	font-size:12px;
	background-color: #666666;
	color:#CCCCCC;



}


.stats-countt{

	float:left;
	padding:5px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
	background-color: #cccccc;
	height: 24px;
	width: 202px;
	text-align:center;
	background-color: #666666;
	color:#CCCCCC;

}
.stats-count{

	float:left;
	padding:5px 5px 0px 5px;
	margin:0px 2px 0px 0px;
	vertical-align:middle;
	background-color: #cccccc;
	height: 24px;
	width: 200px;
	text-align:left;

}
.paragraph{

	margin:0px 0px 0px 0px;
	/*border-top:2px solid #FFFFFF;*/
	clear:both;

}
.paragraph2{

	margin:0px 0px 0px 0px;
	border-top:4px solid #FFFFFF;
	clear:both;

}

#header-ad
{
	float:right;
	margin-right: 40px;
	height: 62px;
	margin-top: 10px;
}
.padtop10px{
padding-top:10px;
}
#keywords{
	margin-top:100px;
	clear:both;
	font-size: 1px;
	color: #fff;
}
/* Login Form */
.lform {
	margin: 0;
	padding: 0;
}


.llabel{
float: left;
width: 100px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-top:7px;
}

.linput{
/*width: 250px;*/
margin-bottom: 5px;
height: 20px;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 3px;
}

.ltextarea{
width: 600px;
height: 300px;
margin-bottom: 5px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
padding: 10px;
}

.lcheckbox{
float:left;
margin-left: 0px;
clear:none;
width: 20px;
}

.boxes{
width: 1em;
}
.indexStats{
	text-align:center;
	font-size:9px;
}
.indexStats_left{
	text-align:left;
	font-size:9px;
}