/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
A:link { 
text-decoration:underline;
color:#45a827;
}
.cbinfoMain A:hover {
text-decoration:none
}
A:visited {
color:#45a827; font-weight:bold;
}
/* background color for the content part of the pages */
Body
{
}

/* 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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs { color:#6c6c6c; font-size:9px; font-style:normal; font-family:Arial, Helvetica, sans-serif;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {color:#6c6c6c;
}

A.OtherTabs:visited  {color:#6c6c6c;
}

A.OtherTabs:active   {color:#6c6c6c;
}

A.OtherTabs:hover    {color:#6c6c6c;
}

/* 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-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666;

}

/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

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    {
}

/*------------------2sic----------------------------------------------*/
.LinkLogos img { margin: 10px;}
/*------------------2sic----------------------------------------------*/
.ToNavigateNavContainer DIV {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	width: 175px;
	color: #eeeeee;
}
#ToNavForToFlex { padding-top:11px;}

div.NavLevel2 a {
	PADDING-LEFT: 12px;
	BACKGROUND-COLOR: #010101;
	border-bottom: 1px;
	color:#FFFFFF;
	border-width: medium;
	width: 175px;
	height:25px;
	padding-top:11px;
	font-weight:bold

}
div.NavLevel2 a:visited {
	PADDING-LEFT: 12px;
	BACKGROUND-COLOR: #010101;
	border-bottom: 1px;
	color:#FFFFFF;
	border-width: medium;
	width: 175px;
	height:25px;

}

div.NavLevel3 { PADDING-LEFT: 20px; BACKGROUND-COLOR: #444444; height:16px; font-weight:normal; color:#FFFFFF; padding-top:3px;}
div.NavLevel3 a{ BACKGROUND-COLOR: #444444; height:16px; font-weight:normal;}
div.NavLevel3 a:visited{ BACKGROUND-COLOR: #444444; height:16px; font-weight:normal; color:#FFFFFF;}

.NavLevel4 { PADDING-LEFT: 45px; BACKGROUND-COLOR: #cccc66 }

.NavLevel5 { PADDING-LEFT: 60px; BACKGROUND-COLOR: #cccc33 }

.NavLevel6 { PADDING-LEFT: 70px; BACKGROUND-COLOR: #cccc00 }

.NavLevel7 { PADDING-LEFT: 80px; BACKGROUND-COLOR: #cc9900 }

.NavLevel8 { PADDING-LEFT: 90px; BACKGROUND-COLOR: #cc9933 }

.NavLevel9 { PADDING-LEFT: 100px; BACKGROUND-COLOR: #cc66cc }

.NavLevel10 { PADDING-LEFT: 110px; BACKGROUND-COLOR: #ff0099 }

.ToNavigateNavContainer A { COLOR: #ffffff; TEXT-DECORATION: none }

.ToNavigateNavContainer A:hover { TEXT-DECORATION: none; COLOR: #45a827 }

#LinkSelected { FONT-WEIGHT: bold; COLOR: #a2e78d; TEXT-DECORATION: none; }

#LinkInPath { FONT-WEIGHT: bold; color:#a2e78d;}  
 
/* Main Menu ----------------------------------------------*/

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;  
	background-color: #010101;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	border-left: #010101 0px solid; 
	border-bottom: #010101 1px solid; 
	border-top: #010101 1px solid; 
	border-right: #010101 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #010101; 
	border-left: #010101 1px solid; 
	border-bottom: #010101 1px solid; 
	border-top: #010101 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #010101; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #404040 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid; 
	border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #a2e78d; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #010101 1px solid; 
	border-bottom: #010101 1px solid; 
	border-top: #010101 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.rootmenuitem {
	cursor: hand; 
	color: #eeeeee; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	border: 0px;
	padding: 5px;
	background-image:url(media/button.jpg);
	height: 25px;
	display:block;
	margin-bottom:3px;
}
.rootmenuitemselected {
	cursor: hand; 
	color: #45a827; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold; 
	border: 0px; 
	padding: 5px;
	height: 25px;	
	display:block;
	margin-bottom:3px;
	background: none;
}
.rootmenuitembreadcrumb{
	cursor: hand; 
	color:  #a2e78d;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	border: 0px;
	background-image:url(media/button_bread.jpg); 
	padding: 5px;
	height: 25px;	
	display:block;
	margin-bottom:3px;	
}
.submenuitembreadcrumb{
	background-image:url(media/button_bread.jpg);
	cursor: hand; 
	color: #9de089; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	border: 0px #EFEFEF solid;
	padding: 0px;
}

.submenu {
	background-image:url(media/button_bread.jpg);
	cursor: hand; 
	color: #eeeeee; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	border: 0px #EFEFEF solid;
	padding-top: 5px;}
	
	
/*-----Admin Command Buttons---------------------------------------------------------------------------------------------------------------*/
/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    {
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}


/* linky linky */

a.SubHead:link, a.SubHead:visited {
	color: #333333;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover {
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}


a.CommandButton:link, a.CommandButton:visited {
	color: #fff;	
	border-top: 1px solid #45a827;
	border-bottom: 1px solid #45a827;
	border-left: 1px solid #45a827;
	border-right: 1px solid #45a827;
	padding: 1px 5px 2px 6px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #333333;
}

a.CommandButton:hover {
	color: #000000;
	padding: 1px 5px 2px 6px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	background: #a2e78d;
}
.NormalBold {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
/* Module Title Menu 
----------------------------------------------------------------------------------------*/
.ModuleTitle_MenuItem {
	color: #333333; 
	background: #a2e78d;
	cursor: pointer; 
	cursor: hand; 
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;	
	padding: 2px 10px 3px 5px;
	height: 21px;
	border-bottom: #a2e78d 1px solid; 
	border-top: #a2e78d 1px solid; 
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	text-align: center;
	padding-right: 0px;
	padding-left: 3px;
	background: transparent;
	display: none;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #fff;
	background: #a2e78d;
	margin-top: 5px;
	border: 2px solid #333333;
	padding: 0px 1px 1px 1px;
	filter: none; 
}

.ModuleTitle_MenuBreak {
	display: none;
}

.ModuleTitle_MenuItemSel {
	color: #fff;
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	padding: 2px 10px 3px 5px;
	height: 21px;
	border: 0;
	background: #333333;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 12px; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}




