/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
    background-color: #004C99;
    background-image: url("../../Resources/images/bg_site01_01.jpg");
    background-position: top left;
    background-repeat: repeat-x;
    color: #000;
    font-family: Verdana;
    font-size: 12px;
    line-height: normal;
    margin: 0 0 0 0;
/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */    padding: 0 0 0 0;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */    text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
img 
{
    border-width:0px;
}

#outerWrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1004px;
}
#outerWrapper #header {
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    line-height: 15px;
    padding: 10px 10px 2px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
    border: 1px solid #000000;
    height: 44px;
    padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #leftColumn1 {
    float: left;
    margin-right: 6px;
/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */    
    width: 328px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
    margin-left: 350px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
    background-image: url("../../Resources/images/footer.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 142px;
}
/* Commonly used to style page titles. */
/* Commonly used to style section titles. */
/* Sets the style for the h3 header. */
#tabs
{
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: normal; /*margin-bottom: 1em; margin between menu and rest of page*/;
    overflow: hidden;
    font-family: Tahoma;
    font-weight: bold;
}
#tabs ul
{
    margin: 0;
    padding: 8px 10px 0 0px;
    list-style: none;
}
#tabs li
{
    display: inline;
    margin: 0;
    padding: 0;
}
#tabs a
{
    float: left;
    background: url("../../Resources/images/left-tab.png") no-repeat left top;
    margin: 0;
    padding: 0 0 0 6px;
    text-decoration: none;
    }
#tabs a span
{
    float: left;
    display: block;
    background: url("../../Resources/images/right-tab.png") no-repeat right top;
    padding: 6px 15px 4px 6px;
    margin-right: 0;
    color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span
{
    float: none;
}
/* End IE5-Mac hack */
#tabs a:hover span
{
}
#tabs a:hover
{
    background-position: 0% -42px;
}
#tabs a:hover span
{
    background-position: 100% -42px;
}
.toolbar
        {
         font-size: 13px;
         font-family: Verdana;
         padding: 6px;         
        }
.gridpager, .gridpager td{    
    text-align: right;
    color: blue;    
    font-weight: bold;
    text-decoration: none;
}
.gridpager a{
    color: blue;
    font-weight: normal;
}
.title {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #D4340C;
	padding: 4px;
	height:10px;
}
/*Popup Control*/
.popupControl{
	background-color:White;
	position:absolute;
	visibility:hidden;
	text-align:left;
}
.heading {
	padding: 1em 0 1em 0;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.2em;
}

.subheading{
	padding:.8em 0 0.3em 0;
	color:#0F2543;
	font-weight:600;
	font-family:Arial, Sans-Serif;
	font-size:1.0em;
}
.paragraph {
	font-size: 11px;
	padding: 6px;
}
.txt_10 {
	font-size: 11px;
}
.titleCorner_blue {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #096395;
	background-image: url(../../Resources/images/corner_blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.titleCorner_blue_R {

	font-size: 14px;
	color: #FFFFFF;
	background-color: #096395;
	background-image: url(../../Resources/images/corner_blue_R.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
.border_blue {
	border: 1px solid #096395;
}
.border_blue_top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #096395;
}
.border_blue_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #096395;
}
.border_blue_RL {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #096395;
	border-left-color: #096395;
}
.evSelect
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
.bcltTd 
{
	background-image: url('../../Resources/images/BCLocator/locator-bar_02.png');
	background-repeat: repeat-x;
	background-position: center;
}
.border_Red {
	border: 3px solid #990000;
}
.border_RedText {
	border: 1px solid #990000;
	font-size: 12px;
}
.grid 
{ 
	width:700px; 
	font-family:Tahoma;
}
.grid H2 
{ 
	margin:0; padding:0; 
	color:#ffffff;
	height:20px;
	line-height:20px;
	font-size:14px;
}
.grid .mid
{
	padding:3px 0px 0px 0px;
}
.grid .datatable
{
	width:100%;
	color:#666;
}        
.grid .datatable TH
{
    font-size:12px;
    font-weight:bold;
    letter-spacing:0px;
    text-align:left;
    padding:2px 4px;
    color:#333333;
    border-bottom:solid 2px #bbd9ee;
}
.grid .datatable TH A
{ 
	text-decoration:none;
	padding-right:18px; 
	color:#0066cc;
}
.grid .datatable TH.sortasc A { background:url(../img/asc.gif) right center no-repeat; }
.grid .datatable TH.sortdesc A { background:url(../img/desc.gif) right center no-repeat; }
.grid .datatable .row TD
{
    font-size:11px;
    text-align:left;
    padding:6px 4px;
    border-bottom:solid 1px #bbd9ee;
}      
.grid .datatable .row:hover
{
	background-color:#fffacd;
	color:#000;
}
.grid .datatable .row TD.first { padding-left:10px; }
.grid .datatable TH.first { padding-left:10px; }
.grid .datatable .row:hover .first
{
    background-repeat:no-repeat;   
	background-image:url(../img/bullet.gif);
} 

.titleBarWrapper
{
    background-image: url('../images/TitleBar_bg.jpg');
}
 
.titleBar
{
    font-size: 14px;
    color: #FFFFFF;
    background-image: url('../images/TitleBar_left.jpg');
    background-repeat: no-repeat;
    background-position: left top;
}

.titleBar div
{
    background-position: right top;
    padding: 6px 6px 7px 8px;
    background-image: url('../images/TitleBar_right.jpg');
    background-repeat: no-repeat;
}
/* gb.css */

.container {
	width: 100%;
}
.subContainer {
	max-width:90%;
}
.container_content {
	border: 3px solid #05405F;
	width: 890px;
	background-color: #FFFFFF;
	color: #001A33;
}


.title_promo {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #096395;
	padding: 4px;
}

.paragraph {
	font-size: 11px;
	padding: 6px;
}


.footer {
    color: #F2F5F7;
    padding: 10px;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
.footer a:hover {
	color: #9DCEFF;
	text-decoration: underline;	
}

.paragraphTT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #414f5c;
	letter-spacing: 0.25px;
	word-spacing: normal;
	padding: 2px;
	font-style: normal;
	font-weight: bold;
}

.border {
	border: 1px solid #096395;
}
.randomTd {
	background-image: url(../../Resources/images/reasons_alt.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #374E5B;
}

#sectionLinks{
	font-size: 12px;
	margin: 0px;
	padding: 0px;

}

#sectionLinks table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #00367C;
	border-left-color: #155399;
	background-color: #EEECDD;
}

.sectionLinksbg {
	background-image: url(../../Resources/images/buttons/nav_bg_on.png);
	background-repeat: repeat-x;
	background-position: center center;	
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	font-weight: bold;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5B7D9F;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00367C;

}

#sectionLinks a:hover{
	background-image: url(../../Resources/images/buttons/nav_bg_off.png);
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: center center;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #F03037;
	text-decoration: none;
}
a:active {
	color: #336699;
}
.imgRM {
	margin-right: 4px;
}
.border_dot_R {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #06476A;
}
.border_grey_all {
	border: 1px solid #CCCCCC;
}

.border_promo {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.imgLM {
	margin-left: 4px;
}
form {
	margin: 0px;
}
input
{
    border: 1px solid #CCC;
    padding: 4px;
}
select
{
    border: 1px solid #CCC;
    padding: 4px;
}
.border_grey_top_bottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.TxtRed {
	color: #FF0000;
}
/** styles from old sheet **/
.header 
{
width: 100%;
background-color: #06476A;
}
.data1 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000
}
.data2 
{ 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000
}
a.headerlink 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #ffffff; 
text-decoration: none
}
a.headerlink:hover 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #000000;
text-decoration: none; 
background-color: #ffffff; 
text-align: center; 
width: 100%
}
a.datalink 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #000000; 
text-decoration: none
}
a.datalink:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #FFFFFF; 
text-decoration: none; 
background-color: #000000; 
width: 100%
}
.fieldname 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #182227
}
a.button 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
font-weight: bold; 
color: #000000; text-decoration: none; 
width: 100%; 
text-align: center
}
a.button:hover 
{
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none; 
background-color: #000000; 
width: 100%;
text-align: center
}
.strip 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold; 
color: #FFFFFF; 
background-color: #096395
}
.headertitle
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: bold; 
color: #FFFFE6;
} 

#button_red {
	color: #FFFFFF;
}
#button_red td{
	text-align: center;
	vertical-align: middle;
	height: 24px;
	width: 122px;
	background-image: url(../../Resources/images/buttons/blankbutton_off.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#button_red a:link, #button_red a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#button_red a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../../Resources/images/buttons/blankbutton_on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg_Grad_whiteLightBlue {
	background-image: url(../../Resources/images/bg_gradWhiteLightBlue.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.bg_USFlag_abstract {
	background-image: url(../../Resources/images/patriotic/USAFlag_abstract.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.paragraph_promo {

	font-size: 10px;
	padding: 4px;
}
.txt_white {
	color: #FFFFFF;
}
#HideFromBrowser {
	display: none;
	background-color: #FFFFFF;
	padding: 2px;
}
#Link_White {
	color: #FFFFFF;
	font-size: 12px;
}
#Link_White td {
	padding: 4px;
}

#Link_White a:link, #Link_White a:visited{
	color: #EAF4FF;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #003366;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}

#Link_White a:hover {
	color: #FFFFCC;
	text-decoration: none;
	border: 1px solid #0066CC;
}
#slatenav {
	font-size: 11px;
	font-weight: bold;
	background-image: url(../../Resources/images/nav/blueslate_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
}

#slatenav a:link, #slatenav a:visited {
	color: #ffffff;
	text-decoration: none;
	float:left;
	padding:14px 22px 0 22px;
	height:28px;
	margin-left: 1px;
	display: block;
}
#slatenav a:hover, #slatenav a.current {
	color: #FFFFFF;
	background-image: url(../../Resources/images/nav/blueslate_backgroundOVER.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	float:left;
	padding:14px 22px 0 22px;
	height:28px;
	margin-left: 1px;
}.slatenav a {
	margin: 0px;
	padding: 0px;
}
.errorMessage {
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px solid #CC0000;
}
.backBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #002040;
	border-right-color: #002040;
	border-bottom-color: #002040;
	border-left-color: #002040;
	background-color: #003366;
	background-image: url(../../Resources/images/nav/blueslate_background.gif);
	background-position: center;
}
.border_darkBlue {
	border: 3px solid #05405F;
}
.border_darkBlue_Top {
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #05405F;
	border-right-color: #05405F;
	border-left-color: #05405F;
}
.border_darkBlue_Bottom {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #05405F;
	border-bottom-color: #05405F;
	border-left-color: #05405F;
}
.border_darkBlue_LR {
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #05405F;
	border-left-color: #05405F;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
	margin: 0px;
}
h3 {
    font-size: 14px;
}
h4
{
    font-size: 13px;
}

.sideBar {
	width: 220px;
}
.border_DarkBlue {
	border: 3px solid #05405F;
	background-color: #FFFFFF;
	color: #001A33;
}
.SpacerDiv {
	background-color: #CCC;
	height: 1px;
}
.hrDiv {
    background-color: #CCC;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
}
.HighlightsColumn
{
    font-size: 11px;
    color: #DBF1FD;
    background-color: #013870;
    border: 2px solid #01274E;
    padding: 6px;
    margin-bottom: 6px;
}
.HighlightsColumn a, .HighlightsColumn a:visited
{
    color: #FFFFCC;
    display: block;
}
.HighlightsColumn a:hover
{
    color: #CCFFFF;
}
.HighlightsImg
{
    border: 2px solid #04354F;
    margin-right: 4px;
    margin-bottom: 4px;
    float:left;
}
.HighlightsColumn h4
{
    color: #CCFFFF;
}
.HighlightsClearDiv
{
    padding: 0px;
    margin: 0px;
    clear: both;
    text-align: right;
    background-color: #014A94;
}
.ClearDiv
{
    padding: 0px;
    margin: 0px;
    clear: both;
    height: 1px;
}
.bcLocatorBG
{
    background-image: url('../../Resources/images/BCLocator/locator-bar_02.png');
    background-repeat: repeat-x;
    background-position: left center;
}

.txt14
{
    font-size: 14px;
}
.txt16
{
    font-size: 16px;
}
.txtGrey
{
    color:#CCC;
}

.load{background:url('../../Resources/images/ajax-loader.gif') no-repeat center;}

/* Celebrity Contest Panel */
.CelebBlock
{
	border: 1px solid #98DBFC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 8px;
	background-image: url('../../Resources/images/Bg_panel_blueTop.jpg');
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-bottom:4px;
}
.CelebImageDiv
{
float: left;
height: 80px;
width: 100px;
}
.CelebDesc
{
margin-left: 114px;
color: #333;
}
.CelebFormDiv
{
width: 290px;
float: right;
margin-top: 8px;
color: #5698BA;
}
.CelebFormDivTextfield     {
	border: 1px solid #c5e1ef;
}

.CelebTitle
{
font-size: 16px;
font-weight: bold;
color: #5698ba;
}
