html, body{
	font: normal 12px "Arial";
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/backend/loop_header.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/* CSS global reset for all browsers */ 
* {
	padding: 0px;
	margin: 0px;
}
/*  Global Formatting */
h1 {font-size:18px;font-weight: normal; color: #333;}
h2 {font-size:16px;font-weight: bold; color: #ff9900;}
h3 {font-size:14px;color: #ff9900; font-weight: bold;}
h4 {
	font-size:14px;
	color: #666;
	font-weight: bold;
}
h5 {font-size:12px;line-height: 13px; font-weight: bold; }
h6 {font-size:11px; color: #ff9900; font-weight: bold;}

a:link {
	/*font-family: Arial;
	font-size: 12px;	
	text-decoration: none;*/
	color: #ff9900;
}
a:hover {
	/*font-family: Arial;
	font-size: 12px;	
	text-decoration: none;*/
	color: #ff6600;
}
a:active {
	/*font-family: Arial;
	font-size: 12px;	
	text-decoration: none;*/
	color: #ff9900;
}
a:visited {
	/*font-family: Arial;
	font-size: 12px;*/
	color: #ff9900;
}
/* *********************** END GENERAL SETTINGS *********************** */

#content-left a:link {
	color: #ff9900;
	}

#content-left a:visited {
	color: #ff9900;
	}

#content-left a:hover {
	color: #ff6600;
	text-decoration:none;
	}

#content-left a:active {
	color: #ff9900;
	}
	
#content_container {
	/*margin: 0px 0px 0px 6px;*/
	margin: 0px auto;
	width: 915px;
	background: #ffffff;
	padding: 0px;
	clear:both;
	background-image: url(../images/backend/loop_header.jpg);
	background-repeat: repeat-x;
}


#top { 
	padding: 0px; 
	margin: 0px;
	background: #FFFFFF url(../images/backend/loop_header.jpg) repeat-x top center;
	float: left;
	height: 110px; 
	width: 915px;
	position: relative;
} 

#top_title {
	margin: 0px auto;
	width: 872px;
	height:110px;
	float: left;
	background-image: url(../images/backend/header.jpg);
	background-repeat: no-repeat;
} 

#top_login {
	margin: 0px auto;
	width: 835px;
	height:110px;
	float: left;
	background-image: url(../images/backend/header_login.jpg);
	background-repeat: no-repeat;
}

#top_link {
	margin: 0px auto;
	width: 40px;
	height:110px;
	float: left;
	background-image: url(../images/backend/top_link.jpg);
	background-repeat: no-repeat;
} 

#content {
	margin: 0px auto;
	width: 900px;
	background: #ffffff;
	padding: 0px;
	float: left;
}

#menu {
	padding: 0px 0px 5px 0px;
	height: 33px;
	float:left;
	width: 830px;
	background: transparent;

}


#top_search {
	background: #FFFFFF;
	width: 190px;
	height:32px;
	float: left;
	padding: 6px 0px 0px 5px;
}


#left_content{
	margin: 0px auto;
	width: 200px;
	background: #ffffff;
	padding: 12px 0px 0px 0px;
	float: left;
}

#middle_content{
	margin: 0px auto;
	width: 710px;
	background: #ffffff;
	padding: 20px 0px 0px 0px;
	float: left;
}

#middle_content_login{
	margin: 0px auto;
	width: 915px;
	background: #ffffff;
	padding: 40px 0px 0px 0px;
	float:left;

}

#middle_content_inner_table{
	margin: 0px auto;
	width: 697px;
	background: url(../images/backend/middle_table_bg.gif) repeat-y;
	padding: 5px 5px 5px 5px;
	float: left;
}
.table_middle tr td{
 vertical-align: middle;
 padding: 5px 3px 5px 3px;
}

.formStyle{
	font: normal 12px "Arial";
	margin: 10px 0px 0px 3px;
	color:#333333;
}


#footer{
	margin:0px;
	height: 18px;
	width: 345px;
	padding: 2px 0px 2px 0px;
	float: right;
	color: #666666;
	font: 11px "Arial", Times, serif;
	}

#footer_login{
	margin:0px;
	height: 18px;
	width: 420px;
	padding: 20px 0px 2px 0px;
	float: right;
	color: #666666;
	font: 11px "Arial", Times, serif;
	}
	
.table tr td{
 vertical-align: middle;
 padding: 6px 3px 25px 3px;
}



.table_title {
	background-color:#EBEDF1;
	font-size: 12px;
	color: #333333;
	padding: 5px 5px 5px 5px;
}


#left_menu{
	background: #FFFFFF;
	width: 195px;
	height:600px;
	float: left;
	padding: 0px 0px 0px 0px;
}

#menu_action a{
	font-size: 11px;
	font-weight: bold;
	color: #1f7cbf;
	background-color:#FFFFFF;
	padding: 3px 5px 3px 5px;
	border: 1px;
	border-color: #1f7cbf;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	float: right;
	margin: 12px 5px 0px 5px;
	text-decoration: none;
}

#menu_action a:hover{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#1f7cbf;
	padding: 3px 5px 3px 5px;
	border: 1px;
	border-color: #1f7cbf;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	float: right;
	margin: 12px 5px 0px 5px;
	text-decoration: none;
	}
/*________________________________________*/

#left_menu_action a{
	width: 70px;
	font-size: 11px;
	font-weight: bold;
	color: #1f7cbf;
	background-color:#FFFFFF;
	padding: 3px 5px 3px 5px;
	border: 1px;
	border-color: #1f7cbf;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	float: left;
	margin: 5px 5px 0px 5px;
	text-decoration: none;
}

#left_menu_action a:hover{
	width: 70px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#1f7cbf;
	padding: 3px 5px 3px 5px;
	border: 1px;
	border-color: #1f7cbf;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	float: left;
	margin: 5px 5px 0px 5px;
	text-decoration: none;
	}
			
#btn_menu_action a:hover{
	font-size: 11px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	background-color:#333333;
	padding: 3px 6px 3px 6px;
	border-bottom-style: groove;
	border-right-style: groove;
	margin: 4px 0px 4px 4px;
	text-decoration: none;
	display: block;
}

#btn_menu_action a{
	font-size: 11px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	background-color:#666666;
	padding: 3px 6px 3px 6px;
	border-bottom-style: groove;
	border-right-style: groove;
	margin: 4px 0px 4px 4px;
	text-decoration: none;
	display: block;
	float:left;
}

#btn_menu_action_small a{
	font-size: 9px;
	/*font-weight: bold;*/
	color: #666666;
	background-color:#FFFFFF;
	padding: 2px 4px 2px 4px;
	border: 1px;
	border-color: #CCCCCC;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	margin: 2px 4px 2px 4px;
	text-decoration: none;
	display: block;
	text-align: center;
}

#btn_menu_action_center a{
	font-size: 11px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	background-color:#666666;
	padding: 3px 6px 3px 6px;
	border-bottom-style: groove;
	border-right-style: groove;
	margin: 4px 0px 4px 4px;
	text-decoration: none;
	display: block;
	clear:both;
}
#btn_menu_action_center a:hover{
	font-size: 11px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	background-color:#333333;
	padding: 3px 6px 3px 6px;
	border-bottom-style: groove;
	border-right-style: groove;
	margin: 4px 0px 4px 4px;
	text-decoration: none;
	display: block;
	clear:both;
}

		
#middle_table{
	margin: 0px auto;
	padding:10px 5px 0px 5px;
	width: 685px;
	background: #ffffff;
	float: left;
}
#container_table_listing{
	margin: 0px 0px 0px 0px;
	width: 850px;
	background: #ffffff;
	float: left;
}

#middle_table_listing{
	margin: 0px auto;
	padding: 12px 0px 0px 0px;
	width: 696px;
	background: #ffffff;
	float: left;
}

.asterik {
	color:  #ff6633;
}
