/*header stuff*/
.headerGradient
{
	background-image:url('../images/header_gradient.png');
	/*background-color:#005184;*/
}
.headerWhite
{
	background-image:none;
	background-color:#FFFFFF;
}
.headerWave
{
	background-image:none;
	background-color:#014E82;
}
.headerOnDirect
{
	background-image:none;
	background-color:#FFFFFF;
	color:#357FB6;
	font-size: 8pt;
	font-weight: bold;
}
.headerOnDirectLink
{
	color: #357FB6;
	text-decoration: none;
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
}
.headerTabs
{
	text-align: center;
	font-size: 13px;
	font-family: Tahoma:Arial;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 2px;
	padding: 2px 2px 0px 2px;
	border-style: solid;
	border-bottom: 0px;
	border-color: #88C6EF;
	background-color: #357FB6;
	cursor: pointer;
}
.headerTextBHBlue
{
	color:#233D87;
	font-size: 8pt;
	font-weight: bold;
}
.headerLinkBHBlue
{
	color: #233D87;
	text-decoration: none;
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
}
.headerText
{
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
}
.headerLink
{
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 8pt;
	font-weight: bold;
}
.headerLink:hover
{
	color: #88C6EF;
}
.headerHighlightTabs
{
	text-align: center;
	font-size: 13px;
	font-family: Tahoma:Arial;
	font-weight: bold;
	color: #357FB6;
	border-width: 2px;
	padding: 2px 2px 0px 2px;
	border-style: solid;
	border-bottom: 0px;
	border-color: #88C6EF;
	background-color: #FFFFFF;
	cursor: pointer;
}

.headerDropdownListContainer
{
	color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-top: 0px;
	border-color: #88C6EF;
	background-color: #357FB6;
	cursor: pointer;
}

.headerDropdownListContainer2
{
	color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-left: 0px;
	border-color: #88C6EF;
	background-color: #357FB6;
	cursor: pointer;
}

.headerDropdownList
{
	text-align: center;
	font-size: 13px;
	font-family: Tahoma:Arial;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	background-color: #357FB6;
	cursor: pointer;
	height: 20px;
}

.headerDropdownList:hover
{
	color: #357FB6;
	background-color: #FFFFFF;
}

.headerDropdownList2
{
	text-align: center;
	font-size: 13px;
	font-family: Tahoma:Arial;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 2px;
	border-style: solid;
	border-left: 2px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #88C6EF;
	padding: 5px 0px 5px 0px;
	background-color: #357FB6;
	cursor: pointer;
	height: 20px;
}

.headerDropdownList2:hover
{
	color: #357FB6;
	background-color: #FFFFFF;
}
/*end header stuff*/

/*DIV w/ button styling*/
.rounded_grey 
{
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	/*width: auto; /*/
	background: transparent url( ../images/btn_right_grey.png ) no-repeat scroll right top;
	clear: left;
	font-size: 0.8em;
}

.rounded_grey span {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	background: transparent url( ../images/btn_left_grey.png ) no-repeat scroll left top;
	color: #FFFFFF;
}

.rounded_grey:hover {
	background-position: 100% -30px;
}

.rounded_grey:hover span {
	background-position: 0% -30px;
}

.rounded_grey::-moz-focus-inner {
	border: none;
}

.rounded_blue 
{
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	padding: 0 15px 0 0;
	text-align: center;
	height: 30px;
	line-height: 30px;
	/*width: auto; /*/
	background: transparent url( ../images/btn_right_blue.png ) no-repeat scroll right top;
	clear: left;
	font-size: 0.8em;
}

.rounded_blue span {
	display: block;
	padding: 0 0 0 15px;
	position: relative;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	background: transparent url( ../images/btn_left_blue.png ) no-repeat scroll left top;
	color: #FFFFFF;
}

.rounded_blue:hover {
	background-position: 100% -30px;
}

.rounded_blue:hover span {
	background-position: 0% -30px;
}

.rounded_blue::-moz-focus-inner {
	border: none;
}
/*end DIV w/ button styling*/



/*main body style link*/
a {
	color:#357FB6;
}


/*main table style*/
table.tier {
    margin: auto;
    width: 100%;
    white-space: noWrap;
    overflow: visible;
    table-layout: fixed;
}

table.tier a {
    color: #357FB6;
}

table.tier tr, table.tier tr.on {
    background-color: #FFFFFF;
}

table.tier tr.off {
    background-color: #F2F2F2;
}

table.tier tr.highlight {
    background-color:  #EEEEEE;
}

table.tier tr.table_header td{
    background-color:  #357FB6;
    color: #FFFFFF;
}

table.tier tr.table_header img {
    border: 0px;
}

table.tier tr.table_header a {
    color: #FFFFFF;
	    text-decoration: none;
	white-space: noWrap;
}

	table.tier td {
		padding: 4px 0px 4px 10px;
		border-bottom: 1px solid #FFFFFF;
		white-space: noWrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-align: left;
		cursor: default;
		color: #000000;
	}
/*end main table style*/


/*drawer table style*/
table.drawer {
    margin: auto;
    width: 100%;
    white-space: noWrap;
    overflow: visible;
    table-layout: fixed;
}

table.drawer a {
    color: #0000FF;
}

table.drawer tr, table.drawer tr.on {
    background-color: #F8EDCF;
}

table.drawer tr.off {
    background-color: #F8EDCF;
}

table.drawer tr.table_header td{
    background-color:  #000000;
    color: #FFFFFF;
}

table.drawer tr.table_header img {
    border: 0px;
}

table.drawer tr.table_header a {
    color: #FFFFFF;
	    text-decoration: none;
	white-space: noWrap;
}

table.drawer td {
    padding: 4px 15px;
	white-space: noWrap;
    overflow:hidden;
    text-overflow: ellipsis;
    text-align:left;
    cursor: default;
    color: #000000;
    border-bottom: #F8EDCF;
}
/*end drawer table style*/

.lightBlueLine 
{
	background-color: #DEEBEF;
	width: 100%; 
	font-size: 15px;
	font-weight:bold; 
	text-align:left; 
}

.greyLine 
{
	background-color: #D6D6D6;
	height: 8px;
	width: 100%;
	font-size: 15px;
	font-weight:bold; 
	text-align:left; 
}

.spacer20px
{
	height: 20px;
}
.spacer10px
{
	height: 10px;
}

.relative40pxleft
{
	position: relative;
	left: 40px;
}

/*Message box classes*/
.messageBoxOuterBorder
{
  border: #88C6EF solid 1px;
}
.messageBoxBorder
{
  color: #FFFFFF;
  background-color: #357FB6;
  width: auto;
  font-weight: bold;
  font-size: 24pt;
}
.messageBoxBorder input
{
  width: 100px;
  font-weight: bold;
}
.messageBoxContent
{
  color: #000000;
  background-color: #DEEBEF;
  width: 300px;
  padding: 0px;
  height: 100px;
  font-weight: normal;
  font-size: 10pt;
}

.messageBoxAlertContent
{
  background-color: #FFFFFF;
  color: #000000;
  width: 286px;
  padding: 7px;
  font-weight: normal;
  font-size: 10pt;
}
/*end Message box classes*/