@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #B0D7EE;
}

p {
	margin-top: 0;	
}

form {
	margin: 0;
	padding: 0;	
}

a:link, a:visited {
	color: #275369;
}

a:hover, a:active {
	color: #4B8AAB;
}

.textCenter {
	text-align: center;
}

#topSite {
	height: 300px;
	background-image: url('tlotop.jpg');
}

#topLogo {
	position: relative;
	left: 50px;
	top: 50px;
	width: 866px;
	height: 258px;
	/*border: 1px solid red;*/
}

#bodySite {
	padding-bottom: 50px;
	background-color: #B0D7EE;
}
/*
* html #bodySite {
	background-color: #A8D2EC;
}*/

#contentHolder {
	position: relative;
	width: 850px;
	min-height: 350px;
	left: 50px;
	background-image: url('contentbg.png');
	border-left: 8px solid #3dadee;
	border-right: 8px solid #3dadee;
	border-top: 8px solid #3dadee;
}

* html #contentHolder {
	height: 350px;
}

#menu {
	position: absolute;
	top: 30px;
	left: -150px;
	width: 226px;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #0099FF;
	z-index: 10;
}

#menu a:link, #menu:visited {
	display: block;	
	
}

.menuItem {
	display: block;
	text-align: right;
	margin-top: -2px;
	padding-top: 10px;
	padding-right: 15px;
	width: 211px;
	height: 34px;
	background-image: url('button_off.gif');
}

* html .menuItem {
	margin-top: 0;
}

.menuItem:hover {
	background-image: url('button_over.gif');
}

#activeMenu {
	background-image: url('button_on.gif');
}

#bottomFrame {
	width: 866px;
	padding-left: 100px;
}

.bottomForIE {
	width: 866px;
	height: 8px;
	background-image: url('border_frame_bottom.gif');
	background-repeat: no-repeat;
}

#content {
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	width: 735px;
	height: 100%;
	min-height: 300px;
	padding-left: 60px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 10pt;
	color: #4A5B64;
	text-align: left;
	background-position: top right;
	background-repeat: no-repeat;
	/*background-image: #DFEFEF;*/
}

.pageAddon {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 293px;
	height: 267px;
	border: 1px solid red;
	background-image: url(img/pages/strona_glowna.gif);
}

#footer {
	position: relative;
	margin-top: 20px;
}

#footerIn {
	position: relative;
	left: 50px;
	margin-top: 20px;
	width: 450px;
	height: 80px;
	border:1px solid red;
}

.fooSky {
	height: 125px;
	background-image: url('img/footer_sky_tex.gif');
	background-repeat: repeat-x;
}

.fooWater {
	height: 26px;
	background-image: url('img/footer_water_tex.gif');
	background-repeat: repeat-x;
}

.fooIsland {
	position: absolute;
	width: 100%;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('img/footer_img.gif');
	background-repeat: no-repeat;
	background-position: center;
	color: #f0f0ff;
}

.fooInfo {
	margin-top: 108px;
	margin-left: 60px;
	font-size: 8pt;
}

.fooInfo a:link, .fooInfo a:visited {
	text-decoration: underline;
	color: #f0f0ff;
}

.fooInfo a:hover, .fooInfo a:active {
	text-decoration: underline;
	color: #c0c0c0;
}

#loginDiv {
	width: 300px;
	margin: 0 auto 0 auto;
}

#loginForm {
	border: 0;
	margin: 0;
}

#loginTable {
	width: 100%;
	padding: 2px;
	text-align: center;
	border-top: 1px solid #AEB6BA;
	border-bottom: 1px solid #056399;
	border-left: 1px solid #AEB6BA;
	border-right: 1px solid #056399;
	background-color: #B0D7EE;
}

#loginTable caption {
	margin-bottom: 5px;
	font-weight: bold;
}

.formInput {
	border-top: 1px solid #056399;
	border-bottom: 1px solid #AEB6BA;
	border-left: 1px solid #056399;
	border-right: 1px solid #AEB6BA;
	background-color: #D6EBF8;
	color: #4A5B64;
}

.button {
	background-image: url('button.png');
	background-repeat: repeat-x;
	font-weight: bold;
	color: #A9D8F5;
}

.error, .praise {
	margin: 0 auto 10px auto;
	width: 300px;
	text-align: center;
}

.error {
	color: #FF302B;
}

.praise {
	color: #3552E7;
}

#addNewsDiv {
	width: 450px;
	margin: 0 auto 0 auto;
}

#addNewsArea {
	width: 450px;
	height: 112px;
	
}

.newsHolder, .newsRemove {
	width: 680px;	
}

.newsRemove {
	margin-top: -10px;
	text-align: right;
	margin-bottom: 10px;
}

.newsHead {
	padding: 4px;
	height: 15px;
	background-image: url('text_bar_bg.gif');
	border: 1px solid #c1c1fe;
	border-top: 0;
}

.newsBody {
	height: 100%;
	padding: 4px;
	padding-top: 0;
	margin-bottom: 10px;
	border: 1px solid #c1c1fe;
}

#priceList, #addItemTab {
	width: 550px;
	border-collapse: collapse;
	margin: 0 auto 30px auto;
	text-align: center;
	border-top: 1px solid #AEB6BA;
	border-bottom: 1px solid #056399;
	border-left: 1px solid #AEB6BA;
	border-right: 1px solid #056399;
	background-color: #2F93C7;
}

#priceList caption, #addItemTab caption {
	font-weight: bold;
	margin-bottom: 3px; 
}

#priceList tr:hover {
	background-color: #f0f0ff;	
}

#priceList tr:hover th span{
	border-right: 5px solid #f0f0ff;	
}

#priceList tr {
	border-top: 1px solid #AEB6BA;	
}

tr.tabRowLight th {
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
	background-color: #2F93C7;
}

tr.tabRowDark th {
	vertical-align: top;
	text-align: right;
	padding-top: 5px;
	background-color: #2F93C7;
}

tr.tabRowLight th span {
	border-right: 5px solid #B0D7EE;
	border-top: 5px solid #2F93C7; 
	border-bottom: 5px solid #2F93C7;
	padding-right: 10px;
	margin-right: -1px;
}

tr.tabRowDark th span{
	border-right: 5px solid #78BEE2;
	border-top: 5px solid #2F93C7; 
	border-bottom: 5px solid #2F93C7;
	padding-right: 10px;
	margin-right: -1px;
}

.tabRowLight {
	height: 30px;
	background-color: #B0D7EE;
}

.tabRowDark {
	height: 30px;
	background-color: #78BEE2;
}

#thumbs {
	width: 630px;
	margin-left: 40px;
}

#thumbs img {
	margin-left: 20px;
}

#thumbs img:hover {
	cursor: crosshair;	
}

#details {
	width: 300px;
	margin: 0 auto 30px auto;
}

#detailsTab {
	width: 350px;
	border-collapse: collapse;
}

#detailsTab td {
	border: 1px solid blue;
}

#detailsTab th {
	text-align: center;
}

#showImg {
	visibility: hidden;
	width: 0;	/* 630 */
	height: 1px;	/* 650 */
	margin: 30px auto 0 auto;
}

#removeClick {
	visibility: hidden;
}

.picRight, .picRight {
	margin-top: 7px;
	margin-bottom: 7px;	
}

.picLeft {
	float: left;
	margin-right: 7px;
}

.picRight {
	float: right;
	margin-left: 7px;
}

.pureText {
	text-align: justify;
	padding-right: 10px;
}

.mapHolder {
	height: 30px;
	padding-top: 2px;
	padding-right: 8px;
}

.map {
	float: right;
	border-top: 1px solid #B4B0B0;
	border-left: 1px solid #B4B0B0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	margin-left: 6px;
	margin-bottom: 4px;	
}

.partyTab {
	width: 600px;
	margin-top: 25px;
	border: 1px solid #B4B0B0;
	border-collapse: collapse;
}

.partyTitle {
	text-align: center;
	background-color: #D6EBF8;
	font-weight: bold;
}

.partyInfo {
	text-align: right;
	background-color: #B0D7EE;
}

.partyDets {
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #f0f0ff;
}

