/* 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-bottom : 0px;
	margin-top : 0px;
	margin-left : 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 : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.SelectedTab:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.OtherTabs:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

/* 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
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
	font-family : Arial, Helvetica, sans-serif;
	color : red;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

.NormalBold
{
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
}

/* 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;
	text-decoration : none;
	font-size : 8pt;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:visited  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:active   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A.CommandButton:hover    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A:visited   {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A:active    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : underline;
	font-size : 8pt;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : normal;
	text-decoration : none;
	font-size : 8pt;
}

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    {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	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 {
	height : 31px;
}

.MainMenu_MenuBar {

	height : 31px;
}

.MainMenu_MenuItem {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	border-top : none;
	border-bottom : none;
	height : 21px;
	border-top : 1px solid white;
	border-bottom : 1px solid white;
}

.MainMenu_MenuIcon {
	height : 21px;
	background-color : white;
	border-top : 1px solid white;
	border-bottom : 1px solid white;
	border-left : 1px solid white;
}

.MainMenu_SubMenu {
	padding : 1px;
	color : black;
	filter : none;
	border : 1px solid #FF9900;
	background-color : white;
}

.MainMenu_MenuBreak {
	border-top : none;
	border-bottom : none;
	background-color : transparent;
	height : 31px;
	width : 1px;
}

.MainMenu_MenuItemSel {
	height : 31px; 
	font-family : Arial, Helvetica, sans-serif;
	color : #FF9900;
	font-weight : bolder;
	text-decoration : none;
	font-size : 8pt;
	background : White url(images/OrangeBottomTile.gif) repeat-x scroll top;
}

.MainMenu_MenuArrow {
border-right : 1px solid white;
border-bottom : 1px solid white;
}

.MainMenu_RootMenuArrow {
}

.RetabOrange{
	background-color : #FF9900;
}

.RetabDnnTextWhite{
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
}

a.RetabDnnTextWhite, a.RetabDnnTextWhite:link, a.RetabDnnTextWhite:visited, a.RetabDnnTextWhite:active {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : none;
}

a.RetabDnnTextWhite:hover {
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size : 8pt;
	text-decoration : underline;
}

.OrangeLoginUser{
	background-color : #FF9900;
	padding-right : 5px;
}

.RetabOrangeSearch{
	background : #FF9900 url(images/OrangeBottomLeft.gif) no-repeat scroll top left;
}

.RetabOrangeCrumb{
	background : #FF9900 url(images/OrangeBreadRight.gif) no-repeat scroll top right;
	padding-right : 20px;
}

.RetabSearchPadding{
	padding-right : 5px;
}

.RetabOrangeCopy{
	background : #FF9900 url(images/OrangeTopLeft.gif) no-repeat scroll top left;
	padding-right : 5px;
}

.RetabCopy{
	padding-left : 40px;
	padding-right : 5px;
}

.RetabLogo{
	padding-left : 25px;
	padding-bottom : 10px;
	padding-top : 10px;
}

.RetabOrangeDate{
	background : #FF9900 url(images/OrangeBottomLeft.gif) no-repeat scroll top left;
	padding-right : 5px;
	padding-left : 40px;
}

.RetabTerms{
	 padding-left : 5px;
}

.RetabDnnTextBlack{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

a.RetabDnnTextBlack, a.RetabDnnTextBlack:link, a.RetabDnnTextBlack:visited, a.RetabDnnTextBlack:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : none;
}

a.RetabDnnTextBlack:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : black;
	text-decoration : underline;
}

.OrangeRootItem TD{
	background : white url(images/OrangeBottomTile.gif) repeat-x scroll top;
	height : 31px;
}

.OrangeRootItemSelect{
	height : 31px;
}

.OrangeRootActive TD{
	height : 31px;
	background-color : #FF9900;
	color : white;
}

.OrangeSubItemSelect{
	color : white;
	height : 21px;
	background : #FF9900 none;
}

.RetabbedSolpart{
	padding-left : 2px;
}
