@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family:Verdana;
	font-size:10px;
	
}
body {

	background-color: #505050;
	font-family:Verdana;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#666666;
	font-size:10px;
}
input{ border:1px solid #999999;}
form table tr td{ font-weight:bolder; font-size:11px;}
#all_site{ width:804px; background-color:#F6F4F5;  margin:10px auto 10px auto;}
#top{}
#top_block{ width:100%; height:113px;  background-image:url(../images/web/top-bg.jpg); float:left;}
#login{ float:right; margin:30px 20px 3px 10px; width:367px; height:33px; background-image:url(../images/web/login-bg.jpg); background-repeat: no-repeat;}
#username{ width:80px; }
#password{ width:60px;}
#logo{ padding:45px 0 0 10px;; float:left;}
#menu{ float:left; margin:0 0 0 9px; width:794px; height:20px; background-image:url(../images/web/menu.jpg)}
#menu_text{ float:right; margin:3px 20px 2px 2px; color:#FFFFFF; font-size:11px;}
#menu_text a:link{ color: #ffffff;	text-decoration: none;}
#menu_text a:visited{color: #ffffff;	text-decoration: none;}
#menu_text a:hover{color: #ff0000;	text-decoration: underline;}

#main{width:790px; margin:0 auto 0 auto; background-color: #FFFFFF;}
#left_page{ float:left; width:220px; padding:4px; }
#right_page{ float:left; width:480px; padding:10px 30px 20px 30px; line-height:26px;}
#foot{ font-size:10px; clear:both; text-align:center; line-height:18px; background-color:#F6F4F5;}
#foot a{ color:#666666;}

#edirectm-services{ border:1px solid #cccccc; padding:8px; font-size:18px; font-weight:bolder; width:98%; height:300px;}

.screen_shot{ width:229px;  padding:2px 0 20px 0;}
.screen_shot_head{
	width:100%;
	height:22px;
	background-image:url(../images/web/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #525252;
	font-weight: bolder;
	color: #F6F4F5;
	vertical-align:middle;
	margin-bottom:10px;
}
.screen_shot_text{ margin:4px 0px 4px 20px; padding:2px;}
.screen_shot_image{ cursor:pointer;}
.subject{ font-size:13px; font-weight:bolder;}
.line{
	width:90%;
	height:5px;
	border-top: 1px dashed #666666;
	border-right: 0px dashed #666666;
	border-bottom: 0px dashed #666666;
	border-left: 0px dashed #666666;
	margin-top:40px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}