/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: #588F32;
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: transparent;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SkinObject {

    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for the selected tab */
A.SkinObject:link {
	text-decoration: none;
	color: Maroon;
}

A.SkinObject:visited  {
	text-decoration: none;
	color: Black;
}

A.SkinObject:active   {
	text-decoration: none;
	color: Red;
}

A.SkinObject:hover    {
	text-decoration: none;
	color: Red;
}

/* text style for the unselected tabs */
.OtherTabs {

    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	text-decoration: none;
	color: Black;
}

A.OtherTabs:visited  {
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	text-decoration: none;
	color: Black;
}

A.OtherTabs:active   {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: Black;
}

A.OtherTabs:hover    {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: Red;
}

/* tabela */
Table: P {color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
	line-height: 26px;
	text-align: center;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 14px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color:#000;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: 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: 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:  #2F4B03;
}

A:visited   {
    text-decoration:    none;
    color:  #2F4B03;
}

A:active    {
    text-decoration:    none;
    color:  #2F4B03;
}

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;
	 font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: #003366;
}

/* Menu-Styles */
/* Menu tytulu kontenera */
.ModuleTitle_MenuContainer {
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	border-bottom: 0px solid blue;
	border-left: 0px solid blue;
	border-top: 0px solid blue;
	border-right: 0px solid blue;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	height: 16;
	background-color: Aqua;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: 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; 
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	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;
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.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;
	    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer; 
	cursor: hand; 
	color: black; 
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-bottom: #;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

/* ramka i podklad calego menu */
.MainMenu_MenuContainer {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	border-bottom: 0px solid #404040;
	border-left: 0px solid #FF8080;
	border-top: 0px solid #FF8080;
	border-right: 0px solid #404040;
	background-color: transparent;
}

/* kolory podkladu pod przyciski z glownego menu */
.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	height: 16;
	background: transparent;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
}

/* kolor czcionek w menu glownym + kolor ramki na przyciskach rozwijanych wokol napisow */
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: Black;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: bold;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
}

/* kolor ramki przycisku rozwijanego, ale tylko po lewej stronei od napisu (dookola ikonki) */
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	text-align: center;
	width: 15;
	height: 21;
	background-color: White;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
}

/* cale rozwijane menu (otoczka) */
.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	background: White;
}

.MainMenu_MenuBreak {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
	border-top: #FF8080 1px solid;
	background-color: White;
	height: 1px;
}
/* pozycje po najechaniu myszka */
.MainMenu_MenuItemSel {
	cursor: pointer;
	cursor: hand;
	color: Yellow;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	background: Black;
}

/* kolor ramki po pierwszym najechaniu w pozycjach rozwijanych, po prawej stronie od napisu */
.MainMenu_MenuArrow {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.user {color:#fff;}
a.user:link, a.users:visited {color:#fff;text-decoration:none;}
a.user:hover, a.users:active {color:#CDD6C7;text-decoration:none;}
