.body {
	font-family: "MS Sans Serif", sans-serif, Arial;
	font-size: 12px;
	background-color: #e9e6e1;
	margin: 0px;
	padding: 0px;
	border: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
	-moz-box-sizing : border-box;
}
* {-moz-box-sizing: border-box; box-sizing: border-box;}
.top {
	font-size: 16px;
	font-weight:bold;
	background-color: #CCCCCC;
	padding-left: 50px;
}
.mainmenu {
	background-color: #DFD5A2;
}
.text{
	font-family: "MS Sans Serif", sans-serif, Arial;
	font-size: 12px;
	color:#000000;
}
.mono{
  font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color:#000000;
}
.small{ font-size: 10px; }
.bold{ font-weight:bold; }
.big{	font-size: 16px; }
.biger{ font-size: 15px; }
.grey{ color:#999999; }
.yell{ color:#EBB604; }

.zavrit A:link {text-decoration: none; color:#999999;}
.zavrit A:visited {text-decoration: none; color:#999999;}
.zavrit A:active {text-decoration: none; color:#999999;}
.zavrit A:hover {text-decoration: underline; color: red;}

.info A:link {text-decoration: none; color:#EBB604;}
.info A:visited {text-decoration: none; color:#EBB604;}
.info A:active {text-decoration: none; color:#EBB604;}
.info A:hover {text-decoration: none; color: red;}

.seznam A:link {text-decoration: none; color:blue;}
.seznam A:visited {text-decoration: none; color:blue;}
.seznam A:active {text-decoration: none; color:blue;}
.seznam A:hover {text-decoration: none; color: red;}

.tab{
	padding-left: 10px;
	padding-right: 10px;
}
.tabfull{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.zero{margin:0px; padding:0px;}

.tableft{
	padding-left: 20px;
}
.tabright{
	padding-right: 10px;
}
.botmenu{margin:0px; color: #555555;}
.botmenu td{padding:2px 5px 2px 5px;font-size: 10px;}
.botmenu A:link {text-decoration: none; color:#555555;}
.botmenu A:visited {text-decoration: none; color:#555555;}
.botmenu A:active {text-decoration: none; color:#555555;}
.botmenu A:hover {text-decoration: underline; color:#555555;}

.red {
	color: #FF0000;
}
.tabstat {
	border: 1px solid #000000;
}
.tabstat td {
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	text-align: center;
	padding: 2px 1px 2px 1px;
}

table.list	{
	width: 800px;
	margin-top: 20px;
	background-color: #dfdccf;
}
table.list th, table.list td	{
	font-family: "MS Sans Serif", sans-serif, Arial;
	font-size: 12px;
	padding: 3px 10px 2px 6px;
}
table.list th	{
	text-align: left;
	border-bottom: 1px solid #535137;
	background-color: #858158;
	color: #FFFFFF;
}
table.list th.nodecor	{
	border-bottom: none;
	background-color: #e9e6e1;
}

table.list td	{
	border-bottom: 1px solid #e9e6e1;
}
table.list td.row2	{
	border-bottom: 1px solid #e9e6e1;
	background-color: #d7d4c6;
}

table.list td.nodecor	{
	font-size: 9px;
	border-bottom: none;
	background-color: #e9e6e1;
}
table.list td a	{
	color: #231f20;
}
table.list th a	{
	color: #FFFFFF;
	text-decoration: none;
}
table.list tr.list_footer	{
	height: 23px;
	background: url('../img/bg_list_footer.gif') left top repeat-x;
}
table.list tr.list_footer td	{
	border-bottom: 0px solid black;
}
table.list tr.list_footer td	{
	padding: 0 10px 0 10px;
	text-align: center;
	color: #FFFFFF;
}
input.button	{
	font-family: "MS Sans Serif", sans-serif, Arial;
	font-size: 12px;
	width: auto;
	color: #000000;
	cursor: pointer;
	_cursor: hand;
}
a.other_links	{
	color: #393726;
}
a.other_links:hover	{
	text-decoration: none;
}

div#cardiv	{
	height: 470px;
	padding: 20px 0 20px 25px;
	background-color: #ededed;
	border: 1px solid #65686c;
	overflow: auto;
}
h1#detail_hdr	{
	display: block;
	font-size: 36px;
	font-weight: bold;
	line-height: 36px;
	color: #858158;
}
div.det_font_l	{
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.fleft	{
	float: left;
}
.fright	{
	float: right;
}

