/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	background-color: #072C47;
}

.body2
{
	background-color: #072C47;
}

.contentCont
{
	background-color: #072C47;
}

.contentleftMenuTable
{
	background-color: #072C47;
}

.contentRightContTable
{
	background-color: #072C47;
}

.menuCont
{
	margin-bottom: 10px;
}
.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
{
	font-size: 11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.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  
{
	font-size: 11px;
	color: #6F88A5;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

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 */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* -------NAVIGATION---------------*/

#dnnMenu .topLevel li
{
    background-color: #1d4372;
    border-top: 1px solid #23324f;
    border-left: 1px solid #23324f;
    border-right: 1px solid #23324f;
    padding: 5px 10px 5px 10px;
    margin-left: 14px;
    margin-right: 6px;
    float: left;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;       
    behavior: url('/js/PIE.htc');
    list-style-type: none;
    position: relative;
}

#dnnMenu .topLevel li:hover, #dnnMenu .topLevel li.selected
{
    background-color: #b3ad00;
}

#dnnMenu .topLevel li a:link, #dnnMenu .topLevel li a:visited, #dnnMenu .topLevel li a:hover
{
    text-decoration: none !important;
}
#dnnMenu .topLevel li.hover a, #dnnMenu .topLevel li a:hover
{
}

#dnnMenu .topLevel li a div
{
    font-size: 14px;
    color: #FFF;
}

#dnnMenu .topLevel li.hover a div, #dnnMenu .topLevel li a:hover div
{    
}

#dnnMenu .subLevel
{
    display: none;
    position: absolute;
    width: auto;
    margin: 6px 0px 0px -10px; 
    padding: 0;
    z-index: 1210;
}
#dnnMenu .topLevel li.hover .subLevel
{
    display: block;
    white-space: nowrap;
}
#dnnMenu .subLevel ul
{    
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1200;
}
#dnnMenu .subLevel li
{
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;       
    behavior: none; 
    border-top: 1px solid #23324f;
    margin: 0px; 
    padding: 0px;     
    background-color:#97a001;
    float: none;
    clear: both;
    width: 100%;
}
*#dnnMenu .subLevel li
{
    
}
#dnnMenu .subLevel li.item a
{    
}
#dnnMenu .subLevel li.item a div
{
    font-size: 12px;
	color: #FFF;
	padding:6px;    
}
#dnnMenu .subLevel li.item a div img
{
}
#dnnMenu .subLevel li.item a div span
{
}
#dnnMenu .subLevel li.item:hover
{
    background-color:#2E4267;
}
#dnnMenu .subLevel li.first > a
{
    
}
#dnnMenu .subLevel li.first > a div
{
}
#dnnMenu .subLevel li.last > a
{
}
#dnnMenu .subLevel li.last > a div
{
}

#dnnMenu .subLevel li.first.last > a
{
}
#dnnMenu .subLevel li.last, #dnnMenu .subLevel li.last:hover  
{
    -moz-border-radius:  0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	behavior: url('/js/PIE.htc');
}

#dnnMenu .subLevelRight
{
}
#dnnMenu .subLevel li.first > .subLevelRight
{
    top: 8px;
}
#dnnMenu .subLevel li.first.last > .subLevelRight
{
    top: 2px;
}
#dnnMenu .subLevel li.hover > .subLevelRight
{
    display: block;
}
#dnnMenu .subLevel li.first > .subLevelRight li.first > .subLevelRight
{
    top: 0px;
}
#dnnMenu .subLevelRight ul
{
    display: block;
}
#dnnMenu .subLevelRight ul li
{
    border-top: 1px solid #23324f;
	color: #FFF;
	padding:6px;
    position: relative;
}
#dnnMenu .subLevelRight ul li a
{
    display: block;
}
#dnnMenu .subLevelRight ul li a div
{
    display: block;
    white-space: nowrap;
}



