/* 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-color : #333333;
}

/* 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 : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.SelectedTab:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.SelectedTab:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.SelectedTab:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : underline;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.OtherTabs:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.OtherTabs:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.OtherTabs:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : underline;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 11pt;
	text-decoration : none;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	font-size : 9pt;
	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 : black;
	font-weight : bolder;
	font-size : 9pt;
	text-decoration : none;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

.NormalRed
{
	font-family : Arial, Helvetica, sans-serif;
	color : #CC0000;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

.NormalBold
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	font-size : 9pt;
	text-decoration : none;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.CommandButton:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.CommandButton:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A.CommandButton:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : underline;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A:visited   {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A:active    {
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : underline;
}

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 {
}

/* Main Menu */

.MainMenu_MenuContainer {
	background-color : transparent;
}

.MainMenu_MenuBar {
	background-color : transparent;
	border-top : none;
}

.MainMenu_MenuItem {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
	border-top : 1px solid white;
	border-bottom : 1px solid white;
	color : #333333;
	height : 20px;
}

.MainMenu_MenuIcon {
	background-color : white;
	border-left : 1px solid white;
	border-top : 1px solid white;
	border-bottom : 1px solid white;
	height : 20px;
}

.MainMenu_SubMenu {
	filter : none;
	background-color : white;
	padding : 2px;
	border : 2px solid #666666;
}

.MainMenu_MenuBreak {
	background-color : white;
	border-top : none;
	border-bottom : none;
}

.MainMenu_MenuArrow {
	border-bottom : 1px solid white;
	border-right : 1px solid white;
}

.MainMenu_RootMenuArrow {
}

.TabbedRootItem{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 11px;
	height : 26px;
	border-top : none;
	background-color : #666666;
	color : white;
}

.OrangeTabRootSelected{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 11px;
	height : 26px;
	border-top : none;
	color : #CCCCCC;
	background-color : #666666;
}

.OrangeTabRootActive{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bolder;
	font-size : 11px;
	height : 26px;
	border-top : none;
	background-color : #FF9900;
	color : white;
}

.OrangeTabSubSelect{
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 11px;
	height : 20px;
	border-top : none;
	color : white;
	background-color : #FF9900;
}

.TabbedTopTile{
	background : transparent url(images/TabbedTopTile.gif) repeat-x scroll bottom;
}

.TabbedLeftTile{
	background : transparent url(images/TabbedLeftTile.gif) repeat-y scroll right;
}

.TabbedRightTile{
	background : transparent url(images/TabbedRightTile.gif) repeat-y scroll left;
}

.TabbedBottomTile{
	background : transparent url(images/TabbedBottomTile.gif) repeat-x scroll top;
}

.TabbedBottomLeft{
	background : transparent url(images/TabbedBottomLeft.gif) no-repeat scroll top right;
}

.TabbedBottomRight{
	background : transparent url(images/TabbedBottomRight.gif) no-repeat scroll top left;
}

.TabbedMain{
	background-color : white;
}

.TabbedHeader{
	padding-bottom : 25px;
}

.TabbedHeadTopLeft{
	background : #666666 url(images/TabbedHeadTopLeft.gif) no-repeat scroll top left;
}

.TabbedHeadTopRight{
	background : transparent url(images/TabbedHeadTopRight.gif) no-repeat scroll top right;
}

.TabbedHeadFooter{
	background : transparent url(images/TabbedHeadFooter.gif) no-repeat scroll bottom left;
}

.TabbedSolpart{
	background-color : white;
}

.TabbedLogin{
	padding-right : 5px;
	padding-top : 5px;
}

.OrangeTabbedTopLeft{
	background : #FF9900 url(images/OrangeTabbedTopLeft.gif) no-repeat scroll top left;
}

.OrangeTabbedContent{
	background : White url(images/OrangeLeftTile.gif) repeat-y scroll left;
}

.OrangeTabbedBottomTile{
	height : 100%;
	background : transparent url(images/OrangeBottomTile.gif) repeat-x scroll bottom;
}

.OrangeTabbedRightTile{
	height : 100%;
	background : transparent url(images/OrangeRightTile.gif) repeat-y scroll right;
}

.OrangeTabbedBottomRight{
	background : transparent url(images/OrangeTabbedBottomRight.gif) no-repeat scroll bottom right;
}

.OrangeTabbedBottomLeft{
	background : transparent url(images/OrangeTabbedBottomLeft.gif) no-repeat scroll bottom left;
}

.OrangeTabbedInsideLeft{
	background : transparent url(images/OrangeTabbedInsideTopLeft.gif) no-repeat scroll top left;
}

.OrangeTabbedInsideRight{
	background : transparent url(images/OrangeTabbedInsideTopRight.gif) no-repeat scroll top right;
}

.TabbedPadding{
	padding-top : 0px;
	padding-left : 10px;
	padding-right: 9px;
	padding-bottom : 9px;
}

.TabbedBottomEnd{
	background : transparent url(images/TabbedBottomEnd.gif) no-repeat scroll top right;
}

.TabbedLinks{
	padding-top : 20px;
}

.TabbedTermsCopy{
	padding-bottom : 5px;
}

.TabbedDNNWhite{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	font-weight : normal;
	text-decoration : none;
}

a.TabbedDNNWhite, a.TabbedDNNWhite:link, a.TabbedDNNWhite:visited, a.TabbedDNNWhite:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	font-weight : normal;
	text-decoration : none;
}

a.TabbedDNNWhite:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : white;
	font-weight : normal;
	text-decoration : underline;
}

p{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}
