﻿.x{}

*
{
	margin: 0;
	padding: 0;
}

html {
	height:100%;
	min-height:100%;
}

body
{
	padding: 0 0 0 0;
	background: #fff repeat-x scroll 0 0;
	color: #333;
	text-align: center;
	
	height:100%;
	min-height:100%;
	
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	/*font-size-adjust:none;*/
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	
}

/* obecne odkazy --------------------------------------------------------------- */
a
{
	color: #095799;
}
a:link
{
	color: #095799;
}
a:hover
{
	color: #095799;
	text-decoration: none;
}

h3 a
{
	font:inherit;
	color:inherit;
	text-decoration:inherit;
}

/* nadpisy --------------------------------------------------------------------- */
h1
{
	font-size: 200%;
}
h1#logo
{
	font-size: 280%;
	font-weight: normal;
	padding-left: 50px;
}
h2
{
	font-size: 190%;
	font-weight: normal;
	line-height: 24px;
}
h3
{
	font-size: 100%;
	margin-top: 20px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 5px;
	margin-right: 15px;
}
#panel-left h3
{
	padding:0;
	margin:0;
	padding-top:15px;
	padding-bottom: 0;
	font-size: 160%;
	font-weight: normal;
	border: none;
}
h4
{
	font-size: 120%;
}
h5
{
	font-size: 100%;
}

/* layout ---------------------------------------------------------------------- */

#aspnetForm
{
	margin:0 auto;

	text-align:left;
	position:relative;
	
	background: #fff url('/App_Themes/soco/layout/bg.jpg.ashx') repeat-x;

	
	min-height:100%;

	width:100%;
	

	/*border:solid 1px red;
	border-width:0 1px;*/
	

}

#container_wrap
{
	text-align:center;
}

#container
{	
	margin:0 auto;
	text-align:left;
	width: 800px;
	
	padding-bottom:65px;
}
#container div.container_out{
	background: #fff url('/App_Themes/soco/layout/border-left.jpg.ashx') repeat-y;
	background-position:left;
}

#container div.container_in {
	background: url('/App_Themes/soco/layout/container_footer.jpg.ashx') no-repeat;

	padding-bottom:5px;
	background-position:bottom;
}

#container div.container_in, #container div.container_out
{
	float:left;
	width:100%;

}

#footer
{
	background: #fff url('/App_Themes/soco/layout/bg.jpg.ashx') repeat-x;
	position:absolute;
	bottom:0px;
	
	height:60px;
	min-height:60px;
	
	margin:0 auto;
	text-align:center;
	width:100%;
	
	
}

#footer div.block
{
	margin:0 auto;
	padding:0 auto;
	text-align:center;
	width:800px;
}

#footer div.block div.in
{
	display:block;
	width:100%;
}

#footer div.block div.in ul
{
	list-style-type:none;
	margin:0;padding:0;
}
#footer div.block div.in li
{
	display:inline;
	padding:0 10px;
	border-right:solid 1px white;
}

#footer div.block div.in li a
{
	font-weight:bold;
}

#footer p {
	clear:both;
	color:white;
	padding-top:20px;
	text-align:center;
}

#footer a
{
	color:White;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}


#container h1
{
	margin: 0;
	padding:8px;
	text-align:center;
	width:100%;
}

#container .content .in h1
{
	text-align:left;
}


/* hlavicka ------------------------------------------------------------------ */
#header
{
	background: #fff url('/App_Themes/soco/layout/header.jpg.ashx') no-repeat;
	float:left;
	display:block;
	height:120px;
	width:100%;
}

#header div.sub{
float:left;
width:100%;
}

#header div.sub div.logo{
float:left;
display:block;
height:75px;
width:195px;
}

#header div.sub div.logo2{
float:left;
display:block;
height:40px;
width:195px;

}

#header div.sub div.logo a, #header div.sub div.logo2 a{
display:block;
width:100%;
height:100%;
text-decoration:none;
}

#header div.sub div.header_right{
float:right;
width:595px;
}

#header div.sub div.header_title{
	float:right;
	width:100%;
	padding-top:35px;
}

#header div.sub div.header_title h1 {
	padding:0;
	margin:0;
	text-align:right;
	color:white;
	font-size:medium;
}




/* horizontalni navigace --------------------------------------------------- */


#nav {
	
}

#nav ul
{
	list-style: none;
}
#nav ul li
{ 
	float: left;
	/*_float: none;*/
	display: inline;
	margin: 0;
	padding: 0;
}

#nav_top ul
{
margin:0px;
	float:right;
}

#nav_top ul li
{
	float:left;
	display:inline;
	border-right:solid 1px #fff;
	padding:0 10px;
	font-size:11px;
}

#nav_top ul li a
{
	color:#fff;
	font-weight:bold;
}

#nav ul li a
{
	font-family: 'Trebuchet MS' , 'Geneva CE' , lucida, sans-serif;
	font-size:12.5px;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left; /*\*/
	float: none;
	padding: 0 18px;
	text-align: center;
	border-right:solid 1px #0071bd;
	/*background-color:red;*/
}
#nav ul li a:hover
{
	text-decoration: none;
}
#nav ul li.first
{
	background: none !important;
}
#nav ul li.last
{
	background: none;
	background: url('/App_Themes/soco/layout/nav.jpg.ashx') no-repeat;
}


.content
{
	float:right;
	width:610px;
}
.content .in
{
	/*border-left: 1px solid #e3e3e3;*/
	padding:10px 10px 0 0;
}


/* Sloupce ----------------------------------------------------------------- */
#panel-left
{
	padding-top:20px;
	float: left;
	width: 171px;
}


#panel-left ul
{
	margin:0;
	padding:0;
}


/* paticka ----------------------------------------------------------------- */


#footer span
{
	padding-top:17px;
}

#footer p
{
	margin: 0;
	padding-top: 10px;
}




/* odstavce -------------------------------------------------------------------- */
p
{
	
	line-height: 20px;
	font-size: 11px;
	text-align:justify;
}

/* tabulky --------------------------------------------------------------------- */
table
{
	
	/*border: 1px solid #cdcdcd;*/
	border-collapse: separate;
	border-spacing: 5px;
	border-width:0;
	font-size: 100%;
	/*width: 100%;*/
}
th
{
	text-align: center;
	font-weight: bold;
	border: 1px solid #cdcdcd;
}
th, td
{
	/*padding: 4px 6px;*/
	border: 1px solid #cdcdcd;
}
tr.table-top
{
	background: #e5e5e5;
	font-weight: bold;
}

/* seznamy --------------------------------------------------------------------- */
ul, ol
{
	text-align:justify;
	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;
}
li
{
	display: list-item;
	margin-bottom: 6px;
}
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
{
	text-align:left;
	list-style-type: none;
	background: url('/App_Themes/soco/layout/li.jpg.ashx') no-repeat 3px 6px;
	padding-left: 20px;
	margin-bottom: 6px;
}

/* definice -------------------------------------------------------------------- */
dl
{
	margin: 15px 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin-left: 30px;
}

/* ostatni --------------------------------------------------------------------- */
fieldset
{
	margin: 15px 0;
	padding: 10px;
	border: 1px solid #CCC;
}
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;
}

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;
}


input.submit
{
	background-color:#0071bd;
	color:White;
	font-weight:bold;
}


/* Browser */

div.dynPanel
{
	width: 95%;
	float: right;
	display: block;
}


div.centerer
{
	text-align: center;
}

div.browser_container
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
}

div.browserForm
{
	height:100%;
	padding: 10px;
	padding-right:0;
}


div.browserForm div.input
{
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 10px;

}


div.browserForm div.entry
{
	float: left;
	text-align: left;
	width: 49%;
	padding: 0 0 4px 0;
	margin:0;
	/*margin: 0 0 3px 0;*/
}

div.browserForm div.entry div.label, div.browserForm .expansionSoco div.label
{
	width: 95px;
	float: left;

}

div.browserForm div.entry div.prompt
{
	float: left;
}


div.browserForm div.entry div.prompt input
{
	padding: 1px;
}


div.browserForm div.entry div.prompt a
{
	display: block;
	padding-top: 2px;
}

div.browserForm div.entry div.prompt span
{
	float: left;
	height: 20px;
	padding: 1px;
}

div.browserForm div.entry div.prompt span label
{
	padding: 0 2px 0 2px;
}

div.browserForm div.entry div.prompt span input
{
	vertical-align: middle;
}

div.browserForm div.entry div.prompt select
{
	width: 120px;
}

div.colorLabel
{
	float: left;
}

div.colorsContainer
{
	border: 1px solid #000000;
	width: 60px;
	height: 10px;
	margin-top: 3px;
	margin-left: 10px;
	font-size: 0px;
	line-height: 0px;
	float: right;
}



div.colorsContainer div.colorBlock
{
	width: 20px;
	height: 10px;
	float: left;
}

div.socoExpander
{
	height: 0px;
	position: relative;
	left: 140px;
	top: -20px;
}

/* modal popups */


.modalBackground
{
	background-color: Gray;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.modalPopup
{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

div.template_links 
{
	padding-right:10px;
}

div.template_links a 
{
	color:White;
}