/** {margin: 0;padding: 0;}*/
html {
	/*background-color: #FCFCFC;*/
}
body {
	/*background-color: #FCFCFC;*/
	height: 100%;
	margin: 0;
}
#UserPageHTML {
	background-color: #ffffff;
	height: 100%;
	margin: 0;
}
.userPageBody {
	background-color: #ffffff;
	height: 100%;
	margin: 0;
}
h2 div {
	margin: 0;
	padding: 0;
}
.page_bg {
	background-position: top;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}
.topBanner {
	background-image: url(images/topBanner.jpg);
	background-repeat: no-repeat;
	width: 980px;
	height: 330px;
}
.divContent {
	font-family: trebuchet ms;
	margin-top: 10px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.userMasterPageHeader {
	background-position: left top;
	background: url(images/hdrbg.jpg);
	background-repeat: repeat-x;
}
.BannerHeading1 {
	font-family: Trebuchet MS;
	color: #fff;
	font-size: 34px;
	font-weight: bold;
}
.BannerHeading2 {
	font-style: italic;
	font-family: Trebuchet MS;
	color: #fff;
	font-size: 32px;
}
.BannerText {
	font-family: trebuchet ms;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -.2px;
}

.footerLine {
	background-color: #363636;
	height: 5px;
	margin-bottom: 10px;
}
#footer {
	background-color: #FFFFFF;
}
#sticky-footer-push {
	background-color: #fff;
}
/*********Style For Link Buttons***********/
.buttons {
	margin: 10px auto 15px 50px;
	width: 80%;
	clear: both;
	text-align: center;
	padding-top: 5px;
	
}
a.button, .buttons a {
	background: transparent url(images/btn_right.png) no-repeat scroll top right;
	color: #FFFFFF;
	display: block;
	float: left;
	font: bold 13px verdana, sans-serif;
	height: 30px;
	min-width: 55px;
	margin-right: 6px;
	padding-right: 18px;
	text-decoration: none;
	margin-top: 0px;
}
a.button span, .buttons a span {
	background: transparent url(images/btn_left.png) no-repeat;
	background-position: left top;
	display: block;
	line-height: 30px;
	text-align: center;
	padding: 0px 0px 0px 15px;
}
a.button:hover, .buttons a:hover {
	background-position: bottom right;
	color: #FFFFFF;
	outline: none;
}
a.button:hover span, .buttons a:hover span {
	background-position: left bottom;
	padding: 0px 0 0px 15px;
}

.InfoLabel {
	font-size: 1em;
	font-weight: bold;
	color: #FF0000;
}
/*.ErrorIconSpan { float: left; margin-top: 3px; }*/
.LabelLeftAligned {
	vertical-align: middle;
	font-size: 11px;
	color: #202020;
}
.smallLabel {
	padding: 0 .5em 0 1em;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #000080;
	line-height: 23px;
	font-family: Verdana;
}
.darkBlue {
	color: #000080;
}

.form {
	width: 100%;
	text-align: left;
	padding-top: 5px;
	clear: both;
}
.formTable {
	width: 100%;
	clear: both;
	border: none;
	font-size: 11px;
	color: #333333;
	font-family: Verdana;
}
.formTable td {
	padding-top: 5px;
}

.Label, .LabelStyle, label {
	padding: 0 1em;
	text-align: right;
	vertical-align: middle;
	font-size: 11px;
	color: #333333;
	font-family: Verdana;
}

.TextBoxStyle, textarea, .formTable input[type="text"], .formTable input[type="password"] {
	background: #fff url(images/round.png) repeat-x 0 1px;
	width: 200px;
	padding: 4px;
	font-size: 13px;
	color: #333;
	border: 1px solid #999999;
	text-align: left;
}
.DropDownListStyle {
	float: left;
	width: 209px;
	border: 1px solid #999999;
	padding: 4px;
	color: #333;
	font-size: 13px;
}
.textBoxNoBorder {
	border: 1px solid #C0C0C0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 100%;
	background-color: #ffffff;
}
.txtfoImage {
	margin: 1px;
	padding-left: 48px;
	border: 1px solid #999999;
	vertical-align: middle;
	cursor: text;
	background-image: url(images/txtboximg.jpg);
	background-repeat: no-repeat;
	height: 16px;
}
.titleLabel {
	color: #BA1A1A;
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.RadCaptcha {
	width: 170px !important;
}
/* Messages next to the inputs */
.formerror {
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #9e1111;
	background: url(images/error.png) no-repeat left center;
}
.formsuccess {
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #11a322;
	background: url(images/success.png) no-repeat left center;
}

/* Link Styles*/
a {
	text-decoration: none;
	color: #BA1A1A;
}
a:hover {
	color: #4a555b;
	border-color: #aaa;
}
/*a.mainlink:link, a.mainlink:active, a.mainlink:visited { font-size: 20px; color: #363636; font-weight: bold; font-family: Trebuchet MS; text-decoration: none; }
a.mainlink:hover { font-size: 20px; color: #cf102f; font-weight: bold; font-family: Trebuchet MS; text-decoration: none; }*/
a.footerlinks:link, a.footerlinks:active, a.footerlinks:visited {
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
}
a.footerlinks:hover {
	font-size: 12px;
	color: #000;
	font-family: Arial;
	text-decoration: underline;
}

.TopMainMenu {
	width: 100%;
	padding: 0px 5px 0px 5px;
	height: 73px;
}
.TopMainMenu ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	float: right;
}
.TopMainMenu li {
	padding-top: 40px;
	margin: 0px;
	float: left;
	height: 30px;
}
.TopMainMenu a {
	padding: 41px 8px 8px 8px;
	width: 100%;
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	font-family: Trebuchet MS;
	text-decoration: none;
}
.TopMainMenu a:hover {
	color: #cf102f;
	text-decoration: underline;
	background-color: #EAEAEA;
}

.topFirstMenu {
	width: 100%;
	padding: 0px 0.5em;
}
.topFirstMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.topFirstMenu li {
	margin: 0;
	float: left;
	padding: 0;
}
.topFirstMenu a {
	padding: 1px 8px 1px 8px;
	display: block;
	width: 100%;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}
.topFirstMenu a:hover {
	text-decoration: underline;
}
/*#### GreyController ############# http://demo.duove.com/greycontroller/  ###################################*/
h1, h2, .blackheading, .headingred_home {
	color: #C4112F;
	text-align: left;
	font: bold 17px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 10px;
}

.box {
	margin: 0 0 10px 0;
}
.bottom {
	background: #f4f4f4 url(images/box.png) repeat-x;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px;
}
.box h2 {
	position: relative;
	margin: 0;
	padding: 5px 10px;
	font: 14px/21px Arial, Sans-Serif;
	color: #4a555b;
	background: #ccc url(images/boxheaders.png) repeat-x;
	font-size: 24px;
	line-height: 31px;
	letter-spacing: -1px;
	background-position: 0 -31px;
}

.box .collapse {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -7px;
	width: 10px;
	height: 14px;
	text-indent: -9999px;
	background: url(images/collapse.png) no-repeat 0 -14px;
}
.box .collapse.change {
	background-position: 0 0;
}

#login {
	width: 400px;
	margin: 2.5% auto 0% auto;
	text-align: left;
}

.clear {
	clear: both;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.margintop {
	margin-top: 15px;
}
.marginright {
	margin-right: 15px;
}
.marginbottom {
	margin-bottom: 15px;
}
.marginleft {
	margin-left: 15px;
}

.message {
	margin: 0 0 10px;
	padding: 15px 15px 15px 37px;
	font-weight: normal;
	background: #fff no-repeat 15px center;
	border: 1px solid #ddd;
	font-family: verdana;
	font-size: 13px;
}
.message.error {
	color: #9e1111;
	background-color: #f5e8e8;
	background-image: url(images/error.png);
	border-color: #dfb2b2;
}
.message.success {
	color: #11a322;
	background-color: #e8f6e9;
	background-image: url(images/success.png);
	border-color: #b2e1b7;
}
.message.info {
	color: #2446ad;
	background-color: #eaedf7;
	background-image: url(images/info.png);
	border-color: #b8c3e4;
}
.message.warning {
	color: #c2b515;
	background-color: #f9f8e8;
	background-image: url(images/warning.png);
	border-color: #ebe7b3;
}

.GridStyle {
	background: #EAEAEA;
	font: normal 11px Arial, Verdana, Sans-serif;
	cursor: default;
}
.HeaderStyle {
	border: 1 solid #828282;
	background: #EAEAEA url(images/GridHeader.gif) repeat-x scroll 0 -2300px;
	height: 16px;
	text-align: left;
	color: #333333;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.HeaderStyle th {
	border-color: #828282;
	border-style: none none solid;
	border-width: 0 0 1px; /*	border-top: #bdc3ce 1px solid; 	border-bottom: #bdc3ce 1px solid; 	padding-right: 5px; 	padding-left: 5px; 	border-left: #bdc3ce 1px solid; 	border-right: #bdc3ce 1px solid; 	border-collapse: separate;*/
}
.HeaderStyle a {
	text-decoration: none;
	color: #333333 !important;
	padding-right: 5px;
	padding-left: 5px;
	width: 100%;
	font-weight: normal;
}
.HeaderStyle img {
	vertical-align: middle;
}
.RowStyle td, .AlternatingRowStyle td {
	padding-right: 3px;
	padding-left: 3px;
}
.RowStyle {
	height: 20px;
	text-align: left;
	background: #fff;
}
.AlternatingRowStyle {
	background: #F2F2F2;
	height: 20px;
	text-align: left;
}
.SelectedRowStyle {
	background: #fdf5e6;
}
.SelectedRowStyle td {
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
}
.EditRowStyle {
	background-color: #ffffe1;
	height: 20px;
}
.EditRowStyle input {
	font-size: 11px;
}
.PagerStyle {
	height: 23px;
	vertical-align: middle;
	background-repeat: repeat;
	font-weight: bold;
	color: #393939;
	font-size: 12px;
}
.PagerStyle a {
	color: #393939;
	padding-right: 2px;
	padding-left: 2px;
}
.PagerStyle a:hover {
	color: #f8f8ff;
}
