﻿/* Reset styles */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

/* Main Styles */
html
{
	height: 100%;
    background: url("Images/dropshadow.gif") repeat-y center top;
    background-color: #B6AFAA;
}

body 
{
	text-align: center;
	font-family: Segoe UI, Tahoma, Gill Sans MT, Arial, Sans-Serif;
	font-size: 11px;
	height: 100%;
	/*background: #9E948D url("Images/bg.gif") top;*/
}

.main-wrapper 
{
	width: 780px;
	margin: 0 auto 0 auto;
	text-align: left;
	height: 100%;
	
}

.main-wrapper form
{
	margin: 0 90px;
	/*background: white url("Images/footer.gif") no-repeat bottom;
    background: url("Images/footer-bg.png") repeat-x bottom;*/
	/*min-height: 768px;*/
}

.form-footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    /*width: 100%;*/
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background: url("Images/footer-bg.png");
    padding-top: 20px;
    height: 33px;
}
.form-footer p,
.form-footer a{
    color: #FFF;
}

.form-footer #lhs {
float: left;
/*width: 450px;*/
margin-left: 40px;
text-align: left;
}

.form-footer #rhs {
float: right;
/*width: 400px;*/
margin-right: 40px;
text-align: right;
}


/*.innerContainer 
{
	background: url("Images/header.gif") no-repeat top;
	padding: 90px 12px 0 12px;
}*/

/*#dvContent, #dvResponse, #thankYouMessage, #invalidLink
{
	background: url("Images/merc_logo2.gif") no-repeat top;
	padding: 90px 12px 0 12px;
}*/

#logo2 img{
     margin-top: 40px;
}

#logo2 {
    text-align: center;
}

h1 
{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 1em 0;
	font-size: 200%;
	color: #2C2453;
	font-variant: small-caps;
}

/* Panel Styles */
.panel 
{
	margin: .5em 0 .5em;
	padding: 1em;
	border: 1px solid silver;

}

.panel label
{
	font-weight: bold;
}

.gradient-sky-blue
{
	background: #D6E2FF url("Images/bluegradient.gif") top repeat-x;
	border: 1px solid #878BFF;
}

.panel.red 
{
	background-color: #FF8A84;
	border: 1px solid red;
}

.high-focus
{
	background: #D6E2FF url("Images/bluegradient.gif") top repeat-x;
	border: 1px solid #878BFF;
}

.low-focus
{
	background-color: #EEEEEE;
}

.panel p 
{
	margin-bottom: 1em;
}

/* Specific Styles */
.feedback textarea 
{
	width: 99%;
	height: 6em;
}
.character-count,
.character-count input
{
	font-size: 95%;
	text-align: right;
	border: none;
	background: none;
}
.character-count input
{
	width: 6em;
	background-color: #B5CBFF !important;
}
.feedback label,
.address label
{
	font-weight: bold;
	display: block;
	margin-bottom: .5em;

}

/* Overrides */
table.RadUploadTable .RadUploadSelectButton
{
	display: none;
		font-size: 10px;
}

table.RadUploadTable .RadUploadInputField 
{
	display: none;
		font-size: 10px;
}

table.RadUploadTable .RealFileInput
{
	height: 20px;
	font-size: 11px;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, Sans-Serif;
}

table.RadUploadTable .RadUploadRemoveButton
{
	height: 20px;
	font-size: 11px;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, Sans-Serif;
}

tr.RadUploadButtonArea td 
{
	text-align: right;
	padding-top: .5em;
	font-family: Segoe UI, Tahoma, Arial, Helvetica, Sans-Serif;
}

.ProgressBar 
{
	position: absolute;
	width: 576px;
	background-color: White;
}

.RadUploadTotalProgressData
{
	padding-top: .5em;
}

.RadUploadProgressBarHolder IMG
{
   height: 16px;
   background-color: #4CFF00;
}

.RadUploadProgressBarHolder
{
	text-align: left;
	border: 1px solid gray;
}

.RadUploadCancelButtonHolder 
{
	padding-top: 1em;
	text-align: right;
}

.RadUploadCancelButtonHolder input
{
	float: right;
}

.Attachments 
{
	width: 100%;
	border: 1px solid silver;
}

.Attachments td, .Attachments th
{
	padding: 4px;
	width: 50%;
}

.Attachments td a 
{
	color: blue !important;
}

.Attachments td a:hover 
{
	color: Red !important;
}

.Attachments a
{
	text-decoration: none !important;
}

.Attachments a:hover
{
	text-decoration: underline !important;
}

.Attachments .pager a
{
	color: White !important;
}

#RadWindowWrapperElementAlert *
{
	margin: 0 !important;
	padding: 0 !important;
}

.loginDetails td
{
	padding: 2px;
}

.FatalError 
{
	width: 80%; 
	margin-bottom: 1em; 
	text-align: left; 
	font-size: 12px; 
	background-color: white; 
	border: 1px solid red; 
	font-family: Segoe UI, Trebuchet MS, Tahoma, Sans-Serif
}

.Warning
{
	width: 80%; 
	margin-bottom: 1em; 
	text-align: left; 
	font-size: 12px; 
	background-color: white; 
	border: 1px solid orange; 
	font-family: Segoe UI, Trebuchet MS, Tahoma, Sans-Serif
}

.Warning td, .FatalError td
{
	padding: 8px;
}

.field_table 
{
	margin-left: 2em;
}

.field_table .label 
{
	display: block;
	padding-right: 1em;
	white-space: nowrap;
}

.field_table td 
{
	padding: 2px 4px;
}

.wizard p,
.wizard h1,
.wizard h2,
.wizard h2,
.wizard h3,
.wizard ul,
.wizard ol
{
	padding: 0 0 1em 0;
}

.wizard h1
.wizard h2,
.wizard h2,
.wizard h3
{
	font-size: 150%;
	font-weight: bold;
	color: #000044;
}

.wizard strong,
.wizard strong,
.wizard strong,
.wizard strong,
.wizard strong
{
	font-weight: bold;
}

.wizard li 
{
	list-style-type: disc;
	margin-left: 1em;
}

.wizard ul,
.wizard ol
{
	margin-left: 1em;
}


