/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	width : 100%;
	height : 100%;
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	color : #006ABC;
	text-decoration : none;
}

A.SelectedTab:visited  {
	color : #006ABC;
	text-decoration : none;
}

A.SelectedTab:active   {
	color : #006ABC;
	text-decoration : none;
}

A.SelectedTab:hover    {
	color : #CCCCCC;
	text-decoration : none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	color : #006ABC;
	text-decoration : none;
}

A.OtherTabs:visited  {
	color : #006ABC;
	text-decoration : none;
}

A.OtherTabs:active   {
	color : #006ABC;
	text-decoration : none;
}

A.OtherTabs:hover    {
	color : #CCCCCC;
	text-decoration : none;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	text-decoration : none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	border : 1px solid #333333;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : #006ABC;
	text-decoration : none;
}

A.CommandButton:visited  {
	color : #006ABC;
	text-decoration : none;
}

A.CommandButton:active   {
	color : #006ABC;
	text-decoration : none;
}

A.CommandButton:hover    {
	color : #CCCCCC;
	text-decoration : none;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color : #006ABC;
	text-decoration : none;
}

A:visited   {
	color : #006ABC;
	text-decoration : none;
}

A:active    {
	color : #006ABC;
	text-decoration : none;
}

A:hover {
	color : #CCCCCC;
	text-decoration : none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration : none;
	font-size : 8pt;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {

}

.ModuleTitle_MenuIcon {
	
}

.ModuleTitle_SubMenu {
	
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
	
}

.ModuleTitle_MenuArrow {
	
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color : transparent;
}

.MainMenu_MenuBar {
	background-color : transparent;
}

.MainMenu_MenuItem {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
}

.MainMenu_MenuIcon {
	background-color : #999999;
	border-left : 1px solid #999999;
	border-top : 1px solid #999999;
	border-bottom : 1px solid #999999;
}

.MainMenu_SubMenu {
	filter : none;
	background-color : #999999;
	border : 1px solid #006ABC;
	padding : 1px;
}

.MainMenu_MenuBreak {
	background-color : transparent;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
	border-right : 1px solid #999999;
	border-bottom : 1px solid #999999;
}

.MainMenu_RootMenuArrow {
}

.CorporateMain{
	background-color : #333333;
}

.CorporateTopRight{
	background : transparent url(images/CorporateTopRight.gif) no-repeat scroll bottom right;
}

.CorporateTopTile{
	background : #333333 url(images/CorporateTopTile.gif) repeat-x scroll bottom;
}

.CorporateTopLeft{
	height : 27px;
	background : transparent url(images/CorporateTopLeft.gif) no-repeat scroll bottom left;
}

.CorporateBottomTile{
	background : #333333 url(images/CorporateBottomTile.gif) repeat-x scroll top;
}

.CorporateBottomLeft{
	background : transparent url(images/CorporateBottomLeft.gif) no-repeat scroll top left;
}

.CorporateBottomRight{
	background : transparent url(images/CorporateBottomRight.gif) no-repeat scroll top right;
}

.CorporateLeftTile{
	background : transparent url(images/CorporateOutsideLeftTile.gif) repeat-y scroll right;
}

.CorporateOutsideBottomLeft{
	background : transparent url(images/CorporateOutsideBottomLeft.gif) no-repeat scroll bottom right;
}

.CorporateOutsideTopLeft{
	background : transparent url(images/CorporateOutsideTopLeft.gif) no-repeat scroll top right;
}

.CorporateRightTile{
	background : transparent url(images/CorporateOutsideRightTile.gif) repeat-y scroll left;
}

.CorporateOutsideTopRight{
	background : transparent url(images/CorporateOutsideTopRight.gif) no-repeat scroll top left;
}

.CorporateOutsideBottomRight{
	background : transparent url(images/CorporateOutsideBottomRight.gif) no-repeat scroll bottom left;
}

.BrightBlueTopTile{
	background : #006ABC url(images/BrightBlueTopTile.gif) repeat-x scroll top;
}

.BrightBlueLeftTile{
	background : transparent url(images/BrightBlueLeftTile.gif) repeat-y scroll left;
}

.BrightBlueRightTile{
	background : transparent url(images/BrightBlueRightTile.gif) repeat-y scroll right;
}

.BrightBlueTopLeft{
	background : transparent url(images/BrightBlueTopLeft.gif) no-repeat scroll top left;
}

.BrightBlueTopRight{
	background : transparent url(images/BrightBlueTopRight.gif) no-repeat scroll top right;
}

.BrightBlueBottomTile{
	background : #006ABC url(images/BrightBlueBottomTile.gif) repeat-x scroll bottom;
}

.BrightBlueBottomRight{
	background : transparent url(images/BrightBlueBottomRight.gif) no-repeat scroll bottom right;
}

.BrightBlueBottomLeft{
	background : transparent url(images/BrightBlueBottomLeft.gif) no-repeat scroll bottom left;
}

.LeftWhiteTile{
	background : White url(images/WhiteLeftTile.gif) repeat-y scroll left;
}

.RightWhiteTile{
	background : transparent url(images/WhiteRightTile.gif) repeat-y scroll right;
}

.CorporateLogoPadding{
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 5px;
	padding-bottom : 5px;
}

.TermsPadding{
	padding-left : 10px;
}

.CopyrightPadding{
	padding-right : 10px;
}

.DatePadding{
	padding-left : 10px;
}

.UserPadding{
	padding-right : 10px;
}

.CorporateRootItem TD{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	width : 188px;
	height : 24px;
	background : transparent url(images/RootItem.gif) no-repeat scroll top left;
	text-indent : 32px;
}

.BrightBlueRootItemSelect TD{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	width : 188px;
	height : 24px;
	background : transparent url(images/BrightBlueRootActive.gif) no-repeat scroll top left;
	text-indent : 32px;
}

.BrightBlueSubSelect{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	background-color : #006ABC;
}

.CorporateSearch{
	border : 1px solid #333333;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
	padding-top : 1px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.CorporateSearch, a.CorporateSearch:link, a.CorporateSearch:visited, a.CorporateSearch:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.CorporateSearch:hover, a.CorporateSearch:focus {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.CorporateSearchPadding{
	padding-right : 6px;
}

.CorporateDate{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.ContentPadding {
	padding-right : 4px;
}

.CorporateWhite{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.CorporateWhite, a.CorporateWhite:link, a.CorporateWhite:visited, a.CorporateWhite:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.CorporateWhite:hover, a.CorporateWhite:focus {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.CorporateLinks{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.CorporateLinks, a.CorporateLinks:link, a.CorporateLinks:visited, a.CorporateLinks:active {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.CorporateLinks:hover, a.CorporateLinks:focus {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.MarginPadding{
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 3px;
	padding-bottom : 3px;
}

.BannerPadding{
	padding-right : 10px
}
