html,body {
  width:100%;
  height:100%;
  padding:0;
  margin:0;
}

body
{
	font-size: 12px;
	font-family: arial;
    background:url(../img/trail-bg.jpg) repeat-x top center #FFFFFF;
}

form 
{
    height: 100%;   
}

#wrapper {
  width:945px;
  margin:auto;
  min-height:100%;
background-color: Red;
  background:url(../img/bodybg.jpg) no-repeat #FFFFFF;
}
#main {
  width:905px;
  padding:0 20px 0 20px;
  min-height:100%;
  position:relative;
}

.content_container
{
	width:865px;
	min-height: 100%;
  padding:15px 20px 75px 20px;
}

.MainContentHolder 
{
	padding-top: 20px;
	
}
		
a, a:link, a:visited
{
	text-decoration: none;
	color: #0236BD;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

blockquote
{
	margin-top: 0;
	margin-bottom: 0;
}

ul
{
	margin-top: 0;
	margin-bottom: 0;
}


.header
{
	width: 905px;
	height: 246px;
	margin-bottom: 15px;
}

.header_title_area
{
	border-bottom: 3px solid #85BED2;
	height:33px;
	margin: 0px;
	padding-left: 125px;
}

.header_title
{
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	float: left;
}

.header_login
{
	float: right;
	font-size: 10px;
	color: black;
	font-weight: bold;
	margin-top: 17px;
	margin-right: 4px;
}
		
.header_bg
{
	background-image: url('../img/mountaintop.jpg');
	background-repeat: no-repeat;
	height:170px;
	width: 905px;
	font-size: 0px;
	margin: 0px;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}
		
.header_nav
{
	background-image: url('../img/linkbg.gif');
	background-repeat: repeat-x;
	height: 36px;
	width: 100%;
	margin: 0px;
}
		
.header_nav_sf
{
	height: 36px;
	padding: 5px 4px 5px 50px;
	float: left;
}
		
.header_nav a:link, .header_nav a:visited, .header_nav_sf_info
{
	float: left;
	font-size: 14px;
	height: 25px;
	border-right: 1px solid #64B86F;
	padding: 11px 12px 0px 16px;
	color: white;
}

.header_nav_sf_info
{
	float: right;
	font-size: 14px;
	height: 25px;
	border-right: 1px solid #64B86F;
	padding: 11px 12px 0px 16px;
	color: white;
}

		
.header_fox
{
	background-image: url('../img/skifox.gif');
	background-repeat: no-repeat;
	height:203px;
	width: 204px;
	font-size: 0px;
	margin: 0px;
	z-index: 1; 
    position: absolute; 
    top: 15px;
    left: 25px;

}



.header_button
{
	Font-Size: 10px;
	border-color: White;
	Border-Style: Solid;
	Border-Width: 1px;
	color: White;
	background-color: transparent;
}	


		


.content_title
{
	font-size: 18px;
	color: #0236BD;
	padding-bottom: 2px;
	border-bottom: 2px solid #0236BD;
	font-weight: bold;
}

.boldOnly
{
	font-weight: bold;
}
		
.bold
{
	font-weight: bold;
	font-size: 16px;
}

.question
{
	font-weight: bold;
}
		
.header_fswdate
{
	font-weight: bold;
	font-size: 18px;
	color: white;
	float: right;
	padding: 10px 15px 0px 0px;
	text-align: right;
}

.required
{
	border: 1px solid red;
}

td
{
	vertical-align:top;
}

.error
{
	color: Red;
	font-weight: bold;	
}

.WizardStepTitle
{
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 8px;
}



.ContentBG
{
	
}

.hidden 
{
	display: none;
}

.visible 
{
	display: inline;
}

.test 
{
	border: 1px solid black;
}

.test td
{
	border: 1px solid black;
}

.announcement
{
	font-weight: bold;
	color: red;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}

    #footer  
    {
        padding-top: 20px;
        padding-bottom: 10px;
      font-style: italic;
      font-size:12px; 
      text-align:center;
    }

/* css for timepicker */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
