body {
	background:#113fa1 url(../img/bg_body.jpg) bottom left repeat-x;

	font: 75%/1.5 Myriad,Helvetica,Tahoma,Arial,clean,sans-serif; 
	font-size: small;
	font: x-small;
	font-family:verdana, sans-serif;
	padding-top:10px;
	margin:0;
}

a {
	color:#F30;
	font-weight:bold;
	padding:0 2px;
}
.main_window {
	background:#a1b4da url(../img/bg_main.jpg) bottom repeat-x;
	border: 1px solid #113fa1;
	width:1002px;
	height:475px;
	margin:auto;
	margin-top:0px;
	color:#000;
}

.pageNr{
	width:1002px;
	margin:auto;
	margin-top:4px;
}
.pageNr div {
	background:#113fa1;
}

#inputarea{
	margin:auto;
	width:1002px;
	height:25px;
	border-top:1px solid #5475c0;
}
.scrollWindow {
	float:left;
	width:495px;
	height:475px;
	overflow:auto;
}
.scrollWindow.left {
	margin-right: 10px;
}

.scrollWindow table {
	width:475px;
}

.scrollWindow td {
	vertical-align:top;
	border-top: 1px solid #FFF;
	color:#172b56;
	empty-cells: show;
}

.scrollWindow td.Par {
	width: 35px;
	padding-left: 3px;
	font-weight: bold;
	font-family:arial;
	white-space: nowrap;
}

.scrollWindow td.Par .PageNo {
	/*font-size: 1.2em;*/
}


.content{
	height:720px;
	overflow:hidden;
}

.search{

}

.radio{
/*	border: 1px solid #CCC;*/
	float: left;
	margin:0 10px;
	padding:3px;
}
.radio label, .radio, .pageNr{
	font-size:10px;
	color:#FFF;
	/*font-weight:bold;*/
}
.pageNr input {
	color:#113fa1;
	font-size:12px;
}

.RadioGroup{
	float: left;
	width:498px;
	margin:0;
	border-left:1px solid #5475c0;
}
.radio input{
	margin-left:0px;
}

#loginBox
{
	width: 100px;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
}


a{ position: relative;}

a[data-tooltip]:before {
  position: absolute;
  top: -40px;
  background-color: #ff0000;
  color: #ffffff;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  padding: 0 15px;
  content: attr(data-tooltip);
  white-space: nowrap;
  display: none;
}
a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
  display: block;
}

