/************************************** GENERAL RULES ******************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #e3e3e3;
	margin:0px;



}
.content {
    margin:auto;
	background-color: #fff;
	width: 850px;

}
/************************************** TOP ******************************/
.mytop {
	padding-bottom: 10px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;	
}
.logo {
	height: 60px;
}
/************************************** CENTER ******************************/
.center {
	background-color: #fff;
	width: 630px;
	display: block;
	float: left;
	border: 1px;
	border-bottom-color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.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:20px;
	background:#fff;
	border-bottom:#000000 1px solid;
	border-top:#000000 1px solid;
	background-image:url(images/menuback.gif);
}
#nav-wrapper #nav, #nav-wrapper #nav-right {
	float:left;
	padding:0 2px 0 0;
	margin:0 0 0 15px;
	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 12px;
	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 #555;
	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;
	float: right;
	padding-left: 10px;
	padding-right: 0px;
}
.menulat a {
    font-weight:bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px 2px 2px 10px;
	
}
.menulat a:hover {

	color: #fff;
	background-color: #86C32A;
	display: block;
}
.menulat p {
    font-weight: bold;
	padding: 0px 2px 0px 10px;
	margin:0px;
	border-left: #6BBA4A 5px solid;
	line-height: 1.6;
	border-bottom: #6BBA4A 1px solid;
	background-color:#faf4ff
}
.menulat li {
    list-style-type: none;
	border-right:#ffffff 1px solid;
	padding-right:1px;
	font-size:11px;
	padding-bottom:0px;
	margin:0px;
	border-left:#ffffff 1px solid;
	line-height:1.5;
	padding-top:0px;
	font-family:Verdana, Helvetica, sans-serif;
	background-color:#ffffff;
	border-bottom: 1px solid #86C32A;
}
.menulat ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 5px;
}



/************************************** PAGES INDICATOR ******************************/
.headerstyle{
    font-size: 12px;
    display:block;
    margin:8px 0 8px 0;
    padding:3px 0 3px 8px;
    background:#fff;
    color:#222;
	border:1px solid #ddd;
	text-decoration:none;
	background-image:url(images/menuback.gif);
}
/************************************** 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;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin:0px;
	border-top: #6BBA4A 5px solid;
	
}
.footer ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 2px;
	}
.footer li {
    list-style-type: none;
	font-size:11px; 
}
.footer a {
	color: #000000;
	text-decoration: none;
	background-repeat:no-repeat;
}
.footer a:hover {
	color: #cc0000;
	background-color: #faf4ff;

}
.footer a:visited {
	text-decoration: none;
	color: #000000;
}
/********************************** 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;
}

.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
	border:		0.1px Solid ThreeDShadow;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("/images/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("/images/upsimple.png");
}

