* {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}
footer {
	text-align: center;
	color: #D0D0D0;
	margin: 35px 15px 0px;
	font-size: 9pt;
}
footer a {
	color: #D0D0D0;	
}
footer a:hover {
	color: #AAAAAA;	
}
.left {
	text-align: left;
}
.center {
	text-align: center;
	display: block;
	margin: 0 auto;
}
#content {
	margin: 25px auto;
}
#main {
	padding: 8px;
}

h2 {
	color: #004a82;
}

textarea {
	resize: none;
}

form input[type=text], input[type=password] {
	padding: 3px;
	width: 200px;
}

input[type=submit] {
	background: #004a82;
	background: -moz-linear-gradient(top,  #004a82 0%, #092961 31%, #00094a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004a82), color-stop(31%,#092961), color-stop(100%,#00094a));
	background: -webkit-linear-gradient(top,  #004a82 0%,#092961 31%,#00094a 100%);
	background: -o-linear-gradient(top,  #004a82 0%,#092961 31%,#00094a 100%);
	background: -ms-linear-gradient(top,  #004a82 0%,#092961 31%,#00094a 100%);
	background: linear-gradient(to bottom,  #004a82 0%,#092961 31%,#00094a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004a82', endColorstr='#00094a',GradientType=0 );
	border-radius: 7px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	height:35px;
	line-height:35px;
	width:130px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}
table#view-users {
	border-collapse: collapse;
}
table#view-users thead th {
	line-height: 35px;
	font-size: 13pt;
	border: 1px solid #999999;
	background: #D0D0D0;
	text-align: center;
}
table#view-users tbody tr {
	line-height: 28px;
	text-align: center;
	border: 1px solid #999999;
	border-top: none;
}
table#view-users tbody tr:hover {
	background: #004a82;
	color: #FFF;
}
.tr1 {
	background: #F9F9F9;
}
.tr2 {
	background: #EFEFEF;
}
.options img {
	margin-top: 7px;
	padding: 0px 3px;
	cursor: pointer;
}

.error, .red {
	color: #FF0000;
}

.success, .green {
	color: green;
}

.ajax-loader {
	position: fixed;
	z-index: 9999;
	left: 50%;
	width: 100%;
	margin-left: -50%;
	margin-top: 25px;
	text-align: center;
	display: none;
}
.update {
	width: 100%;
}
.upd_container {
	margin: 3px;
}
.upd_title {
	font-weight: bold;
	float: left;
	width: 12%;
}
.upd_item {
	float: left;
	width: 87%;
}
.upd_date {
	color: #004a82;
}
.upd_break {
	clear: both;
	background: #E9E9E9;
	height: 1px;
	margin: 17px 0px;
}
.forgot-password a {
	color: #999999;	
}
.forgot-password a:hover {
	color: #BBBBBB;	
}
#edit-user fieldset {
	border: 1px solid #e0e0e0;
	width: 600px;
	padding: 5px;
	margin: 15px auto;
}
#edit-user legend {
	font-size: 13pt;
}
#edit-user label {
	color: #004a82;
	float: left;
	width: 34%
}
#edit-user .radioToggle, #edit-user input[type=text], #edit-user select {
	width: 64%;
	float: left;
	padding: 3px;
}
.clear {
	clear: both;
}