@import url("../css/positions.css");
@import url("../css/site-wide.css");

a{
	color: #757;
}
a:hover{
	color: #997399;
}

/**
 NAVIGATION
*/
#nav{
	background: #735673;
}
#nav a{
	color: #e5cfe5;
}

/**
 HEADER
*/
#header{
	background: #997399 url("../images/header_composite.jpg") no-repeat 100%;
}
#header #logo{
	background: url("../images/wlaq_logo.gif") no-repeat 0% 50%;
}

/**
 * PAGE IDENTIFIER
*/
#pageid{
	background: #739973;
	color: white;
}

/**
 * TABLIST - Table formatting for columned table
*/
#maincontent .tablist th{
	color: white;
	background: #739973;
	border: 1px solid #739973;
}
#maincontent .tablist .activesort{
	background: #93B993;
	border: 1px solid #739973;
}
#maincontent .tablist th a:hover{
	background: #93B993;
}

/**
 FOOTER
*/
#footer{
	background: #997399;
	color: white;
}

/**
 UPDATES
*/
#updates{
	clear: both;
	margin: 0 0 0 0;
	color: white;
	font-size: 70%;
	background: #997399 url("../images/updates_back.gif") repeat-y 100% 0%;
	height: 11em;
}
#updates a{
	color: white;
	font-weight: bold;
}
#updates h4{
	margin: 0.4em 0 0.4em 0.4em;
	font-size: 100%;
}
#updates form{
	margin: 0;
	padding: 0;
}
#updates p{
	margin-top: 0;
	margin-bottom: 1em;
	margin-right: 1em;
}
#newsupdates, #eventupdates, #solsearch{
	height: 11em;
}
#newsupdates{
	float: left;
	width: 33%;
	background: #739973;
	border-right: 1px solid white;
}
#eventupdates{
	float: right;
	width: 33%;
	background: #997399;
	border-right: 1px solid white;
}
#solsearch{
	float: right;
	width: 33%;
	padding: 0;
	background: #739973;
}
#updates input{
	font-family: "Verdana", sans-serif;
	font-size: 100%;
}
#updates form{
	margin: 0;
	padding: 5px;
}