/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head
{
	/* do not use - will override all container header styles */
}

/* background color for the content part of the pages */
Body
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #5a534c;
}

P
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #5a534c;
}

.HeaderPane {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #5a534c;
}

.Footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5a534c;
}
A.Footer:Link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5a534c;
	text-decoration:underline;
}
A.Footer:Active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5a534c;
	text-decoration:underline;
}
A.Footer:Hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5a534c;
	text-decoration:underline;
}
A.Footer:Visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #5a534c;
	text-decoration:underline;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #5a534c;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* generic hyperlink style */
A {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #5a534c;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #5a534c;
}

A:visited  {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #5a534c;
}

A:active   {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: none;
    color: #5a534c;
}

A:hover    {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: underline;
    color: #5a534c;
}


/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color: #5a534c;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #5a534c;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #5a534c;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #5a534c;
}

.SubHead    {
    color: #5a534c;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    color: #5a534c;
}


/* hyperlink style for login button */
.Login  {
    color: #ffffff;
    text-decoration: none;

}
A.Login:link  {
    color: #ffffff;
    text-decoration: none;

}
A.Login:visited  {
    color: #ffffff;
    text-decoration: none;

}
A.Login:active  {
    color: #ffffff;
    text-decoration: none;
}
A.Login:hover  {
    color: #ffffff;
	text-decoration: underline;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    color: #5a534c;
}

A.CommandButton:visited  {
    color: #5a534c;
}


/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color:#5a534c;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#5a534c;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#5a534c;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#5a534c;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#5a534c;
}


UL LI   {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5a534c;
}

UL LI LI    {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5a534c;
}

UL LI LI LI {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5a534c;
}

OL LI   {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5a534c;
}

OL OL LI    {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5a534c;
}

OL OL OL LI {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #5a534c;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #5a534c 0px solid; 
	border-left: #5a534c 0px solid; 
	border-top: #5a534c 0px solid; 
	border-right: #5a534c 0px solid;  
	background-color:Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	 
	cursor: hand; 
	color: #5a534c; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bolder; 
	border-left: #5a534c 0px solid; 
	border-bottom: #5a534c 0px solid; 
	border-top: #5a534c 0px solid; 
	border-right: #5a534c 0px solid;
}

.MainMenu_RootMenuItem {
	 
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bolder; 
	border-left: #5a534c 0px solid; 
	border-bottom: #5a534c 0px solid; 
	border-top: #5a534c 0px solid; 
	border-right: #5a534c 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: White;
	border-left: #5a534c 1px solid; 
	border-right: #5a534c 1px solid; 
	border-bottom: #5a534c 0px solid; 
	border-top: #5a534c 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu
{
	border-right: #5a534c 1px solid;
	border-top: #5a534c 1px solid;
	z-index: 1000;
	filter: progid:DXImageTransform.Microsoft.Shadow(color= 'DimGray' , Direction=135, Strength=3);
	border-left: #5a534c 0px solid;
	cursor: hand;
	border-bottom: #5a534c 1px solid;
	background-color: #ffffff;
}

.MainMenu_MenuBreak {
	border-bottom: #5a534c 0px solid; 
	border-left: #5a534c 0px solid; 
	border-top: #5a534c 0px solid;  
	border-right: #5a534c 0px solid; 
	background-color: #ffffff; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-size: 12px;
	font-weight: bolder;
	cursor: hand;
	color: #ffffff;
	background-color: #5a534c; 
	font-family: Arial, Helvetica, sans-serif;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #5a534c; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #5a534c 0px solid; 
	border-bottom: #5a534c 0px solid; 
	border-top: #5a534c 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color:#5a534c;
}

