/* 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 : 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 : #FF7A00;
	text-decoration : none;
}

A.SelectedTab:visited  {
	color : #FF7A00;
	text-decoration : none;
}

A.SelectedTab:active   {
	color : #FF7A00;
	text-decoration : none;
}

A.SelectedTab:hover    {
	color : #CCCCCC;
	text-decoration : none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : 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 : #FF7A00;
	text-decoration : none;
}

A.OtherTabs:visited  {
	color : #FF7A00;
	text-decoration : none;
}

A.OtherTabs:active   {
	color : #FF7A00;
	text-decoration : none;
}

A.OtherTabs:hover    {
	color : #CCCCCC;
	text-decoration : none;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : 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 : Arial, Helvetica, sans-serif;
	font-size:10pt;
	color : black;
	text-decoration : none;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
	border : 1px solid #333333;
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color : #FF7A00;
	text-decoration : none;
}

A.CommandButton:visited  {
	color : #FF7A00;
	text-decoration : none;
}

A.CommandButton:active   {
	color : #FF7A00;
	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 : #FF7A00;
	text-decoration : none;
}

A:visited   {
	color : #FF7A00;
	text-decoration : none;
}

A:active    {
	color : #FF7A00;
	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 : Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	text-decoration : none;
	font-size : 10pt;
}

/* 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 : 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 #FF7A00;
	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;
}

.OrangeTopTile{
	background : #FF7A00 url(images/OrangeTopTile.gif) repeat-x scroll top;
}

.OrangeLeftTile{
	background : transparent url(images/OrangeLeftTile.gif) repeat-y scroll left;
}

.OrangeRightTile{
	background : transparent url(images/OrangeRightTile.gif) repeat-y scroll right;
}

.OrangeTopLeft{
	background : transparent url(images/OrangeTopLeft.gif) no-repeat scroll top left;
}

.OrangeTopRight{
	background : transparent url(images/OrangeTopRight.gif) no-repeat scroll top right;
}

.OrangeBottomTile{
	background : #FF7A00 url(images/OrangeBottomTile.gif) repeat-x scroll bottom;
}

.OrangeBottomRight{
	background : transparent url(images/OrangeBottomRight.gif) no-repeat scroll bottom right;
}

.OrangeBottomLeft{
	background : transparent url(images/OrangeBottomLeft.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 : 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;
}

.OrangeRootItemSelect TD{
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	width : 188px;
	height : 24px;
	background : transparent url(images/OrangeRootActive.gif) no-repeat scroll top left;
	text-indent : 32px;
}

.OrangeSubSelect{
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
	background-color : #FF7A00;
}

.CorporateSearch{
	border : 1px solid #333333;
	padding-left : 2px;
	padding-right : 2px;
	padding-bottom : 1px;
	padding-top : 1px;
	font-family : 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 : Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

a.CorporateSearch:hover, a.CorporateSearch:focus {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.CorporateSearchPadding{
	padding-right : 6px;
}

.CorporateDate{
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.ContentPadding {
	padding-right : 4px;
}

.CorporateWhite{
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

a.CorporateWhite, a.CorporateWhite:link, a.CorporateWhite:visited, a.CorporateWhite:active {
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

a.CorporateWhite:hover, a.CorporateWhite:focus {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

.CorporateLinks{
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

a.CorporateLinks, a.CorporateLinks:link, a.CorporateLinks:visited, a.CorporateLinks:active {
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

a.CorporateLinks:hover, a.CorporateLinks:focus {
	font-family : Arial, Helvetica, sans-serif;
	color : #CCCCCC;
	font-weight : normal;
	text-decoration : none;
	font-size : 10pt;
}

.MarginPadding{
	padding-left : 6px;
	padding-right : 6px;
	padding-top : 3px;
	padding-bottom : 3px;
}

.BannerPadding{
	padding-right : 10px
}
