body {margin: 30px 0px 15px 0px; padding: 0px; font-family: sans-serif; font-size: 0.7em; background-color: white; color: rgb(25,27,28);}
img {border: none;}
a {color: rgb(61,159,56);}
a:hover {color: rgb(158,54,33);}
h1 {font-size: 160%; font-weight: normal;}
h2 {font-size: 120%; font-weight: normal; margin-bottom: 2px; padding: 0px;}
h3 {font-size: 140%; font-weight: normal; margin: 0px 0px 6px 0px;}

.clear {clear: both; font-size: 1px; line-height: 1px; height: 1px;}
.alignRight {margin: 0px 0px 5px 10px;}
.alignLeft {margin: 0px 10px 5px 0px;}

.displayNone {display: none;}

/********************* lists **********************/

ul {}
ul li {margin: 0px 0px 10px 0px; padding: 0px;}
ul li .sub {margin: 0px; padding: 0px;}

/********************* forms **********************/

.label {display: block; margin-top: 5px;}
.inputItem {width: 400px; font-family: sans-serif; font-size: 100%; border: rgb(171,171,171) 1px solid; color: rgb(60,50,38);}

select {width: 200px;}

.btn, .sendButton input {
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url('../images/btn.gif'); 
  background-position: top left; 
  background-repeat: no-repeat;
  border: none;
  width: 67px;
  height: 23px;
  color: rgb(25,27,28);
  font-size: 100%;
  background-color: rgb(157,222,130);
}

.btn:hover, .sendButton input:hover {

  background-position: bottom left; 
  color: white;

}

/********************* page **********************/

#page {
	position: relative;
	width: 980px;
	text-align: left;
	margin: auto;
	text-align: left;
	font-size: 103%;
}

#header {
	height: 180px;
	width: 980px;
	z-index: 1;
	text-decoration: none;
	position: relative;
}

.hrefHeader {
	position: absolute;
	display: block;
	height: 120px;
	width: 150px;
	z-index: 99;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-color: rgb(161,223,132);
	height: 135px;
}

#webTitle {
	position: absolute;
	top: 50px;
	left: 10px;
	font-size: 130%;
	color: rgb(156,143,124);
	z-index: -2;
}

#webTitle a {
	text-decoration: none;  
	color: rgb(156,143,124);
}


#lang {
  position: absolute;
  width: 132px;
  top: 34px;
  left: 826px;
  z-index: 120;
}

#lang ul {
	margin: 0px;
	padding: 0px;
  width: 132px;
  height: 17px; 
}

#lang ul li {
  float: left;
	text-align: center;
	list-style: none;
}

#lang ul li a {
    float: left;
    text-align: center;
    list-style: none;
    width: 66px;
    height: 17px;
    padding: 2px 0px 0px 0px;
    margin: 0px;
    background-image: url('../images/bgLang.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#lang ul li .active, #lang ul li a:hover {
    background-position: bottom left;
}

/********************* menu ******************************/

#menu {
  background-color: #000000;
  position: relative;
  width: 956px;
  height: 23px;
  top: 135px;
  text-align: right;
  padding: 0px 14px 0px 10px;
  color: #ffffff;
  font-weight: bold;
}
#menu ul {
	margin: 0px;
	padding: 0px;
  float: right; 
}

#menu ul li {
	float: left;
	text-align: center;
	list-style: none;
	border-left: solid 1px white;
}

#menu ul li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 8px 5px 8px;
}

#menu ul li a:hover {
  color: black;
  background-color: #6FB963;
}


/********************* main content **********************/

#mainContent {
  margin-bottom: 20px;

}

#rightColumn {
  font-size: 85%;	
  float: right;
  width: 400px;
  padding-bottom: 20px;
}
		
#mainContent .inside {
	width: 560px;
	margin-right: 400px;
	line-height: 16px;
}

#welcomeRightColumn {
  float: right;
  width: 265px;
  padding-bottom: 20px;
}
		
#mainContent .welcomeInside {
	width: 685px;
	margin-right: 270px;
	line-height: 16px;
	text-align: left;
}

#mainContent .welcomeInside .title {font-weight: normal; font-size: 160%; margin: 10px 0px 0px 0px; padding-bottom: 0px;}
#mainContent .welcomeInside .articleText p {margin-top: 0px; padding-top: 5px;}

/********************* article detail ********************/
#articleDetail {
	text-align: left;
}

#articleDetail .subtitle {
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}

.articleTitle {
	font-size: 130%;
}

.login {
  font-weight: bold;
  padding: 0px 0px 0px 8px;
}

.loginDialog .inputItem {width: 250px;}
.loginDialog .lostPassword {float: left;}
.loginDialog .button {float: right;}

#loginError {color: #AA0000; font-weight: bold; padding: 20px;}

.mainPic {
  padding: 0px;
}

li {
  list-style-type: square;
  margin-bottom:10px;
}

.articleText p {margin-top: 0px; padding: 0px;}

.garance {
  text-align: left;
  background-image: url('../images/bgClaimHome.jpg'); 
  background-position: top left; 
  background-repeat: no-repeat;
  padding: 6px 0px 0px 28px;
  margin: 16px 0px 29px 0px;
  color: white;
  font-size: 140%;
  height: 20px;
}
/* ************ member edit *********** */


.loginUser {
	position: absolute;
	top: 97px;
	right: 20px;
	z-index: 99;
	text-align: right;
	font-size: 95%;
	font-weight: bold;
}

.loginUser a {color: Black; font-weight: normal;}

form {
	margin: 0px;
	padding: 0px;
}

form .labelNoMargin {
	display: block; 
	font-size: 80%;
}

form .label 
{
	display: block; 
	margin-top: 5px;
}

.hrefButton {
	width: 90px;
	font-size: 85%;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	text-align: center;
	border: solid 1px #336666;
	background-color: #336666;
	color: White;
	font-weight: bold;
	margin: 2px;
}

.hrefButton:hover {
	color: black;
	background-color: white;
}



.textRight {
	text-align: right;
}

.inputItem {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 100%;	
	margin-bottom: 5px;
}

.inputItemCode {
	font-family: Monospace;
	margin-bottom: 5px;
}

.orderFormDiv .text
{
	width: 540px;
}

.orderFormDiv .textArea {
	width: 450px;
	height: 100px;
}


.orderFormDiv fieldset {
    padding: 10px;
	margin-bottom: 10px;
	width: 530px;
}

.orderFormDiv fieldset legend {
    padding: 0px 5px 0px 5px;
    font-weight: bold;
}

.orderFormDiv fieldset .label {
    color: #808080;
    font-size: 95%;
}

.addMemberMainPageCont {
  margin-top: 10px;
}

.comeOnIn {
  margin: 20px 0px 0px 0px;
  display: block;
}

.bulletCommentary {
    clear: left;
}

.bulletCommentaryImage {
    float: left;
    position: relative;
    top: 1px;
    margin-right: 8px;
    margin-bottom: 15px;
}

/********************* sectionTiles ****************************/
.pictureList .itemPicture {

}

/********************* footer ****************************/
#footer {
  text-align: right;
  width: 980px;
  margin: auto;
  border-top: 1px solid rgb(25,27,28);
}

#footer .partners {
  float: left;
}

#footer .partners td {
  vertical-align: middle;
  padding: 0px 8px 0px 0px;
}

#footer .partners img {
  margin: 10px 10px 0px 0px;
}

#footer .copyright {
  padding-top: 10px;  
  display: block;
}

#footer .developer {
	margin-left: 5px;
	padding-left: 5px;
	display: block;
}

#footer .developer a {
	text-decoration: none;
	color: rgb(98,98,98);
}

#footer .developer a:hover {
	color: #49A340;
	text-decoration: underline;
}
/**********************Highslide***************************************/
.highslide-html-content {
	display: none;
}

.highslideButtonSpace {
    height:20px; padding: 2px; text-align: center; display: none;
}

.highslide-body .layout {
    float:left;
}

.highslide-body .detailTitle {
		font-weight: bold;
		background-color: #49A340;
		color: white;
		padding: 4px;
		margin-bottom: 5px;
		margin-top: 8px;
        display: none;
}

.highslide-body .detailPhoto {
    text-align: center;
    margin: 10px 0px 10px 10px;
    float: right;
}

.highslide-body h2, h2.detailValue {font-size: 100%; font-weight: normal; margin: 0px; padding: 0px;}

.detailLabel {
		font-weight: bold;
}

.highslide-body .detailValue {
}

.authorizeInfo {
    display: block;
    margin-bottom: 20px;
}

/***********************businessCard*****************************************/
.businessCard {
		font-weight: bold;
		text-align: right;
		display: block;
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 130%;
}

/***********************orderFormHome*****************************************/
#orderFormHome {
	background-image: url('../images/bgOrderForm.jpg'); 
    background-position: top left; 
    background-repeat: repeat-x;
    padding: 10px;
    text-align: left;
}

#orderFormHome h1 {margin: 0px; padding: 0px; font-size: 100%;}

#orderFormHome .title {
		color: white;
		font-size: 130%;
}

#orderFormHome table td {
		vertical-align: top;
		text-align: right;
}

#orderFormHome .label {
    float: left;
		margin: 0px 5px 0px 0px;
}

#orderFormHome table {
		margin: 20px 0px 7px 0px;
}

#orderFormHome input, #orderFormHome select {
		border: none;
		height: 18px;
		margin: 0px 0px 7px 0px;
		border: 1px solid rgb(96,182,83);
}

#orderFormHome .btn {
  background-repeat: no-repeat;
  width: 67px;
  height: 23px;
  margin: 5px 0px 0px 0px;
  border: none;
}

#orderFormHome a {
  display: block;
  margin: 16px 0px 0px 0px;
  color: rgb(25,27,28);
  font-weight: bold;
}

#orderFormHome a:hover {
  color: rgb(158,54,33);
}

/***********************news*****************************************/
.news {
    background-image: url('../images/bgNews.jpg');
    background-position: top left;
    background-repeat: repeat-x;
    padding: 10px;
    margin: 20px 0px 7px 0px;
    text-align: left;
    background-color: rgb(226,226,226);
    min-height: 364px;
    _height: 364px;
}

.news h2 {margin: 0px; padding: 0px; font-size: 100%;}

.news table {
    margin: 20px 0px 7px 0px;
}

.news td {
    padding: 0px 0px 20px 0px;
}

.news .insideList {
    width: 100%;
}

.news .title {
		color: white;
		font-size: 130%;
}

.news .publishDate {
    display: block;
    font-size: 80%;
}

.news h4, .news h4 a {
    margin: 0px;
}

.news p {
    margin: 0px;
}

.news .newTitle a {
    display: block;
    font-size: 120%;
    font-weight: normal;
}

.news .perex {
    margin: 0px;
    display: block;
    font-size: 95%;
}

.news .moreNews {
    display: block;
    margin: 0px 0px 6px 0px;
    text-align: right;
    width: 100%;
}

/* ************ memberBox *********** */

.memberBoxInside {
	  border: 1px solid rgb(171,171,171);
	  background-image: url('../images/bgMemberBox.jpg'); 
    background-position: bottom left; 
    background-repeat: repeat-x;
    padding: 14px;  
}

#memberBox .title {
    font-size: 120%;
    display: block;
    margin: 0px 0px 7px 0px;
}

#memberBox .inputItem {
	  Width: 160px;
	  margin: 4px 0px 0px 0px;
}

#memberBox .label {
		margin: 0px 5px 0px 0px;
}

#memberBox .btn {
    margin: 0px 0px 0px 3px;
    background-color: rgb(238,238,238);
}

.btnInvitation {
    float: right;
    margin: 4px 0px 0px 0px;
}


.back {
    padding: 20px 0px 0px 0px;
}

.membersNotFound {
    padding: 20px 0px 0px 0px;
    font-weight: bold;
}

.searchMember {background-color: rgb(226,226,226); background-image: url('../images/bgNews.jpg'); background-position: 0px -70px; background-repeat: repeat-x; padding: 10px; margin: 10px 0px 7px 0px;}
.searchMember .btn {margin: 0px 0px 3px 0px;}

.memberList {margin-bottom: 25px;}
.memberList table {font-size: 100%; border-collapse: collapse; margin-bottom: 13px;}
.memberList td {padding: 0px; width: 150px; vertical-align: middle; text-align: center; border: rgb(171,171,171) 1px solid;}
.memberList td.photo {height: 150px; border-bottom: none; padding-top: 5px;}
.memberList img {border: none;}
.memberList td.name {border-top: none; border-bottom: none; padding: 5px 0px;}
.memberList td.name h4 {padding: 0px; margin: 0px; font-weight: bold;}
.memberList td.icons {border-top: none; padding-bottom: 5px; text-align:left; vertical-align: middle;}
.memberList td.icons .flags {float: left; margin-left: 5px;}
.memberList td.icons .flags .flag {margin-right: 2px; border: solid 1px gray;}
.memberList td.icons .flags .flag.pasive {opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5;}
.memberList td.icons .cert {float: right; margin-right: 5px;}
.memberList td.separator {border: none; width: 13px;}

/* viditelnost prvku se nastavuje az v JS */
#filter {background-color: #E0E0E0; display: none;}
#filter .title {font-weight: bold; background-color: Silver; padding: 2px 10px 2px 10px;}
#filter .description {padding: 2px 10px 2px 10px; font-size: 90%;}
#filter #searchBox {width: 210px; padding: 0px 5px; margin-right: 5px; margin-top: 15px; border-right: 1px solid Silver; font-size: 95%; float: left;}
#filter #searchBox #txtSearchName {width: 200px; border: none; height: 16px;}
#filter #languageList {padding: 5px; font-size: 95%;}
#filter #filterTable {float: left;}
#filter #filterTable .searchDescr {font-size: 90%; padding-bottom: 2px;}
#filter #filterTable td.flag {cursor: pointer; cursor: hand;}
#filter #filterTable td.flag img {border: solid 1px silver; opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5;}
#filter #filterTable td.flag img.selected {border: solid 1px yellow; opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1;}
#filter #filterTable td.name {padding-right: 18px; cursor: pointer; cursor: hand; font-weight: normal; color: #333333;}
#filter #filterTable td.name.selected {font-weight: bold; color: black;}
#filter #filterTable td.cert {cursor: pointer; cursor: hand;}
#filter #filterTable td.cert img {opacity: 0.5; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5;}
#filter #filterTable td.cert img.selected {opacity: 1; filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1;}

#bailQuestions { margin-top: 20px; }
#bailQuestions .questionItem { width: 240px; float: left; text-align: center; }
#bailQuestions .questionItem .language { width: 220px; display: block; font-weight: bold; }
#bailQuestions .questionItem .answer { width: 225px; display: block; margin-top: 10px; margin-bottom: 10px; }
#bailQuestions .questionItem .conclusion { width: 220px; display: block; margin-bottom: 20px; }

/************** DropDownList with icons *********************/
#filter .dd {background-color: white; font-size: 10px; color: black;}
#filter .dd .ddTitle {background-color: white; padding: 2px 0px 2px 2px; text-indent: 0; cursor: default; overflow: hidden; height: 16px; width: 195px;}
#filter .dd .ddTitle span.arrow {background: url('/jscript/jquery/msdropdown/dd_arrow.gif') no-repeat 0 0; float:right; display:inline-block; width:16px; height: 16px; cursor: pointer;}

#filter .dd .ddTitle span.ddTitleText {text-indent: 1px; overflow: hidden; line-height: 16px; color: #999;}
#filter .dd .ddTitle span.ddTitleText img {text-align: left; padding: 0px 2px 0px 5px}
#filter .dd .ddTitle img.selected {padding:0 3px 0 0; vertical-align: top;}

#filter .dd .ddChild {position: absolute; border: 1px solid #c3c3c3; border-top: none; display: none; margin: 0px; width: auto; overflow: auto; overflow-x:hidden !important; background-color: #ffffff;}
#filter .dd .ddChild .opta a, #filter .dd .ddChild .opta a:visited {padding-left: 10px;}
#filter .dd .ddChild a {display: block;	padding: 2px 5px 2px 3px; width: 195px !important; text-decoration: none; color: #005279; overflow: hidden; white-space: nowrap; cursor: pointer;}
#filter .dd .ddChild a:hover {background-color: #66CCFF; color: Black;}
#filter .dd .ddChild a img {border: none; padding: 0px 2px 0px 5px; vertical-align: middle;}
#filter .dd .ddChild a.selected {background-color: #005279; color: White;}

#filter .watermark {color: #999; font-size: 95%;}
#filter .watermarkDD {color: #999; padding-left: 5px;}

.grdSections .sectionItem {text-align: center;}
.grdSections .sectionItem .perexImage {display: block; width: 110px; height: 100px; text-align: center;}
.grdSections .sectionItem .title {display: block;}

.grdArticles .articleItem {padding: 10px 0px 10px 0px; border-bottom: dotted 1px silver;}
.grdArticles .articleItem .articleDate {font-size: 90%; color: Gray;}
.grdArticles .articleItem .articleTitle {margin: 0px; padding: 0px;}
