body{
	font-size: 11px;
	font-family: verdana;
	background: url('/img/mf_logo.gif') center top no-repeat;
	/*background: rgba(0, 0, 0, 0) url("/img/RMSlogo.png") no-repeat scroll center 40px / 250px auto;*/
	padding-top: 150px;
}

a{
	text-decoration: none;
}

a img{
	border: none;
	vertical-align: middle;
}

fieldset{
	border: 2px solid #A9181E;
}

.error{
	margin: auto;
	text-align: center;
	color: red;
	border: 2px red solid;
	margin-bottom: 10px;
	padding: 10px;
	width: 250px;
	background: url('/img/exclamation.png') left center no-repeat;
}

.info{
	margin: auto;
	text-align: center;
	color: green;
	border: 2px green solid;
	padding: 10px;
	width: 250px;
	background: url('/img/accept.png') left center no-repeat;
}

.pager{
	margin: 10px auto;
	text-align: center;
}

table.list{
	width:100%;
	border: 2px #A9181E solid;
	border-spacing: 0px;
}
table.list th{
	color: white;
	background-color: #A9181E;
	font-weight: bold;
	text-align: center;
}
table.list tr td{
	border-left: 1px #A9181E dotted;
	border-top: 1px #A9181E dotted;
	padding: 2px;
}
table.list tr th{
	border-left: 1px white dotted;
}
table.list tr th:first-child {
	border-left: none;
}
table.list tr td:first-child {
	width: 25px;
	text-align: right;
	border-left: none;
}
table.list tr{
	border-top: 1px #A9181E dotted;
}
table.list tr:first-child{
	border: none;
}
table.list tr:hover, table.list tr:hover a{
	background-color: #E9585E;
	color:white;
}
table.list td.options{
	text-align: center;
	width: 100px;
}

.footer{
	font-size: 9px;
	margin-top:10px;
	text-align: center;
	clear:both;
	float:none;
}
.footer .mobile{
	color: #A9181E
}
.footer .formats{
	color: black
}

#menu{
	float:left;
	width: 140px;
	padding: 5px 0px 5px 5px;
	margin: 0px;
	list-style-position: inside;
	border: 2px #A9181E solid;
	font-size: 12px;
}
#menu a{
	text-decoration: none;
	color: #A9181E;
}
#menu li.active{
	padding-top: 2px;
	padding-bottom: 2px;
}
#menu li.active{
	font-weight: bold;
}
#menu li:hover, #menu li:hover a{
	background-color: #E9585E;
	color:white;
	font-weight: bold;
}

#page{
	margin-left: 160px;
}

form#login table{
	border: 2px #A9181E solid;
	margin: auto;
	width: 300px;
	text-align: center;
}

.form{
	border: 2px #A9181E solid;
	padding: 20px;
}
.form fieldset div{
	max-height: 200px;
	overflow: auto;
}

.status_ok{
	color: green;
}
.status_warning{
	color: orange;
}
.status_error{
	color: red;
	font-weight: bold;
}

#responses{
	max-height:500px;
}
#responses div{
	max-height: none;
}
#hidden_response{
	display: none;
}
#hidden_message{
	display: none;
}

.hasDatepicker{
	width:80px;
}