
/*
	Základní styly
*/


/* === Basic HTML tags ==================================================================================== */

BODY {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	background-image: url(../images/common/body_background.jpg);
	background-color: #fff;
	color: #000;
}

A {
	text-decoration: none;
}
A:hover {
	text-decoration: underline !important;
}

H1 {
	margin: 0px 0px 25px 0px;
	font-size: 24pt;
	line-height: 1.3em;
}

H1, H2, H3, H4 {
	color: #004401;
}

STRONG {
	font-weight: bold;
}

/* === Ids & Classes ====================================================================================== */

/* --- Common --------------------------------------------------------------------------------------------- */

.fLeft {
	float: left;
}
.fRight {
	float: right;
}
.aLeft {
	text-align: left;
}
.aRight {
	text-align: right;
}
.aCenter {
	text-align: center;
}
.displayNone {
	display: none;
}
.clearBoth {
	clear: both;
}
.smallest {
	font-size: 7pt !important;
}
.small {
	font-size: 8pt !important;
}
.smaller {
	font-size: 9pt !important;
}
.lineHeight150 {
	line-height: 150%;
}
.grey {
	color: grey;
}
.darkGrey {
	color: #3a3a3a;
}
.green {
	color: #3c6530;
}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.nowrap {
	white-space: nowrap;
}
.pointer {
	cursor: pointer;
}
.underline {
  text-decoration: underline;
}
.noDecor {
  text-decoration: none;  
}

.width100 {
	width: 100%;
}
.width50 {
	width: 50%;
}

.paging_active {
  background: #39B54A;
  color: #fff;
  font-weight: bold;

	border-radius: 2px;
	-webkit-border-radius: 2px;
  
}

TD {
	vertical-align: top;
}
TD.middle {
	vertical-align: middle;
}

A.noDecor {
	text-decoration: none !important;
}
A.noDecor:hover {
	text-decoration: underline !important;
	color: black !important;
}

DIV.cleanEnding {
	width: 100%;
	clear: both;
}

DIV.pageCover, DIV.pageCoverOn {
	z-index: 1000;
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #FFF;
	filter: alpha (opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
DIV.pageCoverOn {
	display: block;
}

#imageContainer {
	z-index: 2000;
	display: none;
	position: absolute;
	padding: 20px;
	background-color: #FFF;
	border: 3px solid #BDB6B6;
}
#imageContainerInner {
	cursor: pointer;
}
#imageContainerLink {
	width: 100%;
	margin: 0px 0px 20px 0px;
	text-align: right;
}


#pageEnvelope {
	position: relative;
	width: 100%;
	/*margin: 0 -20px;*/
	text-align: center;
	/*background-image: url(../images/temp/banners.png);*/
	background-position: center top;
	background-repeat: no-repeat;
}
#pageEnvelope_bottom {
	width: 1000px;
	height: 70px;
	float: none;
	clear: both;
	margin: 20px auto;
	font-size: 8pt;
	color: #464646;
}

#pE_pageBody {
	clear: both;
	width: 1000px;
	min-height: 600px;
	background-color: white;
	padding: 10px 30px 20px 30px;
	margin: 30px auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

/* --- Page Footer --------------------------- */

#pageEnvelope_bottom IMG {
	float: left;
	width: 150px;
	margin: 20px 20px 20px 0px;
	font-size: 7pt;
}

#pageEnvelope_bottom P {
	float: left;
	width: 800px;
	margin: 0px 0px 15px 20px;
	line-height: 140%;
}

#pageEnvelope_bottom A {
	padding-right: 30px;
}

/* --- Page Header --------------------------- */

#pB_header {
	width: 100%;
	height: 250px;
	clear: both;
}

#pB_header H1, #pB_header H2 {
	display: inline;
}

#pH_logo {
	float: left;
	margin: 25px 80px 0px 20px;
}
#pH_dateAndSearch {
	float: left;
	width: 200px;
	height: 50px;
}
#pH_date {
	float: left;
	margin: 35px 0px 0px 0px;
	font-size: 9pt;
	line-height: 160%;
	text-align: left;
	color: #39B54A;
	/*color: #a0a433;*/
}
#pH_region, #pH_regionSmaller {
	float: left;
	clear: left;
	width: 500px;
	height: 35px;
	margin: 20px 0px 0px 20px;
	_margin: -5px 0px 0px 10px;			/* IE6 */
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-size: 2em;
	overflow: hidden;
	color: #464646;
}
#pH_regionSmaller { 
	font-size: 2.2em;
}
#pH_region A, #pH_regionSmaller A {
	color: #464646;
}

/* ----------- */

#pH_menu {
	font-weight: bold;
	position: relative;
	float: left;
	top: -35px;
	width: 1000px;
	height: 37px;
	/*padding-left: 7px;*/
	/*background-image: url(../images/common/main_menu_background.png);*/
	background-color: rgb(57, 181, 74);
	/*background: -webkit-gradient(linear, top, bottom, #47AE4C, #47AE4C); /*-moz-linear-gradient(bottom, rgb(57,181,74) 0%, rgb(17,181,74) 100%);*/
	background: -moz-linear-gradient(top,  rgb(57,221,74), rgb(57,111,74) );  /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(57,221,74)), to(rgb(57,111,74))); /* Safari, Chrome  */
	background: -ms-linear-gradient(rgb(57,221,74), rgb(57,111,74)); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39DD4A', endColorstr='#396F4A'); /* IE */
	zoom: 1;  
	/*border: 1px solid rgb(100,100,100);*/
	z-index: 1;
}

.pH_menu_gradient {
	background: -moz-linear-gradient(top,  rgb(57,221,74), rgb(57,111,74) );  /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(57,221,74)), to(rgb(57,111,74))); /* Safari, Chrome  */
	background: -ms-linear-gradient(rgb(57,221,74), rgb(57,111,74)); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39DD4A', endColorstr='#396F4A'); /* IE */
	zoom: 1;  
}
.pH_menu_gradient_hover {
	background: -moz-linear-gradient(top,  rgb(202,249,55), rgb(202,189,55) ); /* Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(202,249,55)), to(rgb(202,189,55))); /* Safari, Chrome  */
	background: -ms-linear-gradient(rgb(202,249,55), rgb(202,189,55)); /* IE10 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CAF937', endColorstr='#CABD37'); /* IE */
	zoom: 1;  
}

#pH_menuRegion {
	position: relative;
	float: left;
	top: -35px;
	width: 1000px;
	height: 25px;
	overflow: hidden;
	font-weight: bold;
	background-image: url(../images/common/label_background.png);
	color: #3a3a3a;
}
#pH_menu LI {
	float: left;
	font-size: 1.1em;
	padding: 11px 13px;
	color: white;
}

#pH_menuRegion LI {
	float: left;
	font-size: 9pt;
	padding: 7px 7px 0px 12px;
	color: black;
}

#pH_menuRegion LI:last-child {
	float: right;
	font-size: 9pt;
	padding: 7px 7px 0px 12px;
	color: black;
}

#pH_menuRegion LI a.active {
  text-decoration: underline;
}

/* ----------- */

#pH_map {
	position: relative;
  float: right;
	width: 376px;
	height: 220px;
	overflow: hidden !important;
	margin: 0px 10px;
  z-index: 10;
}
#mapCR {
	float: left;
	cursor: pointer;
}
map {
	cursor: pointer;
}
IMG.pH_mapOver {
	position: relative !important;
	top: -221px !important;
	display: none;
	float: left;
	cursor: pointer;
}
IMG.pH_mapRegion {
	position: relative !important;
	top: -221px;
	display: none;
	float: left;
	cursor: pointer;
}
#mapHINT {
	z-index: 500;
	position: relative !important;
	top: -200px !important;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	float: right;
	color: #999999;
}

/* --- Page Content -------------------------- */

#pB_content {
	clear: both;
}

.pC_leftColumn, .pC_generatedContent .pC_leftColumn {
	float: left;
	width: 629px;
	text-align: left;
	border-right: 1px solid #e4e8e9;
}
.pC_rightColumn, .pC_generatedContent .pC_rightColumn {
	float: right;
	width: 350px;
	margin-left: 0px;
	text-align: left;
}
.pC_generatedContent .pC_leftColumn {
	width: 790px;
}
.pC_generatedContent .pC_rightColumn {
	width: 200px;
}

/* ----------- */

.label {
	height: 24px;
	padding-top: 11px;
	font-size: 9pt;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/common/label_background.png);
	background-position: top right;
	/*background-repeat: no-repeat;*/
  background-repeat: repeat-x;
  
}
.label IMG {
	float: left;
	margin: -12px 10px 0px 1px;
}
.label SPAN {
	position: relative;
	top: -5px;
}

#navButton_serumPravdy {
	float: left;
	margin: -6px 0px 0px 30px;
  height: 40px;

}


/* --- Page Content - HOMEPAGE LISTING -------- */

#pC_superHomePageTop {
	height: 380px;
	overflow: hidden;
}

#pC_homePageTop {
	float: left;
	width: 585px;
	margin: 0px 0px 15px 20px;
	_margin: 0px 0px 15px 10px;			/* IE6 */ 
}
#pC_homePageTop H4, #pC_homePageTop H4 A {
	height: 30px;
	float: inherit;
	font-weight: bold;
	margin: 0px 0px 25px 0px;
	overflow: hidden;
}
#pC_homePageTop H4 A {
	font-size: 2em;
	line-height: 1.2em;
	color: #004401;
}
#pC_homePageTop .imageContainer {
	/*float: right;*/
	clear: left;
	float: left;
	width: 300px;
	height: 225px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;
}
#pC_homePageTop IMG {
	float: inherit;
	max-width: 300px;
	_width: 300px;			/* IE6 */ 
}
#pC_homePageTop P, #pC_homePageTop P.date {
	float: inherit;
	width: 260px;
	font-size: 1.2em;
	line-height: 1.55em;
}
#pC_homePageTop P.date {
	margin: 0px 0px 7px 0px;
	font-size: 9pt;
	color: gray;
}
#pC_homePageTop A {
	font-size: 8pt;
	font-weight: bold;
  color: #39B54A;
	/*color: #316b0c;*/
}

/* ----------- */

P.pin2home, P.topLink {
	clear: both;
	height: 15px;
	padding: 8px 0px 3px 20px;
	font-size: 1.2em;
	font-weight: bold;
	overflow: hidden;
	color: #004401;
}
P.topLink {
	padding: 15px 0px 0px 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: #39B54A;
  /*color: #316b0c;*/
}

/* ----------- */

#shortNews {
	float: left;
	width: 160px;
	height: 380px;
}
#shortNews DIV {
	height: 340px;
	overflow: hidden;
}
#shortNews DIV P {
	padding-bottom: 7px;
	font-size: 9pt;
	line-height: 1.3em;
}
P.shortLink {
	padding: 24px 0px 0px 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: #39B54A;
  /*color: #316b0c;*/
}

#navigButtons .label {
	float: right;
	width: 160px;
	margin-bottom: 14px;
}

#navigButtons .label:hover {
  text-decoration: underline;
}

/* ----------- */

.pC_homePage {
	clear: both;
	float: left;
	width: 530px;
	margin: 30px 0px 0px 40px;
	_margin: 30px 0px 0px 30px;			/* IE6 */ 
}
.pC_homePage H4, .pC_homePage H4 A {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0px 9px 0px;
	color: #004401;
}
.pC_homePage IMG {
	float: left;
	margin: 5px 20px 10px 0px;
}
.pC_homePage P, .pC_homePage P.date {
	line-height: 1.4em;
}
.pC_homePage P.date {
	font-size: 9pt;
	color: gray;
}
#pC_homePageMore {
	clear: both;
	float: left;
	margin: 20px 50px 0px 40px;
	font-size: 1.1em;
	color: #316b0c;
}
#pC_homePageRegions {
	clear: both;
	float: left;
	width: 610px;
	margin: 50px 0px 20px 0px;
	padding: 0 0 10px 0px;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	border-bottom: 1px solid #E4E8E9;
	color: #a0a433;
}

/* --- Page Content - OTHER LISTING ----------- */

.pC_articleList {
	width: 550px;
	margin: 0px 0px 0px 30px;
	_margin: 0px 0px 0px 20px;			/* IE6 */ 
}
.pC_articleList H1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 40px;
}

.pC_article {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 30px 0px;
}
.pC_article H2, .pC_article H2 A {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0px 9px 0px;
	color: #004401;
}
.pC_article IMG {
	float: left;
	margin: 5px 20px 10px 0px;
}
.pC_article P, .pC_article P.date {
	line-height: 1.4em;
}
.pC_article P.date {
	font-size: 9pt;
	color: gray;
}

#pC_articlePaging {
	clear: both;
	margin: 30px 0px 40px 0px;
}
#pC_articlePaging DIV.count {
	float: left;
	width: 150px;
}
#pC_articlePaging DIV.next, #pC_articlePaging DIV.latest, #pC_articlePaging DIV.previous, #pC_articlePaging DIV.oldest {
	float: left;
	width: 25px;
  text-align: center;
}

#pC_articlePaging DIV.paging {
	float: left;
  /*width: 250px;*/
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;   
}
#pC_articlePaging DIV.paging A {
  margin: 0 7px;
}

.pC_articleRight P.date {
	margin: 25px 0px 5px 0px;
	color: gray;
}
.pC_articleRight P.link {
	color: #464646;
	font-size: 1.1em;
	line-height: 1.4em;
}


.pC_job {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 20px 20px;
}
.pC_job H2, .pC_job H2 A {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 5px 0px 7px 0px;
	color: #004401;
}
.pC_job P, .pC_job P.date {
	line-height: 1.4em;
}
.pC_job P.date {
	font-size: 9pt;
	color: gray;
}
.pC_job P {
	margin-bottom: 5px;
}
.pC_articleList A.jobButtonRight, .pC_articleList A.jobButtonLeft {
	display: block;
	float: left;
	width: 250px;
	height: 27px;
	margin-left: 450px;
	padding-top: 13px;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #ce341f;
	background-image: url(../images/common/jobs_button_background.png);
	color: #fff;
}
.pC_articleList A.jobButtonLeft {
	margin: 30px 0px;
}

.region {
	float: left;
	width: 45%;
	height: 315px;
	margin: 0px;
	padding: 0px 5% 30px 0px;
}
.region IMG {
	float: left;
	margin: 5px 15px 10px 0px;
}
.region P {
	clear: both;
	line-height: 1.3em;
	padding: 0px 0px 10px 0px;
}
.regionName {
	margin: 0px 0px 10px 0px;
	font-size: 11pt;
	/*font-variant: small-caps;*/
	letter-spacing: 0.2em;
	border-bottom: 1px solid #e4e8e9;
}
.region .regionImage {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 2px;
	-webkit-border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.regionTitle {
	float: left;
	height: 30px;
	padding: 0px 0px 10px 0px;
	margin-bottom: 8px;
	/*font-family: Georgia;*/
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.2em;
	overflow: hidden;
}
.region P.articleLink {
	clear: both;
	width: 100%;
	padding: 5px 0px 0px 0px;
	/*font-family: Georgia;*/
	font-size: 10pt;
	font-weight: bold;
	/*letter-spacing: 0em;*/
	white-space: nowrap;
	overflow: hidden;
	/*color: #3c6530;*/
	color: black;
}
.region P.regionLink {
	clear: both;
	width: 100%;
	padding: 20px 0px 0px 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #39B54A;
  /*color: #316b0c;*/
}
.region A.fullArticle {
	font-size: 8pt;
	color: #39B54A;
  /*color: #316b0c;*/
}




/* --- Full Article --------------------------------------------------------------------------------------------- */

#fullArticle {
	font-size: 11pt;
	line-height: 160%;
	margin: 0px 40px 10px 20px;
}
#fullArticle P {
	font-size: 11pt;
	line-height: 160%;
	margin: 0px 0px 10px 0px;
}
#fullArticle P.discussion {
	margin: 10px 20px 10px 22px;
}
#fullArticle IMG.title, #fullArticle IMG.text, #fullArticle IMG.gallery {
	margin: 20px 0px 10px 0px;
	border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
#fullArticle IMG.title {
	width: 570px;
}
#fullArticle IMG.text {
	max-width: 500px;
	margin: 20px 35px 10px 35px;
}
#fullArticle IMG.gallery {
	max-width: 750px !important;
  /*max-width: 580px !important;*/
	float: left;
	margin: 0px 0px 5px -5px;
	border: 5px solid #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
#fullArticle DIV.gallery {
	width: 950px;
	float: left;
	margin: 20px 0px 10px 0px;
}
#fullArticle DIV.navigation {
	width: 170px;
  float: right;
  margin: 0px 0px 0px 0px;
}
#fullArticle DIV.description {
	width: 170px;
	float: right;
	margin: 10px 0px 0px 0px;
}
/*#fullArticle DIV.description {
	width: 580px;
	margin: 0px 0px 0px 0px;
}*/
#fullArticle DIV.description P {
	float: left;
	padding: 20px 0;
	font-size: 0.9em;
	text-align: left;
	background-color: #fff;
}
#fullArticle DIV.gallery DIV.label {
	width: 120px;
	margin-top: 10px;
}
#fullArticle IMG.thumbnail {
	margin: 10px 5px 10px 5px;
	cursor: pointer;
}
#fullArticle A {
	color: #004401;
	text-decoration: underline;
}
#fullArticle A:hover {
	color: black;
	text-decoration: underline;
}
#fullArticle H1, #fullArticle H1 A {
	margin: 3px 0px 25px 0px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
	color: #004401;
}
#fullArticle H2, #fullArticle H3 {
	margin: 25px 0px 10px 0px;
	font-size: 1.4em;
	font-weight: bold;
}
#fullArticle .date, #fullArticle .date A {
	font-size: 9pt;
	color: gray;
}
#fullArticle .perex {
	font-weight: bold;
	line-height: 160%;
	margin: 15px 0px 15px 0px;
}
#fullArticle .author {
	color: #004401;
	font-size: 10pt;
	font-weight: bold;
	margin: 30px 0px 40px 0px;
}
#fullArticle LI {
	margin-left: 16px;
	padding-left: 10px;
	list-style-type: square;
}

#galleryNavigationLeft, #galleryNavigationRight{
  cursor: pointer;
}

#galleryThumbnailsNavigation IMG.thumbnail {
	margin: 10px 5px 10px 5px;
	cursor: pointer;
  max-height: 74px !important;
  

  border: 2px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
#galleryThumbnailsNavigation IMG.thumbnail:hover {
  border: 2px solid #CADB37;
}

/* --- Related Article ----------------------- */

.relatedArticle {
	line-height: 160%;
	margin: 20px 40px 15px 10px
}
.relatedArticle P.name {
	margin: 0px 0px 5px 0px;
	font-size: 1.1em;
	font-weight: bold;
}


/* --- IMAGES - thumbnails - shadows --------- */


.pC_homePage IMG, .pC_article IMG, .region IMG, #fullArticle IMG.thumbnail, #pC_homePageTop .imageContainer, .pG_photo DIV {
	border: 1px solid #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}


/* --- Photo Gallery (homepage) -------------- */

#pC_photoGallery, #pC_photoGalleryLocal {
	clear: both;
	width: 1000px;
	height: 280px;
	padding: 30px 0;
}
#pC_photoGallery DIV.label, #pC_photoGalleryLocal DIV.label {
	width: 1000px;
	text-align: left;
}
#pC_photoGallery #pG_body, #pC_photoGalleryLocal #pG_body {
	width: 1000px;
	height: 240px;
	margin-top: 2px;
	overflow: hidden;
	background-color: #efefef;
}
.pG_photo {
	padding: 15px;
	text-align: left; 
}
#pC_photoGallery .pG_photo P, #pC_photoGalleryLocal .pG_photo P {
	width: 210px;
	height: 35px;
	margin: 5px 0px 10px 4px;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
}
#pC_photoGallery .pG_photo DIV, #pC_photoGalleryLocal .pG_photo DIV {
	float: left;
	clear: left;
	width: 215px;
	height: 145px;
	text-align: center;
	overflow: hidden;
}
#pC_photoGallery .pG_photo DIV IMG, #pC_photoGalleryLocal .pG_photo DIV IMG {
	width: 220px;
}

#pC_photoGalleryLocal {
	width: 610px;
	height: 230px;
	padding-top: 50px;
}
#pC_photoGalleryLocal DIV.label {
	width: 610px;
}
#pC_photoGalleryLocal #pG_body {
	width: 610px;
	height: 225px;
}
#pC_photoGalleryLocal .pG_photo P {
	width: 165px;
	font-size: 1em;
	line-height: 1.3em;
}
#pC_photoGalleryLocal .pG_photo DIV {
	width: 170px;
	height: 128px;
}
#pC_photoGalleryLocal .pG_photo DIV IMG {
	width: 172px;
}

/* --- Themes -------------------------------- */

#pC_themeContainer {
	clear: both;
	float: left;
	width: 350px;
	height: 315px;
	margin: 10px 0px 15px 0px;
	overflow: hidden;
}
.pC_theme {
	width: 350px;
	height: 280px;
	overflow: hidden;
	margin-bottom: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: top center;
}
.pC_theme P.themeName {
	margin: 11px 0px 140px 20px;
	font-size: 1.7em;
	color: #fff;
}
.pC_theme P.themeArticle, .pC_theme P.themeArticleInverse {
	margin: 0px 20px 7px 20px;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em black;
}
.pC_theme P.themeArticleInverse {
	color: #000;
	text-shadow: 0.1em 0.1em 0.2em white;
}
#custom-pager A {
	margin: 0 7px;
}
.cycle-pager-active {
  background: #39B54A;
  color: #fff;
  font-weight: bold;
	border-radius: 2px;
	-webkit-border-radius: 2px;  
}
/* --- EventCalendar ------------------------- */

.pC_eventCalendar {
	margin: 0px 0px 0px 30px;
	_margin: 0px 0px 0px 20px;			/* IE6 */ 
	padding-right: 30px;
}
.pC_eventCalendar H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 10px;
}

.pC_eventCalendar H2 {
	margin: 30px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #a0a433;
}
.pC_eventCalendar H3 {
	float: left;
	width: 80%;
	margin: 0px 0 8px 0;
	font-size: 1.1em;
	font-weight: bold;
}

.pC_eventCalendar TABLE {
	width: 100%;
	margin-left: -15px;
}
.pC_eventCalendar TD {
	padding: 15px 15px 10px 15px;
	line-height: 140%;
	border-bottom: 1px solid #cfcfcf;
}
.pC_eventCalendar DIV.event {
	float: right;
	width: 20%;
	text-align: right;
	color: gray;
}
.pC_eventCalendar DIV.time {
	float: left;
	clear: both;
	font-size: 1.5em;
}

/* --- EventCalendar ------------------------- */


.pC_internalContent {
	margin: 0px 0px 0px 30px;
	_margin: 0px 0px 0px 20px;			/* IE6 */ 
}
.pC_internalContent H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 30px;
}
.pC_internalContent P {
	margin: 0px 100px 10px 20px;
	font-size: 10pt;
	line-height: 150%;
}

/* --- TV Program ---------------------------- */

#pC_tvProgram {
	width: 100%;
}
#pC_tvProgram H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 10px 30px;
}
#pC_tvProgram P.date {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 30px 30px;
	color: #69a842;
}
#pC_tvProgram TABLE {
	float: left;
	width: 170px;
	margin: 0px 20px 30px 0px;
}
#pC_tvProgram TD.time {
	padding: 9px 5px 0px 0px;
	font-size: 1.1em;
	text-align: right;
	color: #464646;
}
#pC_tvProgram TD {
	padding: 10px 5px;
	width: 150px;
	font-size: .8em;
	line-height: 1.3em;
	color: gray;
}
#pC_tvProgram TD IMG {
	margin: 0px 25%;
}
#pC_tvProgram H3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}


/* --- TV Weather ---------------------------- */

.pC_weather {
	width: 100%;
	margin: 0 0 30px 30px;
}
.pC_weather H1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 30px;
}
.pC_weather H2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 20px;
	color: #69a842;
}
.pC_weather TABLE {
	float: left;
	width: 700px;
}
.pC_weather TD {
	font-size: 9pt;
	line-height: 1.4em;
	border: none;
}
.pC_weather TD.temp, .pC_weather TD.tempSmall {
	width: 90px;
	text-align: center;
	font-size: 2.5em;
	line-height: 1em;
	padding: 10px 5px;
	border: none;
	color: #316b0c;
}
.pC_weather TD.region {
	width: 330px;
	height: 30px;
	padding-top: 5px;
	font-size: 20pt;
	line-height: 1.4em;
}
.pC_weather TD.state {
	width: 50px;
	text-align: center;
}
.pC_weather TD P {
	margin: -10px 0px 5px 0px;
}
.pC_weather P {
	clear: both;
	margin: 5px 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}

/* --- Adverts & Banners --------------------- */

#adv_leaderboard {
	clear: both;
	width: 970px;
	height: 125px;
	margin: 10px auto -10px auto;
	color: #999999;
}
#adv_leaderboard DIV {
	font-size: 0.8em;
	line-height: 160%;
	border-bottom: 1px solid #e4e8e9;
}
#adv_leaderboard OBJECT {
	margin-top: 5px;
}
#adv_leaderboardClosed {
	width: 970px;
	height: 1px;
}

#adv_skycraperRight, #adv_skycraperLeft {
	width: 120px;
	height: 630px;
	position: fixed;
	top: 40px;
	left: 15000px;
}

.adv_label {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 8pt;
	letter-spacing: 2pt;
	margin-bottom: 7px;
	color: gray;
}

.pC_advertBox {
	float: left;
	clear: both;
	width: 301px;
	height: 276px;
	padding: 10px;
	margin-left: 10px;
	background-color: #e4e8e9;
	color: gray;
}
.pC_advertBox DIV {
	font-size: 0.8em;
	line-height: 160%;
	border-bottom: 1px solid #e4e8e9;
}
.pC_advertBox IMG {
	border: 1px solid #fff;
}

/* --- Search / "Full text" ------------------ */

#search {
	float: left;
	clear: left;
	padding: 10px 0;
}
#search INPUT.text, #search INPUT.submit {
	width: 220px;
	height: 16px;
	padding: 5px;
	font-size: 0.9em;
}
#search INPUT.text {
	background-color: #f5f7f8;
	border: 1px solid #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	color: #3a3a3a;
}
#search INPUT.submit {
	position: relative;
	float: right;
	top: -27px;
	left: -1px;
	width: 26px;
	height: 26px;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-image: url(../images/icons/vyhledat.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

/* --- Filter -------------------------------- */

#filter {
	clear: both;
}
#filter DIV.w100, #filter DIV.w200 {
	width: 100px;
	padding: 2px;
	border: 1px solid #FFF;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
#filter DIV.w200 {
	width: 200px;
}
#filter DIV.filterPanelRight {
	padding: 2px;
	float: right;
}
#filter SELECT {
	font-size: 0.9em;
	border: none;
	color: #3a3a3a;
}

/* --- Table list -------------------------- */

.listTable {
	width: 100%;
	font-size: 10pt;
	border: 0px solid #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.listTable td {
	padding: 2px 5px 2px 5px;
	border-top: 0px #000 solid;
}
.listTable td img {
	position: relative;
	top: 3px;
	left: 2px;
}
.listTable tr.head {
	font-weight: bold;
	background: #fff;
}
.listTable tr.even {
	background: #f2f2f2;
	border-top: 1px #fff solid;
}
.listTable tr.odd {
	background: #e0e0e0;
	border-top: 1px #fff solid;
}