* { margin:0; padding:0; }
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body {
  padding: 0 0 18px 0;
  background: #fff url('../img/bg.jpg') repeat-x;
  font: 0.8em/1.5 "arial",sans-serif;
  color: #333;
  text-align: center;
}

/* obecne odkazy --------------------------------------------------------------- */
a {color:#095799;}
a:link {color:#095799;}
a:hover {color:#095799; text-decoration: none;}

/* nadpisy --------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin:15px 0 15px 0; }
h1 { font-size:200%; }  h1#logo { font-size:240%; font-weight: normal;}
h2 { font-size:190%; font-weight: normal; line-height: 24px; background: #FFF url(../img/header-plain.jpg) no-repeat; }
h3 { font-size:100%; margin-top: 20px; border-bottom: 1px solid #dfdfdf; padding-bottom: 5px;;margin-right: 15px;} #panel-left h3 { margin-top: 15px; padding-bottom: 0; font-size: 160%; font-weight: normal; border: none;}
h4 { font-size:120%; }
h5 { font-size:100%; }

/* layout ---------------------------------------------------------------------- */
#layout {
  width:1024px;
  margin:0 auto;
  text-align:left;
}
  #container {
  background: #fff;
  }

  #obsah {

  }
  	/* hlavicka ------------------------------------------------------------------ */
  	#header { position:relative; background: #2a9ac3 url('../img/header-large.jpg') no-repeat; }

      #logo {
        font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
        position: relative;
        overflow: hidden;
        height: 132px;
        font-size:260%;
        margin: 0;
        line-height: 120px;
        text-align: left;
      }
      #logo a{
        display: block;
        color: #fff;
        text-decoration: none;
		margin-left: 140px;

      }
      #logo span {
        cursor: pointer;
		color: #ccc;
		font-size: 16px;
		font-style: italic;
		left: 140px;
		top: 40px;
		display: block;
        z-index: 1;
        cursor: pointer;
		position: absolute;
      }

      #slogan{
        position: absolute;
        left: 270px;
        line-height: 120px;
        display: block;
        height: 120px;
        top: 0;
      }

    /* horizontalni navigace --------------------------------------------------- */
    #nav {position:relative; z-index:2; border-top: 0;}
      #nav ul {margin:0; padding:0; list-style:none;}
      	#nav ul li {float:left; _float: none; display:inline; margin:0; padding:0; background: url('../img/nav.jpg') no-repeat;}
      	#nav ul li a {
      	  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
      	  color: #fff;
      	  font-size: 95%;
      	  font-weight: bold;
          display: block;
          float: left; /*\*/ float:none;
          padding: 16px 15px;
          text-align: center;
		  text-decoration: none;
        }
        #nav ul li a:hover {
          text-decoration: underline;

        }
      	#first {
        background: none !important;}

		#nav ul li div.sub
		{	position: absolute;
			visibility: hidden;
			margin: 0;
			padding: 0;
			background: #ffcf00;
			border: 1px solid #fff;
		}

		#nav ul li div.sub a
		{	position: relative;
			display: block;
			margin: 0;
			padding: 10px 15px;
			width: auto;
			white-space: nowrap;
			text-align: left;
			text-decoration: none;
			background: #ffcf00;
			color: #fff;
			font: 11px arial;
			font-weight: bold;
		}

		#nav ul li div.sub a:hover
		{	
			text-decoration: underline;
		}

    .content {
      float: right;
      padding: 0 0 0 0px; margin24/11/2009-top: 15px;
      width:820px;
      z-index: 10;

    }
    .content .in{
      padding: 8px 18px 0 22px;border-left: 1px solid #e3e3e3; min-height: 300px; float: left; min-height: 620px;
    }
    

  	/* Sloupce ----------------------------------------------------------------- */
  	#panel-left { float:left; width:194px;}
  	.panel .in { padding: 0px 0px 10px 10px;  }
        #panel-left h4 { padding-left: 5px; margin-bottom: 0; }


  	/* paticka ----------------------------------------------------------------- */
  	#footer {
      clear:both;
      height: 27px;
      background: url('../img/footer-large.jpg') no-repeat;
      padding: 17px 16px 13px 16px;
      color: #676767;
      margin-top: 10px;
    }

    #footer p { margin:0; padding-top:10px; }



/* tabulky --------------------------------------------------------------------- */
tr.table-top {background: #e5e5e5; font-weight: bold;}

/* seznamy --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
ul li a { text-decoration:underline; }

#panel-left ul{
margin: 0 !important; padding: 0 !important;
list-style-type: none;
font-size: 95%;
}

#panel-left li{
list-style-type: none; background: url('../img/li.jpg') no-repeat  3px 6px; padding-left: 20px; margin-bottom: 6px;}

/* definice -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* ostatni --------------------------------------------------------------------- */
legend { margin-left:10px; font-size:100%; font-weight:bold; color:#000; }
abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;}
.clear {clear: both;}
.f-left {float:left;}
.f-right {float:right;}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }
.box { min-height:1px; }
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }
.mleft10 { margin-left: 10px; }
.mright10 { margin-right: 10px; }
.mtop10 { margin-top: 10px; }
.mbottom10 { margin-bottom: 10px; }
.mtop0 { margin-top: 0; height: 50px; width: 780px; padding-top: 50px;
	font-size: 28px; color: #0f7ca5;
}

a img {
  border: 1px solid #dadada;
}

a:hover img {
  border: 1px solid #bbbbbb;
}

.thumbnail
{
float: left;
margin: 0 14px 5px 0;
}

/* univerzalni prvky ------------------------------------------------------------ */
input.small{
  width: 50px;
}
input.normal{
  width: 146px;
}
.bigger {font-size:115%;}
.smaller {font-size:85%;}

.high {color:#00F;}
.nonhigh {color:#777;}

.foto{  display: block; border: 3px solid #ddd;}

img.para 
{
	border: 1px solid #ddd;
	padding: 5px;
	margin: 10px;
	float: right;
}

div#sep
{
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background: #fff url(../img/sep.jpg) no-repeat;
}

#bar
{
    background-color: #fff;
    text-align: right;
    padding: 5px 5px 0 5px;
    color: #888;
}

#bar input
{
    border: 1px solid #BBB;
    background: #eee;
    display: inline;
    margin-left: 10px;
    font-size: 0.8em;
}

#obsah div.in div.form
{
	float: left;
	background-color: #f9f6ed;
}

#obsah div.in div.split_left
{
	float: left;
	width: 340px;
	min-height: 450px;
	padding: 10px 0 10px 10px;
}

#obsah div.in div.split_right
{
	float: right;
	width: 419px;
	min-height: 450px;
	padding: 10px 10px 10px 0;
}

/* banners */

#obsah div.in h2.Home
{
	height: 0px;
	width: 0px;
	margin: 0;
	padding: 0;
}


#obsah div.in h2.Services
{
	background: #FFF url(../img/header-tree.jpg) no-repeat;
}

#obsah div.in h2.Practitioner
{
	background: #FFF url(../img/header-join.jpg) no-repeat;
}

#obsah div.in h2.Join
{
	background: #FFF url(../img/header-people.jpg) no-repeat;
}

#obsah div.in h2.Links
{
	background: #FFF url(../img/header-links.jpg) no-repeat;
}

#obsah div.in h2.About
{
	background: #FFF url(../img/header-about.jpg) no-repeat;
}

/* messages */
#obsah div.in span.warning
{
	background-color: #FFAEAE;
	display: block;
	font-size: 11px;
	margin: 5px 40px 5px 110px;
	text-align: center;
	visibility: hidden;
}

#obsah div.in div.box,
#obsah div.in div.box_full
{
	padding: 10px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #f0e4b2;
	width: 350px;
}

#obsah div.in div.box_full
{
	width: auto;
}

/* tabs */
#obsah div.in ul.tabs
{
        line-height: 1.2;
	margin: 10px 0 0 0;
	padding: 3px 10px;
	border-bottom: 1px solid #DDD;
}

#obsah div.in ul.tabs li
{
	display: inline;
}

#obsah div.in ul.tabs li a.selected
{
	background-color: #FFF;
	padding-top: 4px;
	top: 1px;
	position: relative;
	border-bottom: none;
	color: #444;
}

#obsah div.in ul.tabs li a
{
	background-color: #f0ece1;
	border: 1px solid #DDD;
	padding: 3px 4px;
	text-decoration: none;
	font-weight: bold;
	color: #888;
}

#obsah div.in ul.tabs li a:hover
{
	background-color: #F9F6ED;
}

/* selection table */
#obsah div.in div.split_left fieldset.join table.selector select,
#obsah div.in div.split_left fieldset.join table.selector input
{
	margin-left: 0;
}

#obsah div.in table.selector
{
	margin-top: 20px;
}

#obsah div.in table.selector label
{
	width: 100%;
	text-align: left;
}

#obsah div.in table.selector select
{
	font-size: 10px;
	width: 152px;
}

#obsah div.in table.selector td.assoc_other label
{
	margin-left: 135px;
}

#obsah div.in table.selector td.assoc_other input#txt_assoc_other,
#obsah div.in table.selector td.assoc_other input#txt_prac_other
{
	width: 120px;
}

#obsah div.in table.selector td.assoc_other input#btn_assoc_other_add,
#obsah div.in table.selector td.assoc_other input#btn_prac_other_add
{
	font-size: 11px;
}

/* login */
#panel-left div.in fieldset.login
{
	height: 100px;
	margin-top: 20px;
}

#panel-left div.in fieldset.login p
{
	color: #006699;
	font-size: 14px;
	margin-bottom: 8px;
        height: 20px;
}

#panel-left div.in fieldset.login label
{
	float: left;
	font-size: 11px;
	margin-bottom: 5px;
}

#panel-left div.in fieldset.login input
{
	width: 80px;
	float: right;
	margin-bottom: 5px;
	font-size: 11px;
	border: 1px solid #ddd;
}

#panel-left div.in fieldset.login input.btn
{
	background-color: #f0f1de;
	font-size: 11px;
	color: #555;
}

/* news */
#panel-left div.in div.news
{
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica;
    border-bottom: 2px solid #4682b4;
    background: #F5F5F5;
    padding: 5px;
}

#panel-left div.in div.news span.title
{
    display: block;
    font-weight: bold;
}

#panel-left div.in div.news span.date
{
    color: #888;
}

#panel-left div.in div.news p
{
    margin-bottom: 10px;
}

#panel-left div.in div#floral
{
    background: transparent url('../img/floral.jpg') no-repeat;
    height: 120px;
}

/* home page */
#obsah div.in div.full div.brief
{
	width: 160px;
	height: 220px;
	float: left;
	margin: 10px 15px;
	text-align: center;
}

#obsah div.in div.full div.brief img
{
	border: none;
}

#obsah div.in div.full div.brief span
{
	display: block;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #DADADA;
	background-color: #F9F6ED;
}


/* practitioners directory */
#obsah div.in div.practitioners_directory fieldset
{
	border-color: #DDD;
	border-style: none solid solid;
	border-width: medium 1px 1px;
	padding: 10px;
}

#obsah div.in div.practitioners_directory fieldset p
{
	margin-top: 10px;
}

#obsah div.in div.practitioners_directory fieldset p.note
{
	font-size: 10px;
	color: #888;
	margin-top: 0;
	width: 340px;
}

#obsah div.in div.practitioners_directory fieldset div.indent
{
	padding: 10px 20px;
}

#obsah div.in div.practitioners_directory fieldset div.indent p label
{
	width: 110px;
	float: left;
}

#obsah div.in div.practitioners_directory fieldset input#btn_submit_GP,
#obsah div.in div.practitioners_directory fieldset input#btn_submit_IP
{
	background: white url('../img/search_btn.gif') no-repeat top;
	border-style: none;
	width: 80px;
	height: 19px;
	text-indent: -999px;
	font-size: 0px;
	cursor: pointer;
}

#obsah div.in div.practitioners_directory fieldset div.result
{
	padding: 5px;
	margin-top: 10px;
	background-color: #ced6d8;
	width: 500px;
}

#obsah div.in div.practitioners_directory fieldset div.result span.name
{
	font-weight: bold;
	float: left;
	margin-left: 5px;
}

#obsah div.in div.practitioners_directory fieldset div.result span.suburb
{
	float: right;
	margin-right: 20px;
}

#obsah div.in div.practitioners_directory fieldset div.result p.modalities
{
	color: #555;
	font-size: 10px;
	margin-bottom: 5px;
}

#obsah div.in div.practitioners_directory fieldset div.result span.address
{
	float: left;
	font-size: 11px;
	color: #222;
}

#obsah div.in div.practitioners_directory fieldset div.result span.phone
{
	float: right;
	margin-right: 20px;
	font-size: 11px;
}

#obsah div.in div.practitioners_directory fieldset div.paging
{
	width: 500px;
	padding: 5px;
}

#obsah div.in div.practitioners_directory fieldset div.paging ul
{
	list-style-type: none;
	float: right;
}

#obsah div.in div.practitioners_directory fieldset div.paging ul li
{
	float: left;
	padding-left: 6px;
}

#obsah div.in div.practitioners_directory fieldset div.paging ul li.active
{
	text-decoration: underline;
	font-weight: bold;
}

/* member page */
#obsah div.in div#member_page
{
	overflow: auto;
}

#obsah div.in div#member_page div.about
{
	float: left;
	padding: 5px;
	width: 50%;
}

#obsah div.in div#member_page div.about h3
{
	border-bottom: 1px dotted #AAA;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#obsah div.in div#member_page div.about div
{
	margin-bottom: 10px;
}

#obsah div.in div#member_page div.about div.details div label
{
	font-weight: bold;
}

#obsah div.in div#member_page div.about div.details div p,
#obsah div.in div#member_page div.about div.details div ul
{
	margin-left: 50px;
}

#obsah div.in div#member_page div.about div.details div ul
{
	font-size: 11px;
	list-style-type: disc;
	list-style-position: inside;
}


#obsah div.in div#member_page div.photo
{
	float: right;
	width: 220px;
	padding: 5px;
	background-color: #CCC;
	margin-right: 30px;
        margin-top: 50px;
}

#obsah div.in div#member_page div.photo div
{
	padding: 3px;
	background-color: #FFF;
}

/* news */
#obsah div.in div.news
{
	font-size: 12px;
	margin-bottom: 20px;
}

#obsah div.in div.news span.subject
{
	font-weight: bold;
	font-size: 13px;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #686363;
	margin: 2px 0 5px 0;
}

#obsah div.in div.news span.date
{
	font-size: 11px;
	color: #888;
	display: block;
}

/* documents */
#obsah div.in div.doc
{
	font-size: 12px;
	margin-bottom: 10px;
}

#obsah div.in div.doc a
{
	color: #006699;
	font-weight: bold;
}

#obsah div.in div.doc a:hover
{
	text-decoration: underline;
}

#obsah div.in div.doc p.size
{
	color: #888;
        font-size: 0.8em;
}


/* join form */

#obsah div.in  div.alertDetails
{
	font-size: 11px;
	color: #eea570;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #eea570;
	font-weight: bold;
	display: none;
}

#obsah div.in  div.alertDetails ul
{
	color: #333;
	margin-left: 20px;
	font-weight: normal;
	margin-top: 5px;
}

#obsah div.in  div.alertDetails ul li
{
	display: none;
}

#obsah div.in div.complete
{
	margin: 0 0 20px 80px;
	border: 1px solid green;
	color: green;
	font-weight: bold;
	padding: 10px;
	width: 310px;
}

#obsah div.in div.split_left fieldset
{
	font-size: 12px;
}

#obsah div.in div.split_left fieldset p
{
	padding: 5px;
}

#obsah div.in div.split_left fieldset.join p#div_country,
#obsah div.in div.my_profile fieldset.details p#div_country
{
	padding-top: 0;
	color: #888;
	font-size: 11px;
	display: none;
}

#obsah div.in  p.title
{
	color: #006699;
	font-size: 14px;
	margin-bottom: 20px;
}

#obsah div.in div.split_left fieldset p label
{
	float: left;
	width: 110px;
	text-align: right;
}

#obsah div.in div.split_left fieldset input,
#obsah div.in div.split_left fieldset select
{
	margin-left: 10px;
	border: 1px solid #ddd;
}

#obsah div.in div.split_left fieldset input.btn
{
	width: 60px;
}

#obsah div.in div.split_left fieldset input:focus
{
	background-color: #f8f7f7;
}

#obsah div.in div.split_left fieldset select.states
{
	font-size: 11px;
}

#obsah div.in div.split_left fieldset p.submit
{
	margin-top: 40px;
}

#obsah div.in div.split_left fieldset.join input.address2
{
	margin-top: 5px;
}

#obsah div.in div.split_left fieldset.join table.selector select,
#obsah div.in div.split_left fieldset.join table.selector input
{
	margin-left: 0;
}

#obsah div.in table.selector
{
	margin-top: 20px;
}

#obsah div.in table.selector label
{
	width: 100%;
	text-align: left;
}

#obsah div.in table.selector select
{
	font-size: 10px;
	width: 152px;
}

#obsah div.in table.selector td.assoc_other label
{
	margin-left: 135px;
}

#obsah div.in table.selector td.assoc_other input#txt_assoc_other,
#obsah div.in table.selector td.assoc_other input#txt_prac_other
{
	width: 120px;
}

#obsah div.in table.selector td.assoc_other input#btn_assoc_other_add,
#obsah div.in table.selector td.assoc_other input#btn_prac_other_add
{
	font-size: 11px;
}


#obsah div.in div.split_left fieldset.join p.public
{
	margin-top: 60px;
}

#obsah div.in div.split_left fieldset.join p.public label
{
	float: none;
}

#obsah div.in div.split_left fieldset.join span.note
{
	font-size: 10px;
	color: #888;
	margin-left: 120px;
}

#obsah div.in div.split_left fieldset.payment table th
{
	font-size: 12px;
	font-weight: bold;
}

#obsah div.in div.split_left fieldset.payment table th.descrip
{
	width: 60%;
}

#obsah div.in div.split_left fieldset.payment table td
{
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	color: #333;
}

#obsah div.in div.split_left fieldset.payment table td span,
#obsah div.in div.split_left fieldset.payment table td label
{
	font-size: 11px;
	font-weight: normal;
}

#obsah div.in div.split_left fieldset.payment table tr.discount
{
	height: 60px;
	vertical-align: top;
}

#obsah div.in div.split_left fieldset.payment table tr.discount span
{
	font-style: italic;
	font-size: 10px;
}

#obsah div.in div.split_left fieldset.payment input.security
{
	width: 40px;
}

#obsah div.in div.split_left fieldset.payment select.expirey
{
	width: 50px;
}

#obsah div.in div.split_left fieldset.payment select.expirey2
{
	width: 80px;
	margin-left: 0;
}

#obsah div.in div.split_left fieldset.payment div.payment input
{
	margin-right: 10px;
}

#obsah div.in div.split_left fieldset.payment div.payment p
{
	padding: 0 20px 20px 20px;
}

#obsah div.in div.split_left fieldset.payment div.payment span
{
	display: block;
	margin: 10px 0;
}

#obsah div.in div.split_left fieldset.payment p.credit
{
	margin-top: 10px;
}

#obsah div.in div.split_right div.top
{
	margin-top: 70px;
}

#obsah div.in span.info
{
	font-size: 10px;
	font-style: italic;
}

#obsah div.in div.split_right div.middle
{
	margin-top: 390px;
}

#obsah div.in div.split_right div.bottom
{
	margin-top: 240px;
}

#obsah div.in div.split_right div.box ul
{
	font-size: 11px;
	list-style-type: disc;
	margin-left: 10px;
	margin-top: 5px;
}

#obsah div.in div.split_right div.box ul li
{
	margin-left: 10px;
}

/* my profile */

#obsah div.in div.my_profile div.box
{
	width: 310px;
	margin-left: 80px;
}


#obsah div.in div.my_profile div.alertDetails
{
	margin: 0 0 20px 80px;
        width: 310px;
}


#obsah div.in div.my_profile fieldset
{
	border: 1px solid #DDD;
	border-top: none;
	padding: 10px;
}

#obsah div.in div.my_profile fieldset input:focus
{
	background-color: #f8f7f7;
}


#obsah div.in div.my_profile fieldset input,
#obsah div.in div.my_profile fieldset select
{
	border:1px solid #DDD;
}

#obsah div.in div.my_profile fieldset p input,
#obsah div.in div.my_profile fieldset p select
{
	margin-left:10px;
}

#obsah div.in div.my_profile fieldset p
{
	padding: 2px;
}

#obsah div.in div.my_profile fieldset p.note
{
	font-size: 11px;
	color: #888;
	width: 250px;
	margin-left: 210px;
	margin-bottom: 10px;
}

#obsah div.in div.my_profile fieldset p label
{
	width: 200px;
	float: left;
	text-align: right;
}

#obsah div.in div.my_profile fieldset select.states
{
	font-size: 11px;
}

#obsah div.in div.my_profile fieldset span.warning
{
	margin-right: 250px;
}

#obsah div.in div.my_profile fieldset p.submit
{
	margin-top: 10px;
}

#obsah div.in div.my_profile fieldset.memberships table.selector
{
	margin-left: 80px;
}

#obsah div.in div.my_profile fieldset.description textarea
{
	margin-left: 80px;
	margin-top: 20px;
	border:1px solid #DDD;
	font-size: 11px;
}

#obsah div.in div.my_profile fieldset.image div.image
{
	margin-left: 210px;
	margin-top: 20px;
}

#obsah div.in div.my_profile fieldset.image p input#img_upload
{
	font-size: 10px;
}

#obsah div.in div.my_profile fieldset.password p.old
{
	margin-top: 20px;
	margin-bottom: 10px;
}

/* content styles */
#obsah div.in div.full img.std
{
    border: 3px solid #ccc;
}

#obsah div.in div.full div.info
{
    padding: 10px;
    margin-bottom: 30px;
    border: 1px solid #F0E4B2;
    float: left;
	margin: 20px 0;
}

#obsah div.in div.full div.info img
{
    float: right;
    margin: 10px;
    border: none;
}

#obsah div.in div.full div.info span
{
    display: block;
    float: left;
    width: 85%;
}

#obsah div.in div.full div.promo
{
    background: #F9F6ED;
    padding: 5px;
}

#obsah div.in div.full div.promo h3
{
    color: #006699;
    border: none;
    font-size: 1.1em;
}