body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000066;
}
a:active {
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #434d5a;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: normal;
}
h4 {
	font-size: 13px;
	font-weight: normal;
}
h5 {
	font-size: 11px;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	font-weight: normal;
}
.invisible {
	visibility: hidden;
	display: none;
}
.visible {
	visibility: visible;
}
table td,
table th {
	vertical-align: top;
	text-align: left;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #ccc;
	
}
.update_success {
	display: block;
	width: 90%;
	background: #e0eed9 url(../images/icons/success.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #a1d07e 1px solid;
	font-size: 12px;
}
.update_success_inline {
	display: block;
	padding: 1px;
	color: #e0eed9;
	background-color: #fff;
	font-size: 12px;
}
.update_failure {
	width: 90%;
	display: block;
	background: #ffd6d6 url(../images/icons/fail.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f00 1px solid;
	font-size: 12px;
}
.update_failure_inline {
	display: block;
	padding: 1px;
	color: #f00;
	background-color: #fff;
	font-size: 12px;
}
.update_warn {
	width: 90%;
	display: block;
	background: #fffac2 url(../images/icons/warn.gif) no-repeat;
	background-position: 5px 2px;
	padding: 5px 5px 5px 35px;
	margin-bottom: 10px;
	border: #f19101 1px solid;
	font-size: 12px;
}
.ResponseText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.WhiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.ErrorBox {
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFCC;
	width: 90%;
	border: 1px solid #FFCC00;
	background-image: url(../admin/images/alert_lrg.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin: 5px;
}
.FinePrint {
	font-size: 10px;
}
.FormHomeLoginTB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 181px;
	border: 1px solid #808080;
}
.FormHomeErrorBox {
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFCC;
	width: 200px;
	border: 1px solid #FFCC00;
	background-image: url(../admin/images/alert_lrg.gif);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	margin: 5px;
}
.AdminTable {
	border: 1px solid #505050;
}
.AdminTable th {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #acbba8;	
}
.UserDetailsTable {
	border: 1px solid #7C9298;
}
.UsersCompanyTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #7C9298;
}

.RadMultiPage {
	margin: 8px 15px 15px 15px;
}

a.editlinkbutton {
	color: #999999;
	text-decoration: none;
}
a.editlinkbutton:hover {
	color: #666666;
	text-decoration: underline;
}
#titlebar {
	margin-left: 15px;
}
.headingthin {
	font-weight: lighter;
}

fieldset {
	width: 98%;
	margin-bottom: 15px;
	border: 1px solid #666666;
}
legend {
	font-weight: bold;
}
.fieldsetIEpadding {
	margin: 10px;
}
.tblcenter {
	text-align: center;
}
ul.prepack {
	margin-top: 0;
}
/*.rmRootGroup,
.rmItem { width: 148px; }*/
.AjaxUpdateLoader {
	background-image: url(../images/header-bg.gif);
	color: #fff;
	top: 0px;
	right: 0px;
	position: fixed;
	font-size: 13px;
	padding: 5px 10px;
}

.AjaxUpdateLoader img {
	vertical-align: middle;
	margin: 2px;
}

fieldset legend {
	color: #5f5f5f;
}