body{
	background: url('../img/backgroundlogin.gif') repeat-y center !important;
	}
#content{
float: none;	
}

#admin_main {
	padding-left: 10px;
}

#admin_main img {
	border: 0;
	margin: 0;
	padding: 0;
	}

#admin_main .post {
	padding-left: 0;
	padding-top: 0;
}

#admin_main .post .entry {
	clear: both;
	padding: 10px;
}

#admin_menu {
	height: 45px;
	margin-top: .5em;
	font-size: 90%;
}

#admin_menu .active,#admin_menu .active a {
	background: #d0eca9;
	color: #000;
}

#admin_menu .first a {
	border: none;
}

#admin_menu .menu_item_header,#admin_menu .menu_subitem_header {
	background: url(http://www.ronovnd.cz/img/list-menu.gif) no-repeat left 6px;
	display: block;
	float: left;
	height: 20px;
	width: 10px;
}

#admin_menu .menu_subitem_header {
	background: url(http://www.ronovnd.cz/img/list-menu.gif) no-repeat 10px 6px;
	width: 20px;
}

#admin_menu a {
	border-left: 1px dotted rgb(92, 184, 92);
	color: #666;
	display: block;
	float: left;
	font-weight: 700;
	padding: 10px 10px;
	text-decoration: none;
	border-bottom: 1px dotted rgb(92, 184, 92);
}

#admin_menu a:hover {
	background: rgb(247,244,201);
	color: #000;
	border-bottom: 1px dotted rgb(92, 184, 92);
}

#admin_menu li {
	background: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#admin_menu ul {
	margin: 0;
}

#article .jTagEditor-button1 a {
	background-image: url(../img/jtageditor/h1.png);
}

#article .jTagEditor-button10 a {
	background-image: url(../img/jtageditor/bold.png);
}

#article .jTagEditor-button11 a {
	background-image: url(../img/jtageditor/italic.png);
}

#article .jTagEditor-button12 a {
	background-image: url(../img/jtageditor/stroke.png);
}

#article .jTagEditor-button13 a {
	background-image: url(../img/jtageditor/superscript.png);
}

#article .jTagEditor-button14 a {
	background-image: url(../img/jtageditor/subscript.png);
	margin-right: 20px;
}

#article .jTagEditor-button15 a {
	background-image: url(../img/jtageditor/table.png);
}

#article .jTagEditor-button16 a {
	background-image: url(../img/jtageditor/table-row.png);
}

#article .jTagEditor-button17 a {
	background-image: url(../img/jtageditor/table-col.png);
	margin-right: 20px;
}

#article .jTagEditor-button18 a {
	background-image: url(../img/jtageditor/list-bullets.png);
}

#article .jTagEditor-button19 a {
	background-image: url(../img/jtageditor/list-numbers.png);
}

#article .jTagEditor-button2 a {
	background-image: url(../img/jtageditor/h2.png);
}

#article .jTagEditor-button20 a {
	background-image: url(../img/jtageditor/list-item.png);
}

#article .jTagEditor-button21 a {
	background-image: url(../img/jtageditor/indent.png);
	margin-right: 20px;
}

#article .jTagEditor-button22 a {
	background-image: url(../img/jtageditor/code.png);
}

#article .jTagEditor-button23 a {
	background-image: url(../img/jtageditor/comments.png);
	margin-right: 20px;
}

#article .jTagEditor-button24 a {
	background-image: url(../img/jtageditor/tags-close.png);
}

#article .jTagEditor-button25 a {
	background-image: url(../img/jtageditor/tags-delete.png);
}

#article .jTagEditor-button3 a {
	background-image: url(../img/jtageditor/h3.png);
}

#article .jTagEditor-button4 a {
	background-image: url(../img/jtageditor/h4.png);
}

#article .jTagEditor-button5 a {
	background-image: url(../img/jtageditor/h5.png);
}

#article .jTagEditor-button6 a {
	background-image: url(../img/jtageditor/h6.png);
}

#article .jTagEditor-button7 a {
	background-image: url(../img/jtageditor/paragraph.png);
	margin-right: 20px;
}

#article .jTagEditor-button8 a {
	background-image: url(../img/jtageditor/picture.png);
}

#article .jTagEditor-button9 a {
	background-image: url(../img/jtageditor/link.png);
	margin-right: 20px;
}

#article .jTagEditor-editor {
	border: 1px solid #CCC;
	clear: both;
	display: block;
	font: 12px "Courier New", Courier, monospace;
	line-height: 18px;
	margin-top: .0em;
	padding: 5px;
	width: 60em;
}

#article .jTagEditor-resizeHandle {
	background-image: url(../img/jtageditor/handle.png);
	cursor: n-resize;
	height: 1em;
	width: 51em;
}

#article .jTagEditor-toolBar {
	list-style: none;
}

#article .jTagEditor-toolBar a {
	border: none !important;
	color: #000 !important;
	display: block;
	height: 16px;
	margin: 1px 3px;
	overflow: hidden;
	text-indent: -1000px;
	width: 16px;
}

#article .jTagEditor-toolBar li {
	float: left;
	list-style: none !important;
}

#main .post .story img {
	border: 1px solid #d2d2d2;
	margin: 5px;
	padding: 5px;
}

#post li {
	list-style: circle;
	margin-bottom: .3em;
	margin-top: .3em;
}

#post ul {
	margin-left: 1em;
}



#tooltip {
	font-family: arial,sans-serif;
	background-color: #eee;
	border: 1px solid #6e6e6e;
	filter: alpha(opacity = 85);
	font-size: 90%;
	opacity: 0.85;
	padding: .5em;
	position: absolute;
	text-align: left;
	width: 15em;
	z-index: 3000;
	color: black;
}

#tooltip h3 {
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.admin_form {
	clear: both;
	padding-left: 1em;
	width: 100%;
}

.admin_form .submit_row {
	clear: both;
	margin-top: .5em;
	text-align: right;
	width: 52em;
}

.admin_form fieldset {
	border: 1px solid #b1ae9e;
	margin-bottom: .6em;
	padding: .2em .5em .5em;
	width: 49.8em;
}

.admin_form fieldset a {
	font-size: 80%;
	margin-left: .3em;
	margin-right: .3em;
}

.admin_form fieldset legend {
	font-size: 90%;
}

.admin_form input,.admin_form textarea {
	background: #FFF;
	border: 1px solid #b1ae9e;
	margin-bottom: .5em;
	margin-top: .1em;
}

.admin_form label {
	color: #5a5a5a;
	display: block;
	font-size: 90%;
}

.admin_form p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.admin_menu_block {
	margin-bottom: 2em;
	margin-left: 2em;
}

.admin_menu_block ul {
	margin-top: 3px;
}

.admin_menu_block ul li {
	margin-bottom: 3px;
}


.admin_menu_block_icon{
	float: left;
	margin-right: 5px !important;
	position: relative;
	top: 0;
}

.admin_table {
	border-collapse: collapse;
	font-size: 85%;
	width: 100%;
}

.admin_table .header td {
	background: #ffe090;
	font-weight: 700;
	padding: .4em;
}

.admin_table a {
	font-size: 90%;
	text-align: left;
}

.admin_table td {
	border-bottom: 1px solid #ffe090;
	font-size: 110%;
	padding: .5em .2em .2em;
	text-align: center;
	vertical-align: middle;
}

.admin_table td a {
	border: none !important;
}

.admin_table td img {
	margin-bottom: .3em !important;
}

.category_first_item {
	color: #5a5a5a;
}

.header a,.img_link {
	border-bottom: none !important;
	color: #000 !important;
	font-size: 100%;
}

.header a:hover {
	text-decoration: underline !important;
}

.help_box {
	border: 1px solid #b1ae9e;
	margin-top: 1em;
	padding: .5em;
	width: 40em;
}

.hover_background,.admin_table tr:hover {
	background: #FFEFC8;
}

.info_icon {
	margin-right: .5em;
	position: relative;
	top: 2px;
}

.jTagEditor {
	border: 1px solid #CCC;
	padding: 1px;
	width: 54em;
}

.jTagEditor-comments-editor {
	height: 10em;
	padding: .2em;
	width: 50.3em;
}

.jTagEditor-comments-resizeHandle {
	display: none;
}

.jTagEditor-comments-toolBar {
	font: 10px Arial, Helvetica, sans-serif;
	height: 20px;
	width: 54em;
}

.jTagEditor-comments-toolBar a {
	border: none !important;
	color: #000 !important;
	text-decoration: none;
}

.jTagEditor-comments-toolBar li {
	border: 1px solid #fff;
	border-color: #DDD #999 #999 #CCC;
	float: left;
	list-style: none !important;
	margin: 1px;
	padding: 2px 4px;
}

.jTagEditor-comments-toolBar ul,#article .jTagEditor-toolBar ul {
	margin: 0;
	padding: 0;
}

.legend_category_title {
	color: #5A5A5A;
	font-size: 80% !important;
}

.main_category {
	background-color: #c8c8c8;
}

.num_of_comments {
	float: left;
	height: 2.7em;
	line-height: 2.7em;
	text-align: right;
	width: 2.5em;
}

.radio_label {
	display: inline !important;
}

.radio_row {
	height: 2em;
	line-height: 2em;
}

.tooltip_box {
	border-bottom: 1px dotted;
	cursor: default;
	font-size: 75%;
}

h5 {
	font-size: 1em;
	font-weight: 400;
	display: inline;
}

h6 {
	font-weight: 700;
}

.inactive_text{
color: rgb(160,160,160);
font-style: normal !important;
font-weight: normal !important;
font-family: arial,sans-serif !important;;
}

