html, body {margin: 0; padding: 0; border: 0; background-color: transparent;}

body {
color: #000; 

font-family: Tahoma, sans-serif; 
font-size: 80%; 
text-align: center;
margin: 0px 0;
}
p  {margin: 0; padding: 8px;text-align:justify;}
p.edit-profile {text-align:center; padding: 20px 0 0 0}
h2 {font-size: 1.3em; text-align: left; margin: 0px; padding: 20px 15px;color:#DC7936;}
.clear { clear: both; }
a {text-decoration: none; font-weight: bold; color: #000;}
a:hover {text-decoration: none; font-weight: bold; color: #FFF;}
#sitepath a {text-decoration: none; font-weight: bold; color: #000;}
#sitepath a:hover {text-decoration: none; font-weight: bold; color: #AAA;}
.wide-shadow a:hover {text-decoration: none; font-weight: bold; color: #EEE;}
.alignright {margin-top: 0; text-align: right;}
.small {font-size: .9em;}

.wrapper {
margin: 0 auto;
width: 777px;
text-align: left;
background: #D2DEF6;
border: 0px solid #fff;
}
/*** Below is the Tan hack, needed because the decorative side borders (thin black) on 
.wrapper. It fixes the box model of IE5.x/win, making it display the same as other browsers. ***/
* html .wrapper {
width: 780px; 
w\idth: 777px; 
}
.outer {
border-left: 160px solid #EFB53C;  
border-right: 0px solid #E76A41;
background: url(images/whiteline.gif) 100% 0 repeat-y;
}
/*** These are the visible side col BG's. The image BG is needed to replace a side border
on div.inner, which can't be used because of problems in Mozilla. The image substitutes 
for the thin black divider between the right green col and the center col. If the black divider
is not wanted, the BG image may be removed. The Tan hack below feeds a IE a different 
BG location, due to a BG placement variation. 

***/
* html .outer {
background:  url(images/whiteline.gif) 780px 0 repeat-y;
}
.inner {
margin-left: -2px; /*** This fixes a small overlap problem in IE6. ***/
width: 618px; /*** This width is for non-IE browsers. Mozilla makes this necessary. ***/
border: 0px solid #fff;
border-width: 0 0 0 2px;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
* html .inner {
width: 100%;
}
.float-wrap {
float: left;
width: 720px;
margin-left: -160px;       /*** Same length as left column width ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/

.left {
float: left;
width: 160px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

.right {
float: right; 
width: 151px;
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
}

* html .right {
margin: 0 -152px 0 0; /*** IE gets this margin. ***/
}

.center {
float: right;
width: 550px;
}

.wide {
background-color: #ECA441;    /* header and footer colours */
width: 100%; 
border: 2px solid #fff;
font-size: 1.4em;
font-weight: bold;
}

.wide-main {
background: #fff url(images/main.jpg) no-repeat top left;
width: 100%; 
height:180px;
padding: 0px 0px 0px 0px;
border: 0px solid #fff;
font-size: 1.4em;
font-weight: bold;
}


.wide-shadow {
background: #ECA441 url(images/top_shadow.gif) repeat-x bottom left;
width: 100%; 
height:15px;
border: 2px solid #fff;
font-size: 10px;
font-weight: bold;
padding: 7px 0px 12px 0px;
}
.wide-shadow a {
font-size: 10px;
font-weight: bold;
padding: 0px 10px;
text-decoration:none;
color:#666;
}

.wide-white {
background-color: #fff;    /* header and footer colours */
width: 100%; 
border: 2px solid #fff;
font-size: 10px;
font-weight: bold;
padding: 5px 0px 10px 0px;
}
.wide-white a {
font-size:10px;
padding:0px 0px;
text-decoration:none;
padding: 10px 0px;
}

.wide p {padding: 5px;}

.top {border-width: 0 0 0px;}

.adriatyk{

width: 100%;
}
.adriatyk .iframe {
overflow-x: hidden;
overflow-y: scroll;
} 


.bottom {
background: #fff url(images/bottom_blue.gif) no-repeat top left;
width: 100%;

}
.bottom p{
font-size:9px;
color: #aaa;    
text-align:left;
}
.bottom a{
font-size:9px;
color: #aaa;
text-decoration:none;
font-weight: normal; 
}
.bottom_linki {
background-color: #fff;    /* header and footer colours */
width: 100%;
text-align:center;
height: 23px;
padding:7px 0 0 0;

}
.bottom_linki p{
font-size:9px;
background-color: #fff;    
text-align:center;
}
.bottom_linki a{
font-size:9px;
background-color: #fff;    
padding:0px 15px;
text-decoration:none;
font-weight: normal; 
}
.bottom_linki a:hover{
font-size:9px;
background-color: #aaa;    
padding:0px 15px;
text-decoration:none;
font-weight: normal; 
}
/* Mozilla bug fixes */
html>body .inner, html>body .float-wrap {
border-bottom: 1px solid transparent;
}

dl {
		width: 150px;
		margin: 0px;
		padding: 20px 0 0 0 ;
		font-family: Tahoma, sans-serif;
		background: #EFB53C url(images/top_right.gif) no-repeat top left;
		text-align:center;
		}
dt {
		margin: 0 0 0px 0;
		padding: 0px;
		font-size: 10px;
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #fff url(images/bottom_right.gif) no-repeat bottom right;
		text-align:center;
		}
dd {
		margin: 0px;
		padding: 0px;
		color: #000;
		font-family: Tahoma, sans-serif;
		font-size: 11px;
		text-align:center;
		}

dl#prawy2 {
		width: 150px;
		margin: 0px;
		padding: 0px;
		background: #E76A41 url(images/top_right2.gif) no-repeat top left;
		text-align:center;
		}
dt#prawy2 {
		margin: 0px;
		padding: 0px;
		font-size: 100%;
		color: #fff;
		border-bottom: 1px solid #fff;
		text-align:center;
		}
dd#prawy2 {
		margin: 0px;
		padding: 0px;
		padding: 0px;
		color: #666;
		font-family: Tahoma, sans-serif;
		font-size: 90%;
		text-align:center;
		}	

.tx-sremailsubscribe-pi1 {width: 180px; margin:0}
fieldset {border: none}
.tx-sremailsubscribe-pi1-error {color: red !important}
label {font-size: 86%}
.tx-sremailsubscribe-pi1-error {color: red}
.tx-sremailsubscribe-pi1 dl, .tx-sremailsubscribe-pi1 dd, .tx-sremailsubscribe-pi1 dt {background: none; padding:0; margin:0}
.tx-sremailsubscribe-pi1-checkbox {background: #D2DEF6; border: none }

.tlo1 {
	background-color: #E76A41;
	font-family: Tahoma, sans-serif; 
	font-size: 11px;
	border: none;
}

#form1 p b{
		text-align:center;
		padding: 0px 1px;
}
#form1 input {
		text-align:center;
		vertical-align: middle;
		background:#fff;
		margin:1px 1px;
		padding:1px 5px 1px 5px;
		border: 1px solid #333;
		width:70px;
		height:12px;
		font-size:9px;
}
#form1  .ch{
		vertical-align: middle;
		background:#eee;
		margin:0px;
		border: 0px;
		padding:0px;
		width:12px;
		height:12px;
		font-size:9px;
}
#form1  .aa{
		text-align:center;
		vertical-align: middle;
		background:#eee;
		margin:5px 5px;
		padding:3px 5px 3px 5px;
		border: 1px solid #333;
		width:50px;
		height:20px;
		
		font-size:9px;
}
#form1  .ab{
		text-align:center;
		vertical-align: middle;
		background:#eee;
		margin:5px 5px;
		padding:3px 5px 3px 5px;
		border: 1px solid #333;
		width:90px;
		height:20px;
		
		font-size:9px;
}
#form1  form {
	margin: 0px;
	padding: 0px;
}

dl#blue {
		width: 156px;
		margin: 0 0 0px 0px;
		padding: 20px 0 0 0 ;
		background: #EFB53C url(images/top_left.gif) no-repeat top left;
		text-align:left;
		}
dt#blue {
		margin: 0 0 0px 0;
		padding: 0px;
		font-size: 130%;
		color: #fff;
		border-bottom: 0px solid #fff;
		text-align:left;
		}
dd#blue {
		margin: 0 0 0 0px;
		padding: 0 0px 0px 0px;
		color: #666;
		font-family: Tahoma, sans-serif;
		font-size: 90%;
		text-align:left;
		}

#menu2 h1{
	background: #fff url(images/h1_gradient.jpg) repeat-y top left;
	font-size:12px; 
	padding:5px 0px 5px 10px;
	margin:5px 0px;
	text-decoration:none;
	font-weight: bold; 	
	color:#000;
	text-align:left;
	}
	
#menu2 h2{
	font-size:11px; 
	padding:3px 5px 3px 8px;
	margin:0px 0px;
	text-decoration:none;
	font-weight: bold; 
	color:#DC7936;
		text-align:left;
	}

#menu2 h3{
	font-size:10px; 
	padding:2px 0px 2px 18px;
	margin:0px 0px;
	text-decoration:none;
	font-weight: bold; 	
	color:#DC7936;
		text-align:left;
	}
	
#menu2 h1 a{
	background: #fff url(images/h1_gradient.jpg) repeat-y top left;
	font-size:12px; 
	padding:5px 0px 5px 10px;
	margin:5px 0px;
	text-decoration:none;
	font-weight: bold; 	
	color:#000;
	text-align:left;
	}
	
#menu2 h2 a{
	font-size:11px; 
	padding:0px 0px;
	margin:0px 0px;
	text-decoration:none;
	font-weight: bold; 
	color:#000;	
		text-align:left;
	}
#menu2 h2 a:hover{
	font-size:11px; 
	padding:0px 0px;
	margin:0px 0px;
	text-decoration:none;
	font-weight: bold; 
	color:#666;	
		text-align:left;
	}

#menu2 h3 a{
	font-size:10px; 
	padding:0px 0px;
	margin:0px 0px;
	text-decoration:none;
	font-weight: bold; 	
	color:#000;
		text-align:left;
	}
#menu2 h3 a:hover{
	font-size:10px; 
	padding:0px 0px;
	margin:0px 0px;
	text-decoration:none;
	font-weight: bold; 	
	color:#666;
		text-align:left;
	}
	
#menu2 a{
	font-size:11px;
	padding:0px 5px;
	text-decoration:none;
	font-weight: bold; 	
	}
#right-content  {
		margin: 0px;
		padding: 0px;
		
		}
#right-content p {
		margin: 0px;
		padding: 0px;
		color: #000;
		font-family: Tahoma, sans-serif;
		font-size: 11px;
		}
#main-content {
	padding: 0px 0px 0px 0px;
	text-align:center;
	 background-color: transparent;
	}
#main-content a:hover {
 color: blue;
 text-decoration: underline;
}

#main-content p {
		margin: 0 0px 0 0px;
		padding: 0 0px 0px 0px;
		color: #000;
		font-family: Tahoma, sans-serif;
		font-size: 11px;
		}
#main-content p.bodytext {text-align: justify;}
#main-content p.red-text { color: #ff0000; }

#main-content .srodek{
	margin: 0 0px 0 0px;
	padding: 0 0px 0px 0px;
	color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-align:center}
	
#main-content .imgtext-table {margin: 0px 0px 0px 10px;}
#main-content h1 {font-size: 18px; text-align: left; margin: 0px; padding: 20px 11px 10px 0px;color:#DC7936;font-weight: bold; }
#main-content h2 {font-size: 16px; text-align: left; margin: 0px; padding: 20px 13px 10px 0px;color:#DC7936;font-weight: bold; }		
#main-content ul {
		margin: 0px 0px 0px 10px;
		padding: 0px 0px 0px 10px;
		}
#main-content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #000;
		font-family: Tahoma, sans-serif;
		font-size: 11px;
		text-align: justify;
		}

.quote {margin: 0 0px 0 0px;
		padding: 0 0px 0px 0px;
		color: #000;
		font-family: Tahoma, sans-serif;
		font-size: 11px;}
.highlight{margin: 0 0px 0 0px;
		padding: 0 0px 0px 0px;
		color: #000;
		font-family: Tahoma, sans-serif;
		font-size: 11px;}
.deprecated{margin: 0 0px 0 0px;
		padding: 0 0px 0px 0px;
		color: #000;
		font-family: Tahoma, sans-serif;
		font-size: 11px;}

	
.contenttable tr td {
	
	padding: 3px 15px;
	}
/*.contenttable tr .td-0{
	background: #000;
	padding: 3px 19px;
	}*/

.csc-uploads .tr-even {
	background: #D2DEF6;
	}
.csc-uploads .tr-odd {
	background: #D2DEF6;
	}
 
 .tr-even {
	background: #E7EDF8;
	}	
 .tr-odd {
	background: #E1E9FE;
	}	
 .tr-0{
	width: 100%;
	background: #B3C8E8;
	}

#menu2 h3 .active{
	color:#fff;
	}

.csc-sitemap a {
	text-decoration:none;
}
.csc-sitemap-level1 a {
	padding:0px 0px 5px 0px;
	color:#000;
}

.csc-sitemap-level1 a:hover {
	padding:0px 0px 5px 0px;
	text-decoration: underline;
}
.csc-sitemap-level2 a {
	padding:5px 0px 5px 15px;
	font-weight: normal;
}
.csc-sitemap-level2 a:hover {
	padding:5px 0px 5px 15px;
	font-weight: normal;
	text-decoration: underline;
}
.csc-sitemap-level3 a {
	padding:5px 0px 5px 30px;
	font-weight: normal;
	color:#000;
}
.csc-sitemap-level3 a:hover {
	padding:5px 0px 5px 30px;
	font-weight: normal;
	text-decoration: underline;
}
.csc-sitemap-level4 a {
	padding:5px 0px 5px 45px;
	font-weight: normal;
	color:#000;
}
.csc-sitemap-level4 a:hover {
	padding:5px 0px 5px 45px;
	font-weight: normal;
	text-decoration: underline;
}
H3.csc-searchResultHeader a { color: #DC7936;text-decoration: none; padding: 0px 0px 0px 0px; margin:0px;}
H3.csc-searchResultHeader a:hover { color: #DC7936;text-decoration: underline; padding: 0px 0px 0px 0px;  margin:0px;}
H3.csc-searchResultHeader {  font-size: 14px; padding: 0px 0px 0px 0px; margin:10px 0px 0px 0px;}
P.csc-searchResult a{ padding-left: 10px;text-decoration: none;font-weight: normal;}
P.csc-searchResult a:hover{ padding-left: 10px;text-decoration: underline;font-weight: normal;}

img {
border:0px;
}
/* Search form, specifically */
FORM { padding:0px;margin:0px;}
FORM TABLE.csc-searchform { width: 100%; padding:0px;margin:0px;}
FORM TABLE.csc-searchform TR TD {padding:0px;margin:0px;}
FORM TABLE.csc-searchform TR TD.csc-form-labelcell, FORM TABLE.csc-searchform TR TD.csc-form-commentcell { font-weight: bold; padding:0px;margin:0px;}
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT, FORM TABLE.csc-searchform TR TD.csc-form-fieldcell SELECT {padding:0px;margin:0px; }
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT { 
		text-align:center;
		vertical-align: middle;
		background:#fff;
		margin:0px 0px;
		padding:0px 5px 3px 5px;
		border: 1px solid #333;
		width:70px;
		height:12px;
		font-size:9px;
	}
FORM TABLE.csc-searchform TR TD.csc-form-fieldcell INPUT.aa {
		text-align:center;
		vertical-align: middle;
		background:#eee;
		margin:0px 0px 6px 0px;
		padding:3px 5px 3px 5px;
		border: 1px solid #333;
		width:50px;
		height:20px;
		font-size:9px;
}
.csc-searchResultPrevNext a {
font-size:11px;
text-decoration:none;
}
.normal {
	font-family: Tahoma, sans-serif; 
	font-size: 10px;
	margin: 0px;
	padding: 0px;

}
.special { background-color: #000; color: #fff; }
input {
	font-family: Tahoma, sans-serif; 
	background-color: #F4F8FD;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	height: 15px;
	width: auto;
	margin: 0px;
	padding: 1px 0px 0px 2px;
	text-align: left;
	vertical-align: middle;
}

textarea {
font-family: Tahoma, sans-serif; 
	background-color: #F4F8FD;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	height: 50px;
	width: auto;
	margin: 0px;
	padding: 4px 0px 0px;
	text-align: left;
	vertical-align: middle;
}

.tlo {
	background-color: #D2DEF6;
	font-family: Tahoma, sans-serif; 
	font-size: 10px;
	border: none;
}
input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
	}
label.errHilite {
	color: #C00;
	}
	
#main-content input.errHilite, select.errHilite, textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
	}
#main-content label.errHilite {
	color: #C00;
	}	
