P
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color:#095AA5;
}

.ImageBg
{
	background-color: #095AA5;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/* background color for the content part of the pages */
Body
{
	background-color: White;
}

Table
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}


/* 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-family: Arial Bold, Verdana Bold, Helvetica, sans-serif;
	font-size: 20px;
	color: white;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: white;
	border-color: gainsboro;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: white;
	border-color: gainsboro;
}

/* text style for the selected tab */
.SelectedTab
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 13px;*/
	font-size: 10pt;
	color: #095AA5;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 13px;*/
	font-size: 10pt;
	color: #095AA5;
	text-decoration: none;
	font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #095AA5;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #095AA5;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #CC3333;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #CC3333;
}

A.SelectedTab:link
{
	text-decoration: none;
	color: #095AA5;
}

A.SelectedTab:visited
{
	text-decoration: none;
	color: #095AA5;
}

A.SelectedTab:active
{
	text-decoration: none;
	color: #CC3333;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #CC3333;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link
{
	text-decoration: none;
	color: #FFF3C2;
}

A.SiteLink:visited
{
	text-decoration: none;
	color: #FFF3C2;
}

A.SiteLink:active
{
	text-decoration: none;
	color: #CC3333;
}

A.SiteLink:hover
{
	text-decoration: underline;
	color: #CC3333;
}

/* style for separator between site links */
.Accent
{
	color: #FFF3C2;
	font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: normal;
	background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #095AA5;
}



/* GENERAL */
/* style for module titles */
.Head
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003399;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: normal;
	/*line-height: 12px;*/
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: normal;
}

.SmallTextBox
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 8pt;
	font-weight: normal;
}

.NormalRed /* Replaced with .NormalRed */
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: bold;
	color: red;
}



.NormalBold
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 8pt;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
	text-decoration: underline;
	color: #095AA5 ;
}

A.CommandButton:active
{
	text-decoration: underline;
	color: #CC3333 ;
}

A.CommandButton:visited
{
	text-decoration: underline;
	color: #095AA5;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #CC3333;
}




/* GENERIC */
H1
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #003399;
}

H2
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #003399;
}

H3
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 10pt;
	font-weight: normal;
	color: #003399;
}

H4
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 10pt;
	font-weight: normal;
	color: #003399;
}

H5, DT
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}

H6
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}

TFOOT, THEAD
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 10pt;
	color: #003399;
}

TH
{
	vertical-align: baseline;
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 12px;*/
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
}

a { text-decoration: none } 
a:link { color: #095AA5 } 
a:active { color: #CC3333 } 
a:visited { color: #095AA5 } 
a:hover { color: #CC3333 }

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: gainsboro;
	height: 1pt;
	text-align: left;
}

/* Styles added for SPC */
.SPCDataGridHeader
{
	font-weight: bold;
	font-size: 8pt;
	vertical-align: top;
	color: white;
	background-color: #095AA5;
	text-align: center;
}
.SPCDataGridItem
{
}

.SPCDataGridAlternatingItem
{
	background-color: #99CCFF;
}

.SPCDataGridSelectedItem
{
	font-weight: bold;
	background-color: #a18d50;
	color: White;
}

A.SPCDataGridCommandHeader:link
{
	text-decoration: none;
	color: white;
}

A.SPCDataGridCommandHeader:visited
{
	text-decoration: none;
	color: #FFF3C2;
}

A.SPCDataGridCommandHeader:active
{
	text-decoration: none;
	color: #FFF3C2;
}

A.SPCDataGridCommandHeader:hover
{
	text-decoration: underline;
	color: #FFF3C2;
}

.PagerDefault
{
	font-size: 9pt;
	color: black;
	background-color: #095AA5;
}

.PagerDefaultActivePage
{
	background-color: #a18d50;
	color: White;
	font-weight: bold;
}

.PagerDefaultOtherPage
{
	background-color: Silver;
}

.PagerDefaultPageText
{
	font-size: 10pt;
	color: White;
}

.PagerDefaultPageNext
{
	background-color: White;
	padding-left: 4px;
	padding-right: 4px;
}

.PagerDefaultPagePrev
{
	background-color: White;
	padding-left: 4px;
	padding-right: 4px;
}

A.SPCReportLink:link
{
	font-size:8pt;
	text-decoration: none;
	color: blue;
}

A.SPCReportLink:visited
{
	font-size:8pt;
	text-decoration: none;
	color: blue;
}

A.SPCReportLink:active
{
	font-size:8pt;
	text-decoration: none;
	color: blue;
}

A.SPCReportLink:hover
{
	font-size:8pt;
	text-decoration: none;
	color: blue;
}

.SPCFlatButton
{
	cursor: pointer;
	border-style: outset;
	border-width: thin;
	background-color: #095AA5;
	color: white;
	font-weight: bold;
}

TD
{
	vertical-align: top;
}

TD.SPCReportFilterCaption
{
	font-size: 8pt;
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #fffaed;
}

TD.SPCHeader
{
	font-size: 8pt;
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #095AA5;
	color: White;
}
DIV.SPCTooltip
{
	/*filter: alpha(opacity=90);*/
	background-color: #FFF3C2;
	display: none;
	width: 170;
	height: 100;
	position: absolute;
	color: #095AA5;
	border: 1 #095AA5 solid;
	font-family: Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 8pt;
	font-weight: normal;
	/*line-height: 12px;*/
}

SPAN.SPCTooltip
{
	/*filter: alpha(opacity=90);
	background-color: #CC9933;
	width: 170;
	height: 100;
	position: absolute;
	color: #095AA5;
	border: 1 #095AA5 solid;*/
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: normal;
	/*line-height: 12px;*/
}

A.SPCTooltip:link
{
	text-decoration: none;
	color: black;
}

A.SPCTooltip:visited
{
	text-decoration: none;
	color: black;
}

A.SPCTooltip:active
{
	text-decoration: none;
	color: black;
}

A.SPCTooltip:hover
{
	text-decoration: none;
	color: black;
}

.NormalDateTextBox
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 10pt;
	font-weight: normal;
	width:75px
}

.SmallDateTextBox
{
	/*font-family: Verdana, Helvetica, sans-serif;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 8pt;
	font-weight: normal;
	width:75px
}

/* TOOL TIPS */
#tooltippointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#tooltipbox{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-family: Tahoma, Arial, Helvetica; 
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
font-weight: normal;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid XImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* Rad Combo */
.comboTable
{
    
}
.comboTable TD
{

}
.comboItem
{
    padding-left: 10px;
    font-size: smaller;
}
