@charset "UTF-8";
/* CSS Document */

body {
	background-color: #151515;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
body,td,th {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
	
	
	
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

h1 {
	font-size: 24px;
	color: #FFFFFF;
}
.mainText {
	margin-right: 10px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainTextJustified {
	margin-right: 10px;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.navigation_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #0099CC;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.navigation_text a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	height: 20px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	vertical-align: bottom;
}
.data_disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	font-weight: lighter;
	color: #333333;
	}
.disclaimer_text {
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.locationTitle {
	color: #999999;
	font-weight: bold;
}
.special {
	width:5px;
	visibility:hidden;
}
input[type="text"], textarea {
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
	margin: 2px;
	right: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #151515;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.link a {
	color:#FFF;
	background: url(../images/tab_normal.gif);
	line-height: 18px;
	height:18px;
	padding-right: 33px;
	padding-left: 33px;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	background-repeat:repeat-x;
	background-position: left top;
	text-decoration: none;
	display: block;
}
.link a:hover {
	color:#00CCFF;
	line-height: 18px;
	height:18px;
	padding-right: 33px;
	padding-left: 33px;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../images/tab_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	display: block;
}

.link a:active {
	color:#00CCFF;
	line-height: 18px;
	height:18px;
	padding-right: 33px;
	padding-left: 33px;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(../images/tab_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	display: block;
}

fieldset {
	border: 1px dotted #333333;
	padding-left: 20px;
	padding-bottom: 35px;
	margin-bottom: 35px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 35px;
	}

legend {
	color:#1C92BB;
	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;
	border: 1px solid #333333;
	padding: 5px;
	background-color: #101010;
}
label {
	display: block;
	
}
div.row {
  clear: both;
  padding-top: 10px;
  height: auto;
  }
div.centerrow {
  text-align: center;
  clear: both;
  padding-top: 10px;
  height: auto;
  }

div.row span.label {
  float: left;
  width: 150px;
  text-align: right;
  line-height: 35px;
  }
div.row span.labelcheckboxleft {
  float: left;
  width: 200px;
  text-align: right;
  line-height: 35px;

  }

div.row span.formwcheckboxright {
	float: left;
	width: 125px;
	text-align: right;
	margin-left: 30px;
	line-height: 35px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
  } 
div.row span.formw {
  float: left;
  width: auto;
  text-align: left;
  padding-left: 5px;
  } 
