	/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}
.test        { color: blue; font-weight: bold }
/* background/border colors for the selected tab */
.TabBg {
   background-color: #4e7bb2;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
   
     font-weight: bold;
    font-size: 8.5pt;
        font-family: Verdana, Arial;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
  text-decoration:    none;
    color:white;
}
a.SelectedTab link {
    text-decoration:    none;
    color:white;
}
a:visited.SelectedTab  {
    text-decoration:    none;
    color:white;
}
a.SelectedTab visited  {
    text-decoration:    none;
    color:white;
}
a:active.SelectedTab   {
   text-decoration:    none;
    color:white;
}
a.SelectedTab active   {
    text-decoration:    none;
    color:white;
}
a:hover.SelectedTab    {
  text-decoration:    none;
     color:white;
}
a.SelectedTab hover    {
    text-decoration:    none;
     color:white;
}

/* text style for the unselected tabs */
.OtherTabs {
  font-size: 7pt;
      color:white;
    font-family: Verdana;
    text-decoration: none;
    font-weight: bold
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
 font-weight: bold;
    text-decoration:    none;
 color:#000080;
}

a:visited.OtherTabs  {
    font-weight: bold;
    text-decoration:    none;
    color:#000080;
}

a:active.OtherTabs   {
  font-weight: bold;
    text-decoration:    none;
    color:#CCCCCC;
}

a:hover.OtherTabs    {
  text-decoration:    none;
    color:#FFFFFF;
        font-weight: bold
}

/* style for module titles */
.Head   {
font-family: Verdana;
    font-size:  10px;
    font-weight:    bold;
    color: #f37021
}

/* style of item titles on edit and admin pages */
.SubHead    {
 font-family: Verdana, Arial;
    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;
    font-size:  11px;
    font-weight:    bold;
    color: #3399FF;
}

/* text style used for most text rendered by modules */
.Normal
{
  
    font-family:     Verdana;
    font-size:   10px;
	line-height: 14px;
    font-weight: normal; color:#000080
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
     font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
   font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}

.NormalBold
{
   
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight:    bold;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.CommandButton {
   text-decoration:    underline;
    color: #003366;
    font-weight:    bold;
}

a:visited.CommandButton  {
  text-decoration:    underline;
    color: #003366;
    font-weight:    bold;
}

a:active.CommandButton   {
  text-decoration:    underline;
    color: #003366;
    font-weight:    bold;
}

a:hover.CommandButton    {
 font-weight:    bold;
    text-decoration:    underline;
    color: #f37021;
}
    
/* GENERIC */
H1  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #f37021;
}

H2  {
    font-family: Verdana;
    font-size:  20px;
    font-weight:    normal;
    color: #0099FF;
}

H3  {
    font-family: Verdana, Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Arial;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana;
    font-size:  10px;
    color: #f37021;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana;
    font-size:  10px;
    font-weight:    bold;
    color: #0000FF;
}

A:link  {
    text-decoration:    none;
     font-size:  10px;
    color:  #f37021;
     font-weight:    bold;
}

A:visited   {
    text-decoration:    none;
     font-size:  10px;
     color:  #f37021;
      font-weight:    bold;
}

A:active    {
    text-decoration:    none;
     font-size:  10px;
color:  #000080;
     font-weight:    bold
}

A:hover {

    text-decoration:  none;
    color:  #000080;
     font-size:  10px;
    cursor: hand;
     font-weight:    bold
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
     font-size: 10px;
    font-family:     Verdana;
}

UL LI LI    {
    list-style-type:    disc;
       font-size: 10px;
    font-family:     Verdana;
}

UL LI LI LI {
    list-style-type:    circle;
       font-size: 10px;
    font-family:     Verdana;
}

OL LI   {
    list-style-type:    decimal;
       font-size: 10px;
    font-family:     Verdana;
}

OL OL LI    {
    list-style-type:    lower-alpha;
       font-size: 10px;
    font-family:    Verdana;
}

OL OL OL LI {
    list-style-type:    lower-roman;
       font-size: 10px;
    font-family:     Verdana;
}

HR {
    color: #f37021;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
  font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
 font-family: Verdana;
    font-size:  11px;
    font-weight:    bold;
    color: #f37021;
}

/* CSS Menu Entries for SolPart Menu 1.1.x.x */

.DNN_MenuContainer
{
	border-right: #404040 0px solid;
	border-top: #4e7bb21px solid;
	border-left: #4e7bb21px solid;
	border-bottom: #404040 0px solid;
	background-color: #4e7bb2;
	
} 
.DNN_MenuBar {
    cursor: pointer; 
    cursor: hand; 
    height:16;
     border:1px solid #4e7bb2; 
}
.DNN_MenuItem {
   cursor: pointer; 
    border:none #cccccc; 
    cursor: hand; 
    color: #FFFFFF; 
    font-family: Verdana;
   font-size:       8pt;
    font-weight: bold;
    font-style: normal; 
    line-height:16px; 0px solid;
}
.DNN_MenuIcon {
  cursor: pointer; 
    cursor: hand; 
    background-color:#4e7bb2;
    border-left: #4e7bb2; 0px solid; 
    border-bottom: #4e7bb2;0px solid; 
    border-top: #4e7bb2; 0px solid; 
    text-align: center; 
    width: 15;
    height: 21;
}
.DNN_SubMenu {
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color:#4e7bb2; 
    border-bottom: 0px solid #404040; 
    border-left: 0px solid #FF8080; 
    border-top: 0px solid #FF8080; 
    border-right: 0px solid #404040;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='black', Direction=135, Strength=3); 
    }
.DNN_MenuItemSel {
font-weight: bold; 
	font-size: 8pt;
	cursor: hand;
	color: #000080;
	font-style: normal;
	font-family: Verdana;
	line-height: 16px;
	background-color: #4e7bb2;
	background-image:url('/dc/images/pasek_blue2.jpg'); background-repeat:repeat-x; 
  border:none
}
.DNN_MenuArrow {
    font-family: webdings; 
    font-size: 8pt; 
    cursor: pointer; 
    cursor: hand; 
    border-right: #4e7bb2;  0px solid; 
    border-bottom: #4e7bb2;  0px solid; 
    border-top: #4e7bb2;  0px solid;
}
/* Not Used in DNN Code */
.DNN_MenuBreak {
      border-bottom:  #4e7bb2;  0px solid; 
    border-left: #4e7bb2; 0px solid; 
    border-top:  #4e7bb2;  0px solid;  
    border-right:  #4e7bb2; 0px solid; 
    background-color: 4e7bb2; height: 0px;
}
/* Not Used in DNN code */
.DNN_RootMenuArrow {
    font-family: webdings; 
    font-size: 8pt; 
    cursor: pointer; 
    cursor: hand;
}
/* Not Used in DNN Code */
.DNN_MenuBreak {
      border:medium none #4e7bb2; background-color:4e7bb2; height:0px; 1px solid
}
/* Not Used in DNN code */
.DNN_RootMenuArrow {
    font-family: webdings; 
    font-size: 8pt; 
    cursor: pointer; 
    cursor: hand;
}

/* Style subskrypcji */

.subetykieta
{
	font-size: 11px;
	font-family: Verdana, Arial;
}

.subnaglowek
{
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial;
}


.sublink2
{

	font-weight: bold;
font-size: 10px;
	color: #f37021;
	font-family: Verdana;
	text-decoration: none; margin-top:40; margin-bottom:40
}
:hover.sublink2
{
	font-weight: bold;
		font-size: 10px;
	color: #6699cc;
	font-family: Verdana, Arial;
	text-decoration: none;
}
:visited.sublink2 {font-weight: bold;
font-size: 10px;
	color: #f37021;
	font-family: Verdana;
	text-decoration: none; margin-top:40; margin-bottom:40}
.sublink
{
	font-weight: bold;
	font-size: 10px;
	color: #6699CC;
	font-family: Verdana;
	text-decoration: none
	
}
:link.sublink { font-weight: bold;
font-size: 10px;
	color: #6699CC;
	font-family: Verdana;
	text-decoration: none }
:visited.sublink { font-weight: bold;
	font-size: 10px;
	color: #6699CC;
	font-family: Verdana;
	text-decoration: none }
:hover.sublink
{
	font-weight: bold;
	font-size: 10px;
	color: #f37021;
	font-family: Verdana;
	text-decoration: none
}

.sublinkblady
{
	font-weight: bold;
	font-size: 10px;
	color: #cccccc;
	font-family: Verdana;
	text-decoration: none
	
}
:link.sublinkblady{ font-weight: bold;
	font-size: 10px;
	color: #cccccc;
	font-family: Verdana;
	text-decoration: none }
:visited.sublinkblady{ font-weight: bold;
	font-size: 10px;
color: #cccccc;
	font-family: Verdana;
	text-decoration: none }
:hover.sublinkblady
{
	font-weight: bold;
	font-size: 10px;
	color: #999999;
	font-family: Verdana;
	text-decoration: none
}

.subkomunikat
{
	font-size: 11px;
	color: blue;
	font-family: Verdana, Arial;
}
.subnagloweklisty
{
	font-weight: bold;
	margin-left: 10px;
	color: #FFFFFF;
	margin-right: 10px;
	background-color: #000080;
}

.StdText	{font-family:verdana;font-size:9pt;font-weight:bold;}

.StdTextBox	{font-family:verdana;font-size:9pt;border:solid 1px black;} /*;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true')} nie obsługuje mozil */
.Shadow	{filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='gray', Positive='true');}


/*------------------------*/
.tytul1
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	background-color: #000080;
	margin-right: 5px; 
	margin-left: 5px
}
.tytul_bialy
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	margin-right: 5px; 
	margin-left: 5px
}
.title_jasnyniebieski
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	margin-right: 5px; 
	margin-left: 5px; background-color:#99CCFF
}
.title_Niebieski_nieczysty
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	margin-right: 5px; 
	margin-left: 5px; background-color:#81a4ec
}
.title_Niebieski_jakMenu
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial;
	margin-right: 5px; 
	margin-left: 5px; background-color:#4e7bb2 
}

.tytul2
{
	font-weight: bold;
	font-size: 11px;
	color: #f37021;
	font-family: Verdana;
	margin-right: 5px; 
	margin-left: 5px
}

table        { font-family: Verdana; font-size: 8pt }td           { font-size: 8pt; }
/*aple */
.apla1{background-color: #EAEAEA}
.apla2{background-color: #81a4ec}
.apla3{background-color: #4e7bb2; color:#FFFFFF }


/*****************************************************
TTT Forum style sheet - Updated on Aug,23,2003 
*****************************************************/
.TTTBorder
{
	border: 1px solid;	
}
.TTTSubBorder
{
    border: 0px solid; 
}

.TTTHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;	
	background-color: #006699;	
	background-image: url('../../images/TTT/TTT_Header_BG.gif');	
}

.TTTHeaderText
{
	font-weight: bold;
	font-size: 8pt;
	color: White;
	font-family: Verdana, Arial, Helvetica;	
}


.TTTAltHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
	background-color:#D1D7DC; 
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);

}

.TTTAltHeaderText
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
}

.TTTSubHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;	
}

.TTTTitle
{
	font-weight: bold;
	font-size: 8pt;
	color: #D4D9EC;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.TTTRow
{	
	color: #4455aa;	
	font-family: Verdana, Tahoma, Arial, Helvetica;
    	font-size: 11px;
    	font-weight: normal;
	
}

.TTTRowHighLight
{	
	color: #4455aa;	
	font-family: Tahoma, Arial, Helvetica;
    	font-size: 11px;
    	font-weight: normal;	
}
   
.TTTFooter
{
	color: white;
    	font-size: 8pt;
    	font-weight:bold;    
    	font-family: Verdana, Arial, Helvetica;	
    	background-color: #006699;
	background-image: url(../../images/TTT/TTT_AltFooter_BG.gif);
}
.TTTAltHeader
{
	font-weight: bold;
	font-size: 8pt;	
	color: #4455aa;
	font-family: Verdana, Arial, Helvetica;
	background-color:#D1D7DC; 
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);

}
.TTTFooterText
{
    	color: white;
    	font-size: 8pt;
    	font-weight:bold;    
    	font-family: Verdana, Arial, Helvetica;	
}


/* hyperlink style for the selected tab */
a:link.TTTTitle {
    text-decoration:    none;
    color:#4455aa;
}

a:visited.TTTTitle  {
    text-decoration:    none;
    color:#D4D9EC;
}

a:active.TTTTitle   {
    text-decoration:    none;
    color:#4455aa;
}

a:hover.TTTTitle    {
    text-decoration:    none;
    color:#D4D9EC;
}

.TTTFormControl
{
    font-size: 1.0em;
    font-family: Verdana, Arial, Helvetica;
}
.TTTErrorText
{
	color: red;
}
.TTTQuote
{
	border-top: 1px #646e95 solid; 
	border-bottom: 1px #646e95 solid; 
}
/* text style for buttons and link buttons used in the portal admin pages */
.TTTCommand
{
	font-weight: normal;
	font-size: 11px;
	color: white;
	font-family: Tahoma, Arial, Helvetica;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
a:link.TTTCommand
{
	color: white;
	text-decoration: underline;
}

a:visited.TTTCommand
{
	color: white;
	text-decoration: underline;
}

a:active.TTTCommand   {
    text-decoration:    underline;
    color: white;
}

a:hover.TTTCommand
{
	color: #ff9933;
	text-decoration: underline;
}
TD.TTTRow
{
    background-color: #eef3fb;        
}
TD.TTTMainHeader
{
	
}
TD.TTTHeader
{
	background-image: url(../../images/TTT/TTT_Header_BG.gif);	
	height: 28px;
	background-color: #006699;
}
TD.TTTAltHeader
{
	background-color:#D1D7DC;
	height: 28px; 		
	background-image: url(../../images/TTT/TTT_AltHeader_BG.gif);
}
TD.TTTAltFooter
{
	background-color:#D1D7DC;
	height: 28px; 		
	background-image: url(../../images/TTT/TTT_AltFooter_BG.gif);
}

TD.TTTSubHeader
{
	background-color: #D4D9EC;		
}
TD.TTTRowHighlight
{
    background-color: #D4D9EC;
}
TD.TTTFooter
{	
	background-color: #006699;
	height: 28px;
	background-image: url(../../images/TTT/TTT_Footer_BG.gif);
}

/* text style used for most text rendered by modules */
.TTTNormal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.TTTNormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TTTNormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.TTTNormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.TTTCommandButton     {
    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:link.TTTCommandButton {
    text-decoration:    underline;
    color: #003366;
}

a:visited.TTTCommandButton  {
    text-decoration:    underline;
    color: #003366;
}

a:active.TTTCommandButton   {
    text-decoration:    underline;
    color: #003366;
}

a:hover.TTTCommandButton    {
    text-decoration:    underline;
    color: #ff0000;
}