@charset "utf-8";
/* CSS Document */

form {
	margin: 0px;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#696767;
}
html>body div img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
}
input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
p, blockquote, ul, ol
{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:1em;
}
a {
	color:#2B7EC2;
	
}
a:hover {
	color:#FF6600;
}

/* BEGIN OF CLASSES FOR SITE */
.button {
	background:url(../images/buttons/blue_button.gif) repeat-x;
	border:1px solid #121c62;
	padding-bottom:3px;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	font-weight:normal;
	height:28px;
	text-align:center;
	text-decoration:none;
	background-color:#939ce4;
	}

	
	
.button:hover, .button:active {
	background:url(../images/buttons/blue_button-over.gif) repeat-x;

}

.button-grid {
	background:url(../images/buttons/blue_button.gif) repeat-x;
	border:1px solid #121c62;
	padding-bottom:3px;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	font-weight:normal;
	height:20px;
	text-align:center;
	text-decoration:none;
	background-color:#939ce4;
	}

.button-select {

	
	color:#fff;
	cursor:pointer;
	font-size:11px;
	font-weight:normal;
	height:15px;
	text-align:center;
	text-decoration:none;
	}
	
.button-grid:hover, .button-grid:active {
	background:url(../images/buttons/blue_button-over.gif) repeat-x;
background-color:#939ce4;
}

.input {
	background-color:#FFFFFF;
	border:1px solid #999999;
	color:#333333;
}

/* ########################################### TOP CLASSES ########################################### */
.header {
	background:url(../images/top/page_bg.jpg) repeat-x top;
	height:105px;
	min-width:990px;
}
.header.whiteline {
	background:url(../images/top/page_bg_whiteline.jpg) repeat-x top;
}
.header .logo {
	height:102px;
	padding-left:0px;
}
.header .menu {
	width:300px;
	padding-top:10px;
	color:#CCCCCC;
}
.header .menu.padding_right {
	padding-right:40px;
}
.header .menu a {
	color:#CCCCCC;
	text-decoration:none;
	font-size:11px;
}
.header .menu a:hover {
	color:#FFFFFF;
}
.header .menu.tabs_container {

}
.header .menu.tab_on {
	float:left;
	margin:0 3px;
	width:180px;
	font-size:14px;
	color:#FFFFFF;
	cursor:pointer;
}
.header .menu.tab_on .tab_left {
	background:url(../images/tool_supplier/tab_left_on.gif) no-repeat bottom;
	width:10px;
	height:32px;
}
.header .menu.tab_on .tab_right {
	background:url(../images/tool_supplier/tab_right_on.gif) no-repeat bottom;
	width:10px;
	height:32px;
}
.header .menu.tab_on .tab_middle {
	background:url(../images/tool_supplier/tab_bg_on.gif) repeat-x bottom;
	text-align:center;
	vertical-align:middle;
	padding:2px 0 0 0;
}
.header .menu.tab_off {
	float:left;
	margin:0 3px;
	width:180px;
	font-size:14px;
	color:#000000;
	cursor:pointer;
}
.header .menu.tab_off .tab_left {
	background:url(../images/tool_supplier/tab_left_off.gif) no-repeat bottom;
	width:10px;
	height:32px;
}
.header .menu.tab_off .tab_right {
	background:url(../images/tool_supplier/tab_right_off.gif) no-repeat bottom;
	width:10px;
	height:32px;
}
.header .menu.tab_off .tab_middle {
	background:url(../images/tool_supplier/tab_bg_off.gif) repeat-x bottom;
	text-align:center;
	vertical-align:middle;
	padding:2px 0 0 0;
}

.home_content {
padding:0px 0 0px 0;
margin:0px;

width:100%
}

.grid_request_number {
font-weight:900;
display:block;
height:20px;
float:left;
}

a.grid_request_detail, .grid_request_detail a, .grid_request_detail a:link, .grid_request_detail a:visited{
display:block;
height:15px;
float:right;
margin-right:3px;
	background:#eee;
	border:1px solid #fff;
	padding:2px;
	color:#999;

	font-size:10px;
	font-weight:normal;

	text-align:center;
	text-decoration:none #eee;
	padding-top:1px;
	padding-bottom:1px;
}

.grid_request_detail a:hover{

display:block;
height:15px;
float:right;
margin-right:3px;
	background:url(../images/buttons/blue_button.gif) repeat-x;
	border:1px solid #121c62;
	padding:2px;
	color:#fff;
	cursor:pointer;
	font-size:10px;
	font-weight:normal;
	text-align:center;
	text-decoration: none #eee;
	padding-top:1px;
	padding-bottom:1px;
}

.footer .menu {
	padding-top:5px;
	color:#CCCCCC;
	text-align:center;
}
.footer a {
	color:#CCCCCC;
	text-decoration:none;
	font-size:11px;
}
.footer a:hover {
	color:#FFFFFF;
}
.content {
	background-color:#FFFFFF;
	min-width:990px;

}
.content.nologin {

}
.title {
	color:#333333;
	font-size:14px;
	font-weight:bold;
}
.content.nologin .title {
	padding:50px 0 15px 15px;
}
.bold_regular_text {
	font-weight:bold;
	font-size:11px;
}
.content.nologin .fields {
	padding:0 0 10px 10px;
}
.content.nologin .submit_but {
	padding:15px 0 0 15px;
}
.content.nologin .retrieve_link {
	padding:25px 0 0 15px;
}
.content.nologin .retrieve_link a {
	font-size:10px;
}
.footer {
	background:url(../images/bottom/bottom_bg.jpg) repeat-x #696767;
	color:#CCCCCC;
}
.copyright {
	padding-top:25px;
	text-align:center;
}
.footer .links {
	text-align:center;
	padding-top:5px;
}
.footer .siteby {
	background:url(../images/bottom/sitebybg.gif) no-repeat center;
	text-align:center;
	vertical-align:middle;
	height:26px;
	padding:10px 0 0 0;
	margin-bottom:5px;
	margin-top:25px;
}
.footer .siteby a {
	color:#006600;
	font-size:12px;
	font-weight:bold;
}
.footer .siteby a:hover {
	color:#FFFFFF;
}
.header .page_title {
	color:#FFFFFF;
	font-size:18px;
	padding-top:30px;
}
.header_user_info {
	color:#999999;
	padding-top:3px;
}
.homelogo{
margin-left:30px;
float:left;
width:257px;
}

.homelogin {
	background:url(../images/home-login-bg.jpg) no-repeat;
	width:404px;
	height:75px;
	margin-top:10px;
	float:right;
	margin-right:30px;
	}
	
.login-inner {
		margin-top:40px;
		margin-left:12px;
		}
		
.login-button {
	background:url(../images/login-button.jpg) no-repeat;
	width:47px;
	height:20px;
	border:0px;
	margin-left:10px;
	
	}
.home-content {
	margin-left:30px;
	width:928px;
	overflow:auto;
	padding-bottom:40px;

	}

.flash-promo {

	padding-top:18px;
	}
	
.home-left {
	float:left;
	width:450px;
	margin-top:32px;
	}
	
.home-right {
	float:right;
	width:405px;
	margin-top:32px;
	}
	
.left-title {
	font-weight:900;
	font-size:16px;

	}

.home-about {
	margin-top:20px;
	margin-bottom:30px;
	}
	
.home-about-title {
	font-size:16px;
	font-weight:900;
	color:#669933;
	}
	
.home-about{ 
	font-size: 12px;
	color:#333;
	line-height:1.3em;
	}
.home-about img {
float:left;
margin-right:18px;

}	

.sep {
padding-top:15px;
padding-bottom:0px;
}

.home-signup {
background:url(../images/sign-up.gif) no-repeat;
width:404px;
height:204px;
font-size:14px;
color:#3d3d3d;

}

.join-title {
font-weight:900;
font-size:18px;
text-align:center;
padding-top:10px;
}

.join-text {
margin-left:18px;
margin-right:18px;
line-height:1.3em;
}

.home-features {
width:402px;
border:1px solid #ccc;
color:#333;
font-size:11px;
line-height:2em;
margin-top:20px;
padding-top:15px;
padding-bottom:15px;
}

.home-features-title {
	font-size:16px;
	font-weight:900;
	color:#669933;
	line-height:1em;
	text-align:center;
	margin-bottom:10px;
	padding-top:0px;
	}
	
.home-quotes {
	font-size:15px;
	line-height:1.3em;
	padding-top:30px;
	color:#333;
	}

.home-quotes-title {
	font-size:16px;
	font-weight:900;
	color:#669933;
	line-height:1em;
	text-align:center;
	margin-bottom:10px;
	padding-top:0px;
	}	
.quote-author {
font-size:12px;
text-align:right;
}	

.signup-exp {
width:500px;
line-height:1.3em;
color:#333;
}
/* ########################################### END CUSTOM CLASSES ########################################### */