/*Bootstrap Style Cheats - Andre*/
.noMatchingMembers {
	font-weight: bold;
	text-transform: uppercase;
	color: #fffead;
	background-color: #aa8800;
	padding: 100px 0px;
	border: solid thin black;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	letter-spacing: 1px;
	width: 95%;
	text-align: center;
	font-size: large;
	/* height: 150px; */
}

.cool-dropdown {
	-webkit-appearance: button;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-padding-end: 20px;
	-webkit-padding-start: 2px;
	-webkit-user-select: none;
	background-image: url(/images/shared/cool-drop-arrow.png), -webkit-linear-gradient(#FAFAFA, #ededed 40%, #c6caca);
	background-position: 97% center;
	background-repeat: no-repeat;
	border: 1px solid #aa8800;
	color: #222222;
	font-size: 9pt;
	margin: 2px 2px 4px 0px;
	overflow: hidden;
	padding: 5px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 290px;
}

	.cool-dropdown option:disabled {
		background-color: #aa8800;
		color: white;
		font-weight: bold;
	}

.cool-txtBox {
	padding: 5px;
	border-radius: 3px;
	border: 1px solid #CCC;
	background-image: none;
	width: 270px;
	margin: 2px 2px 4px 0px;
}

	.cool-txtBox:focus {
		outline-color: #aa8800;
	}

/* These for cheat bootstrap buttons -- use both classes*/
.cssButtons {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	font-weight: bold;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	border-radius: 4px;
}

.buttonBlue {
	background-color: #b0c1c1;
	color: #3E3E3E;
	border: 2px solid #aa8800;
}

	.buttonBlue:hover {
		background-color: #aa8800;
		color: white;
		/*-webkit-box-shadow: 0px 5px 40px -10px rgb(0,0,0,0.7), inset 0px 6px 8px 0px rgb(225,225,225,0.3), inset 0px -6px 8px 0px rgb(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 40px -10px rgb(0,0,0,0.7), inset 0px 6px 8px 0px rgb(225,225,225,0.3), inset 0px -6px 8px 0px rgb(0,0,0,0.3);
		box-shadow: 0px 5px 40px -10px rgb(0,0,0,0.7), inset 0px 6px 8px 0px rgb(225,225,225,0.3), inset 0px -6px 8px 0px rgb(0,0,0,0.3);
		transition: all 0.08s ease 0s;*/
	}

		.buttonBlue:disabled,
		.buttonBlue:hover:disabled {
			background-color: #bfbfbf;
			color: #808080 !important;
			border: 2px solid #628e92;
			box-shadow: none;
			cursor: default;
		}


.buttonRed {
	background-color: #d8c7c7;
	color: #2f0505 !important;
	border: 2px solid #da0000;
}

	.buttonRed:hover {
		background-color: #f63709;
		color: white !important;
		/*-webkit-box-shadow: 0px 5px 40px -10px rgb(0,0,0,0.7), inset 0px 6px 8px 0px rgb(225,225,225,0.3), inset 0px -6px 8px 0px rgb(0,0,0,0.3);
		-moz-box-shadow: 0px 5px 40px -10px rgb(0,0,0,0.7), inset 0px 6px 8px 0px rgb(225,225,225,0.3), inset 0px -6px 8px 0px rgb(0,0,0,0.3);
		box-shadow: 0px 5px 40px -10px rgb(0,0,0,0.7), inset 0px 6px 8px 0px rgb(225,225,225,0.3), inset 0px -6px 8px 0px rgb(0,0,0,0.3);
		transition: all 0.08s ease 0s;*/
	}

		.buttonRed:disabled,
		.buttonRed:hover:disabled {
			background-color: #bfbfbf;
			color: #808080 !important;
			border: 2px solid #e69a9a;
			box-shadow: none;
			cursor: default;
		}

/* This For Grid Heading*/
.HeadingCellNew {
	color: white;
	background-color: #aa8800;
	height: 24px;
}

	.HeadingCellNew th {
		color: white;
		background-color: #aa8800;
	}


/* END Cheats - Andre */

/** ----------------- Common ------------------ **/
td {
	line-height: 16px;
	color: #3E3E3E;
}

img {
	border: none;
}

/* Grid column align */
.gridAlignLeft {
	text-align: left;
}

.gridAlignRight {
	text-align: right !important;
}

.gridAlignCentre {
	text-align: center;
}

/** ----------------- Hyperlinks ------------------ **/

a:link, a:visited {
	text-decoration: underline;
	/*ANDRE CHANGE*/
	color: #aa8800;
}

a:hover {
	text-decoration: none;
	color: #C0C0C0;
}

/** ----------------- Interface ------------------ **/

#validationSummary {
	color: red;
	font-weight: bold;
}

#LoginHeader {
	background-color: #aa8800;
	height: 52px;
	color: #FFFFFF;
}

#LoginBox /* For IE Browser  */ {
	height: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.f_ContentCapsule {
	background-image: url(/images/shared/ContainerBackground.gif);
	background-position: left bottom;
	/*background-repeat: repeat-x;*/
	width: 95%;
	opacity: 0.8;
	border-top: solid 1px #aa8800;
	border-left: solid 1px #aa8800;
	border-right: solid 1px #aa8800;
	border-bottom: solid 1px #aa8800;
}

.PanelSeperator {
	background-color: #3D58C4;
}

.PanelHeader {
	background-image: url(/images/Administration/OldSkin/PanelHeaderBackground.jpg);
	background-position: left top;
	background-color: #4263DA;
	background-repeat: repeat-x;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: White;
}

	.PanelHeader td {
		font-weight: bold;
		color: White;
	}

.ProfilePanelSeperator {
	color: #2B49B4;
	height: 28px;
	font-weight: bold;
	background-image: url(/images/Administration/OldSkin/ProfilePanelSeperator.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

.Panel {
	padding: 10px;
	width: 230px;
}

.mceToolbar, .mceStatusbar {
	z-index: 1000000;
}

.Highlighted {
	background-color: #ffffcc;
}

.PanelHeader .PanelHeaderAccordion {
	width: 16px;
	background-image: url(/images/Administration/OldSkin/AccordionIcon.gif);
	background-position: right center;
	background-color: #4263DA;
	background-repeat: no-repeat;
}

.FormFieldSpacer {
	background-image: url(/images/Administration/OldSkin/FormFieldSpacer.gif);
	background-position: left center;
	background-repeat: repeat-x;
	height: 25px;
}

#EditProfileButton {
	padding-left: 24px;
	height: 21px;
}

#ViewStatsButton {
	padding-left: 24px;
	height: 21px;
}

#LogoutButton {
	height: 21px;
}

#SkinButton {
	height: 21px;
}

	#EditProfileButton a, #SkinButton a, #ViewStatsButton a {
		padding: 1px;
		text-decoration: underline;
		color: white;
		font-weight: bold;
	}

#LogoutButton a {
	color: white;
	text-decoration: underline;
}

	#LogoutButton a:hover {
		color: White;
	}

#EditProfileButton a:hover, #SkinButton a:hover {
	padding: 1px;
	text-decoration: underline;
}

#ContentBody {
	padding: 15px;
}

#TopNavigation {
}

#BreadCrumbs {
	padding-left: 5px;
	padding-right: 5px;
	background-color: White;
}

#BreadCrumbSelected {
	padding-left: 5px;
	padding-right: 5px;
}

#BreadCrumbItem {
	padding-left: 5px;
	padding-right: 5px;
}

	#BreadCrumbItem a:link, #BreadCrumbItem a:visited {
		color: White;
		text-decoration: none;
	}

#BreadCrumbSelected font {
	color: #2B49B4;
	font-family: Tahoma;
}

#BreadCrumbSelectedCnrL {
	width: 4px;
}

#BreadCrumbSelectedCnrR {
	width: 4px;
}

#BreadCrumbCnrL {
	width: 4px;
}

#BreadCrumbCnrR {
	width: 4px;
}

#BreadCrumbs td {
	color: White;
}

#PageHeading {
	background-color: White;
	border-bottom: solid 1px #D1D0BE;
	padding: 5px;
}

	#PageHeading #PageDescription {
		background-image: url(/images/Administration/OldSkin/TooltipArrow.gif);
		background-position: left center;
		background-repeat: no-repeat;
		padding-left: 8px;
	}

#Header {
	height: 100px;
	width: 100%;
	background-color: white;
	min-width: 1024px;
}

	#Header a:link, #Header a:hover, #Header a, #Header a:visited {
		color: White;
		text-decoration: none;
	}

#PolicyNetLogo {
	background-image: url(../images/PolicyNetLogo.png);
	background-repeat: no-repeat;
	height: 50px;
	margin-left: 10px;
	float: left;
	/* width: 20%; */
	min-width: 270px;
}

.HeaderSearchContainer {
	float: left;
	border: solid thin white;
	padding: 6px 15px;
	margin-top: 28px !important;
	box-shadow: 0px 0px 10px 0px rgb(255, 254, 173);
}

.HeaderUserContainer {
	float: right;
	color: #FFFFFF;
	margin-right: 10px;
}

.HeaderUsername {
	font-weight: 600;
}

.HeaderUserLinks {
	padding-right: 10px;
	padding-top: 13px;
	float: left;
}

.HeaderUsernameSpan {
	padding-top: 16px;
	float: left;
}

.HeaderSearchWatermark {
	color: #3E3E3E;
}

#Container {
	background-image: url(/images/Administration/OldSkin/ContainerBackground.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 0px;
	background-color: ghostwhite !important;
}

	#Container #ContainerHeader {
		border-bottom: solid 1px white;
		padding: 5px;
		margin: 0px;
		background-image: url(/images/Administration/OldSkin/ContainerHeaderBackground.jpg);
		background-position: left top;
		background-repeat: repeat-x;
	}

/** ----------------- Controls ------------------ **/

.Input {
	cursor: text;
	width: 170px;
	height: 15px;
	background-color: white;
	border: solid 1px #7F9DB9;
	font-family: Tahoma;
}

.InputSmall {
	cursor: text;
	width: 85px;
	height: 15px;
	background-color: white;
	border: solid 1px #7F9DB9;
	font-family: Tahoma;
}

.InputDisabled {
	background-color: #EBEBEB;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
}

.Select {
	background-color: white;
	border: solid 1px #7F9DB9;
	font-family: Tahoma;
}

.CheckBoxList /** Standard CheckboxList **/ {
	padding: 1px;
	overflow: auto;
	width: 250px;
	background-color: white;
	height: 150px;
	border: solid 1px #7F9DB9;
}


.button, .HyperLink, a.button:link, a.button:visited {
	width: 90px;
	height: 23px;
	cursor: hand;
	padding: 5px;
	color: Black;
	text-align: left;
	background-image: url(/images/backend/site/ButtonBackground.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-bottom: solid 1px #929292;
	text-decoration: none;
	font-weight: bold;
	border-top: solid 1px #bcbcbc;
	border-right: solid 1px #929292;
	border-left: solid 1px #bcbcbc;
	vertical-align: middle;
}

a.button:hover {
	border-right: solid 1px #bcbcbc;
	border-bottom: solid 1px #bcbcbc;
	border-top: solid 1px #696969;
	border-left: solid 1px #696969;
}

a.LinkButton:link, a.LinkButton:visited {
	text-decoration: underline;
	color: Black;
}

a.LinkButton:hover {
	text-decoration: underline;
	background-color: #B4C7FF;
}

a.LinkButton img {
	background-color: Transparent;
	border-right: solid 4px white;
}

.ListBox {
	min-width: 120px;
	max-width: 200px;
}

	.ListBox option.OptionDisabled {
		color: #aaa;
		background-color: White;
	}

.Grid {
	padding: 1px 1px 1px 1px;
}

.GridNoFooter {
	padding: 1px 1px 1px 1px;
}

.Row /** GridLevel **/ {
	white-space: nowrap;
}

.SelectedRow, .SelectedRow td {
	background-color: #6281E2;
	padding: 2px 2px 2px 2px;
	height: 22px;
}

.RowAlternate {
	background-color: white;
}

.RowList {
	background-color: white;
}

.Row td, .RowAlternate td /** GridLevel **/ {
	white-space: nowrap;
	height: 22px;
	padding: 0px 30px 0px 30px;
	text-align: center;
}

	.Row td.AlignLeft, .RowAlternate td.AlignLeft {
		text-align: left;
	}

	.Row td.NoPadding, .RowAlternate td.NoPadding {
		padding: 0px 3px 0px 3px;
	}

#GridHeader, .GridHeader {
	height: 20px;
	padding: 2px 5px 2px 5px;
}

.HeadingCell, .HeadingCell td {
	color: #aa8800;
	/*white-space: nowrap;*/
	height: 24px;
}

	.HeadingCell th {
		/*padding: 0px 30px 0px 30px;*/
	}

		.HeadingCell th.NoPadding {
			padding: 0px 3px 0px 3px;
		}

.Pager {
	height: 18px;
	text-align: right;
	line-height: 18px;
	padding-right: 20px;
	color: #2B49B4;
	background-image: url(/images/administration/oldskin/GridHeaderCell.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #D1D0BE;
	border-top-style: none;
}

/** PolicyNet Grid Styles  **/

.RowPadding td, .RowAlternatePadding td {
	padding: 10;
}

/** PolicyNet Member Wizard **/

.WizardHeader {
	font-weight: bold;
	height: 24px;
}

.WizardStep {
	padding-top: 2px;
	width: 100%;
}

.WizardButtonDiv {
	padding-left: 0px;
	background-color: #ffffff;
	vertical-align: middle;
	padding-top: 0px;
	width: 55px; /*180px;*/
}

.WizardStepButton {
	background-color: #9F9F9F;
	text-decoration: none;
	text-transform: none;
	width: 55px; /*180px;*/
}

.WizardStepButtonSelected {
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
	width: 55px; /*180px;*/
}

.WizardPanel {
	background-color: #EDEDED;
	width: 935px;
	min-height: 450px;
}

.WizardSidebar {
	width: 60px; /*190px;*/
	padding-left: 5px;
	padding-top: 0px;
	vertical-align: top;
}

.WizardTabHeader {
	background-color: #aa8800;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 923px;
	margin-left: 1px;
}

/* Member Print Styles */

.PrintHeadingRow {
	background-color: Gray;
	font-weight: bold;
	border: 1px solid #000000;
}

.PrintChildHeadingRow {
	border: 1px solid #000000;
	background-color: #adadad;
}

.PrintChildHeadingRowText {
	font-size: 11px;
}

.PrintChildRow {
	padding-left: 20px;
}

.PrintItemLeftMargin {
	float: right;
	margin-right: 10px;
	text-align: right;
}

.PrintItemLeftFloat {
	float: left;
}

.PrintApplicationRow {
	font-size: 11px;
	font-weight: bold;
}

.PrintApplicationBackground {
	background-color: White;
	border: 1px solid black;
}

.MessageContainer_Green {
	background-color: #98FE98;
	border: 1px solid Green;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}

.MessageContainer_Orange {
	background-color: #FF9900;
	border: 1px solid #FF4500;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}

.MessageContainer_Red {
	background-color: Red;
	border: 1px solid Red;
	font-weight: bold;
	margin-bottom: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
}

/* Address */

.labelColumn {
	float: left;
	padding-bottom: 8px;
	width: 165px;
}

.textColumn {
	float: left;
}

.requestLabelColumn {
	float: left;
	padding-bottom: 8px;
	width: 346px;
}

.MenuBottom {
	text-align: center;
}

.InvalidAddress {
	color: red;
}

/*For the grid paging blocks - Andre */
.GridPagerPnet a, .GridPagerPnet span {
	display: block;
	height: 15px;
	width: 25px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin-left: 1px;
}

.GridPagerPnet a {
	background-color: #f5f5f5;
	color: #aa8800;
	border: 1px solid #969696;
}

.GridPagerPnet span {
	background-color: #A1DCF2;
	color: #000;
	border: 1px solid #585555;
}

/*----------------------*/
.login-container {
	background-image: url('../Images/LoginBackground.png');
	width: 800px;
	height: 600px;
	background-size: cover;
}

.shortcutWell {
	border: solid thin #08a79d;
	border-radius: 2px;
	padding: 10px;
	margin-left: 20px;
	width: 95%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-align: left;
	background: rgba(255,255,255,.8); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,.9) 0%, rgba(229,229,229,.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,.9) 0%,rgba(229,229,229,.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,.9) 0%,rgba(229,229,229,.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	opacity: 0.9;
}

.polStatusLbl {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #aa8800;
	padding: 6px;
	border: solid thin black;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	letter-spacing: 1px;
}

.totalMonthPrem {
	float: right;
	padding: 5px;
	border: solid thin #aa8800;
	background-color: #ffffe0;
	margin-bottom: 8px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #aa8800;
	padding: 5px;
	border: solid thin black;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	letter-spacing: 1px;
}

.viewHeaderLink {
	background-color: #EDEDED;
	color: #aa8800;
	font-weight: bold;
	padding-bottom: 4px;
	border-collapse: inherit !important;
	border: #aa8800;
	border-style: solid;
	border-radius: 5px;
	border-width: 2px;
	padding-top: 4px;
	text-align: center;
	min-width: 743px;
	width: 900px;
}

.topDetailsBox {
	width: 100%;
	padding: 5px;
	border: solid thin #aa8800;
	background-color: ghostwhite;
}

.viewHeader {
	background-color: #EDEDED;
	color: #aa8800;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	min-width: 743px;
	width: 900px;
}

.viewSubHeader {
	color: #aa8800;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	min-width: 743px;
	width: 900px;
}

.policyStatus {
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #aa8800;
	padding: 6px;
	border: solid thin black;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	letter-spacing: 1px;
}

.watermarkBg {
	padding: 20px;
	min-height: 580px;
	background-image: url('../Images/watermark_50.png');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}

.polDetailsBox {
	float: right;
	padding: 5px;
	border: solid thin #aa8800;
	background-color: #ffffe0;
	margin-bottom: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	background-color: #aa8800;
	padding: 6px;
	border: solid thin black;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	letter-spacing: 1px;
}

.new-business-edit-header {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 600px;
	font-weight: bold;
}

.new-business-edit-policy-number {
	background-color: white;
	color: red;
	text-align: center;
	font-weight: bold;
	border: 1px solid #aa8800;
	width: 200px;
}

.new-business-edit-application-status {
	border: groove thin #aa8800;
	padding: 5px;
	background-color: #fffead;
	font-weight: bold;
}


.new-business-edit-submit {
	text-align: center;
	padding: 5px;
	border: solid thin #aa8800;
}

.authorisation-tickets-header {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.new-polcy-request-header {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.member-claims-table {
	border: solid thin #aa8800;
	border-collapse: collapse;
}

	.member-claims-table .register-claim {
		background-color: white;
		color: red;
		text-align: center;
		font-weight: bold;
		width: 200px;
		border: 1px solid #aa8800;
	}

.member-claims-header {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 600px;
}

.member-claims-grid {
	border-color: #aa8800;
}

.register-claim-header {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 600px;
}

.register-claim-policy-number {
	background-color: white;
	color: red;
	text-align: center;
	font-weight: bold;
	border: 1px solid #aa8800;
	width: 200px;
}

.register-claim-type {
	border: solid thin #aa8800;
	background-color: #fffead;
	font-weight: bold;
	text-align: center;
}

.register-claim-benefits {
	padding-left: 50px;
	border: solid thin #aa8800;
	padding: 5px;
	background-color: #fffead;
}

.policy-request-list-table {
	border: solid thin #aa8800;
	border-collapse: collapse;
}

	.policy-request-list-table .policy-request-list-register {
		background-color: white;
		color: red;
		text-align: center;
		font-weight: bold;
		width: 200px;
		border: 1px solid #aa8800;
	}

.policy-request-list-header {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 600px;
}

.policy-request-list-grid {
	border-color: #aa8800;
}

/*Application left menu*/
ul#navigation {
	position: fixed;
	margin: 0px;
	padding: 0px;
	top: 132px;
	left: 0px;
	list-style: none;
	z-index: 9999;
}

	ul#navigation li {
		width: 42px;
	}

		ul#navigation li a {
			display: block;
			margin-left: -138px;
			width: 138px;
			height: 47px;
			background-color: #AA8800;
			background-repeat: no-repeat;
			background-position: center;
			background-size: 100% 100%;
			border: 1px solid #AFAFAF;
			-moz-border-radius: 0px 10px 10px 0px;
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-top-right-radius: 10px;
			-khtml-border-bottom-right-radius: 10px;
			-khtml-border-top-right-radius: 10px;
			filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
		}

	ul#navigation .product a {
		background-image: url('../Images/WizardTabs/Product-selected.svg');
	}

	ul#navigation .converted a {
		background-image: url('../Images/WizardTabs/Converted-selected.svg');
	}

	ul#navigation .member a {
		background-image: url('../Images/WizardTabs/Member-selected.svg');
	}

	ul#navigation .spouse a {
		background-image: url('../Images/WizardTabs/Spouse-selected.svg');
	}

	ul#navigation .children a {
		background-image: url('../Images/WizardTabs/Children-selected.svg');
	}

	ul#navigation .extended a {
		background-image: url('../Images/WizardTabs/Extended-selected.svg');
	}

	ul#navigation .beneficiary a {
		background-image: url('../Images/WizardTabs/Beneficiary-selected.svg');
	}

	ul#navigation .benefit a {
		background-image: url('../Images/WizardTabs/Benefits-selected.svg');
	}

	ul#navigation .payment a {
		background-image: url('../Images/WizardTabs/Payment-selected.svg');
	}

	ul#navigation .electronic a {
		background-image: url('../Images/WizardTabs/Electronic-selected.svg');
	}

	ul#navigation .complete a {
		background-image: url('../Images/WizardTabs/Complete-selected.svg');
	}

	ul#navigation .productSelected a {
		background-image: url('../Images/WizardTabs/Product-selected.svg');
		cursor: default;
	}

	ul#navigation .convertedSelected a {
		background-image: url('../Images/WizardTabs/Converted-selected.svg');
	}

	ul#navigation .memberSelected a {
		background-image: url('../Images/WizardTabs/Member-selected.svg');
	}

	ul#navigation .spouseSelected a {
		background-image: url('../Images/WizardTabs/Spouse-selected.svg');
	}

	ul#navigation .childrenSelected a {
		background-image: url('../Images/WizardTabs/Children-selected.svg');
	}

	ul#navigation .extendedSelected a {
		background-image: url('../Images/WizardTabs/Extended-selected.svg');
	}

	ul#navigation .benefitSelected a {
		background-image: url('../Images/WizardTabs/benefits-selected.svg');
	}

	ul#navigation .beneficiarySelected a {
		background-image: url('../Images/WizardTabs/beneficiary-selected.svg');
	}

	ul#navigation .paymentSelected a {
		background-image: url('../Images/WizardTabs/Payment-selected.svg');
	}

	ul#navigation .electronicSelected a {
		background-image: url('../Images/WizardTabs/Electronic-selected.svg');
	}

	ul#navigation .completeSelected a {
		background-image: url('../Images/WizardTabs/Complete-selected.svg');
	}

/*member-payment*/
.member-payment-header {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.member-payment-policy-number {
	background-color: white;
	color: red;
	text-align: center;
	font-weight: bold;
	border: 1px solid #aa8800;
	width: 30px;
}

.member-payment-monthly-premium {
	text-align: center;
	border: solid thin black;
	font-weight: bold;
	background-color: #aa8800;
	color: white;
}

.member-payment-premium-label {
	text-align: center;
	border: solid thin black;
	font-weight: bold;
	background-color: #aa8800;
	color: white;
}

.member-payment-blocked-literal {
	text-align: center;
	border: solid thin #aa8800;
	color: white;
	background-color: #f63709;
}

.member-payment-history {
	vertical-align: top;
	border: solid thin #aa8800;
}

.member-payment-history-literal {
	text-align: center;
	border: solid thin #fafad2;
	background-color: lightgoldenrodyellow;
}

.member-payment-details {
	vertical-align: top;
	background-color: #ededed;
	border: solid thin #aa8800;
}

.member-payment-details-literal {
	text-align: center;
	border: solid thin #aa8800;
	background-color: lightgoldenrodyellow;
}

.member-payment-details2 {
	vertical-align: top;
	border: solid thin #aa8800;
}

.member-payment-submit-payment-literal {
	text-align: center;
	border: solid thin #aa8800;
	background-color: lightgoldenrodyellow;
}

.member-payment-confirmation-message {
	text-align: center;
	background-color: #aa8800;
	color: white;
}

.member-payment-delete-payment {
	color: white;
	background-color: #aa8800;
}

/*perform-cashup*/
.perform-cashup-header {
	border: solid thin #aa8800;
	width: 100%;
}

.perform-cashup-literal {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

.perform-cashup-total-total {
	text-align: center;
	border: solid thin black;
	font-weight: bold;
	background-color: #aa8800;
	color: white;
	padding: 2px;
}

.perform-cashup-total {
	text-align: center;
	border: solid thin black;
	font-weight: bold;
	background-color: #aa8800;
	color: white;
	padding: 2px;
}

.perform-cashup-payments {
	border: solid thin #aa8800;
}

.perform-cashup-confirm {
	color: white;
	background-color: #aa8800;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

/*banking-tips*/
.banking-tips-table {
	border-color: #DDE0E8;
	width: 100%;
	border-collapse: collapse;
}

	.banking-tips-table .header {
		color: white;
		background-color: #aa8800;
		height: 24px;
		text-align: left;
		padding: 3px;
	}

	.banking-tips-table td {
		padding: 3px;
		border: 1px solid #CCC;
	}

	.banking-tips-table tr:nth-child(even) {
		background-color: #F2F2F2;
	}

/*member-policy-notes*/
.member-policy-notes {
	padding: 0px 20px 20px 5px;
}

	.member-policy-notes .header {
		color: white;
		background-color: #aa8800;
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
		width: 600px;
	}

	.member-policy-notes .policy-number {
		background-color: white;
		color: red;
		text-align: center;
		font-weight: bold;
		border: 1px solid #aa8800;
		width: 200px;
	}

	.member-policy-notes .highLight {
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		background-color: #aa8800;
		padding: 6px;
		border: solid thin black;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		letter-spacing: 1px;
	}

	.member-policy-notes .new-note {
		margin-top: 5px;
		padding-left: 0px;
		border: solid thin #aa8800;
	}

	.member-policy-notes .notes-container {
		margin-top: 5px;
		padding-left: 0px;
		border: solid thin #aa8800;
	}

	.member-policy-notes .view-note {
		margin-top: 5px;
		padding-left: 0px;
		border: solid thin #aa8800;
	}

/*payment-method*/
.payment-method {
}

	.payment-method .policyPremium {
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		background-color: #aa8800;
		padding: 6px;
		border: solid thin black;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
		letter-spacing: 1px;
		margin-left: 15px;
	}

/*document-library*/
.document-library {
	padding: 20px;
	width: 800px;
}

	.document-library .header {
		color: white;
		background-color: #aa8800;
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
	}

	.document-library .policy-number {
		background-color: white;
		color: red;
		text-align: center;
		font-weight: bold;
		border: 1px solid #aa8800;
		width: 200px;
	}

	.document-library .documents {
		margin-top: 5px;
		border: solid thin #aa8800;
	}

/*blocked-payments*/
.blocked-payments {
	font-family: Tahoma, Arial;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	background-color: #f63709;
	color: white;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}

/*sms-history*/
.sms-history {
	padding: 20px;
	width: 1024px;
}

	.sms-history .header {
		color: white;
		background-color: #aa8800;
		height: 30px;
		line-height: 30px;
		padding-left: 10px;
	}

	.sms-history .policy-number {
		background-color: white;
		color: red;
		text-align: center;
		font-weight: bold;
		border: 1px solid #aa8800;
		width: 200px;
	}

	.sms-history .messages {
		margin-top: 5px;
		border: solid thin #aa8800;
	}

.paidToday {
	background-color: #96ff00;
}

	.paidToday td {
		line-height: 25px;
	}

		.paidToday td:nth-child(1),
		.paidToday td:nth-child(3) {
			font-weight: bold;
			font-size: 13px;
		}

#Header > .logo img {
	max-height: 80px !important;
	margin-top: 10px !important;
	width: auto !important;
	margin-left: 16px;
}


.headerUserDetails {
	margin-top: 10px;
	color: black !important;
}

.HeaderUserContainer {
	margin-top: 10px;
}

.NavigationImage {
	width: 50px;
	height: 50px;
	filter: invert(0%) sepia(46%) saturate(282%) hue-rotate(191deg) brightness(-40%) contrast(0%);
	margin-right: -5px;
}

.HeaderUserContainer .title {
	display: none;
}

.topDetailsBox img,
.topDetailsBox input[type="image"] {
	width: 30px;
	height: 30px;
}