﻿body
{
    background-color: White;
}


.center
{
    text-align: center;
}

.Caption
{
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #827e7a;
}

.filterLabel
{
    font-family: Arial, Helvetica, sans-serif;
    color: #7d7d7d;
    font-weight: bold;
}

.filterTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    color: #7d7d7d;
    font-weight: bold;
}

.filterTableRow
{
    height: 30px;
}

.NormalText
{
    font-family: Arial;
    font-size: 9pt;
    color: Black;
}

.capSmallBold
{
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    color: Black;
}

.BBConfigCol1
{
    width: 200px;
}

.BBConfigCol2
{
    width: 200px;
}

.BBConfigCellHeader
{
    font-weight: bold;
    vertical-align: top;
}

.BBConfigCellContent
{
    vertical-align: top;
    text-align: left;
    font-size: smaller;
    font-style: normal;
    line-height: 3mm;
}

.BBConfigCharLimit
{
    font-style: normal;
    text-align: right;
    display: block;
}

td.center
{
    text-align: left;
}


/* Custom Content Tab CSS */

.PadLeft20
{
    padding-left: 20px;
}

.RadEditorCharLimit
{
    font-style: normal;
    text-align: right;
    display: block;
}

.CustomContentCellHeader
{
    font-weight: bold;
    vertical-align: top;
}

.CustomContentCellContent
{
    vertical-align: top;
    text-align: left;
    font-size: smaller;
    font-style: normal;
    line-height: 3mm;
}

.CustomContentInnerTable
{
    padding: 20px 5px 10px 5px;
}

.CustomContnentCol1
{
    width: 150px;
}

.CustomContentEditorCol
{
    width: 550px;
}

.AdminNote
{
    font-style: normal;
    text-align: right;
    font-size: 12px;
    border-bottom: 0px solid #eaeaea;
}

.AdminErrorMessage
{
    font-family: Arial;
    font-size: 12px;
    color: Red;
    font-weight: bold;
}

.AdminSuccessMessage
{
    font-family: Arial;
    font-size: 12px;
    color: Green;
    font-weight: bold;
}

.LabelHeading
{
    font-weight: bold;
    text-decoration: underline;
}

.AddClientsTd .td
{
    padding: 5px 15px 5px 10px;
}

.grayedOut
{
	opacity: 0.4;
	filter: alpha(opacity = 40);
	cursor: not-allowed !important;
}


/* Override the Windows7 theme's selected item background-color to transparent. By default, it is blue. */
.rlbSelected
{
    background-color: transparent !important;
}

.rgHeader
{
    background-color: #08add3 !important;
   background-image: none !important;
   color:white !important;
   font-weight:bold !important;
}

.rgCommandCell
{
    background-color: white !important;
    background-image: none !important;
}

.hyperlink
{
    cursor: pointer;
}
.aspTotelerikStyle
{
      border-left-color: #8e8e8e; 
      border-top-color: #8e8e8e; 
      border-bottom-color: #b8b8b8;
      border-right-color: #b8b8b8;                                  
}


/*Override the style for seperator used in the drop down*/
.rcbSeparator
{
    background: gray !important;
    height: 1px !important;
    max-height: 1px !important;
    line-height: 1px !important;
    min-height: 1px !important;
    padding: 0px !important;
    margin: 0px !important;
}    