﻿form, html {
	height: 100%;
}

body {
	background-color: #BACCE5;
	height: 100%;
	font-family: Verdana;
}

#header {
	height: 100px;
	background-image: url('images/header-top.gif');
	position: relative;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
	bottom: 3px;
	cursor: pointer;
}

#wrapper {
	width: 980px;
	margin: 0px auto 0px auto;
}

#clientLogo {
	position: relative;
	left: 14px;
	top: 0px;
}

#LogOut {
	position: relative;
	margin: 0px 0px 0 920px;
	font-size: 0.6em;
}

.AlignMiddle {
    vertical-align: middle;
}

.AlignTop {
    vertical-align: top;
}

/* ------------------------------------------------------------------*/

/* ------------------ Global Styles ---------------------------------*/
#Wrapper {
	position: relative;
	top: 0px;
	width: 980px;
	background-color: #FFF;
	left: 0px;
	min-height: 600px;
}

* html #Wrapper {
	height: 110%;
}

#row {
	clear: both;
	padding-top: 5px;
}

.formGridHyperlink {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	margin-right: 5px;
}

.formLabel {
	font-size: 0.9em;
	width: 195px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
}

.formAuditLabel {
	color: #4b4b4b;
	position: relative;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	display: block;
	font-size: 0.9em;
}

.formRatesAuditLabel {
	color: #4b4b4b;
	position: relative;
	width: 195px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
	DISPLAY: block;
	FLOAT: left;
}

.formInformationLabel {
	color: Red;
	width: 500px;
	margin-left: 195px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	display: block;
	font-size: 0.9em;
}

.formCheckbox {
	width: 400px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	min-height: 15px;
	display: block;
	font-size: 0.9em;
	float: left;
}

.formTextBox {
	position: relative;
	width: 280px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
}

.formTitle {
	font-size: 1.1em;
	color: #003964;
	position: relative;
	bottom: 10px;
	font-weight: bolder;
}

#Controls {
	position: relative;
	margin: 5px 0px 5px 200px;
}

.closeBtn {
	margin-top: 10px;
	margin-left: 200px;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	z-index: 99;
}

.otherBtn {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
	z-index: 99;
    display: inline;
}

.grid {
	width: 90%;
	background-color: #fff;
	margin: 20px 0 10px 0;
	border: solid 1px #525252;
	border-collapse: collapse;
}

	.grid th {
		padding: 4px 2px;
		color: #fff;
		background: #003964;
		border-left: solid 1px #525252;
		font-size: 0.9em;
	}

	.grid td {
		padding: 2px 2px 2px 10px;
		border: solid 1px #c1c1c1;
		color: #4b4b4b;
		font-size: 0.8em;
	}

.formDropDown {
	background-color: #BACCE5;
	position: relative;
	width: 280px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
	margin-left: 40px;
}

.formDropDown2 {
	background-color: #BACCE5;
	position: relative;
	width: 200px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
}

.formRatesDropDown {
	background-color: #BACCE5;
	position: relative;
	width: 287px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
}

.modalBackground {
	background-color: #cccccc;
	filter: alpha(opacity=80);
	opacity: 0.7;
}

.modalPopup {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #484848;
	padding: 3px;
	width: 250px;
	font-size: 0.8em;
	text-align: center;
}

.modalPopup2 {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #484848;
	padding: 3px;
	width: 450px;
	font-size: 0.8em;
	text-align: center;
}

.watermark {
	position: relative;
	width: 280px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
	color: Gray;
}

#progressBackgroundFilter {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 1000;
	background-color: #cccccc;
	filter: alpha(opacity=80);
	opacity: 0.7;
}


#processMessage {
	position: fixed;
	top: 30%;
	left: 43%;
	padding: 25px;
	width: 150px;
	z-index: 1001;
	background-color: #fff;
	border: solid 1px #000;
}

#progressRenewalWheel {
	position: absolute;
	top: 80px;
	left: 80px;
}

.LSEPrompt{
    color: white;
}

/* ------------------------------------------------------------------*/

/* ------------------   Login       ---------------------------------*/
.login {
	left: 280px;
	position: relative;
	top: 100px;
	height: 134px;
}

.loginLabel {
	font-family: Verdana;
	width: 100px;
	right: 50px;
	padding: 0px 20px 0 0;
	font-size: 0.9em;
}

.loginTextbox {
	width: 200px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 10px;
    font-size: larger;
}

.signIn {
	margin: 5px 10px 0px 0px;
	position: relative;
	float: left;
}

#progressWheel {
	position: absolute;
	top: 195px;
	left: 555px;
}



/* ------------------------------------------------------------------*/

.save {
	border: 1px black solid;
	background-color: #336699;
	color: white;
	width: 75px;
	height: 25px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0px 5px 0px 0px;
	text-align: right;
}

.cancel {
	border: 1px black solid;
	background-color: #336699;
	color: white;
	width: 75px;
	height: 25px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}


/* ------------------   Main Menu       -----------------------------*/


#MainMenu {
	position: relative;
	float: left;
	left: 350px;
	top: 70px;
}

	#MainMenu a:link, #MainMenu a:visited {
		color: black;
		display: block;
		text-decoration: none;
		font-size: 1.2em;
		padding: 20px 0px 0px 0px;
		text-indent: 110px;
		position: relative;
		margin-bottom: 30px;
	}

	#MainMenu a:hover {
		text-decoration: none;
	}

	#MainMenu ul, #MainMenu ul li {
		border: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#MainMenu ul li {
			margin-top: 5px;
		}


.mmProperty {
	background-image: url('images/Property.png');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 20px;
}

.mmTenant {
	background-image: url('images/Tenant.png');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 20px;
}

.mmPolicy {
	background-image: url('images/Policy.png');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 20px;
}

.mmReports {
	background-image: url('images/Report.png');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 20px;
}

.amReports {
	background-image: url('images/Report.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
	padding-top: 20px;
}

.amRenewal {
	background-image: url('images/Renewal2.png');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 20px;
}

.amBatchReprint {
	background-image: url('images/BatchReprint');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 20px;
}


.mmAdmin {
	background-image: url('images/Administration.png');
	background-repeat: no-repeat;
	height: 50px;
	width: 300px;
	padding-top: 20px;
}

.mmBack {
	background-image: url('images/Back.png');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 20px;
	margin-bottom: 0px;
}

a.MainMenuLinks:link, a.MainMenuLinks:visited {
	border: 0px;
}

/* ------------------------------------------------------------------*/
/* ------------------   AdminMenu       -----------------------------*/


#AdminMenu {
	position: relative;
	float: left;
	left: 350px;
	top: 20px;
}

	#AdminMenu a:link, #AdminMenu a:visited {
		color: black;
		display: block;
		text-decoration: none;
		font-size: 1.2em;
		padding: 20px 0px 0px 0px;
		text-indent: 110px;
		position: relative;
		margin-bottom: 20px;
	}

	#AdminMenu a:hover {
		text-decoration: none;
	}



	#AdminMenu ul, #AdminMenu ul li {
		border: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#AdminMenu ul li {
			margin-top: 5px;
		}
/*-------------------------------------------------------------------


/* ------------------   Property       -----------------------------*/

#Property {
	position: relative;
	left: 30px;
	top: 20px;
}

#controlProperty {
	margin: 5px 0px 0px 195px;
}

#propertyCreate {
	position: relative;
	left: 260px;
}

/* ------------------------------------------------------------------*/

/* ------------------   Master Policies       -----------------------------*/

#MasterPolicies {
	position: relative;
	left: 30px;
	top: 20px;
}

.mpformTextBox {
	position: relative;
	width: 305px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
}

.mpformLabel {
	font-size: 0.9em;
	width: 190px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
}

.mpformCheckbox {
	position: relative;
	width: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
	margin-left: 0px;
}
/* ------------------------------------------------------------------*/


/* ------------------   Tenant       ------------------------------*/

#Tenant {
	position: relative;
	left: 30px;
	top: 20px;
}

/* ------------------------------------------------------------------*/

/* ------------------   Policy       -----------------------------*/

#Policy {
	position: relative;
	left: 30px;
	top: 20px;
}

.PolicyformTextBox {
	position: relative;
	width: 280px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 40px;
	min-height: 15px;
	font-size: 0.9em;
}

.PolicyformTextBoxSmall {
	position: relative;
	width: 250px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
}

.policyFormDropDown {
	background-color: #BACCE5;
	position: relative;
	width: 280px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
}


/* ------------------------------------------------------------------*/


/* ------------------   ViewRenewals       -----------------------------*/


#ViewRenewals {
	position: relative;
	left: 30px;
	padding: 20px 0 0 10px;
}

#chkSelect {
	float: right;
	margin: 0px 100px 0;
	font-size: 0.9em;
	color: #003964;
}

#labelRenewals {
	font-size: 0.9em;
	width: 970px;
}

.labelRenewals {
	font-size: 0.9em;
	width: 970px;
}

#chkSelect a:hover {
	color: #003964;
}

#chkSelect a:link, #chkSelect a:visited {
	color: #003964;
}

.gridRenewals {
	width: 90%;
	background-color: #fff;
	border: solid 1px #525252;
	border-collapse: collapse;
}

	.gridRenewals th {
		padding: 4px 2px;
		color: #fff;
		background: #003964;
		border-left: solid 1px #525252;
		font-size: 0.9em;
	}

		.gridRenewals th a:link, #gridRenewals th a:visited {
			position: relative;
			color: #fff;
		}

	.gridRenewals td {
		padding: 2px 2px 2px 10px;
		border: solid 1px #c1c1c1;
		color: #4b4b4b;
		font-size: 0.8em;
	}

.gridRenewals td:nth-child(5) {
	padding-left: 19px;
}

input[type=checkbox] {
	cursor: pointer;
}

#renewalsControls {
	float: right;
	margin: 20px 98px 0px 0px;
}

#renewals_unavailable {
	position: relative;
	padding-top: 5px;
}

#renewals_success_message {
	clear: both;
	padding-top: 5px;
	width: 930px;
}

/* ------------------------------------------------------------------*/



/* ------------------   Reports       -----------------------------*/
.formRadioButton {
	position: relative;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 40px;
	font-size: 0.9em;
	min-height: 15px;
}

.formReportDropDown {
	background-color: #BACCE5;
	position: relative;
	width: 330px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
	font-size: 0.9em;
	margin-left: 0px;
}


.formRadioButtonEffectiveDate {
	position: relative;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 195px;
	margin-right: 40px;
	font-size: 0.9em;
	min-height: 15px;
}

.ReportformTextBox {
	position: relative;
	width: 100px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	min-height: 15px;
	font-size: 0.9em;
	float: left;
}

.ReportformTextBox2 {
	position: relative;
	width: 200px;
	border: solid 1px #7da6e3;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	min-height: 15px;
	font-size: 0.9em;
	float: left;
}

.ReportformLabel {
	font-size: 0.9em;
	width: 195px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
}

.ReportformCheckbox {
	width: 400px;
	margin-left: 185px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	min-height: 15px;
	display: block;
	font-size: 0.9em;
}

.ReportformListBox {
	width: 400px;
	height: 130px;
	margin-left: 40px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	min-height: 15px;
	display: block;
	font-size: 0.9em;
}

/* ------------------------------------------------------------------*/

/* ------------------   Login       ---------------------------------*/

#error {
	padding: 20px 20px 0px 20px;
}

.LogOff {
    position: relative;
    top: 6px;
    right: -4px;
    font-size: larger;
    color: #003964;
    text-decoration: none;
}


/* ------------------------------------------------------------------*/

/* ---------------------- Footer ----------------------------------*/

#HLFooter {
	clear: both;
	font-size: 0.7em;
	width: 100%;
}

#footerLinks {
	float: right;
	color: #333;
	padding: 0px 17px 0px 0px;
	margin-top: 10px;
}

	#footerLinks a {
		color: #333;
		text-decoration: none;
	}

		#footerLinks a:hover {
			color: #333;
			text-decoration: underline;
		}

#footerText {
	float: left;
	color: #333;
	margin-top: 10px;
}

#footerMode {
	color: #333;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

* html #footerText {
	margin-left: 78px;
}


/* ------------------------------------------------------------------*/

