
/********General section*******/


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box {
	padding: 6px;
	margin: 2px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana;
	font-weight: bold;
}

/* popup date / time control */
span.datefield {
	
}

span.datefield_disabled {
	color: #DDD;
	font-style: italic;
	text-decoration: line-through;
}

/* Weblog styles */
div.weblog_comment {
	margin: 3px;
	margin-bottom: 1em;
	border: 1px dashed #DDD;
}

div.weblog_comment_title {
	font-size: 10px;
	font-weight: bold;
	background-color: #DDD;
	padding: 2px;
}

div.weblog_comment_attribution {
	font-size: 10px;
	font-style: italic;
	padding: 5px;
}

div.weblog_comment_body {
	font-size: 10px;
	padding: 5px;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;}





/**** umeleckeprogramy.cz Site specific style ****/


body { background-color: #FEFEE1;
       margin: 0px;
/*       font-family: Times New Roman, Times, Serif;
*/
       font-family: arial, sans-serif;
       font-size: 10pt;
     }

img { border: none;
	margin: 0px;
	padding: 0px;
    }

a 	  { text-decoration: none; font-weight: bold; font-size: 10pt; border: none; margin: 0px; }
a:link    { color: #BC6E2B }
a:visited { color: #BC6E2B }
a:hover   { color: #EA8827 }
a:active  { color: #EA8827 }

a.navlink { }

span.navlink { color: #EA8827 }


#basicbox { width: 100%;
	    background-color: transparent;
	  }

#sitebox { width: 750px;
	   text-align: left;
	   padding: 0px;
	   margin: 0px;
	   margin-top: 10px;
	   margin-bottom: 10px;
	   background-color: #FEFEE1;
	   border: 1px solid #EDE6C1;
	   color: #800000;
	   min-height: 600px;
            height: auto;
	   _height: 400px;
	 }

#header { width: 750px;
	    height: 160px;
	    padding: 0px;
	    margin: 0px;
	  }

#header img { width: 750px;
		  height: 160px;
		}


#leftContainer { color: #800000;
		 background: transparent;
		 float: left;
		 width: 470px;
		 padding: 0px;
		 margin-top: 0px;
		 margin-left: 9px;
		 margin-right: 20px;
		 margin-bottom: 20px;
		 min-height: 400px;
		  height: auto;
		 _height: 400px;
	       }

#topNavContainer { background: transparent;
		   width: 470px;
		   height: 60px;
		   padding: 0px;
		   padding-left: 10px;
		   padding-top: 20px;
		   margin: 0px;
		 }

#topNavContainer a 	   { text-decoration: none; font-weight: bold; font-size: 10pt; border: none; margin: 0px; }
#topNavContainer a:link    { color: #800000 }
#topNavContainer a:visited { color: #800000 }
#topNavContainer a:hover   { color: #800000; text-decoration: underline; }


table.tnav	{}

td.tnav		{}

span.navlinkicon { padding-left: 15px }



#langSwitchContainer { background: transparent;
		       text-align: center;
		       float: left;
		       width: 225px;
    		       padding: 0px;
		       padding-left: 0px;
		       padding-top: 21px;
		     }

#langSwitchContainer table { text-align: right; 
			     width: 100%; }

#langSwitchContainer table a 		{ text-decoration: none;
		   		          font-size: 70%; }
#langSwitchContainer table a:link 	{ color: #FF6633; }
#langSwitchContainer table a:visited 	{ color: #FF6633; }
#langSwitchContainer table a:hover 	{ text-decoration: underline; }

#rightContainer { background-color: #FFFFD1;
		  font-size: 11pt;
		  float: left;
		  width: 225px;
		  padding: 10px;
		  margin: 0px;
		  margin-top: 40px;
		  margin-bottom: 30px;
		  border: 1px solid #CCC6A6;
	       }

#rightContainer a 	  { text-decoration: none; font-weight: bold; font-size: 10pt; border: none; margin: 0px; }
#rightContainer a:link    { color: #800000 }
#rightContainer a:visited { color: #800000 }
#rightContainer a:hover   { color: #800000; text-decoration: underline; }


#rightContainer table { line-height: 150%; }

#rightContainer a.navlink { font-size: 10pt; }

#footer-line { clear: both;
	         margin-left: 10px;
	         height: 1px;
		}
#footer-line img {width: 730px;
			height: 1px;
		     }


#footer { background: transparent;
	  clear: both;
	  padding: 10px;
	  padding-left: 25px;
	  padding-bottom: 15px;
	  text-align: left;
	}

#footer-text { padding-right: 60px }
#footer-mail { padding-right: 55px }
#footer-tel { color: #D41C14;
	      font-weight: bold;
	    }
#footer-notice { font-size: 70%; }




/* Formular cenova nabidka */

#text {
padding-top: 30px;
padding-bottom: 15px;
padding-left: 10px;
background-color: transparent;
overflow: hidden;
}

#text div {
margin-left: 0px;
margin-right: 30px;
width: 440px;
overflow: hidden;
}

#text input {
font-family: Verdana, "Geneva CE", lucida, sans-serif;
font-size: 11px;
color: #000000;
padding: 2px;
width: 200px;
height: 19px;
background-color: transparent;
border: 1px solid #800000;
}

#text input.checkbox {
width: 13px;
height: 13px;
border: none;
}

#text input.radio {
width: 13px;
height: 13px;
border: none;
}

#text input.submit, #text input.reset, #text input.button {
font-weight: bold;
width: 200px;
height: 21px;
padding: 2px;
border: 2px solid #800000;
}

#text input.file {
width: 200px;
height: 21px;
}

#text input.image {
padding: 0px;
border: none;
}

#text textarea {
font-family: Verdana, "Geneva CE", lucida, sans-serif;
font-size: 11px;
color: #000000;
padding: 2px;
width: 200px;
height: 100px;
background-color: transparent;
border: 1px solid #800000;
}

#text select {
font-family: Verdana, "Geneva CE", lucida, sans-serif;
font-size: 11px;
color: #000000;
width: 200px;
background-color: transparent;
}

#text form div.field
{
margin: 0px;
margin-bottom: 10px;
margin-top: 2px;
text-align: left;
}

#text form div.footer
{
margin: 0px;
margin-top: 20px;
}

#text form input.button
{
width: 100px;
color: #FFF;
/* background-color: #52819F; */
background-color: #800000;
border-width: 0px;
}

#text form label
{
}

#text form input.text
{
float: none;
margin: 0px;
}

#text form input.text.sm
{
width: 100px;
}

#text form span.req
{
font-size: 100%;
color: #C00000;
font-weight: bold;
position: relative;
top: 3px;
}
