/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
	font-size: 0.8em;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

P, H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	font-family: Verdana,Helvetica;
}
H1	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Verdana, Helvetica, sans-serif;
	}	

P	{
	font-family: Verdana;
	font-size:12;
	}

TD	{
	font-family: Verdana;
	font-size:12;
	}
/*	commented out for correct style later
A
{
	color: navy;
	font-family: Verdana;
}

A:link
{
	color:	navy;
	text-decoration: none;
	font-family: Verdana;
}	
		
A:visited
{
	color: navy;
	text-decoration: none;
	font-family: Verdana;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	navy;
	font-family: Verdana;
	}	
		
A:hover
{
	color: darkred;
	text-decoration: underline;
	font-family: Verdana;
}
*/

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, 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;
	}	

IMG
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
/* Class styles from here on */

/* style for separator between site links */
.AccentRed
{
	font-weight: bold;
	color: red;
	font-size: 8pt;
	font-family: 'Arial Narrow' , Arial;
}
.AccentBlue
{
    color: Blue;
    font-weight:    bold;
	font-size: 8pt;
	font-family: 'Arial Narrow' , Arial;
}
.AccentGreen
{
    color: Green;
    font-weight:    bold;
	font-size: 8pt;
	font-family: 'Arial Narrow' , Arial;
}
.AccentBlack
{
    color: Black;
    font-weight:    bold;
	font-size: 8pt;
	font-family: 'Arial Narrow' , Arial;
}
.AccentMaroon
{
	font-weight: bold;
	color: maroon;
	font-size: 8pt;
	font-family: 'Arial Narrow' , Arial;
}
.deepsea TH, .deepseacell
{
background-image:url('/images/buttontest.png');
color:white;
font-family:sans-serif;
font-weight:700;
}
/* background/border colors for the selected Alpha */
.AlphaBg
{
	font-weight: bold;
	font-size: 10pt;
	border-left-color: black;
	border-bottom-color: black;
	color: lightgrey;
	border-top-color: black;
	font-family: Arial;
	background-color: firebrick;
	border-right-color: black;
}
/* background/border colors for the unselected tabs */
.OtherAlphasBg {
    background-color: dimgray;
    border-color: black;
}
/* text style for the selected Alpha */
.SelectedAlpha
{
	font-weight: bold;
	font-size: 10px;
	border-left-color: black;
	border-bottom-color: black;
	color: black;
	border-top-color: black;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: mistyrose;
	border-right-color: black;
}
.NewsLink
{
    color: navy;
	text-decoration: none;
	font-size: 12pt;
	font-family: Verdana;
	text-align: left;
}
A.NewsLink:link
{
    text-decoration: none;
    color: Navy;
}
A.NewsLink:active
{
    text-decoration: none;
    color: Navy;
}
A.NewsLink:visited
{
    text-decoration: none;
    color: Navy;
}
A.NewsLink:hover
{
    color: darkred;
    text-decoration: underline;
}
/* Style for buttons in mininav */
.MenuBarCell
{
    font-size: 10px;
    /*text-indent:20px;*/
    font-weight:bold;
    vertical-align:bottom;
    /*margin-left:20px;*/
	color: white;
	height:24px; /* use the images' dimensions */
    width:148px;
    text-align:right;
    font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
	background-image:url('/images/button_mainblank.png');
}
A.MenuBarCell:link
{
	color: white;
	background-image:url('/images/button_mainblank.png');
}
A.MenuBarCell:visited
{
	color: white;
	text-decoration: none;
	background-image:url('/images/button_mainblank.png');
}
A.MenuBarCell:active
{
	color: white;
	text-decoration: none;
	background-image:url('/images/button_mainblank.png');
}
A.MenuBarCell:hover
{
	background-image:url('/images/button_rlloverblank.png');
	color: white;
	text-decoration: underline;
}
/* Style for buttons in mininav */
.MenuBarLinks
{
    color: white;
	height:23px; /* use the images' dimensions */
    width:149px;
    text-decoration: none;
    border-width:0px;
}
A.MenuBarLinks:link
{
	color: white;
	border-width:0px;
}
A.MenuBarLinks:visited
{
	color: white;
	border-width:0px;
	text-decoration: none;
}
A.MenuBarLinks:active
{
	color: white;
	border-width:0px;
	text-decoration: none;
}
A.MenuBarLinks:hover
{
	color: white;
	border-width:0px;
	text-decoration: none;
}
/* text style for the unselected Alphas */
.OtherAlphas
{
	font-weight: bold;
	font-size: 10px;
	color: gainsboro;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.OtherAlphas:link
{
	color: lightgrey;
}

A.OtherAlphas:visited
{
	color: lightgrey;
	text-decoration: none;
}
A.OtherAlphas:active
{
	color: lightgrey;
	text-decoration: none;
}

A.OtherAlphas:hover
{
	color: lightgrey;
	text-decoration: underline;
}
/* hyperlink styles of the team headlines */
.OtherAlphasBlack
{
	font-weight:normal;
	font-size: 10px;
	color: black;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
A.OtherAlphasBlack:link
{
	color: black;
}
A.OtherAlphasBlack:visited
{
	color: black;
	text-decoration: none;
}
A.OtherAlphasBlack:active
{
	color: black;
	text-decoration: none;
}
A.OtherAlphasBlack:hover
{
	color: white;
	text-decoration: underline;
}
TH.OtherAlphas
{
    background-image:url('');
    background-color:#16559b;
    color: inherit;
}
/* text style for the unselected Alphas */
.GeneralText
{
	font-weight: bold;
	font-size: 10px;
	color: gainsboro;
	font-family: Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink styles of the unselected tabs */
A.GeneralText:link
{
	color: gainsboro;
}

A.GeneralText:visited
{
	color: lightgrey;
	text-decoration: none;
}

A.GeneralText:active
{
	color: lightgrey;
	text-decoration: none;
}

A.GeneralText:hover
{
	color: lightgrey;
	text-decoration: underline;
}
.AltBKColor
{
	background-color: #ffffd2;
}

.ArticleTitle
{
	font-size: 12pt;
	font-family: Verdana, Arial;
	text-align: left;
}

.ArticleTitleSm
{
	font-size: smaller;
	font-family: Verdana, Arial;
	text-align: left;
}
.ArticleBody
{
	clear: none;
	font-size: 8pt;
	/*float: left;*/
	font-family: Verdana, Arial;
	text-align: left;
}
.ArticleBodyWhite
{
	clear: none;
	font-size: 8pt;
	color:White;
	/*float: left;*/
	font-family: Verdana, Arial;
	text-align: left;
}
.ArticleBody2
{
	clear: none;
	font-size: 8pt;
	/*float: left;*/
	font-family: Verdana, Arial;
	text-align: right;
}
.ArticleDate
{
	clear: none;
	font-size: 8pt;
	color: Gray
	/*float: left;*/
	font-family: Verdana, Arial;
	text-align: left;
}
.ArticlePix
{
	clear: none;
	float: left;
}

.CalDateEntry
{
	font-size: 9pt;
	width: 90px;
	font-family: Arial, Verdana;
	height: 21px;
	background-color: #e0e0e0;
}

/* hyperlink style for the site links */
.MenuItems
{
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana,Arial;
}

/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 20px;
	color: navy;
	font-family: Verdana Bold, Helvetica, sans-serif;
	text-align: center;
}

.SiteLabel {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration:    none;
    color: white;
}   

    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: White;
    font-weight: bold
}
.ReportLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: Green;
}    
.ResultLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: Red;
} 
/* 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: Red;
}

A.ReportLink:hover    {
    text-decoration:    underline;
    color: Green;
}
A.ReportLink:link {
    text-decoration:    none;
    color: Green;
}

A.ReportLink:visited  {
    text-decoration:    none;
    color: Green;
}

A.ReportLink:active   {
    text-decoration:    none;
    color: Green;
}

A.ReportLink:hover    {
    text-decoration:    underline;
    color: DimGreen;
}
A.ResultLink:hover    {
    text-decoration:    underline;
    color: Red;
}
A.ResultLink:link {
    text-decoration:    none;
    color: Red;
}

A.ResultLink:visited  {
    text-decoration:    none;
    color: Red;
}

A.ResultLink:active   {
    text-decoration:    none;
    color: Red;
}

A.ResultLink:hover    {
    text-decoration:    underline;
    color: DimRed;
}
/* End of style for the text of the site title */
/* PAGE BACKGROUND */
/* background color for the content part of the pages */

/* PAGE BANNER */
/* Tabs Styles*/
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the site links (at extreme top-right of header) */
.TopLink
{
	font-weight: bold;
	font-size: 9px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
}   

/* hyperlink style for the Top links */
A.TopLink:link
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.TopLink:visited
{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

A.TopLink:active
{
	font-weight: bold;
	color: red;
	text-decoration: none;
}

A.TopLink:hover
{
	font-weight: bold;
	color: white;
	text-decoration: underline;
}

/* End of style for the text of the Top title */
