/* CSS Document */
html,body{height:100%;}
body {background:#dde6e1;color:#000;font-size: .7em; font-family:Verdana, "Geneva CE", lucida, sans-serif;margin:0;padding:0;}
h1, h2, h3, h4 {margin:0;padding:0;margin:.2em 0;font-weight: bold;color:#000;font-size:200%;}
h2{font-size:175%;}
h3{font-size:150%;}
h4{font-size:125%;}
form, input,select,textarea {font-size:100%; font-family:Verdana, "Geneva CE", lucida, sans-serif;}
input[type='text'], input[type='password']{width: 100%;}
textarea {width:100%;height:250px;}
textarea.anotace{height:75px;}
table, td {font-size:100%;}
td {vertical-align:top;}
img {border:none;}
a {color:#0099cc; font-weight: bold; text-decoration: none;}
a:hover {color:#f00;}
.labels, .bold {font-weight: bold;}
/*td.labels{width:20em;}*/
.odd{background:#eee;}
.even{background:#ddd;}
.center {text-align:center;}
.right{text-align:right;}
.red {color: #f00;}
.lf{float:left;}
.rf{float:right;text-align:right;}
.bigger{font-size:100%;font-weight:bold;}
.short{width:2.5em;}
.long{width:100px;}
.extralong{width:150px; }
.bckg{background-color:#eef1f4;}

#page{background:#fff;color:#000;position:relative; min-height:100%;height:100%;width:980px;margin:0 auto;}
html>body #page{height:auto;}
#topBar{padding:10px;background-color:#d2ff8d;color:#000;font-weight:bold;}
#infoBar{background-color:#ff9933;color:#000;line-height:2.5em;height:2.5em;padding:0 1em;}
#infoBar img{vertical-align:middle;}
#contentBox{position:relative;margin:5px;}
	#leftMenu{float:left;width:180px;border:1px solid #f5f5f5;}
	#leftMenu .indiv{padding:5px;}
	#edgeLogo{margin:10px auto;width:150px;}
	
	#content{float:right;width:780px}
	#content .indiv{padding:5px;}
.tigra, .sort-table {border-collapse:collapse; width:95%;}
.tigra td, .sort-table td {padding:2px;}

#footer{position:absolute; bottom:0;width:100%;background-color:#d2ff8d;color:#000;font-size:90%;}
#footer .indiv{padding:10px;}
.centered{margin:0 auto;}
.cls {clear:both;height:1px;font-size: 1px;}

.icon {background-color:#0099cc;background-image: url(../admin/img/bg_rounded_ne.gif);background-repeat: no-repeat;}

/* Sort table */
.sort-table thead {background:#cccccc;}
.sort-table td {padding:2px 5px;}
.sort-table thead td {border:1px solid;border-color:ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;cursor:default;}
.sort-table thead td:active {border-color:	ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;padding:3px 4px 1px 6px;}
.sort-table thead td[_sortType=None]:active {border-color:ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;padding:2px 5px;}
.sort-arrow {width:11px;height:11px;background-position:center center;background-repeat:no-repeat;margin:0 2px;}
.sort-arrow.descending {background-image:url(../admin/img/arrow2_s.gif);}
.sort-arrow.ascending {background-image:url(../admin/img/arrow2_n.gif);}

