﻿/* CSS layout */
html {
	height: 100%;
}
/*
body {
	height: 100%;
	font-family:Verdana;
	font-size: 10px;
	background-attachment: scroll;
	background:#FFFFFF;
	line-height: 120%;
	padding: 0px;

}
*/

body {
	margin: 15px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 10px;
	color: #333333;
	background: #ffffff;
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	color:#333333;
	
	background-image: url('http://www.bestsign.pl/joomla/templates/wsea-main/images/wypelnienie.bmp');
	background-position: left top;
	background-repeat:repeat-y;
}

h3 {
}
h2 {
}


#container  a {
	color: #3366CC;
	text-decoration: none;
	font-weight: bold;
}
#container  a:hover {
	color: #be2323;
	text-decoration: underline;
	font-weight: bold;
}




#masthead {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;

}

#upper_section {
	position: relative;
	width: 100%;
	height:auto;

}

#upper_left_col {
	width: 375px;
	height:270px;
	position: absolute;
	left: 0px;
	top: 0px;
/*
	border-right-color: #808080;
	border-right-style: dotted;
	border-right-width: 1px;
*/	
}

#upper_page_content {
	margin-right: 285px;
	margin-left: 375px;

}

#upper_right_col {
	width: 285px;
	height: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left:5px;
	
	border-left-color: #808080;
	border-left-style: dotted;
	border-left-width: 1px;
	
}


#top_nav {
	width: 960px;
	height:26px;
	clear:both;
	overflow:hidden;
	width:100%;
	background-color:#FFFFFF; 
	border-top: 1px #808080 solid;
	border-bottom: 1px #808080 solid;

}

#menu{
         float:left;
         margin-left:40px;
	width:700px;
	height:16px;
         margin-top:5px;
         margin-bottom:auto;
         height:16px;
}

#search {
         float:right;
         margin-top:auto;
         margin-bottom:auto;
	margin-right:20px;
	width: 140px;
         height:16px;
/*
	border-left: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
*/
}

#search form {
  padding: 0;
  margin: 0;
}

#search .inputbox {
	padding: 2px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #005DA3;
}




#content {
	position: relative;
	width: 960px;
	height: 205px;
}

#left_col {
	width: 384px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size:10px;



	/*
	border-right-color: #808080;
	border-right-style: dotted;
	border-right-width: 1px;
	*/
}

#page_content {
	top: 0px;
	margin-right: 150px;
	margin-left: 384px;
	background-color: #F3F3F3;
}

#right_col {
	width: 150px;
	height: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	/*
	border-left-color: #808080;
	border-left-style: dotted;
	border-left-width: 1px;
	*/
}


#newsletter_col{
	margin-left:5px;
	padding-left:5px;
	padding-right:5px;
	width:auto;
	height:200px;
	background:#CCE0FF;
}

#newsletter_col .inputbox {
	BORDER-RIGHT: #e1e1e1 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #e1e1e1 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #e1e1e1 1px solid; 
	COLOR: #a3a3a3; 
	BORDER-BOTTOM: #e1e1e1 1px solid; 
	BACKGROUND-COLOR: #f5f5f5
}







/* Navigation Styles */
#navigation ul {
	list-style-type:disc;
	width:auto;
	margin-right: auto;
	margin-left: auto;

	margin:0;
	padding:0;
}
#navigation li {
	float:left;
}
#navigation a {
	text-decoration: none;
	color: #666666;
	display: block;
	margin: 0 1px;
	padding: 3px;
	border: 1px #E1E1FD solid;
	background-color: #DFE2FF;
}
#navigation a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #4477BB;
}









#menu_top_main {
	PADDING-RIGHT: 0px; 
	BACKGROUND-POSITION:center center;
	PADDING-LEFT: 0px; 
	/* BACKGROUND-IMAGE: url(listewka.gif);*/
	background-color:azure;
	padding-bottom: 0px;
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 20px;
	display:block;
}
#menu_top_main A {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	FONT-SIZE: 11px; 
	COLOR: black; 
	FONT-FAMILY: tahoma; 
	TEXT-DECORATION: none;
}
#menu_top_main A:hover {
	COLOR: #be2323; 
	TEXT-DECORATION: underline;
}





#main_flash {
	margin-left:5px;
	margin-right:5px;
}


#gallery_main{
	width:auto;
	height:200px;
	background-color:#FFE6E7;
	border:1px black dashed;
	margin:2px;
}








#footer {
	text-align: center;
	padding: 3px;
	width: auto;
	margin-right: 250px;
	margin-left: 250px;

}

#footer p {
	color: #808080;
}
#footer a {
	color: #808080;
	text-decoration: underline;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: blink;
}




.border_right {
	BORDER-RIGHT: #a3a2a0 1px dotted
}	
	
.newsletter {
	BORDER-RIGHT: #e1e1e1 1px solid; 
	PADDING-RIGHT: 3px; 
	BORDER-TOP: #e1e1e1 1px solid; 
	PADDING-LEFT: 3px; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #e1e1e1 1px solid; 
	COLOR: #a3a3a3; 
	BORDER-BOTTOM: #e1e1e1 1px solid; 
	BACKGROUND-COLOR: #f5f5f5
}
.newsletter_button {
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	BACKGROUND-ATTACHMENT: scroll; 
	BACKGROUND-IMAGE: url("../wyslij11.gif"); 
	BORDER-LEFT: 0px; 
	WIDTH: 103px; 
	CURSOR: pointer; 
	BORDER-BOTTOM: 0px; 
	BACKGROUND-REPEAT: repeat; 
	HEIGHT: 26px; 
	BACKGROUND-COLOR:transparent; 
}






















/* CSS Document */
iframe {float: right;}


#main {
	padding:2px;
	border: 1px solid #cccccc;
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	
}
.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
/*
  width: 802px;
  margin-left: auto;
  margin-right: auto;*/
}

#buttons_outer {
	width: 705px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px;
	width:auto;
	margin:auto;
}

#pathway_text {
	position: absolute;
	bottom: 2px;
	left: 2px;
    overflow: hidden;
	display: block;
	height: 25px;
	width: 382px;
	line-height: 25px !important;
	line-height: 22px;

	padding-left: 4px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: none;
	margin-left:20px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	border-right: 1px solid #cccccc;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #005DA3;
}



#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	position: relative;
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 385px;
	height: 150px;
	border: 1px #C0C0C0 solid;
}

#top_outer{
	float: right;
	width: 580px;
}

#top_inner {
  border-left: 1px solid #cccccc;
  padding-top:3px;
  padding-bottom:3px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: right;
}
#left_side {
	vertical-align: top;
}

#left_outer {
	width: 165px;
	float: left;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
	float: none !important;
	float: left;
}

#main_area {
	padding-top: 2px;
}

#main_body {
	vertical-align: top;
	padding-left: 2px;
	width: 100%;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 765px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	padding: 0px;
	text-align: center;
	margin: 0px;
	margin-bottom: 2px !important;
	margin-bottom: 0px;
}

#poweredby_inner {
	float: right;
	padding-left: 1px;
	margin-left: 0px;
	height: 70px;
}

#right_side {
	vertical-align: top;
	padding-left: 2px;
}

#right_outer {
	margin-left: 0px;
	width: 165px;
}

#right_inner {
  border: 1px solid #cccccc;
  padding: 2px;
}

#user1_user2 {
}

.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	margin-right: 2px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

#body_outer {
	float: left;
	padding: 2px;
	margin-top: 2px;
	border: 1px solid #cccccc;
}

#active_menu {
	color: #ABABD6;
	font-weight: bold;
}

a#active_menu:hover {
	color: #8080C0;
}

.maintitle {
	color: #fffff0;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
  float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url('images/button_bg.png') repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url('images/button_bg.png') repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}


ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url('images/arrow.png');
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	text-align: left;
	font-size: 11px;
}





/* Joomla core stuff */
a:visited {
	color: #005DA3; text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #005DA3; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
    width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
	color: #000000;
	font-family: Verdana;
	text-align: center;
	font-size: 8px;
	width: auto; /*background: url(../images/button_bg.png) repeat-x;*/;
	padding: 0px 1px;
	height: 16px;
	margin: 1px;
	background-color: #DFE2FF;
}


.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url('images/subhead_bg.png') repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #005DA3;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccfcc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;

}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

div.moduletable h3 {
	background: url('images/subhead_bg.png') repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable th {
	background: url('images/subhead_bg.png') repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url('images/subhead_bg.png') repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}


table.module-sonda{
background: pink;
}


a.mainlevel:visited {
	display: block;
	background: url('images/menu_bg.png') no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:link {
	display: block;
	background: url('images/menu_bg.png') no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #005DA3;
	text-align: left;
}

a.sublevel:link {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #005DA3;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}
.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: normal;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

.dd { }
