html, body
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 0.9em;
    line-height: 1.8em;
}
#ContentDefinitions
{
    background-color: #5dc4b6;
}
#ContentReports
{
    background-color: #ffde91;
}
#ContentSearch
{
    background-color: #858ac3;
}
#ContentStocks
{
    background-color: #f9af89;
}
#ContentAdmins
{
    background-color: #c188bc;
}
#BookAndContactEditForm
{
    background-color: #97d5ca;
    width: 100%;
}
#PageTitles
{
    font-size:1.2em;
    font-weight:bold;
}
#BookDetailsDefinition
{
    background-color:#97d5ca;
}
#BookDetailsSearch
{
    background-color:#858ac3;
}
#BookDetailsStock
{
    background-color:#fcceb3;
}
.MenuDynamic
{
    z-index: 1000;
}
.MenuDynamicItem
{
    background-color: #d1d3d4;
}
/* change the appearance according to EntryDataHistoryFeedback SkinID */
.EntryDataHistoryFeedback
{
     Font-Size:0.8em;
     line-height:1.3em;
}
.EntryDataHistoryFeedback caption
{
    background-color:#909090;
    color:#E7E7E7;
    font-weight:bold;
    border-style:ridge;
    border-width:3;
}
/* change the appearance according to AdvancedSearch SkinID */
.AdvancedSearch
{
     Font-Size:0.9em;
     line-height:1.3em;
}
/* change the appearance according to PurchaseOrder SkinID */
.PurchaseOrder
{
     Font-Size:0.8em;
     line-height:1.2em;
}
/* change the appearance according to PurchaseOrder SkinID */
.CustomerOrderBookEdit
{
     Font-Size:0.8em;
     line-height:1.2em;
}
/* text must be aligned left in css when the viewer is centered otherwise the default report fields also shows center aligned instead of left aligned */
.CrystalReportViewer
{
	text-align: left;
}


/*  PasswordStrength Related Styles */
.PasswordStrengthBarIndicatorWeak
{
    color:Red;
    background-color:Red;
}
.PasswordStrengthBarIndicatorAverage
{
    color:Orange;
    background-color:Orange;
}
.PasswordStrengthBarIndicatorGood
{
    color:Green;
    background-color:Green;
}
.PasswordStrengthBarBorder
{
    /*border-style:solid;
    border-width:1px;
    padding:2px 2px 2px 2px;*/
    width:145px;
}

/* colouring for contact merge data */
.ContactMergeRetain
{
    color:#00FF00;
}
.ContactMergeDelete
{
    color:#8B0000;
}
.ContactMergeUnmatch
{
    background-color:Yellow;
    color:#8B0000;
}

/* CalendarExtender was showing at the back of the CrystalReport images in Firefox and IE8. http://forums.asp.net/t/1236580.aspx pointed the solution */
.ajax__calendar_container
{
    z-index: 1000;            
}
