

#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-size: 11px;
}

#dhtmlpointer
{
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}



.GoToPlanBorder
{
	border: solid 1px #B3A781;
	margin-left: 5px;
}




/********************************************************************/
/**************************CUSTOM ****************************/


.faq_Question
{
	font-weight: bold;
	font-style: italic;
}

.faq_Answer
{
	font-weight: normal;
	font-style: normal;
}

BODY
{
	background-color: #C7C1B3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Tahoma;
	color: #000000;
}

TABLE
{
	font-family: Tahoma;
	font-size: 11px;
	border-collapse: collapse;
}

TD.logo
{
	width: 775px;
	height: 82px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../admin/images/logo-admin.jpg);
	background-repeat: no-repeat;
	background-color: #383725;
}

TD.menu
{
	width: 775px;
	height: 48px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #B3A781;
	font-size: 12px;
}


.menu A:link
{
	color: #FFFFFF;
	text-decoration: underline;
}

.menu A:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.menu A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.menu A:active
{
	color: #FFFFFF;
	text-decoration: underline;
}


TD.TopNavigation
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-color: #383725;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 4px;
}

TD.TopNavigation A:link
{
	color: #FFFFFF;
	font-weight: bold;
}

TD.TopNavigation A:hover
{
	color: #FFFFFF;
	font-weight: bold;
}

TD.TopNavigation A:visited
{
	color: #FFFFFF;
	font-weight: bold;
}

TD.TopNavigation A:active
{
	color: #FFFFFF;
	font-weight: bold;
}


TD.mainContent
{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

TD.footer
{
	width: 775px;
	height: 36px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #B3A781;
	color: #FFFFFF;
}


TD.footer A:link
{
	color: #FFFFFF;
	font-weight: bold;
}

TD.footer A:hover
{
	color: #FFFFFF;
	font-weight: bold;
}

TD.footer A:visited
{
	color: #FFFFFF;
	font-weight: bold;
}

TD.footer A:active
{
	color: #FFFFFF;
	font-weight: bold;
}


.EvenBlock
{
	margin-left: auto;
	margin-right: auto;
	background-color: #ECE8D9;
	border: solid 1px #ECE8D9;
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}

.OddBlock
{
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: solid 1px #ECE8D9;
	padding: 5px 5px 5px 5px;
	text-align: left;
	vertical-align: top;
}



TD.sideTopic
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	background-color: #B3A781;
	border: solid 1px #FFFFFF;
}


.sideTable
{
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	border: solid 1px #B3A781;
}


TD.sideContent
{
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	background-color: #ECE9DA;
}



TD.sideEntries
{
	font-family: Tahoma;
	font-size: 12px;
	width: 170px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #FFFFFF;
}




/********************************************************************/
/**************************END CUSTOM ****************************/


.planImageThumbnail
{
	border: solid 1px #B3A781;
}


.Button
{
	background-color: #ECE8D9;
	border: solid 1px #000000;
}

.DropDownList
{
	background-color: #F0EFEA;
	font-weight: bold;
	font-size: 11px;
	color: Gray;
}

.TextBox
{
	background-color: #F0EFEA;
	font-weight: bold;
	color: Gray;
}

.Checkbox
{
	font-size: 12px;
	color: #565F66;
	font-weight: bold;
}

.GeneralLabel
{
	font-size: 11px;
	color: #565F66;
	font-weight: bold;
}


.GeneralLabelIndent
{
	margin-left: 15px;
}


.GeneralLabelBlack
{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.GeneralLabelBlackBold
{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-weight: bold;
}



.GeneralText
{
	font-size: 12px;
	color: #000000;
}


.PageHeader
{
	font-size: Large;
	color: #565F66;
	font-weight: bold;
}


.GeneralLink
{
	font-size: small;
	color: #000000;
	font-weight: normal;
}

.GeneralLink A:link
{
	font-size: small;
	color: #000000;
	font-weight: normal;
}
.GeneralLink A:visited
{
	font-size: small;
	color: #000000;
	font-weight: normal;
}
.GeneralLink A:active
{
	font-size: small;
	color: #000000;
	font-weight: normal;
}
.GeneralLink A:hover
{
	font-size: small;
	color: #000000;
	font-weight: normal;
}







HR
{
	color: #565F66;
}



.FieldsetLegend
{
	font-size: x-small;
}


.ContentHolder
{
	background-color: #FFFFFF;
	border: solid 0px #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}









.PageFooter
{
	font-size: xx-small;
	color: #565F66;
	font-weight: bold;
}
.PageFooter A:link
{
	text-decoration: underline;
	color: #565F66;
	font-size: xx-small;
}
.PageFooter A:visited
{
	text-decoration: underline;
	color: #565F66;
	font-size: xx-small;
}
.PageFooter A:active
{
	text-decoration: underline;
	color: #565F66;
	font-size: xx-small;
}
.PageFooter A:hover
{
	text-decoration: none;
	color: #565F66;
	font-size: xx-small;
}

A:link
{
	text-decoration: none;
	color: #3333cc;
}
A:visited
{
	text-decoration: none;
	color: #333399;
}
A:active
{
	text-decoration: none;
	color: #333399;
}
A:hover
{
	text-decoration: underline;
	color: #3333cc;
}






/********************************************************************/
/**************************general grid  ****************************/

.GeneralGridHeader
{
	background-color: #383725;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}

.GeneralGridEvenRow
{
	background-color: #ECE8D9;
	font-size: small;
}

.GeneralGridOddRow
{
	background-color: #FFFFFF;
	font-size: small;
}


.GeneralGrid
{
}

.GeneralGrid A:link
{
	text-decoration: underline;
	color: #565F66;
	font-size: small;
}
.GeneralGrid A:visited
{
	text-decoration: underline;
	color: #565F66;
	font-size: small;
}
.GeneralGrid A:active
{
	text-decoration: underline;
	color: #565F66;
	font-size: small;
}
.GeneralGrid A:hover
{
	text-decoration: none;
	color: #565F66;
	font-size: small;
}



/********************************************************************/
/**************************warning grid  ****************************/

.WarningGridHeader
{
	background-color: #FF0000;
	color: #000000;
	font-size: small;
	font-weight: bold;
	padding: 3px 3px 3px 10px;
	border: solid 1px #000000;
}

.WarningGridEvenRow
{
	background-color: #FFFFFF;
	font-size: small;
	padding-left: 20px;
}

.WarningGridOddRow
{
	background-color: #d19d9d;
	font-size: small;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
}


.WarningGrid
{
	border-width: 0px;
}

.WarningGridHeader A:link
{
	text-decoration: none;
	color: #000000;
	font-size: small;
}

.WarningGridHeader A:visited
{
	text-decoration: none;
	color: #000000;
	font-size: small;
}

.WarningGridHeader A:active
{
	text-decoration: none;
	color: #000000;
	font-size: small;
}

.WarningGridHeader A:hover
{
	text-decoration: underline;
	color: #000000;
	font-size: small;
}

/**************************HEADER********************************/

.WarningGrid A:link
{
	text-decoration: underline;
	color: #000000;
	font-size: small;
}
.WarningGrid A:visited
{
	text-decoration: underline;
	color: #000000;
	font-size: small;
}
.WarningGrid A:active
{
	text-decoration: underline;
	color: #000000;
	font-size: small;
}
.WarningGrid A:hover
{
	text-decoration: none;
	color: #000000;
	font-size: small;
}





/***************************************************************/
/*SEARCH RESULTS */

.SearchResultRowEven
{
	border: solid 1px #B3A781;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	background-color: #ECE9DA;
}

.SR_PlanNumber
{
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

.SR_ModelName
{
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

.SR_PlanStyleName
{
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}

.SR_SFTotal
{
	font-size: 11px;
	font-weight: normal;
	margin-left: 5px;
}



.PlanDetailGrid
{
	margin-left: 20px;
}

.PlanDetailGridHeader
{
	background-color: #383725;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}

.PlanDetailGridItemLabel
{
	background-color: #ECE8D9;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}

.PlanDetailGridItem
{
	background-color: #ECE8D9;
	padding-left: 5px;
}

.CopyRightText
{
	font-size: 11px;
	margin-left: 20px;
}
