form,input,select,option,label,textarea {
	font: normal 12px/14px Verdana, sans-serif;
	color: /* #B6532A */#880d0f;
}

.select {
	display: none; /* test, robert */
	float: left;
	padding-bottom: 5px;
	margin-right: 10px;
	cursor: pointer;
}

.options {
	display: none; /* test, robert */
	float: left;
	border: solid 1px #d06940;
	border-left: 0;
}

.options ul {
	list-style-type: none;
}

.options li {
	display: inline;
}

.options li a {
	display: block;
	float: left;
	padding: 3px 10px;
	background: #feeed8;
	color: black;
	text-decoration: none;
}

.options li a:hover {
	background: #ffffff;
	color: #B6532A;
}

.name {
	float: left;
	padding: 3px 10px;
	background: #feeed8;
	color: #000000;
	border: solid 1px #d06940;
}

/* For pages with JavaScript ******************************************************************** */
.selectjs {
	position: absolute;
	/*right: 262px;
	*/
	height: 15px; /* For Mozilla and Opera */
	cursor: pointer;
	width: 180px;
	top: 0;
	z-index: 100; /* For Mozilla and Opera */
}

.selectjs2 { /*position: absolute;
	
	right: 262px;
	*/
	height: 15px; /* For Mozilla and Opera */
	cursor: pointer;
	width: 60px;
	float: right;
	z-index: 100; /* For Mozilla and Opera */
}

.optionsjs,.optionsjs2 {
	display: none;
	border: solid 1px #880d0f;
	border-top: none;
}

.optionsjs ul,.optionsjs2 ul {
	padding: 0px;
	background: #feeed8;
	/* border: solid 1pc #880d0f; */
}

.optionsjs li,.optionsjs2 li {
	display: inline;
	padding: 0px;
}

.optionsjs li a {
	display: block;
	width: auto;
	padding: 3px 10px;
	text-decoration: none;
}

.optionsjs2 li a {
	font-size: 14px;
	display: block;
	width: auto;
	padding: 3px 10px;
	text-decoration: none;
	color: /* #B6532A */ #880d0f;
}

.optionsjs li a:hover,.optionsjs2 li a:hover {
	background: #ffffff;
	color: /* #B6532A */ #880d0f;
}

.namejs { /* width: 232px; */
	padding: 3px 10px;
	border: solid 1px #B6532A;
	background: #feeed8 url('../images/arrow_down.png') no-repeat 100% 50%;
}

.namejs2 { /* width: 232px; */
	padding: 1px 10px;
	border: solid 1px #880d0f;
	background: #feeed8 url('../images/arrow_down.png') no-repeat 100% 50%;
}

/* Styled Checkboxes and radio buttons **************************************************************************** */
.radio {
	width: 13px;
	height: 19px;
	padding: 0 5px 0 0;
	background: url("../images/radio_top.png");
	background-repeat: no-repeat;
	cursor: default;
	display: block;
	clear: left;
	float: left;
}

.checkbox {
	width: 16px;
	height: 16px;
	background: url('../images/checkbox_form_19px_2.png') no-repeat;
	display: block;
	clear: left;
	float: left;
}
/*.radio {
	height: 25px;
	width: 19px;
	clear: left;
	float: left;
	margin: 0 0 3px;
	padding: 0 0 0 26px;
	background: url("../images/radio_top.png");
	background-repeat: no-repeat;
	cursor: default;
}

.checkbox {
	height: 25px;
	width: 19px;
	clear: left;
	float: left;
	margin: 0 0 3px;
	padding: 0 0 0 26px;
	background: url("../images/checkbox_form_19px_2.png") no-repeat;
	cursor: default;
	text-align: left;
}*/
input .checkbox , .radio input{
	display: none;
}

.checkbox input.show,.radio input.show {
	display: inline;
}

.selected {
	background-position: 0 -52px;
}

/* Searchform *********************************************************************************** */
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

fieldset p {
	margin: 0;
	padding: 0;
}

fieldset input {
	color: black;
	/* background: #feeed8; */
	/* border: solid 1px #d06940; */
}

#content_right_table form { /*padding: 0px;
			margin: 0px;*/
	background: #feeed8;
	border: solid 2px #d06940;
	width: 300px;
	height: 400px;
	padding: 10px;
	position: relative;
}

#content_right_table fieldset {
	border: solid 1px #d06940;
	padding: 5px 15px;
}

#content_right_table legend {
	font: 11px/13px Verdana, sans-serif;
	color: #d06940;
}

#content_right_table td {
	margin: 0px;
	padding: 0px;
}

/* Advance_search_forms **************************************************************** */
#adv_search_groups input,#adv_search_users input {
	padding: 0px;
	margin: 0px;
}

#adv_search_groups td,#adv_search_users td {
	padding-bottom: 10px;
}

#adv_search_groups input[type="text"],#adv_search_users input[type="text"]
	{
	padding: 3px 0px 3px 3px;
	border: none;
	background-color: #FFFFF5;
	color: #999999;
	background: url('../images/text_field_bgr.png') no-repeat;
}

#fieldset_vyhladavat tr td:nth-child(2) {
	padding-right: 15px;
}

#fieldset_podla tr td:first-child {
	padding-right: 30px;
}

#fieldset_podla_roly tr td:nth-child(1) {
	padding-right: 25px;
}

.form_submit {
	background-color:  #880d0f;
	border: 1px solid #FECA77;
	color: #FECA77;
	font: bold 8pt normal Tahoma, Verdana, Arial;
	padding: 3px;
	/* position: absolute;*/
	bottom: 1em;
}

.ieBugfix_submit_buttons{
	height: 24px;
}


.form_submit:hover {
	background-color: #AF1000;
}

.form_submit_file {
	height: 24px; 
	position: relative; 
	top: 0px; 
}

#submitImport{
	z-index: 150;
}

#upload_file_wrapp{
	display: block; 
	width: 100px; 
	height: 24px; 
	overflow: hidden;	
}

#upload_file_wrapp:hover .form_submit_file{
    background-color: #AF1000;
}


#file_info{
	line-height: 24px;
	float: left;
	padding-left: 10px;
}

#file{
	/* visibility: hidden; 
	height: 0px;
	width: 0px;*/
	font-size: 50px; 
	width: 120px; 
	opacity: 0; 
	filter:alpha(opacity: 0);  
	position: relative; 
	top: -40px; 
	left: 0px;
}

.adv_search_submit {
	margin-right: 8px;
}

/* Search and Deatail Absolventi ******************************* */

/*.table_absolventi {
	background-color: #feeed8;
	border: solid 2px #d06940;
	margin: 0;
}*/

table.items input[type="text"]{
	padding: 1px 0px 1px 3px;
	border: solid 1px #880d0f; 
	background-color: #FFFFF5;
	/*color: #999999;*/	
	/*background: url('../images/text_field_bgr.png') no-repeat;*/
}

table.items select {
	border: solid 1px #880d0f; 
	background-color: #FFFFF5;
}
		
.submit_button {
	background-color: #feeed8;
	border: 2px solid #d06940; 
	color: #d06940; 
	font: bold 8pt normal Tahoma, Verdana, Arial;
	padding: 3px;
	/* position: absolute;*/
	bottom: 1em;
	margin-right: 5px;
}



/* SmartSearch */

#smartSearch {
	margin-bottom: 1em;
}

#smartSearch p {
	margin-top: 3px;
}

#smart_search_field {
	font-weight: bold;
	font:16px/18px Verdana,sans-serif; 
	background-color: white; 
	border: 1px solid #880d0f; 
	padding: 3px 0 3px 3px;
}

.smartSearch_submit {
	font-size: 10pt;
	padding: 5px 4px 4px 3px;
	cursor: pointer;
}

.a_position_fix {
	margin-left: 363px;
}

/* Search type 2 *** */
/* #top_search {
	margin: 0px;
	padding: 0px;
}

#search {
	float: left;
	padding: 3px 0 3px 0px;
	background: #7B0D0D;
}

#search p#pleft,#search p,#search p#psearch {
	float: left;
	margin: 0;
	height: 18px;
}

#search p#pleft {
	width: 8px;
	background: url('../images/search_left.gif') no-repeat top left;
}

#search p#psearch {
	background: url('../images/search_bg.gif') repeat-x top left;
}

#search input, #search input.submit {
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: none;
}

#search input { padding-top: 2px;
	width: 120px;
	color: black;
	background: none;
	padding: 2px 0px 0px 0px;
	float: left;
}

#search input.submit {
	width: 39px;
	height: 19px;
	background: url('../images/search_submit_bg.gif') no-repeat top left;
	padding: 7px 0px 6px 0px;
}

#search_box_bottom td:nth-child(2) input {
	margin: 1px 3px 1px 4px;
}
 */
/*input[type="checkbox"]{
	margin: 1px 0px 0px 1px;
}*/

/* Indexed search ******************************************************************************* */

/* Old search formating *** */
.tx-indexedsearch .tx-indexedsearch-browsebox {
	padding: 0 0 1em 0;
	margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox UL {
	padding: 0;
	margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display: inline;
	margin-left: 5px;
}

/* Section list in search result header */
.tx-indexedsearch .tx-indexedsearch-sec {
	padding: 0 0 10px 0;
	margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-sec ol {
	list-style-type: decimal;
	color: #000000;
	padding: 0 0 0 25px;
	margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-sec li {
	display: block;
}

.tx-indexedsearch .tx-indexedsearch-sec a {
	text-decoration: underline;
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-sec  a:hover {
	
}

/* Form button */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button
	{
	width: 100px;
}

.tx-indexedsearch input#tx-indexedsearch-searchbox-sword {
	width: 160px;
}

/* Search words in search results title */
.tx-indexedsearch .tx-indexedsearch-whatis {
	padding: 1em 0 0 0;
	margin: 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup
	{
	color: red;
}

/* Details info: date, ... */
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background: #ffffff;
	padding: 2px 5px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top: 0;
	margin-bottom: 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top: 0;
	margin-bottom: 0;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background: #cccccc;
	vertical-align: middle;
}

.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color: #666666;
}

.tx-indexedsearch .tx-indexedsearch-category {
	background: #cccccc;
	font-size: 16px;
	font-weight: bold;
}

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch-browselist-currentPage a {
	font-weight: bold;
}

.tx-indexedsearch  .tx-indexedsearch-res {
	
}

.tx-indexedsearch  .tx-indexedsearch-res .res-tmpl-css {
	clear: left;
	margin-top: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: solid 2px #BF9960;
}

.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right: 1em;
	width: 10em;
	float: left;
}

/* percentage */
.tx-indexedsearch .result-count-tmpl-css,.tx-indexedsearch .percent-tmpl-css
	{
	letter-spacing: 0;
	font-weight: normal;
	margin-top: -1.5em;
	float: right;
}

.tx-indexedsearch dl.info-tmpl-css {
	margin: 0;
	padding: 0;
}

.tx-indexedsearch .info-tmpl-css dt,.tx-indexedsearch dl.info-tmpl-css dd
	{
	float: left;
}

.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float: none;
}

/* Path to item */
.tx-indexedsearch .info-tmpl-css dd.item-path {
	float: none;
}

.tx-indexedsearch .info-tmpl-css dd.item-path a {
	color: black;
}

.tx-indexedsearch .info-tmpl-css dd.item-path a:hover {
	color: #BF9960;
}

.tx-indexedsearch div {
	padding-bottom: 5px;
}

/* Search input box */
/*
#tx_indexedsearch input#tx-indexedsearch-searchbox-sword {
	width: 170px;
}
*/

/* Search select boxes */
#tx_indexedsearch select {
	width: 170px;
	margin-right: 10px;
}

/* Search labels */
#tx_indexedsearch label {
	display: block;
	float: left;
	line-height: 20px;
	width: 100px;
}

.browsebox li a {
	text-decoration: underline;
	color: black;
	font-size: 12px;
}

.browsebox li a:hover {
	color: #BF9960;
}

.tx-indexedsearch-res h3 {
	padding: 5px;
}

.tx-indexedsearch-title a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

/* MailForm *** */
#mailform {
	padding-bottom: 1.2em;
}

#mailform fieldset {
	padding: 0.4em;
}

#mailform label {
	display: block;
	float: left;
	width: 9em;
	margin-top: 0.2em;
}

#mailform input,#mailform textarea {
	margin-bottom: 0.4em;
}