* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#view {
	clear:both;
	padding-left:27px;
}

#view p {
	font-size:11px;
	color:#333333;
	line-height:18px;
}

#spacer {
	height:28px;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	margin-top:5px;
}

h3 {
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	margin-top:5px;
}

a {
	color:#000;
}

a:active {
	color:#000;
}

a:hover {
	color:#DDDDDD;
	text-decoration:underline;
}

a:visited {
	color:#000;
}

img {
	border: none;
}

input[type="text"], input[type="password"], input[type="file"], select, textarea {
	width:130px;
	margin-left:2px;
	margin-bottom:6px;
	line-height:15px;
	border:solid 1px #DFDFDF;
	padding:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

input[type="text"]:hover, input[type="password"]:hover, input[type="file"]:hover, select:hover, textarea:hover {
		border:solid 1px #2D7FC7;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="file"]:focus, select:focus, textarea:focus {
		border:solid 1px #2D7FC7;
		background-color: #F5FAFE;
}

textarea {
	width: 400px;
	height: 80px;	
}

label {
	display:block;
	width: 150px;
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 0px 10px 0px 10px;	
}

i {
font-size:10px;
}

fieldset {
	/*position:relative;
	top:24px;*/	
	background:#EEEEEE;
	border:solid 1px;
	padding:10px;
	border-color:#B7C4D3;
}

legend {
	/*position:relative;
    top: -24px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px 20px;	
	background-color:#426581;
	-moz-border-radius: 9px;
}

.odd {
 background-color: #EEEEEE;
}

.even {
 background-color: #DFDFDF;
}

.sortable th {
	height:35px;
}

caption {
	background-image: url(../images/admin/table_caption.png);
	background-repeat:no-repeat;
	height:28px;
	margin-bottom:-8px;
	margin-left:-10px;
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:6px 0px 0px 8px;
}

table {
	border-collapse:collapse;
	border:none;
}

th {
	font-size:10px;
	text-align: left;
	padding:5px;
	background-color:#CFCFCF;
	font-weight:bold;
}

th a, tr a:hover {
	text-decoration:none;
	color:#000000;
}

tr {
	font-size:10px;
	text-align: left;
	padding:5px;
	border:solid 1px #DFDFDF;
}

tr:hover {
	background-color:#DFDFDF;
}

.no_tr_hover tr:hover {
	background-color:#EEEEEE;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	padding:5px;
	border-top:3px solid #FFFFFF;
}

td a {
	text-decoration: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
	height: 21px;
	padding: 0px 10px 3px 10px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#1F3748;
	border:solid 1px #CFCFCF;
	border-color:#666666;
	cursor:pointer;
}


input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
	background-color: #2D7FC7;
}

fieldset span {
	padding: 0px 0px 0px 5px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}


/* Layout, pozicii, divoj *****************************************************/

#header {
	width: auto;
	height: 40px;
	background-color: #555555;
	background-image:url(../images/admin/header_bg.gif);
}

#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 12px 0px 0px 10px;
}

#date_bar {
	width: auto;
	height: 20px;
	background-color: #EEEEEE;
}

#date_bar p {
	font-size: 10px;
	color:#333333;
	padding: 4px 0px 0px 10px;
}

#menu {
	width: auto;
	height: 47px;
	background-color: #FFFFFF;
	background-image:url(../images/admin/menu_bg.jpg);
	background-repeat:repeat-x;
}

#sub_menu {
	width:153px;
	height: 100%;
	float: left;
}


#content {
	width: 830px;
	float:left;
	padding-bottom:32px;
	min-width:635px;
}

#page_heading {
	width:782px;
	height:32px;
	margin-top:-16px;
	padding-top:14px;
	font-size:14px;
	font-weight:bold;
	display:block;
	background-image:url(../images/admin/heading_bg.gif);
	background-repeat:repeat-x;
	float:left;
}

#left_corner {
	display:block;
	width:24px;
	height:45px;
	margin-top:-16px;
	background-image:url(../images/admin/left_corner.gif);
	background-repeat:no-repeat;
	float:left;
}

#right_corner {
	display:block;
	width:24px;
	height:45px;
	margin-top:-16px;
	background-image:url(../images/admin/right_corner.gif);
	background-repeat:no-repeat;
	float:left;
}

#footer  {
	position:fixed;
	bottom: 0px;
	width: 100%;
	height: 28px;
	background-color: #DDDDDD;
	color: #FFFFFF;
	clear: both;
	background-image:url(../images/admin/footer_bg.gif);
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 7px 0px 0px 10px;
}

#search {
	width:780px;
	height:20px;
	padding:10px;
	font-size:10px;
	background-color:#EEEEEE;
	border:solid 1px #DFDFDF;
}

#searchFields {
	float:left;
}

#searchButtons {
	float:right;
}

/* Main menu *****************************************************/

#menu ul {
	padding:7px 0px 0px 11px;
}

#menu ul li {
	display:inline;
	margin-right: 6px;
	width:96px;
	height:25px;
	list-style: none;
}

#menu ul li a {
	
	width:96px;
	height:20px;
	padding:0px 0px 0px 0px;
	text-decoration: none;
	text-align:left;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

#menu ul li a:link {

}

#menu ul li a:visited {
	font-size:11px;
}

#menu ul li a:focus {

}

#menu ul li a:hover {
	text-decoration:none;
	color:#FF6633;
}

#menu ul li a:active {

}

#sub_menu_view ul {
	margin:0px;
	padding:0px;
}

#sub_menu_view ul li {
	display:block;
	width:150px;
	height:24px; 
	margin-bottom:3px;
	list-style:none;
}

#sub_menu_view ul li a {
	display:block;
	width: 110px;
	height: 20px;
	padding:4px 0px 0px 10px;
	text-align:left;
	font-family:Tahoma, Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	background:url(../images/admin/button_down.gif) no-repeat 0 0;
	
}

#sub_menu_view ul li a:link {

}

#sub_menu_view ul li a:visited {

}

#sub_menu_view ul li a:focus {

}

#sub_menu_view ul li a:hover {
	background:url(../images/admin/button_over.gif) no-repeat 0 0;
	color: #FFFFFF;
}

.pagination a:link, .pagination a:visited, .pagination a:hover, .pagination a:active, {
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #666666;
}

.small {
	width: 150px;
	height: 50px;
}


.big {
	width: 450px;
	height: 240px;
}


.very_big {
	width: 600px;
	height: 440px;
}


/* Validation ***********************************************/
.LV_validation_message{
	font-size:12px;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/*test na rubin */

.error_messages {
	background:#FF6666 none repeat scroll 0 0;
	border:6px solid #FF0000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:140%;
	margin:12px 6px 12px auto;
	padding:12px;
	text-align:center;
}

.info_messages {
	background:#2D7FC7 none repeat scroll 0 0;
	border:6px solid #426581;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:140%;
	margin:12px 6px 12px auto;
	padding:12px;
	text-align:center;
}

label.short {
	width: 90px;
}

#view a:link, #view a:hover {
	font-size:11px;
	color:#333333;
	text-decoration:none;
}


table#mce_0_tbl {
	margin-left: 10px;
}
.mceEditor {
	position:relative;
	left:162px;
}

.jump_to_site {
	position:relative;
	top:-18px;
	left:670px;
	color:#FFFFFF;
	width:320px;
}

#forgot_password a, #forgot_password a:hover  {
color:#FF357C;
font-size:12px;
text-decoration:none;
}

.center {
text-align:center;
}
