body {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-color: #666666;
}
ul {
	list-style: none;
}
h1 {
	margin:2px 0px 0px 2px;
	font-size: 18px; 
}
h2 {
	color:#ff9900;
	background-color: #585858;
	border:1px solid white;
	padding:2px;
	margin:4px 0px 4px 0px;
	font-size: 15px; 
	font-weight: normal;
}
h3 {
	margin:10px 0px 4px 0px;
	font-size: 14px; 	
	font-style: italic;
}
form {
	margin: 0;
	
}
#head {
	width: 994px;
	height: 116px;
	background-image: url(../img/head.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:white;
}
#info {
	width:989px;
	height: 20px;
	background-image: url(../img/bginfo.png);
	background-repeat: repeat-x;
	position: relative;
	padding-top:5px;
	padding-left:5px;
}
#null {
	width:999px;
	text-align: left;
	margin:auto;
	/*background-image: url(../img/bgNull.png);
	background-repeat: repeat-y;*/
}
#main {
	width: 994px;
	background-image: url(../img/bgNull.png);
	background-repeat: repeat-y;
	/*border:1px solid black;*/
	min-height:100px;
	padding-bottom:5px;
}
#mainRight a {
	color:#ff9900;
}
#mainLeft {
	width: 160px;
	/*border:1px solid black;*/
	text-align: left;
	color: #000000;
}
#mainRight {
	width: 827px;
	float: right;
	background-color: #333333;
	color:white;
	/*border:1px solid red;*/
	
	
}

#colLeft {
	width: 328px;
	float: left;
	padding-right:1px;
	padding-bottom:5px;
	/*border:1px solid black;*/
	padding-left:1px;
}

#colRight {
	width: 487px;
	_width:483px;
	float: right;
	/*border:1px solid black;*/
	padding-right:4px;
	
}
#footer {
	width: 995px;
	/*background-image: url(../img/bgFooter.png);
	background-repeat: no-repeat;*/	
	height:26px;
	border-top:2px solid #cccccc;
	color:#8E8E8E;
	text-align: right;
	font-size: 10px;
	padding-top:4px;
	margin-top:5px;
}
.clearer {
	clear:both;
}



div.nav a {
	color: #ff9900;
	text-decoration: underline;
	font-size:10px;
}
#colRight a {
	color: #ff9900;
	text-decoration: underline;
	font-size:11px;
}
#adminTopMenu {	
	padding-left:5px;
	height: 40px;
	margin-top:5px;
	padding-top:4px;
}
#adminTopMenu .item {
	background-image: url(../img/bgTopMenu.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;	
	padding:0px 5px 5px 5px;
	min-height:26px;
}
#adminTopMenu .item img
{
	vertical-align: middle;
	margin-right:5px;
}
#adminTopMenu .item a {
	color:#333333;
	text-decoration: none;
}
#adminTopMenu .item a:hover {
	color:#333333;
	text-decoration: underline;
}
table.disp {
	border:1px solid #555656;
	/*table-layout: fixed;*/
	border-collapse: collapse;
	width:100%;
}
table.disp td {
	border:1px solid #555656;
}
table#filemanager {
	color:white;
}
table#filemanager a {
	color:white;
	text-decoration: none;
}
table#filemanager a:hover {
	color:white;
	text-decoration: underline;
}
img {
	border: 0px;
	vertical-align: middle;
}
td.folder {
	background-image: url(../img/bgTd.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left:40px;
	color:#ff9900;
}
td.folderOff {
	background-image: url(../img/bgTdOff.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left:40px;	
	color: #8e8e8e;
} 
td.folderSub {
	background-image: url(../img/bgTdSub.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left:40px;
}

td.folderSubOff {
	background-image: url(../img/bgTdSubOff.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
	padding-left:40px;
	color:#8e8e8e;
}
td.folderSubSub {
	background-image: url(../img/bgTdSubSub.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	font-size:11px;
	font-style: italic;
	padding-left:40px;
}
td.folderSubSubOff {
	background-image: url(../img/bgTdSubSubOff.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	padding-left:40px;
	font-size:11px;
	font-style: italic;
	color:#8e8e8e;
}

td.sub {
	width:10px;
}
th {
	background-image: url(../img/bgTH.png);
	color:#ff9900;
	text-align: left;
	padding-left:2px;
	font-weight: bold;
	border:1px solid #555656;
}
table {
	border-collapse: collapse;
	border: 1px solid #555656;
	width: 100%;
	font-size: 12px;
	color: white;
}
table td {
	border: 1px solid #555656;
}
textarea {
	/*width:99%;*/
	width:465px;
	_width:455px;
	height:400px;
}
th.item {
	width:120px;
}
#headHref {
	position: relative;
	/*right:20px;*/
	text-align: right;
	top:10px;
	padding-right:10px;
}
#headHref a {
	text-decoration: none;
	color: #ffffff;
}
#headHref a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.th {
	background-color: #555656;
	text-align: center;
}
th.name {
	width: 250px;
}
a.odkaz, a:hover.odkaz {
	color: #ff9900;
	text-decoration: underline;
}
ul hr {
	color: white;
	size: 1px;
	width: 90%;
}
.leftMenu, .leftMenuActive {
	/*background-image: url(../img/bgLeftMenu.jpg);
	background-repeat: no-repeat;*/
	width:160px;
	height: 22px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	/*color: #cccccc;*/
	

}

.leftMenu a {
	color: #000000;
	display:block;
	text-decoration: none;
	background-image: url(../img/bgLeftMenu_3.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 22px;
	width:160px;
}
.leftMenu a:hover {
	color:#000000;
	text-decoration: none;
	background-image: url(../img/bgLeftMenu_3.jpg);
	background-position:0px -22px;
	background-repeat: no-repeat;
	height:22px;

}
.leftMenuActive a {
	color:#000000;
	display:block;
	text-decoration: none;
	background-image: url(../img/bgLeftMenu_3.jpg);
	background-position: 0px -22px;
	background-repeat: no-repeat;
	height: 22px;
	width:160px;

}

.leftMenu a img, .leftMenuActive a img {
	margin-right:10px;
	margin-top: 2px;
	vertical-align: middle;
}
#menu {
	width:160px;
	height: 25px;
	color: White;
	font-weight: bold;
	text-align: center;
	margin-left:0px;
	padding-top:5px;
	font-size: 14px;
}
.help {	
	background-image: url(../img/help.png);
	background-repeat: no-repeat;
	position: absolute;
	right:0px;
	top:0px;
	height: 26px;
	width:60px;
	text-align: right;

}
.help a {
	display: block;
	margin:5px 8px 0px 0px;
	background-image: none;
	text-decoration: none;
	color:#000000;
}
.help a:hover {
	text-decoration: underline;
	cursor: help;
}

.typ {
	/*background-color: #1E5CB6;*/
	padding-bottom: 0px;
	padding-top: 0px;
}
.typ .name {
	padding:2px 5px 8px 5px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../img/section.png);
	background-position: top right;
}
input {
 border: 1px solid #8e8e8e;

}
td {
	padding-left:5px;
}
th.edit {
	width:25px;
}
th.delete, td.delete {
	width:15px;
}
th.icondir, td.icondir {
	width:40px;
}
th.filesize {
	width:140px;
}
td.radio input {
	border:0px;
}
td.radio img {
	vertical-align: middle;
}
table.addPict img.thumb {
	width:60px;
	border-collapse: collapse;
}

table.addPict td.licha {
	/*background-color: #cccccc;*/
}
span.smallText {
	font-size:10px;
	font-family: Arial Narrow;
}
th a.terms{
	color:white;
}
.deletePdf {
margin-left:35px;
}
/*_____________Login_______________*/
#login  {
	width:400px;
	margin:auto;
	margin-top:20%;
	border:1px solid #8e8e8e;
	background-color: white;
}
#login a {
	color:#cc0033;
	text-decoration: none;
}
#login h1 {
	height:25px;
	/*background-image: url(../img/login_h1.png);
	background-repeat: repeat;*/
	background-color: #333333;
	color:white;
	font-size:14px;
	text-align: left;
	padding:5px 0px 0px 5px;
	margin:2px 2px 2px 2px;
}
#login h1 span{
	color:#E50405;
}
#login table {
	border:0px;
	text-align: left;
	color:#7a7a7a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#login table td {
	border:1px solid white;
	vertical-align: top;
}
#login table td.right {
	text-align: right;
}
#login input {
	width:120px;
}
#login input.submit {
	width:80px;
}

td.nice {
	background-image: url(../img/tdNice.png);
	background-repeat: repeat;
	color:#000000;
}
legend {
	color:#ff9900;
	font-size:12px;
}
fieldset {
	border:1px solid #555656;
	padding:2px;
}
form input.submit {
	background-image: url(../img/btn_submit.png);
	width:82px;
	height:22px;
	border:0;
}
table.level {
	margin-top: 10px;
	table-layout: fixed;
}

table.level th {
	height: 20px;
}
table.level th.edit {
	width:20px;
}

table.level th.addRoom {
	background-image: url(../img/addRooms.png);
	background-repeat: no-repeat;
	background-position: top right;
	width:105px;
	text-align: right;
	padding-right:5px;
	height:20px;
	color:#000000;
}

table.level td{
	text-align: center;
	vertical-align: middle;
}
table.level td img {
	margin:10px 0px 10px 0px;
}
table.small {
	background-color: #fefefe;
	color:#000000;
	border:1px solid #dfdfdd;
	width:98%;
	margin:5px 0px 5px 0px;
}
table.small td {
	border:1px solid #dfdfdd;
	text-align: left;
}
table.small td img {
	margin:0;
}
table.small th {
	background-image: url(../img/tdNice.png);
	border:1px solid #dfdfdd;
	background-repeat: repeat;
	color:#000000;
}
/*________SHOW PICTRUE_______*/
#showPicture {
	border:1px solid white;
	padding:5px;
}
#showPicture table, #showPicture table td {
	border:0;
}
#showPicture table.addPict td {
	border-bottom:1px solid #555656;
}
#showPicture fieldset {
	border:0;
	border-top:1px solid #555656;
}
/*________SHOW PDF_______*/
#showPdf {
	border:1px solid white;
	padding:5px;
}
#showPdf table, #showPdf table td {
	border:0;
}
#showPdf table.addPdf td {
	border-bottom:1px solid #555656;
}
#showPdf table.addPdf td.smallText {
	font-size: 9px;
}
#showPdf fieldset {
	border:0;
	border-top:1px solid #555656;
}
.red {
	color:#cc0033;
}
.yellow {
	color: Yellow;
}
.green {
	color: Lime;
}