/* 
	--General:  basic and global styles

	#0042FF  sai blue
	#F3E5E5  sai pale raspberry
	#840000  sai dk raspberry

	#3366FF = dark blue (text, outline)
	#bbe0FF = pale blue (fill)
	#99CC00 = dark lime green (text,outline)
	#f0ffd5 = very pale green (fill)
	#f8fff0 = very very pale green!!!
fonts:

*/

body {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 10pt;
	color: black;
	background-color: white;
}

hr {
	color: #0042FF;
}

div.HorizMarginDiv {
	margin: 0 8pt 0 8pt;
}

font.petitFont
{
	font-size: 8pt;	
}

ul {
	line-height: 2.4ex;
	list-style-type: square;
	list-style-image: url("../images/list_bullet_1.gif");	
	list-style-position: outside;
}

ul ul {
	line-height: 2.4ex;
	list-style-type: square;
	list-style-image: url("../images/list_bullet_2.gif");	
	list-style-position: outside;
}

ul.LinksList {
	line-height: 2.4ex;
	list-style-type: square;
	list-style-image: url("../images/2arrow.gif");	
	list-style-position: outside;
}

img {
	border-width: 0;
}


/* note  - better to use div.FloatDiv further down */
img.ArticleImage {
//	float: right;
	align: right;
	border-width: 1px;
	border-color: #0042FF;
	border-style: none none none solid;
	padding: 0 0 0 8;
}

p.FloatP {
	float: right;
	border-width: 1px;
	border-color: #0042FF;
	border-style: none none none solid;
	padding: 8 8 8 16;
	margin: 0 0 0 8;
}

p.FloatLeftP {
	float: left;
	border-width: 1px;
	border-color: #0042FF;
	border-style: none solid none none;
	padding: 8 8 8 8;
	margin: 0 0 0 8;
}

img.RoomyImage{ margin: 8pt;}

a:link, a:visited
{ 
	color: #0042FF;
/*	text-decoration: underline;*/
	text-decoration: none;
}


a:hover
{ 
	color: white;
	background: #0042FF;
	text-decoration: underline;
}


a.NewsLink {
	color: black;
}
a.NewsLink:visited {
	color: black;
}
a.NewsLink:link {
	color: black;
}


table.ListTable {
	color: black;
}

table.ListTable td, table.ListTable th {
	color: black;
	font-size: 8pt;
}

table.ListTable a:visited {
	color: black;
}
table.ListTable a:link {
	color: black;
	text-decoration: underline;
}

table.ListTable a:hover
{ 
	color: white;
	background: #0042FF;
	text-decoration: underline;
}


table.content h2 {	
	text-align: left;
	text-indent: 0pt;
	font-weight: normal;
	color: #0042FF;
	padding: 0 0 0 0;
	margin: 0pt 0 8pt 0;
}

table.content h3 {	
	text-align: left;
	text-indent: 0pt;
	font-weight: normal;
	color: #840000;
	padding: 0 0 0 0;
	margin: 8pt 0 4pt 0;
}

table.content h4 {	
	text-align: left;
	text-indent: 0pt;
	font-weight: normal;
	color: #0042FF;
	padding: 0 0 0 0;
	margin: 4pt 0 2pt 0;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 10pt;
	}


em {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-style: normal;
	color: #840000;
	font-weight: bold;
}


strong {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	color: #3366FF;
	font-weight: bold;
}

div.FloatDiv, div.FloatDivRight
{
//	float: right;
	align: right;
	padding: 8pt;
	margin: 4pt;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #0042FF;
}

div.FloatDivLeft
{
	float: left;
	padding: 8pt;
	margin: 4pt;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #0042FF;
}

font.CaptionFont {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 8pt;
	font-style: italic;
}



/* 
	--Results:  Tabular data style
*/

table.ResultsTable {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}
table.ResultsTable td {
	padding: 2px 8px 2px 8px;
}

tr.ResultsHeaderRow{
	background-color: #F3E5E5;
}

th.ResultsTableTopHeader {
	padding: 2px 8px 2px 8px;
	background-color: #F3E5E5;
	border-width: 1px;
	border-color: #0042FF;
	border-style: solid none none none;
	vertical-align: bottom;
}

th.ResultsTableBottomHeader {
	padding: 2px 8px 2px 8px;
	background-color: #F3E5E5;
	border-width: 1px;
	border-color: #0042FF;
	border-style: none none solid none;
	vertical-align: bottom;
}

th.ResultsTableHeader {
	padding: 2px 8px 2px 8px;
	background-color: #F3E5E5;
	border-width: 1px;
	border-color: #0042FF;
	border-style: solid none solid none;
	vertical-align: bottom;
}

tr.ResultsDataOddRow { 
	background-color: white;
}

tr.ResultsDataEvenRow {
	background-color: #F3E5E5;
}


/* 
	--content: 
*/

table.content {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
}

/* 
	--Submenu:  
*/

.SubMenuItem a:link, .SubMenuItem a:visited
{ 
	color: #0042FF;
	text-decoration: none;
}

.SubMenuItemSelected a:link, .SubMenuItemSelected a:visited
{ 
	background: white;
	color: #0042FF;
	text-decoration: underline;
}

.SubMenuItem a:hover
{ 
	background: white;
	color: #0042FF;
	text-decoration: underline;
}


th.SubMenuHead {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: 100;
	color: #0042FF;
	text-align: right;
}

td.SubMenuItem {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	color: #0042FF;
	font-size: 8pt;
	text-align: center;
	padding: 0 8 0 8;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #0042FF;
}

td.SubMenuItemSelected {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	color: #0042FF;
	font-size: 8pt;
	text-align: center;
	border-style: none solid none none;
	border-width: 1px;
	border-color: #0042FF;
	padding: 0 8 0 8;
}

/* 
	--TopMenu:  
*/

.TopMenuItem a:hover, td.TopMenuItemSelected  a:hover { 
 	background: #0042FF; 
	color: yellow;
	border-width: 0px 0px 0px 0px;
	text-decoration: none;
}

.TopMenuItem a:link, .TopMenuItem a:visited
{ 
	background: #0042FF;
	color: yellow;
	text-decoration: none;
}

td.TopMenuItemSelected a:link, td.TopMenuItemSelected a:visited 
{ 
	background: #0042FF;
	color: yellow;
	text-decoration: underline;
}

.TopMenu {
	font-size: 10pt;
	font-weight: bold;
	background: white;
	color: white;	
}

td.TopMenuItem {
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	background: #0042FF;
	color: yellow;
}


td.TopMenuItemSelected {
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	background: #0042FF;
	color: yellow;
	text-decoration: underline;
}

td.TopSubTitle {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-style: italic;
	font-weight: 100;
	color: #0042FF;
	padding: 0;
	margin: 0;
	line-height: 16pt;
	text-align: right; 
	white-space: nowrap;
	border-style: none;
	border-width: 0px;
}

td.badge {
	font-family: "Courier New", Courier, mono;
	font-size: 18pt;
	font-style: italic;
	font-weight: 800;
	background-color:  #0042FF;
	color: white;
	padding: 8;
	margin: 0;
	line-height: 16pt;
	text-align: center; 
}

td.TopTeaser {
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	color: #0042FF;
	font-weight: bold;

}

table.FooterTable {
	background-color: #F3E5E5;
	color: #0042FF; 
	padding: 2px 16px 2px 4px;
	margin: 10 0 0 0;
}

.Footer {
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 8pt;
	text-align: left;
	border-style: none none none solid;
	border-width: 1px;
	border-color: #0042FF;
	color: #0042FF; 
}

td.Bar {
/*
	border-width: 1px;
	border-color: #0042FF;
	border-style: none solid none none;
	background: white;
*/
	margin: 5px 0 5px 0;
}

/* for std. tag driven features such as H1 - raw 
this requires all of the included HTML to be within tags 
such as <p> and <h1>*/
td.FeatureBlockRaw {
	background: #F3E5E5;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0x;
	font-family: Verdana, Arial, Helvetica, sans-seriff;
	font-size: 10px;
	color: black;
	border-width: 1px;
	border-style: solid; 
	border-color: #0042FF;
}

td.FeatureTitle, td.FeatureBlock h1, td.FeatureBlockRaw h1 {
	text-align: center;
	text-indent: 0pt;
	font-weight: normal;
	font-size: 12pt;
	background: #ffffFF;
	color: #0042FF;
	padding: 0 0 0 0;
	border-width: 1px;
	border-style: none none solid none;
	border-color: #0042FF;
	font-family: "Courier New", Courier, mono;
}

td.FeatureBlock h2, td.FeatureBlockRaw h2 {
	text-align: left;
	text-indent: 0pt;
	font-weight: bold;
	padding: 0 8pt 0 8pt;
	margin: 0 0 4pt 0;
}


td.FeatureBlockRaw p {
	padding: 0pt 8pt 0pt 8pt;
}

/*
	--Object table
*/

table.ObjectTable {
	font-size: 8pt;
	background: #F3E5E5;
	color: black;
	padding: 0;
	margin: 0 0 0 0;
	border: 1px solid;
	border-color: #0042FF;	
}

table.ObjectTable th {
	font-weight: bold;
	font-size: 8pt;
	color: black;
	padding: 0;
	margin: 0;
	border-style: none none dotted none;
	border-width: 1px;
	border-color: #0042FF;
}

table.ObjectTable td {
	font-weight: normal;
	font-size: 8pt;
	background: #F3E5E5;
	padding: 8;
	margin: 0;
}

table.ObjectTable td {
	font-weight: normal;
	font-size: 8pt;
	background: #F3E5E5;
	padding: 8;
	margin: 0;
}

	