/* background color for the header at the top of the page  */
.HeadBg
{
}

/* background color for the content part of the pages */
Body
{
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

Table
{
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}


/* background/border colors for the selected tab */
.TabBg
{
}

.LeftPane
{
}

.ContentPane
{
}

.RightPane
{
}

/* text style for the selected tab */
.SelectedTab
{
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
}

A.SelectedTab:visited
{
}

A.SelectedTab:active
{
}

A.SelectedTab:hover
{
}

/* text style for the unselected tabs */
.OtherTabs
{
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
}

A.OtherTabs:visited
{
}

A.OtherTabs:active
{
}

A.OtherTabs:hover
{
}

/* GENERAL */
/* style for module titles */
.Head
{
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 14px;
	font-color: #00335A;
}

/* style of item titles on edit and admin pages */
.SubHead
{
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
}

/* text style used for most text rendered by modules */
.Normal
{
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}
Normal:link{color: #0082D6;}
Normal:visited{color: #0082D6;}
Normal:active{color: #0082D6;}
Normal:hover{color: #0082D6;}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
}

A.CommandButton:visited
{
}

A.CommandButton:active
{
}

A.CommandButton:hover
{
}
    
/* GENERIC */
H1
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:16px;
    font-weight:bold;
    color:#00335A;
}

H2
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:14px;
    font-weight:bold;
    color:#00335A;
}

H3
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color:#00335A;
}

H4
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:10px;
    font-weight:bold;
    color:#00335A;
}

H5, DT
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:12px;
    font-weight:normal;
    color:#00335A;
}

H6
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:10px;
    font-weight:normal;
    color:#00335A;
}

TFOOT, THEAD
{
}

TH
{
}

A:link
{
	color: #0082D6;
}

A:visited
{
	color: #0082D6;
}

A:active
{
	color: #0082D6;
}

A:hover
{
	color: #0082D6;
}

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
{
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer
{
}

.ModuleTitle_MenuBar
{
}

.ModuleTitle_MenuItem
{
}

.ModuleTitle_MenuIcon
{
}

.ModuleTitle_SubMenu
{
}

.ModuleTitle_MenuBreak
{
}

.ModuleTitle_MenuItemSel
{
}

.ModuleTitle_MenuArrow
{
}

.ModuleTitle_RootMenuArrow
{
}


/* sitemap */
P.blurb
{
	MARGIN: 5px;
	font-family: Verdana, Frutiger-Roman, Arial, sans-serif;
	font-size:10px;
}

.bullet
{
	PADDING-TOP: 3px;
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 0px;
}

.subbullet 
{
	PADDING-TOP: 3px;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 0px;
}