/* 
 * ITWallStreet.com
 * CSS design by Alex Ho & Marvin Charles
 * Updated 03/26/08 Friday 16:03
 */

body {
background:#C2C2C2 url(../img/backgrounds/bg_graystrips.jpg) repeat-x fixed center top;
font-size: 11px;
font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
color:#333333;
padding:0;
margin:0;
}
a {color:#FF6600;}
a:visited {color:#FF6600;}
a:hover {color: #666666;}
a:active { color:#000000;}

h1 {
font-size: 11px;
background-color: #6699CC;
color: #FFFFFF;
text-transform: uppercase;
padding:5px 10px;
margin:0 }

h2 {
font-size:20px;
font-weight: normal;
padding: 5px 10px;
margin:0;}

h3 {
font-size: 11px;
background-color: #666666;
color: #FFFFFF;
text-transform: uppercase;
padding:5px 10px;
margin:0 }

h4 {
font-size: 11px;
color: #FFFFFF;
text-transform: uppercase;
padding:5px 10px;
margin:0 }

img.download {vertical-align:middle;}
img {border: none;}

/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin: 0 auto;
background-color: #DDDDDD;
}

/* ----------------navigation------------------- */
#navigation {
text-align: left;
padding: 0px;
margin: 0px;
height: 30px;
}

/* ----------banner for logo-------------- */
#banner {
text-align: left;
padding: 0px;
margin: 0px;
height: 90px;
}


/* ----------------search--------------- */
#search {
	background: url(../img/headers/search.png);
	position: relative;
	text-align: left;
	padding: 0px;
	margin: 0px;
	width: 700px;
	height: 80px;
}

#search  #search_input{
	position: relative;
	top: 16px;
	left: 220px;
	padding: 10px;
	border: none;
	width: 300px;
	color:#999999;
	font-weight:bold;
	font-size: 1.2em;
}
#search #search_button {
	position: relative;
	top: 11px;
	left: 230px;
}

#searchForm {
	margin: 10px;
	padding: 20px 5px 10px 5px;
	background-color: #DDD;
}

#searchForm label{
	margin-right: 10px;
}

#searchForm #search_button {
	position: relative;
	top: 10px;
	left: 10px;
}

#searchForm #advanced_button {
	position: relative;
	top: 10px;
	left: 30px;
}

form #adv_search{
	margin-top: 10px;
}

form #adv_search legend{
	position: static;
}

form #adv_search fieldset.categories{ 
	position: static;
	float: left; 
	width: 46%;
	border: 1px solid silver;
	background: none;
}

form #adv_search fieldset.employType{
	position: static;
	background: none;
	float: right; 
	width: 46%;
	border: 1px solid silver;
}

#jobListings{
	margin: 0px 10px;
}

/* -----------------content------------------- */
#content {
background-color: #FFFFFF;
padding: 0px;
margin: 0 200px 0 0;
}
div#content { 
min-height:600px;
height:expression((this.scrollHeight > 600) ? "auto":"600px"); 
}

p, pre {
padding: 5px 10px;
margin:0px;
}
td {
padding: 5px 10px;
margin: 0px;
}

th {
font-size: 11px;
background-color: #666666;
color: #FFFFFF;
text-transform: uppercase;
padding:5px 10px;
text-align: left;
margin:0;
 }

/* --------------forms------------- */
form{
	margin-top: 20px;
}

fieldset{
	width: 80%;
	margin: 0px auto 10px auto;
	border: 1px solid #6699cc;
	background: #F0F3F7;
	position: relative; 
	padding: 0 10px 10px 10px; 
} 

fieldset legend{
	position: relative;
	/* Gecko ignores this, but IE moves the legend up accordingly */
	top: -.8em;
}

/* Hide this rule from IE */

*>fieldset legend{ 
	/* Since Gecko ignores the rule above, we'll push it up with margin-bottom */
	margin-bottom: 0em;
}

/* ------------ Fx.Scroll ------------ */

#demo-bar {
	margin: 20px auto 5px auto;
	padding: 0;
	width: 680px;
	text-align: center;
}
 
#demo-wrapper {
	margin: -10px auto;
	overflow: hidden; 
	height: 150px; 
	width: 680px;
	border: 1px solid #C0D1E3;
	position: relative;
}
 
#demo-inner {
	background: url(../img/scroll.png) no-repeat;
	width: 3400px;
	height: 150px;
	position: relative;
}
 
.scrolling-content {
	width: 680px;
	height: 150px;
	text-align: center;
	position: absolute;
}

#content1 {
	left:0px; 
	top: 0px;
}
 
#content2 {
	left: 680px; 
	top: 0px;
}
 
#content3 {
	left: 1360px; 
	top: 0px;
}
 
#content4 {
	left: 2040px; 
	top: 0px;
}

 
#content5 {
	left: 2720px; 
	top: 0px;
}

/* --------------resources------------- */
#resourceList{
	list-style: none;
}
#resourceList li{
	border: 1px solid transparent;
}

#resourceList ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

#resourceList ul li{
	margin: 5px auto;
	list-style-type: disc;
}

/* --------------right navi------------- */
#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
}

/* --------------login form------------- */
#right form{
	margin: 10px 0px;
}
#right form div.username label,
#right form div.password label{
	width: 70px;
	margin:10px auto 3px 20px;
}

#right form div.username input,
#right form div.password input{
	margin:0px auto 3px 20px ;
}

#right form div.remind{
	margin: 0px 0px 0px 30px;
}

#right form div.button{
	margin: 10px 0px 0px 71px;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right; 
}

/* -----------Misc--------------------------- */
.clear{
	visibility: hidden;
	clear:both;
}

/*-----------Error Messages--------------------------- */
#alert p{
	width: 60%;
	padding: 10px;
	margin: 5px auto;
	text-align: center;
}

#alert p.error{
	color: #be0b0b;
	background-color: #ffe1da;
	border: 1px solid #f34f4f;
}

#alert p.success{
	background-color: #e2f9e3;
	border: 1px solid #9C9;
	color: #080;
}

#alert p.warning{
	background-color: #fff8bf;
	border: 1px solid #ffd324;
	color: #eb830c;
}

.highlight {
	background-color: yellow;
}