BODY, HTML
{
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #E9E9E9;
	margin-left: 0px;
	padding: 0px;
	/*[disabled]text-align:center;*/
	background: url(http://tpr.mhit.cz/libs/bg.jpg);
}
.right
{
	text-align: right;
}
/*--------------------------------------------------
roundbar-grey
--------------------------------------------------*/
#roundbar-grey
{
	clear: left;
	float: left;
	width: 100%;
	background: #B7B7B7 repeat 0 25%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-bottom: 1px solid #A8A8A8;
	overflow: hidden;
	position: absolute;
	top: 0px;
}
#roundbar-grey UL
{
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#roundbar-grey UL LI
{
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
#roundbar-grey UL LI.first
{
	border-left: 1px solid #A8A8A8;
}
#roundbar-grey UL LI.last
{
	border-right: 1px solid #C8C8C8;
}
#roundbar-grey UL LI A
{
	display: block;
	margin: 0;
	padding: 0.4em 0.8em;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #A8A8A8;
	line-height: 1.3em;
}
#roundbar-grey UL LI A SPAN
{
	display: block;
}
.tr1
{
	background-color: #EEE;
}
.tr2
{
	background-color: #DDD;
}
A
{
	color: #00008B;
	text-decoration: none;
}
TABLE
{
	=border-collapse: collapse;
	/*IE7 and lower*/
	border-spacing: 0;
	font-size: 10pt;
}
.show
{
	background-color: #CCC;
}
H1
{
	background-color: #FF0000;
	width: 12em;
	-moz-border-radius: 1em 4em;
	border-radius: 1em 4em 1em 4em;
}
H2
{
	background-color: #666;
	color: #EEE;
	width: 30em;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
	/*+border-radius:8px 8px 0;*/
	-moz-border-radius: 8px 8px 0;
	-webkit-border-radius: 8px 8px 0;
	-khtml-border-radius: 8px 8px 0;
	border-radius: 8px 8px 0;
	border-radius: 8px 8px 0 8px;
}
H3
{
	background-color: #888;
	color: #EEE;
	=height: 5em;
	width: 30em;
	text-align: center;
	/*+border-radius:8px 8px 0;*/
	-moz-border-radius: 8px 8px 0;
	-webkit-border-radius: 8px 8px 0;
	-khtml-border-radius: 8px 8px 0;
	border-radius: 8px 8px 0;
	border-radius: 8px 8px 0 8px;
}
.header
{
	float: left;
	width: 100%;
}
.footer
{
	float: left;
	width: 100%;
}
SELECT
{
	max-width: 150px;
}
#footer
{
	clear: both;
	width: 1260px;
	height: 50px;
	border-left: 0px solid #808080;
	border-right: 0px solid #808080;
	overflow: hidden;
	/*add this to contain floated children*/
}
.bordered
{
	border: 1px solid #CCC;
	/*+border-radius:10px 10px 0 0;*/
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.bordered TR:nth-child(even):hover, .bordered TR:nth-child(odd):hover
{
	background: #ADFF2F;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.bordered TD, .bordered TH
{
	border-left: 1px solid #CCC;
	padding: 1px 2px;
	text-align: left;
	vertical-align: top;
}
.bordered TH
{
	background-color: #AAA;
	padding: 5px;
}
.slidingDiv
{
	height: 150px;
	background-color: #CCC;
	padding: 10px;
	width: 300px;
	position: fixed;
	z-index: 100;
	left: 50%;
	margin-left: -150px;
	border: 5px solid #878787;
	/*+box-shadow:0 0px 100px 10px #7A7A7A;*/
	-moz-box-shadow: 0 0px 100px 10px #7A7A7A;
	-webkit-box-shadow: 0 0px 100px 10px #7A7A7A;
	-o-box-shadow: 0 0px 100px 10px #7A7A7A;
	box-shadow: 0 0px 100px 10px #7A7A7A;
	top: 50px;
	/*+border-radius:20px 20px 0;*/
	-moz-border-radius: 20px 20px 0;
	-webkit-border-radius: 20px 20px 0;
	-khtml-border-radius: 20px 20px 0;
	border-radius: 20px 20px 0;
	border-radius: 20px 20px 0 20px;
}
.show_hide
{
	display: none;
}
.right
{
	text-align: right;
}
.login_table
{
	width: 180px;
	background-color: #FFFFFF;
	position: fixed;
	left: 50%;
	top: 50%;
	height: 260px;
	margin-left: -100px;
	margin-top: -130px;
	/*+border-radius:20px 20px 0;*/
	-moz-border-radius: 20px 20px 0;
	-webkit-border-radius: 20px 20px 0;
	-khtml-border-radius: 20px 20px 0;
	border-radius: 20px 20px 0;
	border-radius: 20px 20px 0 20px;
}
.login_table INPUT
{
	width: 120px;
}
.login_table TD
{
	padding: 0 10px;
}
.login_table IMG
{
	align-content: center;
	text-align: center;
}
.bordered TR:nth-child(even)
{
	background-color: #DDD;
}
.clipping_date
{
	min-width: 70px;
	max-width: 75px;
}
.clipping_title
{
	min-width: 300px;
}
.clipping_journalist
{
	min-width: 80px;
	max-width: 120px;
}
.clipping_medium
{
	min-width: 80px;
	max-width: 120px;
}
.bordered TH:first-child
{
	/*+border-radius:10px 0 0;*/
	-moz-border-radius: 10px 0 0;
	-webkit-border-radius: 10px 0 0;
	-khtml-border-radius: 10px 0 0;
	border-radius: 10px 0 0;
	border-radius: 10px 0 0 0;
}
.bordered TH:last-child
{
	/*+border-radius:0 10px 0 0;*/
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	-khtml-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.login_table TD:first-child
{
	text-align: right;
}
