
/**
 * Mambo Modules formatting
 * ------------------------
 * These stylings are to format the way modules are
 * displayed. It mainly deals with the format of its
 * table. I think this doesn't need too much explaining
 */

table.moduletable {
}
table.moduletable th {
}
table.moduletable td {
text-align:left;
font-size:11px;
}

table.moduletable_biuletyn {
margin-top:0px;
}
table.moduletable_biuletyn th {
text-align:center;
padding:5px;
background: #66CC00;
color: #ffffff;
}	
table.moduletable_biuletyn td {
text-align:left;
}

table.moduletable_pomoc {
margin-top:0px;
}
table.moduletable_pomoc th {
text-align:center;
padding:5px;
background: #993300;
color: #ffffff;
}
table.moduletable td {
text-align:left;
}

table.moduletable_whosonline {
background: #cccccc;
width:100%;
}
table.moduletable_whosonline th {
text-align:center;
padding:5px;
background: #993300;
color: #ffffff;
}
table.moduletable_whosonline td {
margin-top:10px;
padding:5px;
text-align:center;
}

/**
 * Mambo's Built-in Component's Syling
 * -----------------------------------
 * These stylings are used for Mambo's built-in components
 * such as newsfeeds, weblinks, contact, search and polls.
 * A commented subtitle will guide you which is for which
 */
 
 
 /*  Polls  */
 
.poll {
text-align:left;
} 
.pollstableborder {} 


/*  Weblinks */
.weblinks{} 


/*  Newsfeeds */
.newsfeedheading {} 
.newsfeeddate {} 
.fase4rdf {} 


/* Search page */
table.searchintro {} 


/*  Contact's table settings  */
table.contact {} 
table.contact td.icons {} 
table.contact td.details {}

.pathway {
background: #eeeeee;
color: #666666;
border-bottom:1px solid #c0c0c0;
border-top:1px solid #c0c0c0;
padding:5px;
text-decoration: none;
text-align:left;
}

.footer {
background: #eeeeee;
color: #666666;
border:1px solid #c0c0c0;
padding:5px;
text-decoration: none;
}

a.mainlevel_nav {
color: #666666;
text-decoration:none;
text-align:center;
}

a.mainlevel_top {
display:block;
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #000000;
font-weight: bold;
background: #FFCC00;
text-decoration:none;
text-align: left;
border-bottom:1px solid #ffffff;
border-top:0px solid #ffffff;
padding:5px;
margin-bottom:0px;
width:145px;
}

a.mainlevel_top:hover {
display:block;
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #000000;
font-weight: bold;
background: #FFCC00;
text-decoration:none;
text-align: left;
border-bottom:1px solid #ffffff;
border-top:0px solid #ffffff;
padding:5px;
margin-bottom:0px;
width:145px;
}

a.mainlevel_top:visited {
display:block;
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
color: #000000;
font-weight: bold;
background: #FFCC00;
text-decoration:none;
text-align: left;
border-bottom:1px solid #ffffff;
border-top:0px solid #ffffff;
padding:5px;
margin-bottom:0px;
width:145px;
}

a.mainlevel_other {
color: #666666;
font-family: Tahoma, Arial, Verdana;
margin-top: 1px;
padding:5px;
text-decoration: none;
}

a.mainlevel_other:hover {
color: #666666;
}

a.mainlevel_other:visited {
color: #666666;
}

a.mainlevel_stopka {
color: #666666;
font-size:11px;
font-family: Tahoma, Arial, Verdana;
text-decoration: none;
}

h3 {
font-family:Times New Roman;
font-size: 21px;
font-weight:normal;
color: #990000;
}

h4 {
font-family:Times New Roman;
font-size: 21px;
font-weight:normal;
color: #000000;
}

h5 {
font-family:Times New Roman;
font-size: 21px;
font-weight:normal;
color: #000000;
margin-bottom:0px;
}

code {
border:1px dashed #996600;
background: #eeeeee;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
