/* ================================
    CSS STYLES 
    v1.1, 08/2004
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    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 */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color:#FFFFFF;
}


  
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold
}   

/* hyperlink style for the site links */
a:link.SiteLink {
    text-decoration:    none;
    color: white;
}

a:visited.SiteLink  {
    text-decoration:    none;
    color: white;
}

a:active.SiteLink   {
    text-decoration:    none;
    color: white;
}

a:hover.SiteLink    {
    text-decoration:    underline;
    color: white;
}

/* style for separator between site links */
.Accent
{
    color: white;
    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:  12px;
    color: #303030;
}

/* style of item titles by News Items */
.NewsTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: #303030;
}

/* style of item titles by News Items */
.NewsArticleTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  15px;
    font-weight:    bold;
    color: #303030;
}

/* style for scraped content */
.ScrapedContent 
{
	font-family: Verdana;	
	font-size: 10pt;
}
.y
{
	font-size: 10pt;
	font-weight: bold;
}
.ScrapedContentPageInfo
{
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}

.ScrapedContent A
{
	font-size: 10pt;

}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #7F8159;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #303030;
}

/* 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: #808080;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 150%; text-indent:0; text-align:left; margin-left:0    
}

.Search
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 150%; text-indent:0; text-align:left; margin-left:0    
}

.SearchPaging
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%; text-indent:0; text-align:center; margin-left:0    
}

.ArticlePaging
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 150%; text-indent:0; text-align:left; margin-left:0    
}

/* 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: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}

/* 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:link.CommandButton {
    text-decoration:    underline;
    color: darkred;
}

a:visited.CommandButton  {
    text-decoration:    underline;
    color: darkred;
}

a:active.CommandButton   {
    text-decoration:    underline;
    color: darkred;
}

a:hover.CommandButton    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #000053;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #000053;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #000053;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #000053;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000053;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #000053;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #000053;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #000053;
}

A:link  {
    text-decoration:    underline;
    color:  #303030
}

A:visited   {
    text-decoration:    underline;
    color:  #303030
}

A:active    {
    text-decoration:    underline;
    color:  #638258
}

A:hover {
    text-decoration:    underline;
    color:  #638258
}

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 
{
    
    border:1pt solid height; 
    color:#7f8258;
   
}

	
/* navigation */
#navigation
{
	font-size: 10pt;
}

#navigation #tabs
{
	background-color: #c0c0c0; 
	text-align: center; 
	width: 660px;
}

#navigation #tabs ul
{
	clear: both;
	float: none;
	margin: 0;
}

#navigation #tabs .childTabsList
{
	width: 660px;
}

#navigation #tabs ul li 
{
	clear: none;
    background: url("images/norm_right.gif") no-repeat right top;
    float: left;
}

#navigation #tabs ul li a
{
	background: url("images/norm_left.gif") no-repeat left top;
    color: white;
	display: block;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9.5pt;
    font-weight: bold;
	margin: 0;
	padding: 4px 4px 4px 4px;	
    text-align: center;
    text-decoration: none;
	white-space: nowrap;
}

#navigation #tabs .childTabsList li a
{
	font-size: 8pt;
}

#navigation #tabs ul .selected
{
	clear: none;
    background: url("images/norm_right_on.gif") no-repeat right top;
    float: left;
}

#navigation #tabs ul .selected a 
{

	background: url("images/norm_left_on.gif") no-repeat left top;
    color: #303030;
	display: block;
	padding: 4px 4px 4px 4px;		
	margin: 0;
	white-space: nowrap;
}


/* style of item titles by News Items */
.NewsTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #751B35;
}
a .NewsTitle
{
	text-decoration: none;
}

/* style of item titles by News Items */
.NewsArticleTitle
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #751B35;
}

#ratingsChart
{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

@media print
{
	.newsarticleratigns
	{
		display: none;
	}
}

/* LIST ITEM NAVIGATION */
#LeftPane .listItemNavigation
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
}

#LeftPane .listItemNavigation li
{
	list-style-type: none;
	margin: 0;
	padding: 2px 0 0 0;
}

#LeftPane .listItemNavigation li a
{
	color: #751B35;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#LeftPane .listItemNavigationChildren
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#LeftPane .listItemNavigationChildren li
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1em;
}

#LeftPane .listItemNavigationChildren li a
{
	color: Black;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}
