/* SBS main stylesheet*/

/*menu styles */
#menus * {z-index:1000;
 margin:0 auto; padding:0;  /* removes margin and padding off all list elements */
 }
#menus{
width:100%;
display:inline;
background-color : #000000;
}
#menus ul {valign:top;
font-size:11px;
}

#menus li {
 float:left;  /*causes the list to align horizontally instead of stack */
 list-style-type:none; /* removes the bullet off each list item */
 position:relative; /* positioning context for the absolutely positioned drop-down */
 }
 
#menus td { background-color : #000000; font-size:11px;
 }
 
#menus a { color:white;
 display:block; /* makes link fill li so entire area is "hot" */
 text-decoration:none;  /* removes the underlining from the links */
 padding:5px  10px 0 5px;  /* adds space between links */
 }
 
#menus a:hover { color:#FF00CC;}

/* Special classes for SBSmain */

.toolbar  {
	color : #FFFFFF;
	font-family : "Arial";
	font-size : 11pt;
	text-align : center;
	font-variant : normal;
}

.pagetitlectr  {
	color : #000000;
	font-family : "Arial";
	font-size : 14pt;
	font-weight : bold;
	text-align : center;
	font-variant : normal;
}

.blkpagetitlectr  {
	color : Black;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	text-align : center;
}

.pagetitlebackg  {
	background-color : #FFFFFF;
}


.tabletitle  {
	background-color : #867559;
	color : White;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.tabletitlectr  {
	background-color : #000000;
	color : White;
	font-weight : bold;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}

.smtabletitlectr  {
	background-color : #000000;
	color : White;
	font-weight : bold;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : .83em;
}

.xstabletitlectr  {
	background-color : #000000;
	color : White;
	font-weight : bold;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : .69em;
}

.xstablecontentctr  {
	font-weight : bold;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : .69em;
}


.alttabletitlectr  {
	background-color : Silver;
	color : #000000;
	font-weight : bold;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.tablecontent  {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.bluehead  {
	font-family : "Arial";
	font-size : 18pt;
	color : #000000;
}

.private  {
	background-color: Black;
	color: White;
}

.xsprivate  {
	background-color: Black;
	color: White;
	font-size: .69em;
}

.goldbg  {
	background-color : #867559;
}

.redbg  {
	background-color : #000000;
}

.greybg  {
	background-color : #CCCCCC;
}




/* End of Special classes for SBSmain */

body  {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration : none;
	text-align : left;
	text-indent : 0em;
	border : 0em;
	margin-bottom : 1em;
	margin-left : 0em;
	margin-right : 1em;
	margin-top : 0em;
	padding-bottom : 0em;
	padding-left : 0em;
	padding-right : 0em;
	padding-top : 0em;
	background-color : #000000;
}

table  {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : #FFFFFF;
}

td.button  {
	background-color : #CCCCCC;
}



/* psuedo classes*/
a:link  {
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
}

a:visited  {
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
}

a:active  {
	color : #000000;
	text-decoration : underline;
	font-weight : bold;
}

A:hover  {
	text-decoration : underline;
	color : #FF00CC;
}

a.toolbar:link  {
	font-size : 12pt;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : normal;
	font-family : Arial;
}

a.toolbar:visited  {
	font-size : 12pt;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : normal;
	font-family : Arial;
}

a.toolbar:active  {
	font-size : 12pt;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : normal;
	font-family : Arial;
}

a.toolbar:hover  {
	font-size : 12pt;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight : normal;
	font-family : Arial;
}








/* Classes with single attributes 

font families*/
.cursive  {
	font-family : cursive;
}

.fantasy  {
	font-family : fantasy;
}

.monospace  {
	font-family : monospace;
}

.sansserif  {
	font-family : sans-serif;
}

.serif  {
	font-family : serif;
}

.Arial  {
	font-family : Arial, Helvetica, sans-serif;
}

.comic  {
	font-family : "Comic Sans MS", "Trebuchet MS", Arial, Arial, sans-serif;
}

.courier  {
	font-family : "Courier New", Courier, monospace;
}

.impact  {
	font-family : Impact;
}

.times  {
	font-family : "Arial", Times, serif;
}

.Arial  {
	font-family : Arial, Geneva, Arial, Helvetica, sans-serif;
}

/* This set of classes sets left and right margins at an increasing distance.  Like the attribute <cite>, but six levels deep.*/
.first  {
	margin-left : 1em;
	margin-right : 1em;
}

.second  {
	margin-left : 2em;
	margin-right : 2em;
}

.third  {
	margin-left : 3em;
	margin-right : 3em;
}

.fourth  {
	margin-left : 4em;
	margin-right : 4em;
}

.fifth  {
	margin-left : 5em;
	margin-right : 5em;
}

.sixth  {
	margin-left : 6em;
	margin-right : 6em;
}

/* This set of classes set the absolute font size.*/
.xxs  {
	font-size : xx-small;
}

.xs  {
	font-size : x-small;
}

.s  {
	font-size : small;
}

.m  {
	font-size : medium;
}

.l  {
	font-size : large;
}

.xl  {
	font-size : x-large;
}

.xxl  {
	font-size : xx-large;
}

/* This set of classes set color.*/
.red  {
	color : Red;
}

.black  {
	color : Black;
}

.white  {
	color : White;
}



/* This set of classes set text alignment.*/
.left  {
	text-align : left;
}

.right  {
	text-align : right;
}

.center  {
	text-align : center;
}

.justify  {
	text-align : justify;
}

.firstjustify {
	text-align : justify;
	margin-left : 1em;
	margin-right : 1em;
}

.secondjustify {
	text-align : justify;
	margin-left : 2em;
	margin-right : 2em;
}


/* This set of classes set text decoration.*/
.underline  {
	text-decoration : underline;
}

.blink  {
	text-decoration : blink;
}

.linethrough  {
	text-decoration : line-through;
}

.overline  {
	text-decoration : overline;
}

/* This set of classes are for text vertical alignment.*/
.sub  {
	vertical-align : sub;
	font-size : .83em;
}

.super  {
	vertical-align : super;
	font-size : .83em;
}

/* This set is for font style.*/
.ital  {
	font-style : italic;
}

.smallital  {
	font-style : italic;
	font-size : .83em;
}

.oblique  {
	font-style : italic;
}

/* This set is for relative font size*/
.small  {
	font-size : .83em;
}

.smaller  {
	font-size : .69em;
}

.smallest  {
	font-size : .57em;
}

.big  {
	font-size : 1.2em;
}

.bigger  {
	font-size : 1.44em;
}

.biggest  {
	font-size : 1.73em;
}

/* These sets are for combination attributes*/

.bold {
	font-weight : bold;
}

.boldul  {
	font-weight : bold;
	text-decoration : underline;
}

.boldital  {
	font-weight : bold;
	font-style : italic;
}

.boldctr  {
	font-weight : bold;
	text-align : center;
}

.boldctrul  {
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
}

.boldctrital  {
	font-weight : bold;
	text-align : center;
	font-style : italic;
}

.bigbold  {
	font-size : 1.2em;
	font-weight : bold;
}

.bigboldul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
}

.bigboldital  {
	font-weight : bold;
	font-size : 1.2em;
	font-style : italic;
}

.biggerbold  {
	font-size : 1.44em;
	font-weight : bold;
}

.biggerboldul  {
	font-size : 1.44em;
	font-weight : bold;
	text-decoration : underline;
}

.biggerboldital  {
	font-weight : bold;
	font-size : 1.44em;
	font-style : italic;
}

.smallbold  {
	font-size : .83em;
	font-weight : bold;
}

.smallboldul  {
	font-size : .83em;
	font-weight : bold;
	text-decoration : underline;
}

.smallboldital  {
	font-weight : bold;
	font-size : .83em;
	font-style : italic;
}

.warning  {
	font-size : 18pt;
	font-weight : normal;
	color : Red;
	text-align : left;
	font-family : "Arial";
	font-variant : normal;
}

.warningctr  {
	color : Red;
	font-family : "Arial";
	font-size : 18pt;
	font-weight : bold;
	text-align : center;
	font-variant : normal;
}

.caution  {
	font-size : 1.2em;
	font-weight : bold;
	color : Yellow;
	text-align : center;
}

.bigboldctr  {
	font-size : 1.2em;
	font-weight : bold;
	text-align : center;
}

.bigboldctrul  {
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.bigboldctrital  {
	font-size : 1.2em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.biggerboldctr  {
	font-size : 1.44em;
	font-weight : bold;
	text-align : center;
}

.biggerboldctrul  {
	font-size : 1.44em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.biggerboldctrital  {
	font-size : 1.44em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.smallboldctr  {
	font-size : .83em;
	font-weight : bold;
	text-align : center;
}

.smallboldctrul  {
	font-size : .83em;
	font-weight : bold;
	text-decoration : underline;
	text-align : center;
}

.smallboldctrital  {
	font-size : .83em;
	font-weight : bold;
	font-style : italic;
	text-align : center;
}

.photoright  {
	padding : 10;
	float : right;
}

.photoleft  {
	padding : 10;
	float : left;
}
