

html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	height: 100%;
	text-align: center;

}

#transHeader {
	background:#b4b4b3 none repeat scroll 0%;
	border-color:#000000 rgb(0, 0, 0) rgb(102, 102, 102);
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	padding:3px;
	text-align:center;
}


INPUT, SELECT, TEXTAREA 
{
	border: 1px solid #551f80;
	margin: 2px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}
#Container 
{
	background-color: white;
	text-align: center;
	width: 650px;
	
	
	margin: 0px;
	padding: 0px;
	margin: 1px auto;
}

#LanguageLinks 
{
	text-align: right;
	padding-bottom: 5px;
	padding-right: 5px;
}
#TopBanner 
{
	text-align: center;
}

#LeftInfoBox {
	background: #efefe4; 
	border-top: 2px solid #fff;
	width: 250px;
	float: left;
	margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    height: ;
}

#RightInfoBox
{
	text-align: left;
	float:right;
	padding:0px;
	padding-right: 25px;
	
	width: 430px;

}
.searchHeading {
	text-align: left;
	font-weight: bold;
	padding: 10px 0px 10px 5px;
	color: #551f80;
}

.FilterHeading {
	border: 0px solid black;
	float:left;
    width: 65px;
    padding: 0px;
    margin-right: 10px;
    text-align: right;
}

.FilterInput
{	
	border: 0px solid black;
	float:right;
    width: 175px;
    padding: 0px;
    text-align: left;
}

.FilterReset
{
	border: 0px solid black;
	float:right;
    width: 170px; 
    font-size: 12px;
    padding-top: 5px;
    padding-left: 5px;
    text-align: left;

}
#ResultsTable
{
	position: relative;
	
	
	border-top: 2px solid #551f80; 
	
	
}


th {
	background: #551f80;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	
}
th.Date {
	width: 100px;
}
th.Location {
	width: 120px;
}
th.Employer {
	width: 100px;
}
th.Event {
	width: 325px;
}
th.View {
	width: 75px;
}
.ResBg1
{
	background: #ffffff;
}
.ResBg2
{
	background: #efefe4;
}

td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: 1px solid #551f80; 
	border-right: 1px dotted #a3a362; 
	text-align: center;
}

td.EventCol
{
	text-align: left;
}


#SearchLinks
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;

}


/* the following css is for the details page */

#detailsLeftCol 
{
	background: #efefe4; 
	border-top: 2px solid #fff;
	width: 160px;
	float: left;
	margin: 0px;
    padding-bottom: 10px;
    margin-bottom: 5px; 
    border-bottom: 3px solid #551F80;
}
#detailsRightCol {
	float: right; 
	text-align: left; 
	width: 475px; 
	color: #000000; 
	font-size: 9pt; 
	padding: 5px 0px 15px 5px;
	
}
#leftcontainer {
	float: left;
	height: inherit;
}
.EventHeading {
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	color: #551f80;
}

.brClear
{
	clear: both; 
	line-height: 0px; 
	height: 0px;
}
.subHead {
	vertical-align: bottom;
	text-align: left;	
	font-weight: 100;
	font-size: 14pt;
	color: #551f80;
	border-bottom: 1px solid #b4b4b3;
	
	padding: 10px 0px 5px 5px;
}
#Footer
{
	width: 650px;
	height: 40px;
	background-repeat: repeat-x; 
	text-align: left;
	padding-top: 2px;
	background-position: top center;
}
#FooterLogo
{
	position: relative;
	float: right;
	padding-top: 5px;
}
#FooterLink
{
	float: left;
	padding-top: 10px;
}

#dateSearch {
	width: 100px;
}

div#dateHeader {
	background: #60c;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	padding: 3px;
	border-left: 1px solid #60c;
	border-right: 1px solid #60c;
	border-top: 1px solid #60c;
	border-bottom: 1px solid #60c;
}

div#dateContent {
	padding: 0px 3px 0px 3px;
	background-color: #ffffff;
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div#newDate {
}

#PrevLink {
	float: left;
	width: 33%;
	text-align: left;
	padding-top: 10px;
	}
	
#PageStat
{
	float: left;
	width: 33%;
	padding-top: 10px;
	}
	
#NextLink
{
	float: right;
	width: 33%;
	text-align: right;
	padding-top: 10px;
	}