body {
	font-family: Callibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #FFF;
}

div.login {
	width: 300px;
	background-color: white;
	border: 2px #888 solid;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
	-moz-border-radius: 15px;
}

div.profile {
	width: 640px;
	margin-left: auto;
	margin-right: auto;	
}

div.content {
	width: 560px;
	height: 420px;
/*	margin-top: 250px; */
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
/*	border: 1px black solid;*/
}

div.content-news {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	border: 1px black solid;
}

div.resultstable {
	/*height: 95%;
	overflow-y: scroll;*/
}

div.contenttop {
	height: 75px;
	width: 148px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.contain {
	width: 600px;
	height: 280px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

div.contentleft {
	width: 285px;
	float: left;
	height: 260px;
	text-align: center;
	padding-top: 50px;
}

div.contentright {
	width: 285px;
	float: right;
	height: 260px;
	text-align: center;
	padding-top: 50px;
}

div.contentbottom {
	width: 400px;
	height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.forms {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div.resultstable table tr td.hr{
	border-bottom-width: 2px;
	border-bottom-color: black;
	border-bottom-style: dotted;
}

input,select,textarea {
	font-family: Callibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #111;
	/*background-color: #DDBAF7;	*/
}

table {
	border-collapse: collapse;
}

table tr td.label {
	padding: 10px;
	text-align: right;
	vertical-align: middle;
}

table tr td.input {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

table tr td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: top;
}

table.tight tr td {
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	text-align: center;
	vertical-align: middle;
}

a:link {
	color: #532A71;
	text-decoration: underline;
	background: transparent;
}

a:visited {
	color: #532A71;
	text-decoration: underline;
	background: transparent;
}

a:hover {
	color: #B783CF;
	text-decoration: none;
	background: transparent;
}

a:active {
	color: #B783CF;
	text-decoration: none;
	background: transparent;
}

