table#excercises {
/*	width: 800px;

	position: relative;
	left: 50%;
	margin-left: -400px;*/
}

div#resPlace {
	/*text-align: center;
	float: left;*/
	/*width: 85%;*/
}

div#resPlace div {
	margin-left: 20px;
}

table.userResultTable {
	float: left;
	border: solid 1px;
	margin-right: 20px;
}

table.userResultTable td.diff {
	background: #a55;
}

table.testResultTable {
	border: solid 1px;
}

div#helpTopics {
	margin-top: 20px;
}

td#queryArea button {
	margin: 0 0 5px 20px;
}
#queryArea, #queryButtons {
	padding-left: 20px;
}

textarea#usrQuery {
	float: left;
	width: 500px;
}
div#choiseDb {
	float: left;
	margin-left: 20px;
}

#btnCls, #btnMax, #choiseDb select {
	width: 100px;
}

/* Rating table */
div#divRating {
	width: 200px;
	text-align: center;
	float: left;
	background: #f5f5f5;
	border: solid thin;
}

table#tblRating {
	text-align: center;
	font-size: 85%;
}

table#tblRating tr th {
	text-decoration: underline;
}
table#tblRating tr.before {
	color: #004080;
}
table#tblRating tr.after {
	color: #004000;
}
table#tblRating tr.current {
	color: #800040;
}
table#tblRating tr.current td {
	border: #800040 solid thin;
}
/* end Rating table */

/** Login form */
.login {position: relative; width: 300px; left: 50%; margin-left:-150px;}
.search input.submit  {width: 100px; margin-left: 100px;}
.login input.submit {float: left;}
.form dt{
  padding: 0;
  margin: 0.7em 1em 0.5em 0;
  width: 25%;
  float: left;
  clear: left;
  text-align: right;
}
.form dd{
  margin: 0;
  padding: 0.5em 0;
  width: 70%;
  float: left;
/*  *float: none;  */ /* hack for IE 6-7 - better to keep in separate file */
}
.form {background: #F5F5F5; border: none;}

/** End login form **/
