/* @override http://dev.midasep.com/css/base.css */

body {
	margin:0px;
	padding:0px;
	background:white;
	font-family:Verdana, Helvetica, "Times New Roman", Arial, sans-serif;
	font-size:12px;
	color:#00324a;
}

form {
	margin:0px;
	padding:0px;
}
input[type=text], select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #c5dae8;
	padding:3px 6px;
	color:#003768;
}
.button {
	background:#78b7e4;
	border:none;
	font-weight:bold;
	color:white;
	cursor:pointer;
	padding:3px 10px;
}

a,.link {
	color:#006699;
	text-decoration:underline;
	cursor:pointer;
}
a:hover {
	color:#78b7e4;
	text-decoration:none;
}


p, li {
	line-height:16px;
	font-size:12px;
}
p {
	margin:0 0 15px 0;
}


h1, h4 {
	font-size:18px;
	font-weight:bold;
}
h5 {
	font-size:16px;
	font-weight:normal;
}


table.results input {
	padding:0px;
}
table.results a {
	color:#003768;
}



.clear {
	clear:both;
	width:auto;
	height:0px;
	overflow:hidden;
}
.clear5 {
	clear:both;
	width:auto;
	height:5px;
	overflow:hidden;
}
.clear7 {
	clear:both;
	width:auto;
	height:7px;
	overflow:hidden;
}
.clear10 {
	clear:both;
	width:auto;
	height:10px;
	overflow:hidden;
}
.clear18 {
	clear:both;
	width:auto;
	height:18px;
	overflow:hidden;
}
.clear20 {
	clear:both;
	width:auto;
	height:20px;
	overflow:hidden;
}

/* EVAS SPECIFIC STUFF */

div.sidebar.sidebar_left {
	width: 300px;
	padding-top: 6px;
	height: auto;
	vertical-align: top;
	float: left;
	border-right: 5px solid #5D5D5D;
}

/* @group EVAS SPECIFIC */


div#vert_separator_left {
	width: 0px;
	height: 0px;
}
div#vert_separator_right {
	width: 0px;
	height: 0px;
}

.float-help {
	width: 100%;
	height: 1px;
	clear: both;
}

td.editor_label {
	font-size: 10px;
	width: 100px;
}

td.editor_data {
	
}

div#content {
	width: 580px;
	float: left;
	vertical-align:top;
	padding:6px 0px 18px 18px;
	min-height: 390px;
}



/* @end */

