body, html{
	height: 100%;
	margin: 0;
	padding: 0;
}

.clearBoth{
	clear: both;
}

#screenTemplate{
	margin: 0 auto;
}

.PLafaOnly {
	position: absolute;
	top: 0px;
    right: -256px;
    width: 230px;
	border-top: 10px solid purple;
    padding: 10px;
    color: black;
	z-index: 1;
}

.PLafaOnly tr td {
	padding-left: 10px;
	vertical-align: middle;
	height: 25px;
}

.PLafaOnly-read-only {
	background-color: rgb(202, 169, 205);
    border: 1px solid rgb(202, 169, 205);
	border-radius: 2px;
	cursor: default;
}

#heightWrap{
	overflow: hidden;
	width: 100%;
	position: relative;
	min-height: 740px;
	height:auto !important;
}

#searchSideBar{
	float: left;
	color: #FFF;
	font-size: 69%;
	padding: 8px 15px 500em 15px;
	margin-bottom: -500em;
	background-color: #2C98BA;
	width: 194px;
}

#searchSideBar a:not(#noLozenge){
	display: block;
	margin: 5px;
	text-decoration: none;
	white-space: nowrap;
	border: 2px solid white;
	border-radius: 15px;
	width: 180px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: white;
}

#searchSideBar a:hover:not(#noLozenge){
    background-color: #00334D;
	text-decoration: none;
}

#searchSideBar a.disabledLink{
	color: #aaa;
	cursor: no-drop;
	border-color: #aaa;
	background-color: transparent;
}

span.boldHeading{
	font-weight: bold;
	font-size: 13px;
}


#customAppWrap{
	width: 710px;
	padding: 25px 25px 500em 25px;
	border-right: 1px solid #2C98BA;
	margin-bottom: -500em;
}

hr{
	height: 1px;
	border: 0;
	border-top: 1px solid #77ADE4;
	padding: 0;
}

select#actionsMenu{
	width: 100%; 
	background-color: #A4D1FE;
	color: #0066CC;
}


/* TABBED INTERFACE */
div.tabContents {
	background: white;
	color: black;
	position: relative;
	text-align: left;
	height: 100%;
	width: 100%;
}
/* OVERRIDE KOMODO DEFAULT STYLES */
div.tabContents .defaultFontStyling {
	color: black;
}
div.tabContents a {
	color: inherit;
	text-decoration: underline;
}
div.tabContents .topLeftCorner, div.tabContents .topRightCorner, div.tabContents .bottomLeftCorner, div.tabContents .bottomRightCorner {
	position: absolute;
	background-color: #003150;
}
div.tabContents .topLeftCorner {
	top: 0px;
	left: 0px;
}
div.tabContents .topRightCorner {
	top: 0px;
	right: 0px;
}
div.tabContents .bottomLeftCorner {
	bottom: 0px;
	left: 0px;
	height: 6px;
	_bottom: -1px;
}
div.tabContents .bottomRightCorner {
	bottom: 0px;
	right: 0px;
	_bottom: -1px;
}

div.tabContents h2 {
	font-size: 140%;
	color: #003150;
	text-align: left;
	padding: 0;
	padding-left: 3px;
	display: block;
	_font-weight: 600;
}

.debugHighlighter {
	border: 1px solid red;
}

/* DATE PICKER */
.ui-datepicker {
	font-size: 11px;
}

/* INPUT STATES */

input.disabledInput{
	background-color:white;
	color:#B4B4B4;
	border: 1px solid #BCBCBC;
	padding: 3px 2px 3px 2px;
	font-size: 12px !important;
}

input.disabledInput.noticable{
	background-color:#BCBCBC;
	color:#BCBCBC;
	border: 1px solid #888888;
}

#searchForm input{
	width: 170px;
	font-size: 11px !important;
}

.logoPageHeader {
	font-size: 115%;
	margin: 0px 0px 10px 0px;
}

/* CONFIRMATION PAGE */
.confirmationPolicyDetailsHeader {
	font-family: ff-tisa-sans-web-pro;
	font-size: 130%;
}

.confirmationPolicyDetails {
	margin: 35px 0px 10px 5px;
}

.confirmationPolicyDetails tr td {
	padding: 0px 40px 5px 0px;
	vertical-align: top;
}

.policyConfirmationButton {
	margin-right: 5px;
}

.policyConfirmationButton.developer {
	color: #FF0000;
}

.endorsementNotice {
	color: #FF0000;
	font-size: 80%;
}

.confirmationPolicyStatusHeader{
	color: #CC0000 !important; 
	display: block; 
	float: right; 
	margin-right: 5px;	
}

#policyButtonContainer, #tempButtonContainer{
	display: none;
}

#dialogReasonText{
	width: 560px;
	height: 100px;
	margin-top: 5px;
}

#dialogReasonSelect{
	margin-top: 4px;
}

#dialogDateArea{
	margin: 15px 0px 10px 0px;
	float: right;
}

#dialogTitle{
	display: block;
}


#quoteSearchStatus{
	border: 0;
	font-size: 11px;
}

#quoteSearchStatus label{
	display: block;
	text-align: left;
	padding-left: 0;
}

#quoteSearchStatus input{
	text-align: left;
	width: 20px !important;
	margin: 0 3px 3px 0;
	padding: 0;
	vertical-align: middle;
}

#claimsLoader p {
	text-align: center;
}

.claimsProgressBar {
	margin: 10px 0px 0px 55px;
}

#processingDialog,
#loadingDialog {
	text-align: center;
}

#loadingDialog img,
#processingDialog img {
	margin: 0px 0px 20px 0px;
}

.short-question {
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

.hidden-question {
	display: none;
	border: 1px solid #CCCCCC;
	background-color: white;
	padding: 5px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	width: 450px;
	z-index: 99;
}

.down-pointer {
	bottom: -9px;
    height: 10px;
    left: 5px;
    position: absolute;
    width: 9px;
	background: transparent url('/images/down-pointer.png') top left;
}

.search-container {
	text-align: center;
}

.search-container p {
	padding-top: 5px;
    text-align: left;
    padding-left: 8px;
}

.search-container .search-header {
	font-size: 20px;
	font-weight: bold;
	font-family: ff-tisa-sans-web-pro;
}

.search-container .faux-submit-button {
	margin-top: 10px !important;
}

.plTempNoDiff {
    font-style: italic;
    color: #777777;
}