/************************************** GENERAL RULES ******************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFF;
	margin:0px auto;
	text-align: center;
}

div, td {font-size: 11px; line-height: 150%; color: #333;}

#content {
    margin:0 auto;
	background-color: #fff;
	width: 750px;
}
/************************************** TOP ******************************/
.mytop {
	padding-bottom: 10px;
}

/************************************** CENTER ******************************/
.center {

}
.center li {
    list-style-type: none;
	padding-right:1px;
	padding-bottom:2px;
	margin: 0px;
	border-left: #ffffff 1px solid;
	line-height:1.5;
	padding-top:2px;
}
.center ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 30px;
}
.center a {
	color: #000000;
	text-decoration: none;
	background-repeat:no-repeat;
}
.center a:hover {
	color: #cc0000;
	background-color: #faf4ff;

}
.center a:visited {
	text-decoration: none;
	color: #000000;
}

img{ border:0px;}
/******************** SIMULATE TABLE ********************/
label{
    float: left;
    width: 120px;
	display:inline;
}
br{ clear: left;}
dt{
    float: left;
    width: 250px;
    font-weight: bold;
    margin-top: 3px;
}
/************************************** MENU DROPDOWN ******************************/
* html #wrapper {border:1px solid #fff;border-width:0 1px;}
* html #nav-wrapper #nav, * html #nav-wrapper #nav-right {display:inline;}
* html #nav-wrapper ul li a:link, * html #nav-wrapper ul li a:visited {padding-bottom:4px;}
* html #nav li ul a:link, * html #nav li ul a:visited, * html #nav li ul a:hover {padding:.6em 0 .6em 13px;}

#nav-wrapper {
	height:30px;
	background:#fff;
	background:url(images/new/menu_bg.gif) no-repeat;
    margin: 0 0 10px 0;
	padding: 5px 0 0 0;
}

#nav-wrapper #nav, #nav-wrapper #nav-right {
	float:left;
	padding:0 2px 0 0;
	margin:0 0 0 25px;
	list-style:none;
	line-height:1;
	font-size:11px;
	font-family: arial, helvetica, sans-serif;
}
#nav-wrapper ul#nav-right {float:right;margin:0 15px 0 0;}

/* suckerfish dropdowns */
#nav li {
	float:left;
}
#nav-right li {
	float:right;
}
#nav-wrapper a {
	display:block;
	width:auto;
	padding:5px 10px 4px 15px;
	color:#000;
	text-decoration:none;
	text-align:center;
	background: url(images/m1.gif) left no-repeat;
}
#nav-wrapper a:hover {
	background: url(images/m1.gif) left no-repeat;
}
#nav li ul, #nav-right li ul { /* second-level lists */
	position:absolute;
	z-index:1;
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
	background:#FEFEFE;
	width:150px;
	border:1px solid #CCC;
	border-top:none;
	left:-999em; 
}
#nav li ul a, #nav-right li ul a, #nav li ul a:visited, #nav-right li ul a:visited, #nav li ul a:hover, #nav-right li ul a:hover {
	display:block;
	padding:.6em 0 .6em 13px;
	width:137px;
	text-align:left;
	font-weight:normal;
}
#nav li ul a:hover, #nav-right li ul a:hover {
	background: #FEFEFE;
	color:#000000;
	background: url(images/m1.gif) left no-repeat;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
#nav-right li:hover ul, #nav-right li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
}
/************************************** MENU LATERAL ******************************/
.menulat {width: 180px;}

.menulat a {
	color: #000000;
	text-decoration: none;
}

.menulat a:hover {
	color: #cc0000;
	background-color: #faf4ff;
}
.mainmenu {
    font-weight: bold;
	border-bottom: #6BBA4A 1px solid;
}

.lmenu { margin-bottom: 3px; width: 180px;}

/************************************** PAGES INDICATOR ******************************/
h3 { font-size: 13px; color: #666}

.headerstyle{
    font-size: 15px;
	border-bottom: 1px dashed #CCC;
    padding:3px 0 5px 0px;
    color:#006600;
	text-decoration:none;
}
/************************************** LINK SYSTEM ******************************/
.div_block
{
    position: relative;
	padding:0px;
	margin:0px ;
	height: auto;
	width:99%;
	overflow:hidden;
}
.sub_div{
    background-repeat: repeat-y;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin:0px;
}
.row_div{
    padding:0px;
    margin: 0px;
	overflow: hidden;
}
.one_dir_links {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	background-image:url(/images/folder.gif);
	background-position:left;
	background-repeat:no-repeat;
	color: #215202; 
	text-align:left; 
	overflow: visible; 
	padding: 3px 3px 3px 20px; 
	margin: 3px 3px 3px 5px;
	float:left;
	width:40%;
}
.one_dir {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	color: #215202; 
	text-align:left; 
	overflow: visible; 
	padding: 3px 3px 3px 20px; 
	margin: 3px;
	float:left;
	width:40%;
}
.links {
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	padding: 5px;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	color: #215202; 
}
/************** SHADOW EFFECT IN FEATUREDS LINKS **********/
.blur {
    margin-top:4px;
	margin-left:4px;
	background-color:#ccc
} 
.shadow {
    right: 2px;
	bottom:2px;
	position:relative
} 
.shadow {
    background-color:#666
} 
.scontent {
    right:2px;
	bottom:2px;
	position:relative;
	text-align:center;
	border:#000 1px solid;
	padding-right:2ex;
    color: #000;
	background-color:#F0F0DD
} 
/************************************** ERROR RULES ******************************/
#error{
	padding:3px;
	margin:3px;
    font-weight: bold;
	color:#FF0000;
	font-size:10px;
	display:inline;
}
/************************************* SUCESS RULES ****************************/
#sucess{
    border:#669966 1px solid;
	padding:3px;
	margin:3px;	
    font-weight: bold;
	color:#000000;
	font-size:10px;
}
/************************************* WARNING RULES ****************************/
#warning{
    text-align:center;
	font-weight: bold;
	width: 400px;
	height:100px;
	margin:10px;
	padding-left:100px;
	border: 1px solid #999999;
	background-color: #fafafa;
	background-image:url(/images/stop.gif);
	background-position:left;
	background-repeat:no-repeat;
}
/************************************** FOOTER RULES ******************************/
.footer {
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin:0px;
	background: url(http://www.seostats.net/templates/mypagerank/images/new/footer.gif) no-repeat;
	color: #FFF;
}

.footer ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 2px;
	}
.footer li {
    list-style-type: none;
	font-size:11px; 
}
/********************************** FORMS *****************************************/
#commentform {
    background: #faf4ff;
    border: 1px solid #6BBA4A;
    padding: 10px 10px 10px 10px;
    margin:2px 2px 2px 2px;
}
textarea {
    font: 100% Monaco, "Courier New", Courier, monospace;
    border: 1px solid #808080;
    color: #333333;
    background: White url(/images/input_background.gif) repeat-x;
    width: 100%;
}
input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #808080;
    color: #333333;
    vertical-align: middle;
    background: White url(/images/input_background.gif) repeat-x;
	margin:2px;
	
}
select {
    border: 1px solid #808080;
    color: #333333;
    background-color: White;
    vertical-align: top;
}

table.traffic   
{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent; border: 1px solid;
	border-color: #6BBA4A #ffffff #ffffff #6BBA4A ; margin:0px 
}
td.traffic
{
	text-align: center;
	width: 150px;
	padding: 4px 4px 4px 4px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ffffff #6BBA4A #6BBA4A #ffffff;
	font-family: Georgia, Times New Roman, Times, serif; font-size: 12px; font-weight: bold;
}
td.traffic .normFont
{
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
}
th.traffic
{
	text-align: center;
	font-size: 12px; font-weight: normal; width:150px;
	padding: 4px 4px 4px 4px;
	border-width: 2px 1px 1px 2px;
	border-style: solid;
	border-color: #ffffff #6BBA4A #6BBA4A #ffffff;
	background-color: #faf4ff;
}
/****************************** TABE USED BY FORUM **********************************/
table.services   
{
	background-color: transparent;
	width:100%;
	margin:0px 
}
th.services
{
	text-align: center;
	background-color: #2489DB;
	color:#FFFFFF;
}

/******************************/
.toptable td {color: #663300; font-size: 10px;}
.topleft {float: left; width: 270px}
.topright {float: right; width: 270px}
.topin {border: 1px solid #CC6600; padding: 3px}