@charset "UTF-8";
/* CSS Document */

              a:hover {  text-decoration: underline}
              a {  text-decoration: none; font-family: Arial, Helvetica, sans-serif; color: #000099}
              p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
			 .footer {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal}
body {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}.icon_caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.invisible_box {
	border: 0px none;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 .menu_visitor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	color: #666666;
	font-weight: lighter;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.table_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.table_td_general {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 1px solid #666666;
	background-image: url(images/grid_images/td_background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 1px 1px 1px 2px;
}
.table_labels {
	background-color: #EBEADB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	border-top: 0px none;
	border-right: 1px solid #D6D2C2;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
	font-weight: bold;
	padding: 1px;
	background-image: url(images/grid_images/cell_menu_background.gif);
	text-align: center;
	background-position: left center;
}
.managed_with {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}


body {
	margin:0px;
	background:#fefefe;
	font-family:Verdana, Geneva, sans-serif;
	}
	
.clear {clear:both;}

.warning {color:#F00; font-weight: bold;}
	
body2 {
	position:absolute;
	width:100%;
	height:200px;
	}	

#main_container {
	position:relative;
	width:100%;
	max-width:2000px;
	min-width:350px;
	margin:0px;
	}

#header {
	position:relative;
	width:100%;
	height:55px;
	margin:0px;
	background:url(../images/header_bg.png) repeat-x;
	z-index:120;
	}
	
#header_buttons {
	width:150px;
	text-align:right;
	padding-right:20px;
	color:#FFF;
	margin-top:23px;
	right:0px;
	position:absolute;
	}	
	
#header_buttons a {
	text-decoration:none;
	color:#FFF;
	font-size:11px;
	}
	
#header_buttons a img {
	width:15px;
	border:none;
	}		
	
#info_header {
	position:relative;
	width:100%;
	margin:0px;
	background-color:#F0F0F0;
	border-bottom:1px solid #CCC;
	z-index:120;
	}
	
#session_info {
	position:relative;
	padding-top:6px;
	padding-bottom:6px;
	margin-right:15px;
	text-align:right;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	text-shadow:0px 1px 0px #FFF;
	}		
	
#ad_1, #ad_2{ margin: 10px 0 0 0; }
.footer_text{margin: 10px 0 0 30px; font-size: 9px;}
	
#logo_wrapper {
	position:absolute;
	width:356px;
	top:10px;
	left:10px;
	z-index:120;
	}

#logo_wrapper img {
	width:250px;
	}	
	
#login_wrapper {
	text-align: center;
	padding: 10px;
	border: 1px solid #666;
	background-color: #F3F3F3;
	
}

#login_button{
	width: 100px;
	height: 30px;
	border: 1px solid #690;
	margin: 10px;
	background-color:#CF6;
	cursor: pointer;
	
	
}

#ad_2{
	text-align: center;
}

#menu_container {
	position:absolute;
	left:0px;
	z-index:100;
	}

#content_container {
	position:relative;
	float:left;
	margin:0px 0px 0px 40px;
	z-index:0;

	}
	
#main_content_container {
	position:relative;
	float:left;
	margin-left:30px;
	/*max-width:550px;*/
	}
	
#head {
	position:relative;
	max-width:250px;
	}
	
#head h3 {
	margin:10px 0px 10px 0px;
	line-height:20px;
	}
	
#head h3 img {
	margin:0px 0px -10px 0px;
	}		
	
#main_content {
	position:relative;
	width:100%;
	margin:0px;
	}
	
.dashboard_icon {
	width:70px;
	height: 65px;
	display:inline-block;
	font-size:10px;
	text-align:center;
	margin-right:5px;
	margin-bottom:5px;
	padding:3px;
	box-shadow:0px 0px 3px #333;
	-webkit-box-shadow:0px 0px 3px #333;
	-moz-box-shadow:0px 0px 3px #333;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	}
	
.dashboard_icon img {
	width:30px;
	margin-bottom:10px;
	border:none;
	}					
	
.icon_text {
	height:30px;
	position:absolute;
	width:70px;
	}	
	
#tabs_container {
	position:absolute;
	left:690px;
	margin-top:20px;
	margin-right:10px;
	margin-left:20px;
	font-family:Verdana, Geneva, sans-serif;
	}	