﻿/* WYSIWYG */
EM {
  font-weight: bold;
}
ACRONYM {
  border-bottom: 1px dashed black;
  cursor: help;
}
/* OSTATNI */
.cls {
  clear: both;
  font-size: 0px;
  height: 0px;
}
/* PRO LAZENI */
.red {
  background-color: red;
}
.green {
  background-color: green;
}
.blue {
  background-color: blue;
}
.yellow {
  background-color: yellow;
}
/* Zoom */
.zoom1 {
  font-size: 85%;
}
.zoom2 {
  font-size: 100%;
}
.zoom3 {
  font-size: 120%;
}
/* ZPRAVY */
.msg {
  background-color: #FFFFE5;
  background-position: 8px 5px;
  background-repeat: no-repeat;
  color: #8d7624;
  line-height: 16px;
  padding: 12px 10px 12px 50px;
  vertical-align: middle;
}
.info {
  background-image: url(img/alerts/info.png);
  background-repeat: no-repeat;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
  display: block;
}
/* OBRAZEK */
P > IMG {
  float: left;
  border: 1px solid black;
  margin: 0px 1ex 1ex 0px;
}
A > IMG {
  border: 0px;
}
/* ODSTAVEC */
P {
  margin: 1ex 0px 1ex 0px;
  padding: 0px;
}
CODE {
  padding: 1ex;
  border: 1px dashed #000;
  background-color: #ccc;
  font-family: monospace;
  text-align: left;
  display: block;
}
/* TABULKY */
TABLE.table {
  margin: 0px;
  border-collapse: collapse;
}
/* width:100%; margin: 0px auto;*/
.table TH {
  text-align: left;
  padding: .2ex 1ex;
  border: 1px solid #666;
  background: #AAF;
  color: #000;
}
.table TD {
  text-align: left;
  padding: .2ex 1ex;
  border: 1px solid #666;
}
.table TR {
  background-color: #FFF;
  border: 1px solid inherit;
  behavior: url('css/row.htc');
}
.table TR.liRow {
  background: #FFF;
}
.table TR.sudRow {
  background: #DDD;
}
.table TR:HOVER {
  background-color: #7d94fb;
}
.table TR:HOVER TH {
  background-color: inherit;
}
/* SEZNAMY */
OL,
UL {
  margin: 1.5ex 0ex;
  padding: 0px 0px 0px 2.5ex;
}
DL {
  margin: 1.5ex 0ex;
  padding: 0px 0px 0px 0px;
}
LI {
  margin: 0px;
  padding: 0px;
}
DT {
  float: left;
  width: 150px;
  font-weight: bold;
}
DD {
  margin: 0px;
  clear: right;
}
.topMenu {
  float: right;
  margin: 13px 0 0 0;
}
.topMenu LI {
  display: inline-block;
  list-style-type: none;
}
#csw-content-header .topMenu LI {
  font-style: italic;
  line-height: 20px;
}
#csw-content-header .topMenu LI a {
  display: inline-block;
  margin: 0 12px;
  padding: 0;
  color: #646970;
  font-style: normal;
}
#csw-content-header .topMenu LI.greenButton a {
  color: #7daa51;
}
.button-arrow {
  width: 35px;
  height: 33px;
  display: inline-block;
  position: relative;
  top: 7px;
  left: 12px;
  background: url(img/button-arrow.png) no-repeat left top;
}
.connected {
  padding: 20px 380px 30px 0;
  margin: 20px 0 0 0;
  background: url(img/electric.png?v=2) no-repeat 680px 30px;
}
.advert {
  text-align: left;
  margin: 0px auto;
  width: 823px;
  height: 301px;
  background-image: url('../img/banner.png');
}
.advert DIV {
  width: 340px;
  margin: 0px 0px 0px 60px;
  padding-top: 10px;
}
.advert DIV A {
  float: right;
}
.advert H1 {
  color: #fff;
  font-size: 35px;
}
/* .advert P {color:#B1DDFB; }   */
.advert P {
  color: #D1EBFB;
  font-size: 110%;
}
.advertButton {
  text-align: center;
  font-weight: bold;
  font-size: 12pt;
  float: left !important;
  width: 182px;
  height: 53px;
  display: block;
  background-image: url('../img/button.png');
  background-repeat: no-repeat;
}
.advert A {
  color: #3A90A0;
}
.advert A SPAN {
  padding-top: 17px;
  padding-right: 40px;
  display: block;
}
.advert A:ACTIVE {
  color: #3A90A0;
}
.advert A:VISITED {
  color: #3A90A0;
}
.advert A:HOVER {
  color: #3A90A0;
  text-decoration: none;
}
.createAcount {
  background-image: url('../img/btn-green.png');
  width: 101px;
}
.enter {
  background-image: url('../img/btn-vstup.png');
  width: 101px;
}
.faq {
  background-image: url('../img/btn-faq.png');
  width: 63px;
}
.money {
  background-image: url('../img/btn-moneycz.png');
  width: 76px;
}
.HeaderHolder {
  position: relative;
  margin: 0px auto;
  width: 861px;
}
.homepHeader {
  float: left;
  position: relative;
  width: 732px;
  height: 115px;
  /*   width: 485px; height: 115px; */
  text-align: left;
  background-image: url('../img/subbanner_homepage.png');
  background-repeat: no-repeat;
  top: 0px;
  margin-left: 70px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.anketaTechnetHeader {
  float: left;
  position: relative;
  width: 732px;
  height: 115px;
  background-image: url('../img/subbanner_technet.png');
  text-align: left;
  background-repeat: no-repeat;
  top: 0px;
  margin-left: 70px;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.anketaHeader {
  float: left;
  position: relative;
  /* width:732px; height: 115px; */
  width: 207px;
  height: 140px;
  margin: 10px auto 0px auto;
  background-image: url('../img/subbanner_anketa.png');
  background-repeat: no-repeat;
  top: 0px;
  left: -1px;
  padding: 0px 0px 0px 25px;
  text-align: left;
}
.homepHeaderh2 {
  padding: 25px 20px 5px 130px;
  color: #A0A0A0;
  margin: 0px;
  font-size: 160%;
}
.homepHeaderh3 {
  padding: 0px 20px 0px 130px;
  color: #0464AE;
  margin: 0px;
  font-size: 112%;
}
.homepHeaderh3Ctr {
  padding: 0px 65px 0px 65px;
  color: #0464AE;
  margin: 0px;
  font-size: 112%;
}
.homepHeaderh2 A {
  color: inherit;
}
.homepHeaderh3 A {
  color: inherit;
}
.anketaHeaderh2 {
  padding: 25px 20px 5px 0px;
  margin: 0px;
  font-size: 150%;
}
.anketaHeaderh3 {
  padding: 0px 20px 0px 0px;
  margin: 0px;
  font-size: 102%;
  font-weight: normal;
}
.anketaHeaderh2 A {
  color: #A0A0A0;
  text-decoration: none;
}
.anketaHeaderh3 A {
  color: #0464AE;
  text-decoration: none;
}
.anketaHeaderh2 A:HOVER {
  color: #A0A0A0;
  text-decoration: underline;
}
.anketaHeaderh3 A:HOVER {
  color: #0464AE;
  text-decoration: underline;
}
/* --- BOXY --- */
.box {
  margin: 0px 17px 30px 17px;
  text-align: left;
  float: left;
  width: 227px;
  height: 233px;
  background-color: #fff;
  background-image: url('../img/bg-textarea.png');
  background-repeat: no-repeat;
}
.boxHolder {
  position: relative;
  width: 861px;
  margin: 0px auto;
  text-align: center;
}
.box H2 {
  padding: 10px 25px;
  color: #93B614;
  font-size: 170%;
}
.box P {
  font-weight: bold;
  color: #626262;
  padding: 10px 25px;
  height: 75px;
}
.box SPAN {
  font-weight: bold;
  font-size: 104%;
  margin: 20px;
  padding: 0px 25px;
  background-image: url('../img/list-item.png');
  background-repeat: no-repeat;
}
.box SPAN A {
  color: #3585BC;
  text-decoration: underline;
}
.master2 {
  margin: 0px auto;
  text-align: center;
  background-image: url('../img/bg-header2.png');
  background-repeat: repeat-x;
}
.content A {
  color: #4a96cf;
  text-decoration: underline;
}
.content A:ACTIVE {
  color: #4a96cf;
}
.content A:VISITED {
  color: #4a96cf;
}
.content A:HOVER {
  color: #4a96cf;
  text-decoration: none;
}
.content div {
  text-align: left;
}
.content p {
  text-align: justify;
}
.content .caption {
  width: 105px;
}
.content .tbCommon {
  width: 318px;
  height: 20px;
  border: 1px solid #073B5F;
  padding-top: 2px;
  padding-bottom: 0px;
}
.content .tbCustom {
  height: 20px;
  border: 1px solid #073B5F;
  padding-top: 2px;
  padding-bottom: 0px;
}
.content .selCommon {
  width: 322px;
  height: 24px;
  border: 1px solid #073B5F;
  padding-bottom: 1px;
}
.content .comment {
  color: #616161;
  font-style: italic;
  padding-top: 0px;
  vertical-align: top;
}
.content .imgBtnPart1 {
  display: block;
  float: left;
  width: 24px;
  height: 53px;
  background-image: url('../img/button-part1.png');
  background-repeat: no-repeat;
}
.content .imgBtnPart2 {
  float: left;
  text-align: left;
  padding-top: 17px;
  font-weight: bold;
  font-size: 12pt;
  height: 53px;
  display: block;
  background-image: url('../img/button-part2.png');
  background-repeat: repeat-x;
}
.content .imgBtnPart3 {
  display: block;
  float: left;
  width: 57px;
  height: 53px;
  background-image: url('../img/button-part3.png');
  background-repeat: no-repeat;
}
.content .imgButton {
  text-align: left;
  padding-top: 17px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 12pt;
  width: 182px;
  height: 40px;
  display: block;
  background-image: url('../img/button.png');
  background-repeat: no-repeat;
}
.content .imgButtonLong {
  text-align: left;
  padding-top: 17px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 12pt;
  width: 219px;
  height: 40px;
  display: block;
  background-image: url('../img/button-long.png');
  background-repeat: no-repeat;
}
.captcha input {
  height: 20px;
  border: 1px solid #073B5F;
}
.registraceForm {
  margin: 0px;
  margin-left: 65px;
}
.registraceForm table {
  text-align: left;
}
.registraceForm td {
  padding: 5px;
}
.registraceForm .dotFrmHld {
  width: 235px;
  float: right;
  margin-top: 4px;
  margin-right: 65px;
}
.registraceForm .dotFrmTop {
  height: 17px;
  background-image: url('../img/bg-dotted-top2.png');
  background-repeat: no-repeat;
}
.registraceForm .dotFrmMain {
  color: #006AB3;
  padding: 5px 18px 5px 18px;
  height: 330px;
  background-image: url('../img/bg-dotted.png');
  background-repeat: repeat-y;
}
.registraceForm .dotFrmBottom {
  height: 15px;
  background-image: url('../img/bg-dotted-bottom2.png');
  background-repeat: no-repeat;
}
.registraceForm .dotFrmArrow {
  float: right;
  width: 25px;
  height: 42px;
  background-image: url('../img/list-item.png');
  background-repeat: no-repeat;
  background-position: 0px 25px;
}
.faqQuestion {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 2px;
}
._raTransp {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  background-image: none;
  z-index: 998;
  position: absolute;
  top: 0px;
  left: 0px;
  zoom: 1;
  background-color: #fff;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
._raTransp2 {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  background-image: none;
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 0px;
  zoom: 1;
  text-align: center;
}
#InnerTableCellOverlay {
  text-align: center;
  border: 1px solid #B5B6B6;
  padding: 10px;
  background-color: #E8E8E8;
  margin-top: 20%;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}
/* licence */
DIV.licence {
  text-align: justify;
  width: 710px;
  margin: 0px auto;
  padding: 30px;
  padding-top: 10px;
}
.licence OL {
  List-style-type: upper-roman;
}
.licence OL LI {
  font-weight: bold;
}
.licence OL OL {
  List-style-type: decimal;
}
.licence OL OL LI {
  font-weight: normal;
}
/* Prohlidka */
.tbl2Columns td {
  vertical-align: top;
  text-align: center;
}
.tbl2Columns p {
  text-align: justify;
}
.tbl2Columns img {
  margin: .5em 0 2em 0;
}
.divSeo {
  margin: 0px 65px 0px 65px;
}
.divSeoLeft {
  float: left;
  padding-right: 15px;
}
.divSeoRight {
  float: right;
  padding-left: 15px;
}
.divSeo p {
  text-align: justify;
}
/* Faq clear browser cache */
.faqClrBrwCch .tright {
  float: right;
}
.faqClrBrwCch .cnvImg {
  margin: 2px 2px 2px 20px;
}
.faqClrBrwCch .cnvImg .title {
  text-align: center;
}
.faqClrBrwCch .separator {
  background: #e0e0e0;
  height: 1px;
  width: 100%;
  margin: 10px 0 5px 0;
  padding: 0;
}
.faqClrBrwCch .p {
  margin: 5px 0 5px 0;
}
.tblLigthDesign {
  margin: 5px 0 20px 0;
}
.tblLigthDesign table {
  width: 100%;
  margin: 10px 0 10px 0;
  border-collapse: collapse;
}
.tblLightDesign table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.tblLigthDesign table .frstClmn {
  width: 300px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.tblLigthDesign table .frstClfrstCell {
  font-weight: bold;
  text-align: left;
}
.tblLigthDesign table tr td {
  padding: 5px 10px;
  border-top: 1px solid #E8EDFF;
  text-align: center;
}
.tblLigthDesign table tr th {
  padding: 6px 10px;
  text-align: center;
}
.tblLigthDesign table tr .legend {
  border: 0px;
  padding: 15px 10px 5px 10px;
  text-align: left;
  font-style: italic;
}
.tblLigthDesign table .frstClmnSml {
  width: 180px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.contentClear {
  height: 80px;
  display: block;
  clear: both;
}
.iconQuestionMark {
  padding-left: 40px;
  background: url('../img/helpotaznik.png') no-repeat left center;
  margin-bottom: 15px;
}
.comparationTable {
  border: 1px solid black;
  border-collapse: collapse;
}
.comparationTable TD {
  border: 1px solid black;
  padding: .2ex .5ex;
}
.comparationTable TH {
  border: 1px solid black;
  padding: .2ex .5ex;
}
.comparationTable THEAD TH {
  text-align: center;
}
.comparationTable TBODY TH {
  text-align: left;
}
.comparationTable TD {
  text-align: center;
}
.comparationTable TFOOT TH {
  text-align: left;
}
.checkIcon {
  background-image: url('/img/checkMark.png');
  display: inline-block;
  width: 16px;
  height: 16px;
}
.checkIcon SPAN {
  display: none;
}
.uncheckIcon SPAN {
  display: none;
}
.downloadButton {
  margin: 1em 1em 1em 0;
}
.smallCreateAccount {
  color: #fff !important;
  text-decoration: underline;
  float: left !important;
  margin: 19px 0 0 0;
}
.content ul.styled li {
  list-style-type: none;
  padding: 0 0 3px 26px;
  font-size: 18px;
  background: url(img/circle.png) no-repeat left 10px;
}
/* styles for validation helpers */
.field-validation-error {
  color: #e6331b;
  font-weight: normal;
  padding-left: 5px;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #f6a79c;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #e6331b;
  font-weight: bold;
  font-size: 1.1em;
}
.validation-summary-valid {
  display: none;
}
input[type="text"],
input[type="email"],
textarea,
input[type=password] {
  width: 300px;
  padding: 5px 5px;
  color: #353d45;
}
.content ul li.icon {
  background-position: 0 -2px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.content ul li.word {
  background-image: url(img/icon-word.png);
}
.content ul li.pdf {
  background-image: url(img/icon-pdf.png);
}