/* -----------------------------------------------
SOLIDEX - Jubileusz 20-lecia
----------------------------------------------- */

/* =COMMON STYLES AND TAGS
----------------------------------------------- */
body, td, th {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #666;
}
body {
    margin: 0px;
    padding: 0px;
	background-color: #b2cbcf;
	background-image: url(../_img/common/bg-body.jpg);
	background-repeat: repeat-x;
}
a {
    color: #001f7a;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
	border: none;
}
a.plain {
    color: #666;
}
form {
    margin: 0;
    padding: 0;
}
textarea,
input[type=text],
select {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	vertical-align: middle;
}
input[type=submit],
input[type=reset],
input[type=button] {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	vertical-align: middle;
}
p {
	margin: 0 0 10px 0;
}
.clearFloat {
	overflow: hidden;
	clear: both;
	height: 1px;
}
.hiddenStructure {
	display: none;
}
.fRight {
	float: right;
}
.fLeft {
	float: left;
}

/* =LAYOUT
----------------------------------------------- */
html, body {
	height: 100%;
}
#wrapper {
	position: relative;
	width: 984px;
	min-height: 100%;
	margin: 0 auto;
	background-image: url(../_img/common/bg-wrapper.gif);
	background-repeat: repeat-y;
}
#wrapper-2 {
	width: 100%;
	min-height: 650px;
	background-image: url(../_img/common/bg-wrapper-2.gif);
	background-repeat: no-repeat;
}
#content {
	position: relative;
	min-height: 400px;
	width: 914px;
	margin-left: 35px;
	padding: 20px 4px 1px 0;
	background-image: url(../_img/common/bg-content.png);
	background-repeat: repeat-y;
}
#contentBottom {
	height: 24px;
	width: 918px;
	margin-left: 35px;
	background-image: url(../_img/common/bg-contentBottom.png);
	background-repeat: no-repeat;
}
#columnContent {
	position: relative;
	float: left;
	width: 530px;
	padding-left: 40px;
	padding-bottom: 10px;
}
#pageA #columnContent {
	width: 403px;
}
#columnRight {
	position: relative;
	float: right;
	width: 276px;
	margin-bottom: 10px;
	padding-bottom: 1px;
	padding-left: 24px;
	padding-right: 16px;
	background-image: url(../_img/common/line-vertical.gif);
	background-repeat: repeat-y;
}
#pageA #columnRight {
	width: 403px;
}
#pro20banner {
	position: absolute;
	left: 618px;
	bottom: -38px;
}

/* =HEADER
----------------------------------------------- */
#header {
	position: relative;
	background-image: url(../_img/common/bg-header.png);
	background-position: 35px bottom;
	background-repeat: no-repeat;
}
#pageA #header {
	height: 430px;
}
#pageB #header {
	height: 310px;
}
#headerLogo {
	position: absolute;
	top: 0px;
	left: 343px;
}
#pageB #headerLogo {
	top: 74px;
	left: 53px;
}
#header ul ,
#header li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav {
	position: absolute;
	top: 30px;
	right: 25px;
	height: 30px;
	background-image: url(../_img/common/bg-topNav.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #fff;
}
#topNav a {
	color: #fff;
}
#topNav li {
	float: left;
	padding: 13px 7px 5px;
}

#goSLDX {
	position: absolute;
	left: -25px;
	top: 18px;
}
#goSLDX a {
	display: block;
	width: 313px;
	height: 35px;
	padding: 8px 20px 0 0;
	background-image: url(../_img/common/btn-sldx.png);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#goSLDX a:hover {
	color: #000;
	text-decoration: none;
}

#goPro20 {
	position: absolute;
	right: -30px;
	top: 18px;
}
#goPro20 a {
	display: block;
	width: 313px;
	height: 35px;
	padding: 8px 20px 0 0;
	background-image: url(../_img/common/btn-pro20.png);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#goPro20 a:hover {
	color: #fff;
	text-decoration: none;
}


#userInfo {
	position: absolute;
	top: 28px;
	right: 325px;
	font-size: 11px;
	color: #000;
}
#pageA #userInfo {
	top: 194px;
	right: 68px;
	font-size: 11px;
	color: #000;
}
#userInfo a {
	color: #000;
}
#userInfo li {
	float: left;
	padding: 0 7px 5px;
}

#userAction {
	position: absolute;
	top: 245px;
	right: -30px;
}
#pageB #userAction {
	top: 216px;
	right: -30px;
}
#userAction a {
	display: block;
	width: 193px;
	height: 35px;
	padding: 8px 20px 0 0;
	background-image: url(../_img/common/btn-login.png);
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#userAction a:hover {
	color: #fff;
	text-decoration: none;
}
#headerSplash {
	position: absolute;
	top: 211px;
	left: 53px;
}
#headerFlash {
	position: absolute;
	top: 324px;
	left: 57px;
}

#breadcrumb {
	position: absolute;
	top: 228px;
	left: 333px;
	font-size: 11px;
	color: #eee;
}
#breadcrumb a {
	color: #eee;
}

#globalNav {
	position: absolute;
	bottom: 0;
	left: 76px;
}
#globalNav li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 167px;
	height: 40px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 166px;
	height: 31px;
	padding-top: 9px;
	background-image: url(../_img/common/bg-globalNav.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-shadow: #333 1px 1px 2px;
	color: #fff;
}
#globalNav li.on a {
	color: #ff8b00;
}
#globalNav li a:hover {
	color: #8dd5d9;
}
#globalNav .globalNavSep {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0;
	right: 0;
	width: 1px;
	height: 40px;
	background-image: url(../_img/common/bg-globalNavSep.gif);
	background-repeat: no-repeat;
}

/* =FOOTER
----------------------------------------------- */
#footer {
	position: relative;
	width: 914px;
	height: 50px;
	margin: 25px 0 0 35px;
	background-image: url(../_img/common/bg-footer.gif);
	background-position: 0 14px;
	background-repeat: no-repeat;
}
#footer ul ,
#footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerAuthor {
	position: absolute;
	top: 19px;
	left: 350px;
	width: 214px;
	font-size: 11px;
	color: #335f6d;
	text-align: center;
}
#footerAuthor a {
	color: #335f6d;
}
#footerNav {
	position: absolute;
	top: 19px;
	right: 1px;
	font-size: 11px;
	color: #335f6d;
}
#footerNav a {
	color: #335f6d;
}
#footerNav li {
	float: left;
	padding: 0 0 0 14px;
}
#footerLogo {
	position: absolute;
	top: 2px;
	left: 53px;
}

/* =CONTENT MAIN PAGE
----------------------------------------------- */


/* =CONTENT SUB PAGES
----------------------------------------------- */
#content {
	font-size: 12px;
}
#content h1 {
	margin: 10px 0 25px 0;
	font-family: Cambria, "Times New Roman", serif;
	font-size: 33px;
	font-weight: normal;
	color: #ee0000;
}
#content h1.compact {
	margin: 10px 0 10px 0;
}
#content h1 a {
	color: #ee0000;
}
#content h2 {
	margin: 0 0 10px 0;
	font-family: Cambria, "Times New Roman", serif;
	font-size: 20px;
	font-weight: normal;
	color: #ee0000;
}
#content h2 a {
	color: #ee0000;
}
#content #columnRight h2 {
	margin: 10px 0 25px 0;
	font-size: 33px;
	color: #ee0000;
}
#content #columnRight h2.compact {
	margin-bottom: 10px !important;
/*	padding-top: 5px;
	font-size: 28px;*/
}
#content #columnRight h2.small {
	margin-top: 16px;
	font-size: 24px;
}
h2.toRight {
	margin-left: 88px !important;
}
#content h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #23404b;
}
#content h4 {
	margin: 0 0 10px 0;
	font-size: 15px;
	font-weight: normal;
	color: #23404b;
}
#content table,
#content ol {
	margin: 0 0 10px 0;
}
#content table table {
	margin: 0;
}
#content ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#content ul li {
	list-style: none;
	margin: 0;
	padding: 1px 0 1px 22px;
	background-image: url(../_img/common/dot-li.gif);
	background-position: 10px 4px;
	background-repeat: no-repeat;	
}
#content ul.hl li {
	padding: 2px 0 2px 22px;
	background-image: url(../_img/common/dot-li.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;	
}
#content ul.wide li {
	list-style: none;
	margin: 5px 0;
	padding: 1px 0 1px 22px;
	background-image: url(../_img/common/dot-li.gif);
	background-position: 10px 4px;
	background-repeat: no-repeat;	
}
#content #columnRight ul li {
	list-style: none;
	margin: 0;
	padding: 3px 0 3px 24px;
	background-image: url(../_img/common/dot-li-context.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;	
}
#content #columnRight ul li.noBg {
	background: none !important;
	height: 19px;
}
#content #columnRight ul.historyList {
}
#content #columnRight ul.historyList li {
	list-style: none;
	margin: 4px 0;
	padding: 0;
	background: none;
}
#content #columnRight ul.historyList li span,
#content #columnRight ul.historyList li a {
	display: block;
	width: 46px;
	height: 17px;
	padding-top: 2px;
	padding-right: 1px;
	background-position: 0 0;
	background-repeat: no-repeat;	
	text-align: center;
}
.historyPast a,
.historyPast span {
	background-image: url(../_img/common/btn-historyPast.gif);
	color: #fff;
}
.historyPresent a,
.historyPresent span {
	background-image: url(../_img/common/btn-historyPresent.gif);
	color: #fff;
}
.historyFuture a,
.historyFuture span {
	background-image: url(../_img/common/btn-historyFuture.gif);
	color: #666;
}
#content .hlSplit {
	margin-top: 25px;
	padding-top: 8px;
	border-top: 2px solid #bbb;
}
#content ul.hlList {
}
#content ul.hlList li:first-child {
	border-top: 2px solid #ccc;
}
#content ul.hlList li {
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #ccc;
	background-position: 10px 10px;
}
.mTop {
	margin-top: 0 !important;
}
.mBottom {
	margin-bottom: 0 !important;
}

p.line {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #c0c7ca;
}
p.line.compact {
	margin: -10px 0 12px 0;
	border-bottom: 1px solid #c0c7ca;
}

#content blockquote {
	margin: 15px 20px 15px 20px;
	padding:  0 0 0 10px;
	border-left: 1px solid #bbb;
}
.pullquote {
	float: right;
	width: 30%;
	margin: 0 0 5px 10px;
	padding: 10px 10px;
	background-color: #dfe9eb;
	font-family: Georgia, serif;
}
.callout {
	margin: 0 0 20px 0;
	padding: 10px 10px;
	background-color: #dfe9eb;
}
.calloutDiv {
	margin: 0 0 20px 0;
	padding: 10px 10px 1px 10px;
	background-color: #dfe9eb;
}
.discreet {
	font-size: 92%;
	color: #90979a;
}
.hlBox {
	padding: 0 2px;
	background-color: #900;
	color: #fff;
}
a.hlBox {
	padding: 0 2px;
	background-color: #900;
	color: #fff;
}
.gBox {
	margin: 5px 0 15px 0;
	border: 2px solid #bbb;
}
.textColumn {
	width: 360px;
}
.date {
	color: #90979a;
}
.subtitle {
	font-size: 66%;
}
.goBack {
	padding: 0 0 0 12px;
	background-image: url(../_img/common/dot-arrowLeft.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
.goMore {
	padding: 0 0 0 12px;
	background-image: url(../_img/common/dot-arrowRight.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}
.goUp {
	padding: 0 0 0 14px;
	background-image: url(../_img/common/dot-arrowUp.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.paging {
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #bbb;
	font-size: 14px;
	font-weight: bold;
}
.paging.compact {
	font-size: 11px;
	font-weight: normal;
}

.paging a {
	color: #ff8b00;
}
.pagingGoLeft {
	float: left;
	width: 37%;
}
.pagingGoLeft p {
	padding-left: 12px;
	background-image: url(../_img/common/dot-arrowLeft-2.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
}
.pagingGoRight {
	float: left;
	width: 37%;
	text-align: right;
}
.pagingGoRight p {
	padding-right: 12px;
	background-image: url(../_img/common/dot-arrowRight-2.gif);
	background-position: right 3px;
	background-repeat: no-repeat;
}
.compact .pagingGoLeft p {
	background-position: 0 2px;
}
.compact .pagingGoRight p {
	background-position: right 2px;
}
.pagingList {
	float: left;
	width: 26%;
	text-align: center;
}

#columnContent .pagingHistory {
	float: right;
	margin: 8px 0 12px 15px;
	padding-top: 18px;
	font-size: 14px;
	font-weight: bold;
	width: 230px;
}
#columnRight .pagingHistory {
	margin: 14px 0 8px 0;
	font-size: 14px;
	font-weight: bold;
}
.pagingHistory a {
	color: #ff8b00 !important;
}
.historyDate a {
	color: #fff !important;
	text-decoration: none;
}
.pagingHistoryGoLeft {
	float: left;
}
.pagingHistoryGoLeft p {
	padding-top: 7px;
	padding-left: 12px;
	background-image: url(../_img/common/dot-arrowLeft-2.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
}
.pagingHistoryGoRight {
	float: left;
	text-align: right;
}
.pagingHistoryGoRight p {
	padding-top: 7px;
	padding-right: 12px;
	background-image: url(../_img/common/dot-arrowRight-2.gif);
	background-position: right 11px;
	background-repeat: no-repeat;
}
.pagingHistoryList {
	float: left;
	text-align: center;
	padding: 0 12px;
}
.pagingHistoryList.first {
	padding-top: 0 !important;
	border-top: none !important;
}

#historyPlayer {
	float: left;
	margin: 18px 0 12px 0;
	width: 256px;
	height: 66px;
}

/* =CONTENT images
----------------------------------------------- */
.contentTopBanner {
	margin: 0 0 20px 0;
}
.contentTopBanner img {
	border: 2px solid #bbb;
}
.imageLogoInText {
	float: right;
	width: 120px;
	margin: 0 0 10px 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-left: 3px solid #ccc;
	background-color: #fff;
	text-align: center;
}
.imagePlain {
	border: 2px solid #c0c7ca;
}

/* =CONTENT gallery
----------------------------------------------- */
.galleryBox {
	margin: 0 0 20px 0;
}
.galleryBox.toRight {
	margin: 0 0 20px 90px;
}
.galleryItem img {
	float: left;
	overflow: hidden;
	margin: 0 25px 20px 0;
	border: 3px solid #8dd5d9;
}
.galleryItem.last img {
	margin-right: 0;
}
.galleryItem:hover img {
	border: 3px solid #ff8b00;
}
.compact .galleryItem img {
	margin: 0 12px 12px 0;
}
.galleryItemText {
	float: left;
	margin: 0 20px 20px 0;
	padding-left: 12px;
	background-image: url(../_img/common/dot-arrowRight-2.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	font-size: 12px;
}

.galleryPrev {
	margin: 0 0 20px 0;
}
.galleryPrevTitle {
	margin: 0 0 5px 0;
	padding-left: 12px;
	background-image: url(../_img/common/dot-arrowRight-2.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	font-size: 12px;
}
.galleryPrevImage img {
	border: 3px solid #8dd5d9;
}
.galleryPrevImage:hover img {
	border: 3px solid #ff8b00;
}

.galleryPrevSmall {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #999;
}
.galleryPrevSmall.first {
	padding-top: 10px;
	border-top: 1px dotted #999;
}
.galleryPrevSmallTitle {
	float: left;
	width: 150px;
	padding: 7px 0 0 0;
	font-size: 12px;
}
.galleryPrevSmallImage {
	float: left;
	width: 95px;
	padding-left: 16px;
	background-image: url(../_img/common/dot-arrowRight-2.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.galleryPrevSmallImage img {
	border: 2px solid #8dd5d9;
}
.galleryPrevSmallImage:hover img {
	border: 2px solid #ff8b00;
}

.imageRight img {
	float: right;
	margin: 0 0 20px 20px;
	border: 3px solid #8dd5d9;
}



/* =CONTENT media
----------------------------------------------- */
.mediaBox {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ebd2e0;
}
.mediaItem {
	float: left;
	width: 140px;
	margin: 0 15px 5px 0;
}
.mediaItemImg {
	overflow: hidden;
	width: 140px;
	height: 105px;
	border: 3px solid #ebd2e0;
}
.mediaItemImg:hover {
	border: 3px solid #9c1e66;
}
.mediaItemDesc {
	overflow: hidden;
	width: 146px;
	height: 30px;
	margin: 3px 0 0 0;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
}
.mediaItem a {
	color: #666;
}

/* =CONTENT news & brochures
----------------------------------------------- */
.newsItem {
	clear: both;
	margin: 0 0 25px 0;
}
.newsItem .newsItemDate {
	position: relative;
	float: left;
	width: 47px;
	height: 49px;
	background-image: url(../_img/common/btn-date.gif);
	background-repeat: no-repeat;
}
.newsItemDateDay {
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 46px;
	font-size: 23px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.newsItemDateMonth {
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 46px;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-align: center;
}
.newsItem .newsItemBody {
	margin-left: 60px;
}
.newsItem p {
	margin: 0 0 5px 0;
}
.newsItem p a {
	color: #666;
}
#content .newsItem h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #23404b;
}
#content .newsItem h3 a {
	color: #23404b;
}
.newsItem p.goMore {
	float: right;
	margin: 0 10px 5px 0;
}

.newsImageContainer {
	float: right;
	margin: 0 0 5px 10px;
	padding: 1px;
	border: 1px solid #ccc;
	background-color: #edeae7;
}
.newsImageContainer .newsImage {
	display: block;
	margin: 0 0 2px 0;
	border: 1px solid #bbb;
}
.newsImageContainer p {
	margin: 0 0 3px 0;
	text-align: center;
}

.referenceItem {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #d0d7da;
}
.referenceItem p {
	margin: 0 0 5px 0;
}
.referenceName {
	padding-right: 20px;
	font-size: 90%;
	font-style: italic;
	text-align: right;
}
#content .referenceItem h3 {
	margin: 0 0 2px 0;
	font-size: 16px;
	font-weight: normal;
	color: #23404b;
}


.historyItem p {
	margin: 0 0 10px 0;
}
.historyItem p a {
	color: #666;
}
#content .historyItem h3 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #23404b;
}
#content .historyItem h3 a {
	color: #23404b;
}
.historyDate {
	width: 102px;
	height: 29px;
	background-image: url(../_img/common/btn-year.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.first .historyDate {
	background-image: url(../_img/common/btn-year-navy.gif);
}
.historyDateYear {
	display: block;
	position: absolute;
	top: 1px;
	left: 6px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}
.first .historyDateYear {
	width: 90px;
	text-align: center;
}

#columnContent .historyDate {
	position: relative;
}
#pageA #columnRight .historyDate {
	position: relative;
}
#pageB #columnRight .historyDate {
	position: absolute;
	top: 0;
	left: 0;
}
.historyDateNo {
	display: block;
	position: absolute;
	top: 2px;
	left: 49px;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}
#pageB #columnRight .historyDate {
	padding-top: 20px;
	background-color: #fff;
}
#pageB #columnRight .historyDateYear {
	top: 21px;
}
#pageB #columnRight .historyDateNo {
	top: 22px;
}
.dwnldsItem {
	clear: both;
	margin: 0 0 18px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ccc;
}
.dwnldsItem .dwnldsItemImage {
	float: left;
	padding: 3px 14px 10px 0;
}
.dwnldsItem .dwnldsItemImage img {
	border: 2px solid #ccc;
}
.dwnldsItem .dwnldsItemBody {
	float: left;
	width: 450px;
}
.dwnldsItem + .paging {
	border: none;
}
.dwnldsItem p {
	margin: 0 0 5px 0;
}
.dwnldsItem .date {
	margin: 0 0 3px 0;
	font-size: 11px;
	color: #90979a;
}
#content .dwnldsItem h3 {
	font-family: Calibri, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
#content .dwnldsItem h3 a {
	color: #9b1e66;
}
.dwnldsItem p.goMore {
	float: left;
	margin: 0 10px 5px 0;
}

/* =CONTENT forms
----------------------------------------------- */
.error {
	color: #ff0000;
}
textarea[disabled=disabled],
input[disabled=disabled] {
	background-color: #ddd;
	border: 1px solid #ccc;
}


/* =CONTENT cols
----------------------------------------------- */
.grid2col {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.grid2col .column {
	float: left;
	width: 47%;
	margin-left: 5%;
}
.grid2col .column.first {
	margin-left: 0% !important;
	border-top: none;
	padding-top: 0;
}

.grid3col {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
#columnRight .grid3col {
	margin-bottom: 10px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.grid3col .column {
	float: left;
	width: 30%;
	margin-left: 5%;
}
.grid3col .column.first {
	margin-left: 0% !important;
}
.grid3col .column.last {
	width: 29%;
}

.grid4col {
	clear: both;
	width: 90%;
	margin-bottom: 20px;
}

#columnRight .grid4col {
	margin-bottom: 10px;
	padding: 7px 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.grid4col .column {
	float: left;
	width: 22%;
	margin-left: 4%;
}
.grid4col .column.first {
	margin-left: 0% !important;
}
.grid4col .column.last {
	width: 21%;
}

.grid5col {
	clear: both;
	width: 90%;
	margin-bottom: 20px;
}
#columnRight .grid5col {
	margin-bottom: 10px;
	padding: 7px 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.grid5col .column {
	float: left;
	width: 19%;
	margin-left: 1%;
}
.grid5col .column.first {
	margin-left: 0% !important;
	padding-top: 0;
	border-top: none;
}
.grid5col .column.last {
	width: 19%;
}


/* =CONTENT tables
----------------------------------------------- */
table.plain {
	border-collapse: collapse;
}
table.plain th {
	padding: 8px 5px 5px 5px;
	border-top: 1px solid #4b032c;
	border-bottom: 1px solid #4b032c;
	background-color: #64063c;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
table.plain th a {
	color: #fff;
}
table.plain td {
	padding: 4px 5px 5px 5px;
	border-top: 1px solid #cd8eb2;
	border-bottom: 1px solid #cd8eb2;
}
table.plain .hl td {
	background-color: #edeae7;
}

table.invisible {
	border-collapse: collapse;
}
table.invisible th {
	padding: 4px 5px 5px 5px;
	font-weight: bold;
}
table.invisible td {
	padding: 4px 5px 5px 5px;
}
table.invisible .hl td {
	background-color: #e6e3df;
}

.tblForm {
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
.tblForm td {
	padding: 5px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.tblOffer {
	border-collapse: collapse;
}
.tblOffer table {
	border-collapse: collapse;
}
.tblOffer td {
	border: 1px solid #dad8d3;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
.tblOffer td td {
	font-size: 13px;
	border: none;
}
.tblOffer td td.hl {
	border-right: 1px solid #dad8d3;
}
.tblOffer td a {
	color: #fff;
}

/* =CONTENT doc-list
----------------------------------------------- */
#content .docList li {
	list-style: none;
	margin: 0;
	padding: 4px 0 6px 26px;
	background-image: url(../_img/doc_icons/default.gif);
	background-position: 2px 3px;
	background-repeat: no-repeat;
}
.docList .docListBmp {
	background-image: url(../_img/doc_icons/bmp.gif) !important;
}
.docList .docListDoc {
	background-image: url(../_img/doc_icons/doc.gif) !important;
}
.docList .docListPdf {
	background-image: url(../_img/doc_icons/pdf.gif) !important;
}
.docList .docListPpt {
	background-image: url(../_img/doc_icons/ppt.gif) !important;
}
.docList .docListTxt {
	background-image: url(../_img/doc_icons/txt.gif) !important;
}
.docList .docListXls {
	background-image: url(../_img/doc_icons/xls.gif) !important;
}
.docList .docListZip {
	background-image: url(../_img/doc_icons/zip.gif) !important;
}
.docList .docListAud {
	background-image: url(../_img/doc_icons/aud.gif) !important;
}

div.error {
	background-color:#FFDDCC;
	border:1px solid #DD0000;
	margin:0 0 1em;
	padding:0.5em;
	width:95%;
}

/* =TABS
----------------------------------------------- */
ul.tabs {
	list-style: none;
	height: 28px;
	margin: 0 !important;
	padding: 0 0 1px 0 !important;
	border-bottom: 1px solid #ccc;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #fff;
}
ul.tabs.compact {
	border-bottom: none;
}
ul.tabs li {
	float: left;
	list-style: none;
	height: 28px;
	margin: 0 !important;
	padding: 0 2px 0 0 !important;
}
ul.tabs li a {
	position: relative;
	display: block;
	color: #fff;
	margin-top: 4px;
	padding: 5px 30px 3px 15px;
	background-color: #90979a;
	background-image: url(../_img/tabs/arrowOff.png);
	background-position: right 5px;
	background-repeat: no-repeat;
}
ul.tabs li.selected a {
	margin-top: 0;
	padding: 7px 30px 5px 15px;
	background-color: #315f6e;
	background-image: url(../_img/tabs/arrowOn.png);
	background-position: right 8px;
}
ul.tabs li a:hover {
	text-decoration: none;
	background-image: url(../_img/tabs/arrowOn.png);
}

ul.tabs .tabTopLeft {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 3px;
	background-image: url(../_img/tabs/tabTopLeftOff.png);
}
ul.tabs li.selected .tabTopLeft {
	background-image: url(../_img/tabs/tabTopLeftOn.png);
}

ul.tabs .tabTopRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 3px;
	height: 3px;
	background-image: url(../_img/tabs/tabTopRightOff.png);
}
ul.tabs li.selected .tabTopRight {
	background-image: url(../_img/tabs/tabTopRightOn.png);
}
ul.tabs .tabBottomRight {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 3px;
	height: 3px;
}
ul.tabs li.selected .tabBottomRight {
	background-image: url(../_img/tabs/tabBottomRightOn.png);
}
ul.tabs .tabBottomLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 3px;
	height: 3px;
}
ul.tabs li.selected .tabBottomLeft {
	background-image: url(../_img/tabs/tabBottomLeftOn.png);
}

.tabsDesc {
	float: right;
	padding: 8px 1px 0 0;
	font-size: 13px;
	color: #90979a;
}
.tabsDesc strong {
	color: #315f6e;
}

/* =POPUP WINDOW
--------------------- */
#backgroundPopup {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:400px;
width:500px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h2 {
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContactClose {
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

/* =LOGIN
----------------------------------------------- */
#registerBox {
	sdisplay: none;
}
#historyScroller marquee {
	padding: 8px;
	background-color: #B3CBCF;
	color: #23404B;
	width: 514px;
}


#zyczenia {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;
}

/* =VOTING
----------------------------------------------- */
#content ul.voting {
	padding-top: 5px;
}
#content ul.voting li {
	background-position: 4px 3px;
}
#content ul.voting li.rb-1 {
	background-image: url(../_img/rb-list/rb-green.gif);
}
#content ul.voting li.rb-2 {
	background-image: url(../_img/rb-list/rb-blue.gif);
}
#content ul.voting li.rb-3 {
	background-image: url(../_img/rb-list/rb-red.gif);
}
#content ul.voting li.rb-4 {
	background-image: url(../_img/rb-list/rb-orange.gif);
}
#content ul.voting li.rb-5 {
	background-image: url(../_img/rb-list/rb-yellow.gif);
}
#content ul.voting li h4 {
	margin-bottom: 20px;
	font-size: 20px;
	sfont-size: 18px;
	color: #001f7a;
}
#content ul.voting li h4 a {
	color: #001f7a;
}
.entryDate {
	font-size: 11px;
	font-weight: normal !important;
	color: #90979a;
}

/* =POPUP WINDOW
----------------------------------------------- */
#popupWindowBG {
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-image: url(../_img/zaloba/popup-bg.png);
	z-index:10;
}
#popupWindowBody {
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:20;
}
#popupWindow {
	position: relative;
	width: 900px;
	height: 660px;
	margin: 60px auto;
}
#popupWindowClose {
	position: absolute;
	top: 12px;
	right: 12px;
}

