/* Default CSS Stylesheet for a new Web Application project */
body
{
	background-color: #fff;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000066;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #000066;
}
H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana;
	font-size: 12px;
	color: #000066;
	font-weight: bold;
	margin-left: 10px;
	text-decoration: underline;

}

H4
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #fff;
	padding-left: 10px;
	width: auto;
	line-height: 35px;
	border-bottom-style: double;
	border-bottom-width: 3;
	border-bottom-color: #000066;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 1em;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}

TD 
{
	vertical-align: top;
	padding-top: 5px;
}

.CheckBoxTD 
{
	padding:0px;
}

A:link
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	color: #000099;
	font-weight: normal;
}

A:visited
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000099;
}

A:active
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000099;
}

A:hover
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000099;
}

.lnkDetails{
      font-family: Verdana;
      color: #0000ff;
      width: 200px;
      }
    
.lnkDetails:visited{
      color: #0000ff;
      font-family: Verdana;
      }
    
.lnkDetails:hover{
      color: #0000ff;
      font-family: verdana;
      }
    
.lnkDetails:active{
      color: #0000ff;
      font-family: Verdana;
      }

#HeaderImg
{
	background-image: url(_images/wsc_banner_logo.jpg);
	background-repeat: no-repeat;
	width: 472px;
	height: 61px;
	position: relative;
	left: 150px;
}

.MainForm 
{
	height: auto;
	position: relative;
	top: 0px;
	left: 150px;
}

.MiddleColumnBg
{
	background-color: #FFFFFF;
	width: 711px;
	height: auto;
	border-style: solid;
	border-width: 1;
	border-color: #000099;
}

#InstructionsHeader {
	color: #000099;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	vertical-align:middle;
	line-height: 1.5em;
	height: auto;
	padding-left: 10px;
}

#cmdPersonal {
  margin-bottom: -3px;
  border-top: solid 1px #000066;
  border-left: solid 20px #000;
  border-right: solid 1px #000066;
  border-bottom: solid 1px #fff;
}


#LeftColumn 
{
	width: 225px;
	border: solid 1px #000000;
	padding-left: 10px;
	top: 120px;
	position: absolute;
}

#RightColumn 
{
	width: 225px;
	border: solid 1px #000000;
	padding-left: 10px;
	left: 235px;
	top: 120px;
	position: absolute;
}

.TDBrochureLeft 
{
	font-size:11px;
	font-family: 'Times New Roman';
	font-weight:bold;
	width:150px;
	vertical-align: middle;
	color: #8b0400;
	padding-left: 30px;
}

.TDBrochureRight
{
	font-size:11px;
	font-weight:bold;
	vertical-align: middle;
}

.tdLabel 
{
    width: 300px;
    height: 20px;
    vertical-align: bottom;
}

.tdField
{
    width: 300px;
    height: 25px;
    vertical-align: middle;
    padding: 0px;
    font-size: 11px;
}

.Button
{
    font-family: Verdana;
    font-size: 12px;
    color: #000;
}
#cmdSave
{
    /*background-image: url(_images/btn_submit.gif);*/
}
.Label {
	  font-size: 11px;
	  font-family: Verdana;
    font-weight: bold;
    margin-left: 20px;
    vertical-align: top;
    color: #000;
    vertical-align: top;
    width: 150px;
    line-height: 2em;
 }

.FormLabel
{
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana;
    margin-left: 10px;
    vertical-align: bottom;
    color: #000;
    width: auto;
}

.RequiredLabel
{
    color: #ff0000;
    vertical-align: bottom;
    font-size: 11px;
	  font-weight: normal;
	  font-family: Verdana;
}

.CheckBoxLabel {
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	margin-left:6px;
	color: #000;
	vertical-align: top;
}

.RadioButton
{
  font-size: 11px;
  font-weight: bold;
	font-family: Verdana; 
	color: #000000;
	margin-left: 10px;
}

.SignInTextBox
{
  font-family: Verdana;
	font-size: 11px;
	margin-left:0px;
	padding-left: 0px;
	width: 175px;
  position: fixed;
  left: 375px;
}

.TextBox
{
  font-family: Verdana;
	font-size: 11px;
	margin-left:10px;
	width: 175px;
}

.DropDownList 
{
	font-family: Verdana;
	font-size: 11px;
	margin-left:10px;
	width: 181px;
}

.DayDropDownList {
  font-family: Verdana;
	font-size: 11px;
	margin-left:10px;
	width: 42px;
	height: 20px;
}

.MonthDropDownList {
  font-family: Verdana;
	font-size: 11px;
	width: 90px;
	height: 20px;
}

.YearDropDownList {
  font-family: Verdana;
	font-size: 11px;
	width: 55px;
	height: 20px;
}

#MiddleColumnFooter
{
	background-image: url(_images/FooterImage.gif);
	background-repeat: no-repeat;
	height: 59px;
	width: 520px;
	position: relative;
	bottom: 0px;
	left: 150px;
}

.HeaderStyle 
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    background-color: #000066;
    color: #fff;
    padding-left: 5px;
}

.ItemStyle {
	font-size: 11px;
	font-family: Verdana;
}

.AlternatingItemStyle
{
  font-size: 11px;
  font-family: Verdana;
  background-color: #CCCCFF;
}

.input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
	vertical-align: top;
	height: 20px;
	width: 180px;
}
.padding-bottom
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align: top;
	padding-bottom: 6px;
}

