/*
 * Vychozi obecny styl stranky.
 *
 */

/* Oznaceni nevalidnich odkazu -> podbarvi odkaz
   cervene pokud neexistuje cilovy presenter nebo akce.
 */
a[href^="error:"] {
    background: red;
    color: white;
}

/**************** Ikonky *****************/
span.icon {
  margin-right: 4px;
	vertical-align: -4px;;
}
.icon {
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
   display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
}
.icon-add, .icon-new, .icon-add-story, .icon-add-category, .icon-add-news {
	background-image: url('/images/icons/page_add.png');
}
.icon-edit, .icon-edit-story, .icon-edit-category, .icon-edit-news {
	background-image: url('/images/icons/page_edit.png');
}
.icon-user-add {
	background-image: url('/images/icons/user_add.png');
}
.icon-user-edit {
	background-image: url('/images/icons/user_edit.png');
}
.icon-del, .icon-delete-category, .icon-delete-story, .icon-delete-news, .icon-delete-comment {
	background-image: url('/images/icons/page_delete.png');
}
.icon-hide-story, .icon-hide-news {
  background-image: url('/images/icons/lock.png');
}
.icon-publish-story {
  background-image: url('/images/icons/world_go.png');
}
.icon-copy {
	background-image: url('/images/icons/page_copy.png');
}
.icon-save {
	background-image: url('/images/icons/page_save.png');
}
.icon-detail {
	background-image: url('/images/icons/page_detail.png');
}
.icon-print {
	background-image: url('/images/icons/printer.png');
}
.icon-bin {
	background-image: url('/images/icons/bin_closed.png');
}
.icon-find {
	background-image: url('/images/icons/find.png');
}
.icon-refresh, .icon-invert {
	background-image: url('/images/icons/arrow_refresh.png');
}
.icon-switch-state {
	background-image: url('/images/icons/contrast.png');
}
.icon-move, .icon-go {
	background-image: url('/images/icons/door_in.png');
}
.icon-img-del {
	background-image: url('/images/icons/image_delete.png');
}
.icon-img-edit {
	background-image: url('/images/icons/image_edit.png');
}
.icon-zoom {
	background-image: url('/images/icons/zoom.png');
}
.icon-male {
	background-image: url('/images/icons/user.png');
}
.icon-female {
	background-image: url('/images/icons/user_female.png');
}
.icon-key {
	background-image: url('/images/icons/key.png');
}
.icon-invert, .icon-find {
	cursor: pointer;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
}
.icon-shipped, .icon-resolved, .icon-cancelled,
.icon-process, .icon-hold, .icon-disputed,
.icon-no-orders, .icon-invert, .icon-find {
	float: none !important
}
.icon-shipped {
	background-image: url('/images/icons/cart_go.png');
}
.icon-resolved {
	background-image: url('/images/icons/flag_green.png');
}
.icon-cancelled {
	background-image: url('/images/icons/flag_red.png');
}
.icon-no-orders {
	background-image: url('/images/icons/box.png');
}
.icon-process {
	background-image: url('/images/icons/date_go.png');
}
.icon-hold {
	background-image: url('/images/icons/flag_orange.png');
}
.icon-disputed {
	background-image: url('/images/icons/flag_blue.png');
}

/**************** Strankovani ******************/
.pager {
	margin: 2em 0;
	font-size: 96%;
}

.pager a, .pager span {
	margin-right: 0.1em;
	padding: 0.1em 0.3em;
	color: #999999;
}

.pager a {
	text-decoration: none;
	color: #333;
}

.pager a:hover {
	background-color: #333;
	color:#FFF;
}

.pager .link {
	border: 1px solid #3e3e3e;
}

.pager .current {
	background: #3e3e3e;
	border: 1px solid #3e3e3e;
	color: white;
	font-weight: bold;
}

/************ info boxy ~ flash zpravy ******************/
.flash, .info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 5px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    /*font-family:Arial, Helvetica, sans-serif;*/ 
    font-size: 13px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-radius: 5px;
	opacity: 0.9;
	border: none !important;

}
.info {
    color: #00529B;
    background-color: #C6DBFF;
    background-image: url('/images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('/images/warning.png');
}

/********************* BODY ***********************/
body {
  text-align: center;  
  background-image: url('/images/page/pozadi/aktin_body_banner_1700_900.jpg');
  background-repeat: no-repeat;
  background-color:black;
  background-position: top center;
  /*background-position: 0px 70px;*/
  font-family: Tahoma;
  font-size: 8pt;
  padding: 0px;
  margin: 0px;
}

div { 
  border: 0px solid red;   
}

.bold {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
img.center {
  margin-left: auto;
  margin-right: auto;
}
p {
  margin: 0px;
  padding: 0px;
  text-align: justify;
}

img {
  border: 0px;
}

.button {
  background-color: #3E3E3E;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8pt;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
}

.clear {
  clear: both;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
  text-decoration: underline;
}

#page_wrapper {
  border: 0px solid green;
/*margin-left: 220px;
  margin-right: auto;*/
  margin:auto;
  width: 1040px;
  text-align: left;  
}

#page_top {
	background: url('/images/page/pozadi/pozadi_01.png') no-repeat;
	height: 8px;
	margin: 0 auto;
}
#page_mid {
	background: url('/images/page/pozadi/pozadi_02.png') repeat-y center top;
	margin: 0 auto;
}
#page_bot {
	background: url('/images/page/pozadi/pozadi_03.png') no-repeat;
	height:37px;
	margin: 0 auto;
}


/************************ HEADER ************************/

#page_references {
  font-family: Tahoma, Geneva, sans-serif;
  font-size:10px;
  padding-top: 14px;
  padding-left: 40px;
  color:#999;

}
#page_references a {
  color:#999;
  
}

#header {
  background-image: url('/images/page/zahlavi_hp.png');
  background-position:center;
  background-repeat: no-repeat;
  height: 212px; 
}

/******************** LOGIN WIDGET *******************/

#loginWidget {
  float: right;
  padding-right: 46px;  
  padding-top: 30px;
  width: 288px;  
}
#loginWidgetForm {
  padding-top: 13px;
}
#loginWidget td {
  background-color: #F2F2F2;
  padding: 0px;    
  vertical-align: middle;  
  border-top: 3px solid white;  
}
#loginWidget .left {
  float: left;
}
#loginWidget #title {
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 8pt;
}
#loginWidget .right {
  float: right;
  width: 130px;
  text-align: justify;
  margin-right: 15px;
  margin-top: 2px;
  font-size: 8pt;
}
#loginWidget input.text {
  width: 115px;
  color: #818181;  
  font-size: 8pt;
  background-color: #F2F2F2;
  border: 0px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: 5px;  
  border-left: 3px solid #F2F2F2;
}
#loginWidget input.button {
  width: 120px;
  height: 30px;
  background-color: #3E3E3E;
  color: white;
  border: 0px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8pt;
  margin: 0px;
  border-top: 5px solid white;
}

#loginWidget #user-info {  
  border-collapse: collapse;
  margin-top: 13px;
  color: #3E3E3E;
}
#loginWidget #user-info table {  
  border-collapse: collapse;
}
#loginWidget #user-info img {
  vertical-align: middle;
}
#loginWidget #user-info td {
  background-color: transparent;  
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
#loginWidget #user-info table td {
  padding: 0px;
  padding-right: 3px;
}
#loginWidget #user-info td.levy {
  vertical-align: top;  
}
#loginWidget #user-info td.pravy {
  vertical-align: top;
}
#loginWidget #user-info td.pravy .title {
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;  
}
#loginWidget #user-info td.pravy .logout {
  margin-top: 5px;
}
#loginWidget #user-info td.pravy .logout a {
  color: gray;
  text-transform: uppercase;
}
#loginWidget #user-info td.polozka {
  text-align: left;  
}
#loginWidget #user-info td.hodnota {
  text-align: left;
  font-weight: bold;
}
#loginWidget a {
  color: gray;
  text-decoration: underline;
}


/************************* MAIN CATEGORY *********************/

#logo_href {  
  width: 335px;
  height: 70px;
  float: left;
  margin-left: 45px;
  margin-top: 20px;  
  cursor: pointer;
}

#categoryNavigator {
  float: left;
  margin-left: -347px;  
  margin-top: 117px;  
}

#categoryNavigator div.categoryItem {
  float: left;
  text-transform: uppercase;
  font-size: 13pt;
  font-weight: bold;
  width: 110px;
  text-align: center;
  margin-left: 1px;
}

#categoryNavigator a {
  text-decoration: none;
  color: white;
}
#categoryNavigator a:hover {
  text-decoration: underline;
}
#categoryNavigator a:visited {
  color: white;
}

/*************************** SEARCH **************************/

#search {
  float: right;
  width: 300px;  
  margin-top: 157px;
  margin-right: -311px;  
  vertical-align: middle;
}
#search input.text {  
  width: 112px;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;  
  border: 0px;
  background: none;      
  margin-left: 3px;
  margin-right: 3px;
}
#search input.button {  
  width: 65px;  
  padding: 0px;
  margin: 0px;  
  vertical-align: -2px;
  border: 0px;
  background: none;
  font-size: 8pt;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  color: white;     
}
#search a {
  display: block;
  float: right;
  line-height: 16px;
  margin-right: 48px;
  margin-top: -17px;
  border: 0px solid yellow;
  color: white;
  text-decoration: none;
}
#search a:hover { text-decoration: underline; }
#search a:visited { color: white; }

/****************** SUBCATEGORIES *********************/
#subcategories {
  float: left;
  margin-left: -330px;
  margin-top: 146px;
}

#subcategories div {
  float: left;  
  vertical-align: middle;  
  padding: 11px;  
  background-image: url('/images/page/subcatbr.png');
  background-repeat: no-repeat;
  background-position: top right;
}

#subcategories a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 8pt;  
}

#subcategories a:hover {
  text-decoration: underline;
}

/************************* wrapper *************************/

#wrapper {
  
  background-image: url('/images/page/pageheader.png');  
  background-repeat: no-repeat;
  background-position: top center;  
  margin-left: 7px;
  margin-right: 7px;
  border: 0px solid black;
  padding-left: 20px;
  padding-right: 20px;
}

/********************** breadcrumb **************************/

.breadcrumb {
  border: 0px solid black;
  padding-top: 5px;
  padding-left:10px;
  color: gray;
  font-size: 10pt;
  font-weight: bold;    
  background-color: transparent;
}
.breadcrumb a {
  color: black;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.breadcrumb a:hover {
  text-decoration:underline;
}

/********************* flashes *******************/

#flashes {
  border: 0px solid black;  
}

/************** content **************/

#content {
  border: 0px solid black;
  background-color: transparent;
  float: left;
  width: 650px;
  margin-top: 5px;
  color: #3E3E3E;
}

#footer {
  margin-top: 10px;
  background-image: url('/images/page/pozadi/pagefooter_rounded.gif');
  background-repeat: no-repeat;
  background-position: center bottom;  
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom:0px;
  height: 91px;
  border: 0px solid black;
}
#footerContent {
  padding-top: 16px;
  padding-left: 35px;
  padding-right: 10px;  
  color: #555555;
}
#footer #nadpis {
  font-weight: bold;
  margin-bottom: 5px;
  margin-right:28px;
}
#footer #navrh {
  color: lightgray;
  margin-top: 5px;
}
#footer a {
  color: black;
}

/******************** CLANKY *******************/

table.story-info td.date-author {
  text-align: center;  
  padding: 10px;
  vertical-align: middle;
}
table.story-info td.title-image {
  width: 420px;
  text-align: left;
  border: 0px solid black;
}
div.story-detail table.story-info td.date-author {
  vertical-align: bottom;
  text-align: right;
}

table.story-info {
  border-collapse: collapse;
  width: 100%;
}
div.story-detail table.story-info {
  margin-top: 10px;
}

table.story-info td.image-next {
  width: 120px;
  padding: 0px;
  text-align: left;
}
table.story-info td.image-next img {
  border:1px solid #C7C7C7;
  margin:5px 0 10px 0;
/*padding-top: 5px;
  padding-bottom: 10px;
  background-image: url('/images/page/imgbg.png');*/
}
/*img.image-next a:hover {
  border:1px solid #333;

}*/

div.story table.story-info {
  border-collapse: collapse;
  width: 100%;
  margin-top: 15px;
}

div.story-first h2 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: Tahoma;
  font-weight: bold;
  padding-top: 0px;
  margin-bottom:5px;
}
div.story-first h2 a {
  text-decoration: none;
  font-weight:bold;
  color:#2774AD;
}
div.story-first h2 a:hover {
  color: #292929;  
}
table.story-info td {
  vertical-align: top; 
}
table.story-info .text td {
/*  vertical-align: middle; */
}
table.story-info td.info-next {
  padding-left: 10px;  
}
table.story-info td.info-next .text {
  margin-top: 5px;
}
div.story h2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color:#191919;
  margin: 0px;
  padding: 0px;
  padding-bottom: 0px;
}
div.story h2 a {
  text-decoration: none;
  color: #3E3E3E;  
}
div.story h2 a:hover {
  text-decoration: underline;
}
div.story-first img {
  border:1px solid #999;
  margin:0 0 5px 0;
/*padding-top: 5px;
  padding-bottom: 10px;
  background-image: url('/images/page/imgbg.png');*/
}
div.story img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  /* padding-top: 5px; */
  /* padding-bottom: 10px; */
  /* background-image: url('/images/page/imgbg.png'); */
}

table.story-info .date {
  color: gray;  
}
div.story-first table.story-info .date, div.story-detail table.story-info .date {
  font-family: Georgia, sans-serif;
  font-weight: bold;
  font-size: 16pt;
  color: #C8C8C8;  
  text-align: center;  
}

table.story-info .author {
  text-align: center;  
  font-size: 10pt;
}
div.story table.story-info .author {
  color: gray;
}
table.story-info .author a {
  color: #3E3E3E;  
  text-decoration: none;  
}
table.story-info .author a:hover {
  text-decoration: underline;
}
div.story table.story-info .author a {
  color: #3E3E3E;  
  text-decoration: none;  
}
div.story table.story-info .author a:hover {
  text-decoration: underline;
}
table.story-info td.first-text {     
  font-size: 10pt;    
  padding: 10px;
  padding-right: 0px;
}
table.story-info td.first-text a {
  margin-left: 5px;
  color: black;
}
table.story-info td.info-next .text a {
  margin-left: 5px;
  color: black;  
}

div.story-detail h1 {
  text-transform: uppercase;
  font-size: 16pt;
  font-family: Tahoma;
  font-weight: bold;
}
h1, h2 {
  color: #121212;
  margin-top: 0px;
  padding-top: 10px;
  text-transform: uppercase;
}
div.story-detail img.title-img {
  padding-top: 5px;
  padding-bottom: 10px;
  background-image: url('/images/page/imgbg.png'); 
}
div.story-detail table.story-info .text {
  font-size: 9pt;
}

/******************** side-bar *****************/

#side-bar {  
  border: 0px solid black;
  margin-left: 365px;
  margin-top: 5px;
}

/********************* main-bar **********************/

#main-bar {
  width: 350px;
  border: 0px solid black;
  margin-top: 0px;
  padding-left:15px;
}

/******************** middle-bar *****************/

#middle-bar {  
  border: 0px solid black;  
  width: 285px;
  float: right;
  margin-top: 0px;
  margin-right: -25px;
}

/*********************** right-bar *************************/

#right-bar {
  float: right;
  width: 285px;
  border: 0px solid black;
  margin-right:15px;
}

/*********************** NEWS ****************************/

.bar {
  border: 0px solid black;
  margin-top: 10px;
}

.bar_borderless {
  border: 0px solid black;
  margin-top: 10px;
}

.bar_borderless div {
  text-align: center;
}

.top-bar {
  margin-top: 13px;
}

.bar .body-left {
  background-image: url('/images/page/bar-leftborder.png');
  background-position: left;
  background-repeat: repeat-y;
}
.bar .body-right {
  background-image: url('/images/page/bar-rightborder.png');
  background-position: right;
  background-repeat: repeat-y;
}
.bar .header {
  background-image: url('/images/page/bar-headerborder.gif');
  background-position: top;
  background-repeat: no-repeat;  
  height: 37px;  
  background-color: transparent;
  text-align: left;
}
.bar .gray-header {
  background-image: url('/images/page/bar-headerborder-gray.gif');
}

.bar .orange-header {
  background-image: url('/images/page/bar-headerborder-orange.gif');
}

.bar .header div.text {
  margin-left: 20px;  
  padding-top: 6px;
  font-size: 11pt;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.bar .footer .text {
  background-image: url('/images/page/bar-bottomborder.gif');
  background-position: bottom center;
  background-repeat: no-repeat;    
  text-align: right;
}

.bar .footer {
  color: gray;
}
.bar .gray-footer {
  background-color: #F2F2F2;
}

.bar .gray-footer .text div {
  padding-right: 30px;
  padding-bottom: 15px;
  padding-top: 10px;
}
.bar .gray-footer a {
  color: gray;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 7pt;
}
.bar .gray-footer a:hover {
  text-decoration: underline;
}
.news-item {
  border: 0px solid black;
  padding: 5px 10px 5px 10px;
  background-image: url('/images/page/news-item-bottom-bar.png');
  background-position: 5px bottom;
  background-repeat: no-repeat;      
}

.news-item img {
  vertical-align: -4px;
}

#news-bar .first-news {
  font-weight: normal;
}
#news-bar {
  height:432px;
}
.free-bar .news-item {
  background-image: none;
  border-bottom: 1px solid #F2F2F2;
  margin-left: 4px;
  margin-right: 4px;
}

.news-item .news-title a {
  /*text-transform: uppercase;*/
  color: #00ACD2;
  font-size: 8pt;
  font-weight: bold;
}

.news-item .news-title {
  padding-bottom: 3px;
}

.news-item span.datum {
  color: gray;
}

.bar .inner {
  margin-left: 10px;
  margin-right: 10px;
}

/************************ popular articles **********************/

.popular-item {
  border: 0px solid black;
  padding: 5px 10px 5px 10px;
  background-image: url('/images/page/news-item-bottom-bar.png');
  background-position: 5px bottom;
  background-repeat: no-repeat;      
}

.popular-item img {
  margin-top: 2px;
  margin-right:5px;
  float: left;  
}

.popular-text {
  padding-left: 40px;
  color:#3e3e3e;
}

.first-popular {
  font-weight: normal;
}


.free-bar .popular-item {
  background-image: none;
  border-bottom: 1px solid #F2F2F2;
  margin-left: 4px;
  margin-right: 4px;
}

.popular-item{
  color: #FA8D16;
  font-size: 8pt;
  font-weight:normal;	
}
.popular-title a {
  /*text-transform: uppercase;*/
  color: #FA8D16;
  font-size: 8pt;
  font-weight: bold;  
}

.popular-item .popular-title {
  padding-bottom: 2px;
}

.popular-item span.datum {
  color: gray;
}

/********************** free-bar *************************/

#comments {
  margin-top: 15px;
}

.free-bar .header {
  background-color: #F2F2F2;
  background-image: url('/images/page/free-bar-header-top.png');  
  background-position: top;
  background-repeat: repeat-x;
}
.free-bar .header div {
  background-image: url('/images/page/free-bar-header-left.png');  
  background-position: left;
  background-repeat: repeat-y;  
}
.free-bar .header div div {
  background-image: url('/images/page/free-bar-header-right.png');  
  background-position: right;
  background-repeat: repeat-y;  
}

.free-bar .header div div div {
  background-image: url('/images/page/free-bar-header-rcorner.png');  
  background-position: top right;
  background-repeat: no-repeat;  
}

.free-bar .header div div div div {
  background-image: url('/images/page/free-bar-header-lcorner.png');  
  background-position: top left;
  background-repeat: no-repeat;  
}

.free-bar .header .inner {
  padding: 10px;
  padding-top: 15px;
  padding-left: 20px;
  color: gray;
  text-transform: uppercase;
  font-weight: bold;
}

.free-bar .content {
  background-image: url('/images/page/free-bar-header-left.png');  
  background-position: left;
  background-repeat: repeat-y;  
}

.free-bar .content .inner {
  background-image: url('/images/page/free-bar-header-right.png');  
  background-position: right;
  background-repeat: repeat-y;      
}

.free-bar .footer {
  background-color: #F2F2F2;
  background-image: url('/images/page/free-bar-header-bottom.png');  
  background-position: bottom;
  background-repeat: repeat-x;
}

.free-bar .footer div {
  background-image: url('/images/page/free-bar-header-left.png');  
  background-position: left;
  background-repeat: repeat-y;  
}
.free-bar .footer div div {
  background-image: url('/images/page/free-bar-header-right.png');  
  background-position: right;
  background-repeat: repeat-y;  
}

.free-bar .footer div div div {
  background-image: url('/images/page/free-bar-header-rbcorner.png');  
  background-position: bottom right;
  background-repeat: no-repeat;  
}

.free-bar .footer div div div div {
  background-image: url('/images/page/free-bar-header-lbcorner.png');  
  background-position: bottom left;
  background-repeat: no-repeat;  
}
.free-bar .content .inner {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.free-bar .content .inner input.text {
  background-color: #F2F2F2;
  border: 0px;
  width: 150px;
}
.free-bar .content .inner .button {
  margin-top: 5px;
}

.free-bar .content .inner .news-item table, .free-bar .content .inner .comment table {
  width: 100%;
}
.free-bar .content .no-padding {
  padding: 0px;
}
.free-bar .footer .inner {
  color: gray;
  margin: 0px;
  padding: 10px;  
  padding-left: 20px;
  padding-bottom: 15px;
}
.free-bar .footer .inner textarea {
  width: 400px;
  height: 100px;
  background-color: white;
  color: #3e3e3e;
  border: 0px;
}

.free-bar .footer .inner input.text {
  background-color: white;
  color: #3e3e3e;
  border: 0px;  
  width: 150px;
}

.free-bar .footer .inner th {
  vertical-align: top;
  padding-right: 5px;
}

.free-bar .footer .inner p {
  padding-top: 5px;
  padding-bottom: 5px;
}

.free-bar .content .comment {
  margin-left: 4px;
  margin-right: 4px;
  padding: 5px;
  padding-left: 16px;
  padding-right: 15px;
  
  /* background-image: url('/images/page/news-item-bottom-bar.png'); */
  /* background-position: 5px bottom; */
  /* background-repeat: no-repeat; */     
  
  border-bottom: 1px solid #F2F2F2;
}

.free-bar .content .comment td.autor a {
  text-align: left;
  font-weight: bold;
  font-size: 9pt;
  color: #3e3e3e;
}
.free-bar .content .comment td.date {
  text-align: right;
  font-weight: bold;
  font-size: 9pt;
  color: gray;  
}

.story-detail .pager {
  text-align: center;
}

/************************ forms *************************/

.free-bar textarea {
  border: 0px;
  background-color: #F2F2F2;
}
.free-bar th {
  vertical-align: top;
  text-align: left;
}

/********************* galerie **************************/


#gallery-bar {  
  text-align: center;    
}
table.user-panel {
  border: 0px solid black;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
table.user-panel td {
  border: 0px solid black;
  padding: 5px;
}
table.user-panel td img {
  margin: 0px;
  padding: 0px;
  border: 0px solid black;
}
table.user-panel td div a {
  padding: 0px;
  margin: 0px;
}
table.user-panel td div {
  color: gray;
  padding: 0px;
  margin: 0px;
  width: 56px;
  text-align: center;
}

/*********************** USER-MENU **********************/

#menu {
  border: 0px solid black;
  text-align: left;  
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left:15px;
  background-color: black; 
}

#menu div {  
  padding: 2px;  
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  border-right: 1px solid gray;
  margin-right: -3px;
  
}

#menu a {
  color: white;
  text-transform: uppercase;
}

/******************** user profile *********************/
.user-info .avatar {
  padding-right: 10px;
}
.user-info .avatar img {
  padding-top: 5px;
  padding-bottom: 10px;
  background-image: url('/images/page/imgbg.png');
  border: 0px;
}
.user-info table td {
  font-size: 9pt;
  font-weight: bold;
  padding-right: 10px;
}
.user-info .polozka {
  font-weight: normal;
}
.user-info .hodnota {
  font-weight: bold;
}

/********************** svatek **********************/
#subcategories #datum-svatek {
  border: 0px solid white;
  color: white;
  font-size: 9pt;
  margin-left: 0px;
  margin-top:-3px;
  background-image: none;
}


/***************** hooky *******************/

div.hooks {
  padding-top: 5px;
  padding-bottom: 5px;
}
div.hooks a {
  margin-right: 10px;
  color: black;
}

/****************** lastThree ********************/

.lastThree .nadpis {
  font-weight: bold;
  margin-top: 0px;
  font-size: 10pt;
  background-color: #EEEEEE;
  padding: 2px;
  padding-left: 5px;
  /*background-image: url('/images/page/news-item-bottom-bar.png');*/
  /*background-repeat: no-repeat;*/
  /*background-position: left bottom;*/
  /*padding-bottom: 5px;*/
}
.lastThree .content {
  margin-top: 5px;
}
.lastThree .content .title-image {
  float: left;
  padding-right: 5px;
}
.lastThree .content .comments-image {
  vertical-align: middle;
}
.lastThree .content a {
  /*text-decoration: underline;*/
  font-size: 8pt;
  font-weight:bold;
  color: #555;
}
.lastThree .content .info-details {
  font-size: 8pt;
  margin-top: 2px;
}
.lastThree .content .info-details a {
  text-decoration: none;
  font-weight:normal;
  color: gray;
  font-size: 8pt;
}
.lastThree .content .info-details a:hover {
  text-decoration: underline;
  color: black;
}


/******************* BLOGS ************************/
.blog-nadpis{
  font-weight: bold;
  margin: 0px 10px 0px 10px;
  font-size: 10pt;
  background-color: #EEEEEE;
  padding: 2px;
  padding-left: 5px;
}

.blog-section{
    padding-bottom: 5px;
}

.blog-link{
    margin-right: 10px;
    text-align: right;
    font-size: 7pt;
    color: gray;
    padding-bottom: 5px;
}

.blog-link a{
    font-size: 7pt;
    color: gray;
}


/*******************  BANNERS  ********************/

#header-banner {
  margin-left:30px;
  height: 167px;
  cursor: pointer;
}
#header-banner span {
  font-weight: bold;
  color: #666666;
}

#main_banner_left{
	width: 242px;
	height: 550px;
	position: absolute;
	margin: 150px 200px 0 0;
	text-align: left;
}

#main_banner_right{
	width: 150px;
	height: 700px;
	position: absolute;
	margin: 150px 0 0 880px;
	text-align: left;
	border:0;
	cursor: pointer;
}

#box-link1 { 
	position: absolute; 
	cursor: pointer;
	margin:70px 0 0 -190px;
	width: 200px; 
	height: 1100px; 
	background-color: transparent; 
	border: 0px solid yellow; 
}	
#box-link2 { 
	position: absolute; 
	cursor: pointer;
	margin:70px 0 0 1030px;
	width: 150px; 
	height: 1100px; 
	background-color: transparent; 
	border: 0px solid yellow; 
}

/*******************  MISC  ********************/

a.full-detail {
    color: gray;
}

hr {
	border: none;
	height: 1px;
	line-height: 1px;
	background: #999;
}

td.new {
   background-color: #bfffbf;
}

table.img-manager img {
   border: none;
}

input.datepicker {
   background: transparent url('/images/icons/calendar.png') no-repeat right;
   border: 1px solid #CCCCCC;
   padding-right: 20px;
   padding: 0.2em
}

th {
  text-align: left;
}

table.datagrid {
  width: 650px;
}

#facebook {
  border: 0px solid black;
  margin-top: 18px;  
}

div.related {
    margin-top: 20px;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;                          
    padding: 10px;        
}

.related .main-title {
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 5px;
}
a.affiliate {
    text-decoration: none;
    color: inherit;    
}

.popular-item .title-image {
    border: 1px solid #FA8D16;
}

.relatedStory {
    margin-top: 3px;
    padding-top: 3px;
    font-size: 8pt;
    padding-right: 5px;    
}

.relatedStory .title-image {
    float: left;
    border: 1px solid #999;
}

.relatedStory a {
    text-decoration: underline;
}

.relatedStory .info-details {
    padding-left: 60px;    
}

.relatedStory .info-details .title {
  /* padding: 2px; */
  margin-bottom: 3px;
  /* background-color: #CCCCCC; */
}

.relatedStory .info-details .title a {
    text-decoration: none;
    color: #232323;
    font-weight: bold;
}

.relatedStory .info-details .title a:hover {
    text-decoration: underline;
}

.relatedStory .info-details .date-small {
    font-size: 8pt;   
}

.relatedStory .info-details .author {
    font-size: 8pt;    
}

.facebook-corner {
    border: 1px solid #CCCCCC;
    padding: 10px;
    margin-top: 20px;
}

.facebook-corner .subtitle {
    color: #0F295B;
    font-weight: bold;
    font-size: 11pt;
    padding-bottom: 12px;
    padding-top: 5px;
}
#key-words {
    margin-top: 25px;
    border-collapse: collapse;
    width: 100%;
}

#key-words td.title {
    background-color: #E7E7E7;
    border: 1px solid #CCCCCC;
    width: 80px; 
    font-weight: bold;
    text-align: center;
}

#key-words td {
    font-size: 8pt;
    padding: 5px;
}

#key-words td.words {
    background-color: #F2F2F2;
    border: 1px solid #CCCCCC; 
}

#key-words td.author {
    background-color: #E7E7E7;
    border: 1px solid #CCCCCC;
    width: 100px; 
    text-align: center;
}

/*******************  tree selectbox  ********************/
.lvl0 {
    font-weight: bold;
    font-size: 14px;
    padding-top: 3px;
}

.lvl1 {
    padding-left: 20px;
    font-size: 12px;
}

.lvl2 {
    padding-left: 40px;
    font-size: 12px;
    font-style: italic;
}

.lvl3 {
    padding-left: 60px;
    font-size: 12px;
    font-style: italic;
}

.lvl4 {
    padding-left: 80px;
    font-size: 12px;
    font-style: italic;
}

.lvl5 {
    padding-left: 100px;
    font-size: 12px;
    font-style: italic;
}

.lvl6 {
    padding-left: 120px;
    font-size: 12px;
    font-style: italic;
}

.lvl7 {
    padding-left: 140px;
    font-size: 12px;
    font-style: italic;
}

.lvl8 {
    padding-left: 160px;
    font-size: 12px;
    font-style: italic;
}

.lvl9 {
    padding-left: 180px;
    font-size: 12px;
    font-style: italic;
}

/*******************  CKEdit MASS IMAGE INSERT  ********************/
#CKEditorMassImageInsert{
    width: 642px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#CKEditorMassImageInsert img{
    margin-left: 3px;
}
