/* My custom styles */

div.pagenavcounter {
  margin-bottom: 10px;
}
.tucnepismo {
	font-weight: bold;
}
.kurzivapismo {
	font-style: italic;
}
.clr {
	clear: both;
	visibility: hidden;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/* Styly vlastni - tlacitka - button */


div.extension-box hr {
	visibility: hidden;
	clear: both;
}
div.extension-box div.box-linka {
	border-top: 1px solid #B4B4D6;
	clear: both;
	margin-top: 1em;
	padding: 0.5em;
}

/* Styly vlastni - Error 404 */
div.error_404 {
	background: transparent url(../../../images/stories/information/core-design/error_404.png) 90% 0 no-repeat;
}

/* Styly pro bannery */
div.tip-user-message-full{
	background: url(../../../images/stories/banners/banner_tip.png) 0 0 no-repeat;
	width: 80px;
	height: 80px;
}

/* Facile forms */

/* Contact form */
input#ff_elem183 {
	text-align: left;
}


/* Extensions.html membership table */
table.plantable {
border-collapse:collapse;
border-right:1px solid #E3F1FE;
border-top:1px solid #E3F1FE;
margin:1em auto;
width:90%;
}
.plantable caption {
caption-side:top;
color:#333333;
padding:0pt;
font-size: 120%;
font-weight: bold;
text-align:left;
}
.plantable tr.odd td, .plantable tr.odd .column1 {
background:#F9FCFE none repeat scroll 0% 50%;
}
.plantable .column1 {
text-align:left;
width:350px;
}
.plantable td {
border-bottom:1px solid #E3F1FE;
border-left:1px solid #E5EFF8;
color:#678197;
padding:0.3em 0.5em;
text-align:center;
}
.plantable th.column1 {
width:350px;
}
.plantable th {
border-bottom:1px solid #E3F1FE;
border-left:1px solid #E5EFF8;
color:#333333;
font-weight:normal;
padding:0.3em 0.5em;
text-align:left;
}
.plantable thead th {
background:transparent url(../../../images/stories/finance/membership/table/background.png) repeat-x scroll 0% 0pt;
color:#5685A3;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:1.6em;
text-align:center;
}
.plantable tfoot th {
background:transparent url(../../../images/stories/finance/membership/table/background.png) repeat-x scroll 0% 0pt;
text-align:center;
}
.plantable tfoot th strong {
color:#5685A3;
font-family:Arial,Helvetica,sans-serif;
font-size:1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0.5em 0.5em 0.5em 0pt;
}
.plantable tfoot th em {
color:#F03B58;
font-size:1.1em;
font-style:normal;
font-weight:bold;
}


/* Style for My licenced domains form */
.button {
background:transparent url(../../../images/stories/custom/button_bg.png) repeat-x scroll 0%;
border:3px double #CCCCCC;
font-size:11px;
margin:1px;
padding-left:10px;
padding-right:10px;
text-align:center;
width:auto;
}
form#ff_form19 span {
	font-size: 12px;
}
input.add_button {
	background: transparent url(../images/mystyle/add.png) top left no-repeat;
	width: 16px;
	height: 16px;
	border: none;
}
input.edit_button {
	background: transparent url(../images/mystyle/edit.png) top left no-repeat;
	width: 16px;
	height: 16px;
	border: none;
}
input.delete_button {
	background: transparent url(../images/mystyle/delete.png) top left no-repeat;
	width: 16px;
	height: 16px;
	border: none;
}
input.accept_button {
	background: transparent url(../images/mystyle/accept.png) top left no-repeat;
	width: 16px;
	height: 16px;
	border: none;
}
input.storno_button {
	background: transparent url(../images/mystyle/storno.png) top left no-repeat;
	width: 16px;
	height: 16px;
	border: none;
}

div.authorization-form-core-design-extensions-form {
	border: 1px solid #e0e0e0;
	padding: 5px;
	background-color: #ffffcc;
}

/* Links */
a[rel="external"] {
  background: url(../images/mystyle/external.png) 99% 40% no-repeat;
  padding-right: 15px;
}