﻿body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, helvetica, arial, proxy, system, tahoma, terminal, "TW Cen MT", sans-serif;
	font-size: 8pt;
}
#form1
{
    width:100%;
    }
a {
	color: #900303;
	text-decoration: none;
}
a:active, a:hover {
	text-decoration: underline;
}
form .submit {
	color: #FF6400;
	background-color: #ECEAEA;
	border: 1px solid #C8C8C7;
}

#root {
	background: #000000 url("../App_Themes/Blue/Images/background_gradient.gif") top left repeat-x;
	display: table;
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
	height: 800px;
}

#header {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
	width: 100%;
}
#header a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px;
	padding-right: 1em;
}
#header a:hover {
	text-decoration: underline;
}

#branding {
	float: left;
}

#branding div {
	display: inline;
}

#sitetitle {
	font-size: 150%;
	width: 300px;
}
#globalheader {
	float: right;
	width: 100%;
}
#date
{
    float: right;
    color: #FF6400;
    }
#week {
	color: #FF6400;
}
#globalcalendar div {
	display: inline;
	padding-left: 1em;
	color: #ffffff;
}
#globallinks 
{
    float: right;
	padding-left: 1em;
	float:left;
	
}
#columnwrap {
	position: relative;
	padding-left: 3px;
	height: 100%;
}
#navigation {
	padding-top: 5px;
	width: 20%;
	float: left;
	margin-right: 0px;
	height: 100%;
}
#navigation a, #rightnavigation a {
	color: #004467;
}
#navigation .portal {
	width: 20%;
}
#content {
	padding-top: 5px;
	margin-left: 3px;
	margin-right: 3px;
	width: 70%;
	float: right;
	height: 100%;
}
#content .portal {
	width: 100%;
	margin-bottom: 2px;
}
#content .portalfooter {
	text-align: right;
}
#content .portalfooter a {
	background: url("../App_Themes/Blue/Images/continuation_dots.gif") bottom right no-repeat;
	color: #FF6400;
	padding-right: 10px;
}
#rightnavigation {
	background: #DBDBDB url("../App_Themes/Blue/Images/snowboarder.gif") top left no-repeat;
	padding-top: 155px;
	width: 142px;
	float: left;
	height: 100%;
}
#rightnavigation .portal {
	width: 140px;
	float: left;
}
#footer {
	padding-top: 1em;
	clear: both;
	color: #ffffff;
	text-align: center;
}
#footer a{
	color: #ffffff;
}
.portal {
	background: url("../App_Themes/Blue/Images/portal_corners_topleft.gif") top left no-repeat;
	float: left;
	width:100%;
}
.portal h1 {
	border: 1px hidden #000000;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.portalbody {
	background: url("../App_Themes/Blue/Images/portal_corners_right.gif") right repeat-y;	
	margin: 0px;
	margin-top: -1.4em;
	padding: 15px 5px 1px 5px;
	width:100%;
}
.portalbody ul {
	list-style-image: url("../App_Themes/Blue/Images/list_orange_triangle.gif");
	margin-left: 0px;
	padding-left: 20px;
}
.portalbody li {
	padding: 0px;
	padding-top: .5em;
}
.portalfooter {
	border: 1px hidden #000000;
	background: url("../App_Themes/Blue/Images/portal_corners_bottomleft.gif") bottom left no-repeat;
}
.portalfooter p {
	background: url("../App_Themes/Blue/Images/portal_corners_bottomright.gif") bottom right no-repeat;
	padding: 15px;
	margin: -1em 0 0 0;
	padding-left: 5px;
}
.clear {
	clear: both;
	height: 0px;
}
img {
	border: 0px;
}