/* Base CSS styles */

html {
	height: 100%;
}
body {
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	color: #333333;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #FF3333;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}


/* Common Layout styles */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}
.w30 {
	width: 30px;
}
.w50 {
	width: 50px;
}
.w75 {
	width: 50px;
}

.w100 {
	width: 100px;
}
.w125 {
	width: 125px;
}
.w150 {
	width: 150px;
}
.w175 {
	width: 175px;
}
.w200 {
	width: 200px;
}
.w225 {
	width: 225px;
}

.w250 {
	width: 250px;
}
.w275 {
	width: 275px;
}

.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w450 {
	width: 450px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.w750 {
	width: 750px;
}
.block {
  display: block;
}
.RelativeBlock {
	display: block;
	position: relative;
}
.clear {
	clear: both;
}

.small {
	font-size: 9px;
}
.justify {
	text-align: justify;
}
.picLeft {
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-top: 5px;
	position: relative;
	border: 1px solid #AAAAAA;
}
.picRight {
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-top: 5px;
	position: relative;
	border: 1px solid #AAAAAA;
}
.textNormal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}
.textMedium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.textLarge {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
}
.textSmall {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.textSmall-tahoma {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}


/* Layout object styles */

#pageContainer {
	height: 100%;
	width: 100%;
	min-height: 100%;
}
#pageContainer,
#width {  
  width: 100%;
  margin: 0px auto;
}

#pageContainer[id],
#width[id] {
	height: auto;
}


#pageContainer  #page {
	height: 100%;
	display: block;
	margin: 0px;
}
#pageContainer #footer {
	width: 100%;
	padding: 0px;
	height: 70px;
}

#page #content {
	width: 760px;
	padding: 30px 20px;
	margin: 0px auto;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}


#page  #header {
	display: block;
	height: 125px;
	width: 800px;
	margin: 0px auto;
	position: relative;
}
#header #logo {
	display: block;
	height: 90px;
	width: 300px;
	float: left;
	padding-top: 25px;
}
#header #userControl {
	height: 25px;
	padding: 5px 10px;
	background-color: #000000;
	width: 430px;
	position: absolute;
	top: 0px;
	display: block;
	z-index: 95;
	right: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
#userControl  a {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
#userControl   a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#userControl .formField {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	display: block;
	padding: 1px;
	height: 14px;
}


#header  #SANav  {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}
#header #SANav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	float: left;
	padding-right: 0px;
	padding-left: 35px;
	padding-top: 60px;
	text-transform: lowercase;
	padding-bottom: 0px;
	display: block;
	position: relative;
}

#header #SANav a:link, #header #SANav a:visited {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	height: 15px;
	border-bottom: 10px solid #FFFFFF;
	padding: 20px 0px;
	display: block;
}
#header  #SANav  a:hover, #header  #SANav  a:active {
	color: #FF3333;
	text-decoration: none;
	border-bottom: 10px solid #FF3333;
}
#header     #SANav     a.active:link, #header #SANav a.active:hover, #header #SANav a.active:active, #header #SANav a.active:visited     {
	color: #FF3333;
	text-decoration: none;
	border-bottom: 10px solid #FF3333;
}
#page  #SAPanel {
	clear: both;
	background-image: url(../../images/tabpanel_bg.jpg);
	width: 100%;
	padding: 0px;
	display: block;
	background-repeat: repeat-x;
	background-color: #555555;
	margin: 0px;
	border-top: 5px solid #FF3333;
	border-bottom: 5px solid #FF3333;
}
#SAPanel   .formPanel {
	display: block;
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}
#SAPanel   .formPanel   p {
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
#SAPanel   .formPanel   #controls {
	clear: both;
	display: block;
	padding: 10px 20px;
	width: 760px;
	position: relative;
}
#SAPanel   .formPanel    #controls    .calHolder {
	height: 40px;
	width: 40px;
	position: relative;
}
#SAPanel    .formPanel     #controls     .calHolder     .calPanel {
	display: none;
	width: 200px;
	position: absolute;
	height: 190px;
	left: -161px;
	top: 0px;
	z-index: 80;
}
#SAPanel     .formPanel     #controls     .ui-datepicker-trigger    {
	display: block;
	height: 33px;
	width: 35px;
	border: 0px none #000000;
	background: #4D4D4D url(../../images/field_ext_normal.gif) no-repeat;
}
#SAPanel   .formPanel    #controls    .calHolder    #calControl {
	background-color: #B9B9B9;
	display: block;
	width: 180px;
	height: 150px;
	clear: both;
	margin-top: -1px;
	padding: 10px;
}
#msgBox {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #FF3333;
	text-decoration: none;
	background: #000000;
	padding: 10px;
	width: 740px;
	border: 1px solid #FFFFFF;
	visibility: hidden;
}


.formLabelBig {
	color: #FFFFFF;
	text-decoration: none;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding: 8px 0px 2px;
}
.formLabelMed {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	height: 20px;
	padding-bottom: 3px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.formFieldBig {
	text-decoration: none;
	color: #666666;
	letter-spacing: 2px;
	border: 1px inset;
	margin: 0px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	background: #EEEEEE;
	display: block;
}
.formFieldBigDate {
	text-decoration: none;
	color: #666666;
	letter-spacing: 2px;
	border: 1px inset;
	margin: 0px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 5px 30px;
	background: #EEEEEE url(../../images/icon_calendar.gif) no-repeat 7px center;
	display: block;
}
.formFieldMed {
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	border: 1px inset;
	margin: 0px;
	display: block;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	background: #EEEEEE;
}
.formFieldMedDate {
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	border: 1px inset;
	margin: 0px;
	display: block;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	background: #EEEEEE;
}
.formFieldMedMulti {
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	border: 1px inset;
	margin: 0px;
	padding: 5px;
	display: block;
	background-color: #EEEEEE;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.formSelectBox {
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	border: 1px inset;
	margin: 0px;
	background-color: #EEEEEE;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding: 4px;
	display: block;
}
.formSelectMed {
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	margin: 0px;
	display: block;
	border: 0px none #FFFFFF;
	background-color: #EEEEEE;
	font: 14px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
}
.formSelectBig {
	text-decoration: none;
	color: #666666;
	letter-spacing: 1px;
	margin: 2px;
	display: block;
	border: 0px none #FFFFFF;
	background-color: #EEEEEE;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding: 0px;
}
.formCheckbox {
	background-color: #FFFFFF;
	padding: 0px;
	margin-right: 5px;
}

.formButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	border: 0px none #000000;
	background: #545454;
}
#captchaBox {
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 1px;
	color: #666666;
	width: 150px;
	margin: 0px;
	height: 40px;
}

.btn40  {
	background-image: url(../../images/button_40.gif);
	height: 40px;
	width: 40px;
}
.btn75  {
	background-image: url(../../images/button_75.gif);
	height: 40px;
	width: 75px;
}
.btn100  {
	background-image: url(../../images/button_100.gif);
	height: 40px;
	width: 100px;
}
.btn150  {
	background-image: url(../../images/button_150.gif);
	height: 40px;
	width: 150px;
}
.btn200  {
	background-image: url(../../images/button_200.gif);
	height: 40px;
	width: 200px;
}
a.formExtBig  {
	display: block;
	height: 15px;
	width: 16px;
	padding: 9px 5px;
	margin-left: -1px;
	background: url(../../images/field_ext_normal.gif) no-repeat left top;
}
a.formExtMed  {
	display: block;
	height: 16px;
	width: 17px;
	padding: 9px;
	background-image: url(../../images/field_ext_normal.gif);
	margin-left: -1px;
}

#footer #footerContent {
	margin: 0px auto;
	width: 800px;
	padding: 25px 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF3333;
	text-decoration: none;
	height: 15px;
	text-transform: capitalize;
}
#footerContent #copyright {
	float: left;
	display: none;
}
#footerContent #copyright2 {
	float: left;
	display: block;
}
#footerContent #footlinks {
	float: right;
}




#SAdownload .CollapsiblePanelContent ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#SAdownload .CollapsiblePanelContent li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #666666;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#SAdownload .CollapsiblePanelContent li:hover {
	background-color: #FFFF99;
}
#SAdownload .CollapsiblePanelContent li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF3300;
	text-decoration: none;
	width: 500px;
	display: block;
	float: left;
	text-align: left;
}
#SAdownload .CollapsiblePanelContent li a:hover {
	color: #CC0000;
	text-decoration: none;
}


#page  #resultControls {
	width: 760px;
	height: 40px;
	margin: 0px auto;
	padding: 0px 20px;
}
#resultControls #controlBox {
	float: right;
	height: 40px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#resultControls  #controlBox  li {
	float: left;
	margin-left: 5px;
}
#resultControls  #controlBox  li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999999;
	display: block;
	white-space: nowrap;
	padding: 10px;
}
#resultControls   #controlBox   li  a:hover {
	background-color: #FF3333;
}
#resultControls    #controlBox    li   a.active {
	background-color: #FF3333;
}

#resultControls #resultCount {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	display: block;
	height: 20px;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
#resultControls #resultCount #countNumber {
	font-size: 18px;
}
#resultListing {
	overflow: hidden;
	height: 75px;
	width: 760px;
	border: 1px #d9d9d9 solid;
	border-bottom: 1px #a3a3a3 solid;
}
#resultListing .listBox {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 760px;
}
#resultListBox .tinyForm {
	background: #535353 url(../../images/tabpanel_bg.jpg) repeat-x left bottom;
}

a.iconLink:link, a.iconLink:visited {
	background-image: none;
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
a.iconLink:hover, a.iconLink:active {
	background-image: url(../../images/icon_bg_hover.gif);
}
#resultListBox  .iconBox  {
	background-color: #000000;
	height: 30px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#resultListBox     .listTitle  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF3333;
	text-decoration: none;
}
#resultListBox  .listSub  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#resultListBox  .listDetails  {
	padding: 15px;
	width: 725px;
}
#SAPanel #SAdownload {
	display: block;
	position: relative;
	width: 740px;
	padding: 10px;
	height: 160px;
}


#SAdownload ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#SAdownload li {
	display: block;
	height: 40px;
	width: 740px;
}
#SAdownload li:hover {
	background-color: #333333;
}
#SAdownload li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	text-align: left;
	width: 420px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
	height: 21px;
}
#SAdownload span {
	float: right;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 12px;
	display: block;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	height: 15px;
}

#SAdownload li a:hover {
	color: #FF0000;
	text-decoration: none;
}
a.buttonLink:link, a.buttonLink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background: url(../../images/button_200.gif) no-repeat left top;
	display: block;
	text-align: center;
	width: 200px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 13px;
	filter: Alpha(Opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
a.buttonLink:hover, a.buttonLink:active {
	color: #FFFFFF;
	background: url(../../images/button_200.gif) left top;
	filter: Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
a.iconTextLink:link, a.iconTextLink:visited {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
	padding: 5px;
	display: block;
}

