/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/* scroll */
body {	
		scrollbar-base-color: #336699;
		scrollbar-shadow-color: #336699;
		scrollbar-darkshadow-color: #414566;
		scrollbar-highlight-color: #A5ADD2;
		}

/* test classes */
.TabTopBg {
    font-family: Verdana, Helvetica, sans-serif;
    background-color: white;
    font-size: 0.7em;
    border-bottom: white 1px solid;
    border-top: solid 1px navy;
    border-right: solid 1px navy;
    border-left: solid 1px navy;
    
}

/* background/border colors for the unselected tabs */
.OtherTabsTopBg
{
    background-color:#dadada;
    font-size: 0.7em;
    color: #dadada;
    border-bottom: navy 1px solid;
    border-top: solid 1px navy;
    border-right: solid 1px navy;
    border-left: solid 1px navy;
}

/* background/border colors for the unselected tabs */
.OtherTabsTopBgSpecial
{
    background-color: #dadada;
    font-size: 0.7em;
    color: #aabbcc;
    border-top: solid 1px navy;
    border-right: solid 1px navy;
    font-family: Verdana, Helvetica, sans-serif;
    border-bottom: solid 2px navy;
    border-left: solid 1px navy;
}

.TabBg
{
    background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
}

.SeparatorTabsBg {
    border-left: solid 2px white;
    font-family: Verdana, Helvetica, sans-serif;
}
/* text style for the selected tab */
.SelectedTab {
    color: navy; 
    font-weight: bold;
    font-family: Verdana, Helvetica, sans-serif;
}

/* text style for the unselected tabs */
.OtherTabs {
    color: navy;
    font-weight: normal;
    font-family: Verdana, Helvetica, sans-serif;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link, A.SelectedTab:link    {
    text-decoration:    none;
    color:navy;
    font-family: Verdana, Helvetica, sans-serif;
}

A.OtherTabs:visited, A.SelectedTab:visited {
    text-decoration:    none;
    color:navy;
    font-family: Verdana, Helvetica, sans-serif;
}

A.OtherTabs:active, A.SelectedTab:active  {
    text-decoration:    none;
    color:navy;
    font-family: Verdana, Helvetica, sans-serif;
}

A.OtherTabs:hover, A.SelectedTab:hover   {
    text-decoration: underline;
    color:red;
    font-family: Verdana, Helvetica, sans-serif;
}
.NavBg {
    background-color: white;
}

/* test classes */    


.HeadBg
{
	background-color: #336699;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.StandardTable
{
	border-color:Black;
	border-width:0;
	border-style:solid;
	background-color:#dadada;
	font-family:Verdana;
	font-size:xx-small;
}

.FeaturedBrokerTable
{
	border-color:Navy;
	border-width:1;
	border-style:solid;
	background-color:white;
	font-family:Verdana;
	font-size:xx-small;
    color:Navy
}


.WarningTable
{
	border-color:Red;
	border-width:1;
	border-style:solid;
	background-color:white;
}
.OKTable
{
	border-color:Navy;
	border-width:1;
	border-style:solid;
	background-color:white;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.ReadOnly
{
	
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:white
    /*color:#cccc99*/
}

/* background/border colors for the selected tab */
.1TabBg {
    background-color: white;
    border-color: white;
    
}

/* background/border colors for the unselected tabs */
.1OtherTabsBg {
    background-color: #dadada;
    border-color: #6699cc;
    
    /*border-color: black;*/
}

/* text style for the selected tab */
.1SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:Navy;
    font-weight: bold
}

/* text style for the unselected tabs */
.1OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:Navy;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.1OtherTabs:link    {
    text-decoration:    none;
     color:Navy;
    /*color:#eeeeee;*/
}

A.1OtherTabs:visited {
    text-decoration:    none;
     color:Navy;
    /*color:#eeeeee;*/
}

A.1OtherTabs:active  {
    text-decoration:    none;
    color:White;
    /*color:#eeeeee;*/
}

A.1OtherTabs:hover   {
    text-decoration:    underline;
    color:Blue;
 
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:White;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:White;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:White;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:White;
}

/* style for separator between site links */
.Accent
{
    color: white;
    /*color: red;*/
    font-weight:  bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Navy;
    /*color: darkred;*/
}

/* style of item titles by Announcements and events */
.ItemTitleLarge    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: Navy;
    /*color: darkred;*/
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:600;
    color: Navy;
    
    /*color: #666644;*/

}

.HeadSmall   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  17px;
    font-weight:500;
    color: Navy;
    
    /*color: #666644;*/

}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Navy;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal
    
}

.PageNumbers
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:black
    
    
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
    /*color: red;*/
}
.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: navy
    /*color: red;*/
}

.NormalRed2
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
    /*color: red;*/
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold
}

.NormalBoldNavy
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color:Navy
}

.NormalBoldGainsboro
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:Black
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: Navy;
    /*color: darkred;*/
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: Navy;
    /*color: darkred;*/

}

A.CommandButton:active   {
    text-decoration:    underline;
    color: Navy;
    /*color: darkred;*/

}

A.CommandButton:hover    {
    text-decoration:    underline;
    color:Blue;
    /*color: Red;*/

}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Navy;
    /*color: darkred;*/

}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: Navy;
    /*color: darkred;*/

}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Navy;
    /*color: darkred;*/

}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: Navy;
    /*color: darkred;*/

}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: Navy;
    /*color: darkred;*/

}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Navy;
    /*color: darkred;*/

}

A:link  {
    text-decoration:    none;
    color: Navy;
    /*color: darkred;*/

}

A:visited   {
    text-decoration:    none;
    color: Navy;
    /*color: darkred;*/

}

A:active    {
    text-decoration:    none;
    color: Navy;
    /*color: darkred;*/

}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}


.btn1 {
	font: 100% verdana, tahoma, sans-serif;
	background-color:#5977B2;
	background-image:url(http://www.bsbx.com/bsbx/images/button_back.gif);
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	color:#FFFFFF;
	height:17px;
	cursor: hand;
	padding-left: 0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	cursor: hand;
	}

.Tiny  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    normal;
    text-align:center;
    color: Navy;
    /*color: darkred;*/

}
.emailTable
{
	background-color: #FFFFCC;border: thin solid #CCCC00;
}
.InvisibleText
{
	 visibility:hidden;
	 width:0;
}

