/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #ffffff;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: white;
    font-family: verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

#copyright .SelectedTab {
    font-weight: bold;
    font-size: 10px;
    color: #00AB39;
    font-family: verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:#00AB39;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#00AB39;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#0079CC;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#0079CC;
}

}
/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 10px;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#00AB39;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#00AB39;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#FE6D00;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#FE6D00;
}


#BottomNavigation .A.OtherTabs:link {
    text-decoration:    none;
    color:#ffffff;
}

#BottomNavigation .A.OtherTabs:visited  {
    text-decoration:    none;
    color:#ffffff;
}

#BottomNavigation .A.OtherTabs:active   {
    text-decoration:    none;
    color:#FE6D00;
}

#BottomNavigation A.OtherTabs:hover    {
    text-decoration:    none;
    color:#FE6D00;
}


#LoginNavigation .A.OtherTabs:link {
    text-decoration:    none;
    color:#ffffff;
}

#LoginNavigation .A.OtherTabs:visited  {
    text-decoration:    none;
    color:#ffffff;
}

#LoginNavigation .A.OtherTabs:active   {
    text-decoration:    none;
    color:#FCEB03;
}

#LoginNavigation A.OtherTabs:hover    {
    text-decoration:    none;
    color:#FCEB03;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  16px;
    font-weight: normal;
    color: #00AB39;
}
.HeadRed   {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: normal;
    color: #E84965;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

.NormalRed
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #E84965
}
.NormalGreen
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #00AB39
}
.NormalBold
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #E67B19;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: white; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	font-size: 7pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 7pt; 
	cursor: pointer; 
	cursor: hand;
}

/* 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: #00AB39;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:16;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #ff0000 0px solid; 
	border-bottom: #ff0000 0px solid; 
	border-top: #ff0000 0px solid; 
	border-right: #00ff00 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #00AB39; 
	border-left: #00AB39 1px solid; 
	border-bottom: #00AB39 1px solid; 
	border-top: #00AB39 1px solid; 
	text-align: center; 
	width: 0; 
	height: 0;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #00AB39; 
	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 0px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 0px solid;  
	border-right: #cc0000 0px solid; 
	background-color: #F19917; 
   width: 5px;
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #F19917; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family: verdana, Tahoma, Arial, Helvetica; 
	font-size: 10px; 
	font-weight: normal; 
	font-style: normal;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 5pt; 
	cursor: pointer; 
	cursor: hand; 
	border-top: 0px;
	}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 5pt; 
	cursor: pointer; 
	cursor: hand;
}

#MySkinClass .navigationBlack:link 
{  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none}
#MySkinClass .navigationBlack:visited 
{  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none}
#MySkinClass .navigationBlack:hover 
{  font-family: verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #ffffff; text-decoration: none}

#kontejnerRed .Head   
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #E84965;
}

#kontejnerGreen .Head   
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #00AB39;
}

#kontejnerOrange .Head   
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #FE6D00;
}

#kontejnerBlue .Head   
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: #0079CC;
}

/**************************************************************************************************/
/* Begin NukeMenu Styles */
/**************************************************************************************************/

/* First (topmost) level of menus */
.TopGroup
{
	background-color: #00AB39;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
}

.TopItem
{
	background-color: #00AB39;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.TopItemOver
{
	background-color: #FFA72C;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.TopItemSelected
{
	background-color: #DDF4DF;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.TopItemSelectedOver
{
	background-color: #FFA72C;	
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.TopItemChildSelected
{
	background-color: #DDF4DF;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.TopItemChildSelectedOver
{
	background-color: #FFA72C;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

/* General menu item (levels below first level) */
.Group
{
	border: solid 1px #00AB39;
}

.Item
{
	background-color: #DDF4DF;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ItemOver
{
	background-color: #FFA72C;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ItemSelected
{
	background-color: #00AB39;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ItemSelectedOver
{
	background-color: #FFA72C;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ItemChildSelected
{
}

.ItemChildSelectedOver
{
}

.ChildTopGroup
{
	background-color: white;
}

.ChildTopItem
{
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildTopItemOver
{
	background-color: #999966;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildTopItemSelected
{
	background-color: #cccccc;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildTopItemSelectedOver
{
	background-color: #999966;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildTopItemChildSelected
{
	background-color: #cccccc;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildTopItemChildSelectedOver
{
	background-color: #999966;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

/* General menu item (levels below first level) */
.ChildGroup
{
	border: solid 1px #e4e4e4;
}

.ChildItem
{
	background-color: white;
	color: black;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildItemOver
{
	background-color: black;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildItemSelected
{
	background-color: #666600;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildItemSelectedOver
{
	background-color: #cc3333;
	color: white;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: hand;
}

.ChildItemChildSelected
{
}

.ChildItemChildSelectedOver
{
}
/* End NukeMenu Styles */
