
body
{
	margin: 0px; padding: 0px;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
	z-index: 0;
}

textarea
{
	font-family: arial, sans-serif;
	font-size: 1em;
}

div#pagewrapper
{
	float: left;
	width: 100%;	
}

img { border: 0px; }
.error { color: #b00; font-weight: bold; }
p, h1, h2, h3, h4, h5, h6 { margin: 0px; padding: 0px; }
th { text-align: left; }

em.assist { color: #339900; font-style: normal; }

div#headerwrapper
{
	position: relative;
	float: left;
	width: 100%;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#header {
	float: left;
	width: 100%;
	height: 150px;
	position: relative;
	background-repeat: repeat-x; background-position: top;
}

div#headerbar {
	background-color: #0961d3;
	float: left;
	margin: 0px;
	padding: 0px;
}

div#headerbar p {
	color: #fff;
	margin: 0px;
	padding: 10px;
	float: left;
	font-size: 1.1em;
}

div#bodywrapper
{
	float: left;
	width: 100%;	
}

div#leftcolumn
{
	float: left;
	width: 265px;
	margin: 0px -100% 50px 0px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	z-index: 100;
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 300px;
	position: relative;
}

div#leftfooter 
{
	position: absolute;
	bottom: -20px;
	left: 40px;
	display: block;
	color: #4d4d4d;
}

div#leftfooter a
{
	color: #4d4d4d;
	text-decoration: none;
}

div#contentwrapper
{
	float: left;
	width: 100%;
	display: inline;
	z-index: -10;
	background: none;
}

div#content
{
	padding-top: 20px;
	margin-left: 265px;
	margin-right: 40px;
	color: #4d4d4d;
}

div#content p
{
	margin: 0px 0px 10px 0px;
}

div#content a
{
	text-decoration: none;
	color: #000;
	border-bottom: solid 1px #000;
	margin: 0px 0px 10px 0px;
}

	

table td { padding: 1px; }
table td.label { padding: 0px 5px 0px 0px;}

div#headerwrapper p
{
	margin: 0px; padding: 0px; line-height: 1.6em; text-align: right;
}

div#headerwrapper a
{
	text-decoration: none;
	color: #fff;
	margin: 0px 24px 0px 0px;
}

div#headerwrapper #tabbar
{
	float: left;
	width: 100%;
}

div#leftcolumn ul
{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: left;
	list-style: none;
	margin: 20px 24px 0px 24px;
	padding: 0px;
	border: solid 1px #1c2e92;
}

div#leftcolumn li
{
	border-top: solid 1px #1c2e92;
	padding: 2px 5px 2px 12px;
	color: #fff;
	font-size: 0.9em;
	background-color: #0961d3;
}

div#leftcolumn li.first
{
	background-color: #253193;
	border: none;
}

div#leftcolumn li a
{
	text-decoration: none;
	color: #fff;
}

div#leftcolumn li.first a
{
	text-decoration: none;
	color: #fff;
}

div#leftcolumn img
{
}

div#content h2
{
	font-size: 1.4em;
	margin: 0px; padding: 20px 0px 10px 0px;
}

    div.suggestresults
    {
        background-color: #fff;
        border: solid 1px #7F9DB9;
        padding: 2px;
    }

    div.suggestresults ul
    {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    div.suggestresults li
    {
        display: block;
        cursor: default
    }

    div.suggestresults li.highlight
    {
        background-color: #316AC5;
    }

div#messagealert
{
    width: 200px;
    height: 100px;
    border-left: solid 2px #000;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    background-color: #def;
    position: absolute;
    top: -102px;
    right: 5px;
}

div#show_calendar_tab, div#hide_calendar_tab
{
	float: right;
    background-color: #666;
    padding: 0px 5px 5px 20px;
	height: 21px;
	background-image: url('/images/tab_white_grey.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

div#show_calendar_tab a img, div#hide_calendar_tab a img
{
	float: left;
	margin-right: 4px;
}

div#hide_calendar_tab { display: none; }

div#show_calendar_tab a, div#hide_calendar_tab a
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

div#messages_tab
{
    float: right;
    background-color: #000;
	padding: 0px 15px 5px 20px;
	height: 21px;
    background-image: url('/images/tab_grey_black.gif');
    background-repeat: no-repeat;
    background-position: top left;
}

div#messages_tab a
{
	text-decoration: none;
	font-weight: bold;
    color: #fff;
}

div#messages_tab a img
{
	float: left;
	margin-right: 4px;
}

.message {
    color:#dd0000;
    font-weight:bold;
}

.button {
    background-image : url('/images/button.gif');
}

div#content h1
{
	color: #000;
	font-size: 1.4em;
	margin: 0px;
	line-height: 1em;
	padding-bottom: 16px;
	font-weight: normal;
}

div#content .top, div#content .bottom, div#content .left, div#content .right, div#content .cornerleft, div#content .cornerright
{
    float: left;
    width: 100%;
}

div#content .top {
	background-image: url('/images/header.png');
	background-repeat: repeat-x;
	background-position: top;
}

div#content .bottom {
	background-image: url('/images/border.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

div#content .left {
	background-image: url('/images/border.png');
	background-repeat: repeat-y;
	background-position: left;
}

div#content .right {
	background-image: url('/images/border.png');
	background-repeat: repeat-y;
	background-position: right;
}

div#content .cornerleft {
	background-image: url('/images/corner_left.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div#content .cornerright {
	background-image: url('/images/corner_right.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

div#content .padding
{
	padding: 10px 10px 10px 10px;
	min-height: 100px;
	float: left;
}


#content #calendar a
{
	border: none;
	text-decoration: none;
}

.calendar_shade {
	background-color : #cecece;
}

.boxshade_1 a {
	display : block;
	height : 100%;
	text-decoration : none;
	color : #000000;
	font-weight : bold;
}

.calendar_noshade {
}

.calendar_noshade a {
	text-decoration: none;
	color: #000;
}

.boxshade_1 a:hover {
	background-color : #000000;
	color : #fff;
}	

.calendar_highlight
{
	background-color: #666;
}


