
/* Mellanox EDC styles */

/* START Global */ 
body {
	background-color: pink;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:22px;
	color:#161c28;
	margin-top:0px;
	padding-top: 0px;
	background:url(../img/common/bg_top.jpg) top center no-repeat #e6e6e6;
	}

p { margin: 0px; padding: 0px 20px 0px 20px; }
	
a:link { color: #75a0c5; text-decoration: none; }	
a:visited { color: #75a0c5; text-decoration: none; }	
a:hover { color: #40719c; text-decoration: underline; }	

h1 { color:#75c3a3; font-size:24px; font-weight: normal; padding-left: 20px; }
h2 { color: #0d4567; font-size:16px; font-weight:normal;	padding: 0px 0px 0px 25px; }
h3 { color: #0d4567; font-size:16px; font-weight:normal;	padding: 0px 50px 0px 75px; }

hr {
	border: 0px dashed #999c9c;
	margin-right: 15px;
	background:url(../img/common/bg_hr.gif) repeat-x 0px 0px;
	height:1px;
	}
/* END Global */ 



/* --- START minimum to vertically stretch columns --- */	
#container {
	width:954px;
	margin:0px auto 0px auto;
	}
#column_container {
	width:954px;
	border: 0px solid #00FF00;
	background:url(../img/common/bg_column_divider.gif) no-repeat 0px 280px;
	}
#left_column {
	border: 0px solid green;
	/*border: 1px solid #c5cfce;
	background-color:#888;*/
	float:left;
	width:265px;
	padding: 0px 0px 20px 20px;
	/*padding:10px 23px 20px 17px;width:243px;*/
	}
#right_column {
	border: 0px solid blue;
	/*background-color:#666;*/
	border-left: 1px solid #b8bfbf;
	float:left;
	width:600px;
	padding: 10px 10px 20px 20px;
	/*padding:10px 20px 20px 20px;width:623px;*/
	}
#column_closer {
	/*border: 1px solid green;*/
	width: 954px;
	height: 10px;
	background:url(../img/common/bg_column_closer.gif) no-repeat 0px 0px;
	clear:both;
	}
	
/* --- END minimum to vertically stretch columns --- */	

#header {
	width: 940px;
	height: 122px;
	border: 0px solid magenta;
	margin:0px auto 0px auto;
	}

#footer {
	margin:10px auto 0px auto;
	padding: 5px 0px 10px 0px;
	font-size: 12px;
	width: 940px;
	height: 67px;
	background:url(../img/common/bg_footer.gif) no-repeat 0px 0px;
	}
	
#footer p { margin: 0px; padding: 0px; color:#3b3b3b; text-align:center;}
#footer a:link { color:#75a0c5; font-weight:bold; text-decoration: none; }
#footer a:visited { color:#75a0c5; font-weight:bold; text-decoration:none; }
#footer a:hover { color:#40719c; font-weight:bold; text-decoration:underline; }

#left_column_content p {
	margin: 0px; 
	padding: 6px 20px 6px 15px; 
	line-height: 15px; 
	font-size:12px; 
	color:#75a0c5; 
	}
	
#add_link {
	background-color:#dde0e0;
	border-bottom: 3px solid #c4c9c9;
	color: #0d4567;
	font-size:17px;
	padding-left: 15px;
	width: 237px;
	margin-bottom: 10px;
	}

ul.bullet { list-style-image: url("../img/common/bullet.gif"); line-height:25px; }
ul.bullet2 { list-style-image: url("../img/common/bullet.gif"); }
ul.bullet2 li { margin-bottom:10px; padding: 0px 100px 0px 10px; line-height:18px; }