/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* Global Setting*/

div, h1, h2, p, form, label, input, textarea, img, span, table tbody { 
margin : 0;
padding : 0;
} 

ul { 
margin : 0;
padding : 0;
list-style-type : none;
font-size : 0;
} 

.spacer { 
clear : both;
font-size : 0;
line-height : 0;
} 

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body, Body TBODY
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757059;
	line-height: 18px !important;
}


.ControlPanel {
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* 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
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #929396;
	background-color: #FFFFFF;
	border: 1px solid #8A8D8F;
	
}

.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #757059;
	line-height: 18px !important;
}
/*.NewsSubHeading
{
	color:#999900; 
	text-decoration:none;
	font-weight:bold !important;
}
.NewsSubHeading a:link, .NewsSubHeading a:Visited
{
	color:#999900; 
	text-decoration:none;
	font-weight:bold !important;
}
.NewsSubHeading a:Hover, .NewsSubHeading a:Active
{
	color:#999900; 
	text-decoration:underline;
	font-weight:bold !important;
}
A.NewsSubHeading:link{
	color:#999900; 
	text-decoration:none;
	font-weight:bold !important;
}
A.NewsSubHeading:Visited{
	color:#999900; 
	text-decoration:none;
	font-weight:bold !important;
}
A.NewsSubHeading:Hover{
	color:#999900; 
	text-decoration:underline;
	font-weight:bold !important;
}
A.NewsSubHeading:active{
	color:#999900; 
	text-decoration:underline;
	font-weight:bold !important;
}*/
.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:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  { color:#999900; text-decoration:none;
}

A:visited   { color:#999900; text-decoration:none;
}

A:hover { color:#999900; text-decoration:underline;
}

A:active    { color:#999900; 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 {
}
OL UL 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 */
.RootMenuItem{
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:15px;
	line-height:25px;
	color: #1B5C83 !important;
	font-weight: bold;
	/*padding-left: 5px;*/
	text-decoration: none;
	background-image: url(/images/dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: Transparent;
	/*padding-top:2px;
	padding-bottom:2px;*/
}

.RootMenuItemSel { 
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent:15px;
	line-height:25px;
	color: #7D9DB8 !important;
	font-weight: bold;
	background-image: url(/images/dot.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	/*padding-left: 5px;*/
	text-decoration: none;
	background-color: Transparent;
	/*padding-top:2px;
	padding-bottom:2px;*/
}
.RootMenu 
{
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1B5C83 !important;
}
.SubMenu {
	z-index: 1000; 
	cursor: hand; 
	cursor: hand; 
	background-color:#EAE9DF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #EAE9DF 1px solid; 
	border-left: #EAE9DF 1px solid; 
	border-top: #EAE9DF 1px solid; 
	border-right: #EAE9DF 1px solid;
}
.SubMenuItem {
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1B5C83;
	font-weight: bold;
	text-align: left;
	border: none;
}

/*.SubMenuActive
{
	cursor: pointer; 
	cursor: hand; 
	font-family: Arial, Helvetica, sans-serif !important;
	color: #f9c513 !important;
	font-size: 11px !important; 
	font-weight: bold !important; 
	border: none !important;

}*/

.SubMenuItemSel {
	background-color:#F7F3CC;
	/*background-image:url(/images/flymenuOver.jpg) !important;
	background-repeat: no-repeat;*/
	cursor: pointer; 
	cursor: hand; 
	color: #7D9DB8; 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;  
	font-style: normal;
	border: none;

}
.RootMenu_MenuIcon{
	cursor: pointer;
	background-color: transparent;
	border-left: #transparent 1px solid;
	border-bottom: #transparent 1px solid;
	border-top: #transparent 1px solid;
	text-align: center;
	width: 0px;
	height: 21px;
}

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
background-color: transparent;
border: transparent;
}

.MainMenu_RootMenuArrow {
background-color: transparent;
border: transparent;
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


