/* CSS Document */
body { margin: 0px; text-align: center; background-color: #C4C4C4; }

#wrapper { clear: both; width: 1013px; margin: 0px auto; }

#header { height: 100px; border-top: solid 5px black; border-left: solid 5px black; border-right: solid 5px black; background: white;}
#header img { border: 0px; }

#breakbar { border-top: solid 5px black; border-left: solid 5px black; border-right: solid 5px black; padding: 3px; background: #A6A6A6; color: white; text-indent: 5px; font: normal bold 12px arial; text-align: left; } 

#button_bar 
{ 
	float: left;
	height: 575px;
	border-color: black;
	border-style:solid;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;	
	border-right-width: 5px;
	background-color: #7E7E7E;
}

.buttons { border: solid 2px #C4C4C4; margin: 3px;}
.buttons img {border: 0px;}

#main 
{ 
	padding:3px;
	margin-left: 195px;
	border-style: solid;
	border-color: black;
	border-width: 5px 5px 5px 0px;
	background-color: #7E7E7E;
}

#flash { border: solid 2px #C4C4C4; }

.vacancyHeader
{
	float: left;
	font-weight: bold;
	font-size: 12px;
}

.listingTitle
{
	padding: 3px 0px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width:25%;
}

.listing 
{ 
	float: left;
	font-size: 12px;
	text-align: center;
	width:24%;
}



.mini
{
	font-size:10px; 
}

.small
{
	font-size:12px;
}

.large
{
	font-size:14px;
	font-weight:bold;
}

.makeBold
{
	font-weight:bold;
}

.addPadding
{
	padding:3px;
}

.addBorder
{
	border: 1px solid black;
}

.clearFloat
{
	clear:both;
}
	
.separater
{
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: black;
	height:auto;
	margin:3px 0px 3px 0px;
}	

.cityText
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333333;
}
	
.defaultText 
{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:3px;
	text-align:left;
}

.vacancyInfo
{	
	background-color:#FFFFFF;
}

.vacancy 
{
	border: 2px solid black;
}

.university
{
	color:#B8C1C7;
	background-color:#5A6875;
}

.union
{
	color:#CFC7B0;
	background-color:#928167;
}

.fischer
{
	color:#E7D0CD;
	background-color:#864E43;
}

.lawrence
{
	color:#E1D3CB;
	background-color:#C28E74;
}

.westmount
{
	color:#ebdcd0;
	background-color:#7f5d41;
}

.union2
{
	color:#CADBC4;
	background-color:#648E59;
}

.requestInfo
{
	color:white;
	background-color:#A6A6A6;
}
.requestInfo a:link { color: white; }
.requestInfo a:hover {color: yellow; }
.requestInfo a:visited {color: white; } 	

#input_text {
	color:#999999;
	}
/*
/* Links 

a:link { color: blue; }
a:visited { color: grey; }
a:hover {color: grey; }
a:active { color: red; }

a.nav:link { color: white; }
a.nav:visited { color: grey; }
a.nav:hover { color: grey; }
a.nav:active { color: red; }
*/