/* CCSTheme v 3.x */
/* General */

/* Colors */
.PageBgColor {
    background-color: #e6decf;
    }

.FormTitleBgColor {
    background-color: #3d84cc;
    }

.FormTitleFontColor {
    color: #ffffff;
    }

.CaptionBgColor {
    background-color: #ffe3b0;
    }

.CaptionFontColor {
    color: #000000;
    }

.DataBgColor {
    background-color: #f7f7f7;
    }

.AltDataBgColor {
    background-color: #fff6e6;
    }

.DataFontColor {
    color: #000000;
    }

.LinkColor {
    color: #0033cc;
    }

.VisitedLinkColor {
    color: #840000;
    }

.HoverLinkColor {
    color: #ff0000;
    }

.ColorBgButton {
    background-color: #3d84cc;
}

.ColorFontButton {
    color: #ffffff;
}

.ColorBgButtonPassive {
    background-color: #93c9ff;
}

.ColorFontButtonPassive {
    color: #ffffff;
}

/* BEGIN Common */
body { 
    color: #000000;
    
    font-family: Arial; font-size: 80%;
    }


html>body {
    font-family: Arial; font-size: 80%;
}

html>body td, html>body th, html>body table {
    font-size: 100%;
}


/*ie6*/
* html body {
    font-family: Arial; font-size: 80%;
}

* html body td, * html body th, * html body table {
    font-size: 100%;
}
/*end*/

.text { 
    color: #000000
    }

a.menulink:link, a.menulink:visited { 
    color: #0033cc;
    }

a.menulink:hover, a.menulink:active { 
    color: #ff0000;
    }


a:link { 
    color: #0033cc;
    }

a:visited { 
    color: #840000;
    }

a:hover,a:active { 
    color: #ff0000;
    }

ul, ol, blockquote { 
    margin-top: 5px; 
    margin-bottom: 10px; 
    margin-left: 20px; 
    }

form {
    margin: 0px;
    }

h1  {
    color: #3d84cc;
    font-size: 150%;
    margin-top: 5px; 
    margin-bottom: 5px;
    }

h2  { 
    color: #3d84cc;
    font-size: 130%;
    margin-top: 15px; 
    margin-bottom: 5px; 
    }

h3  { 
    color: #3d84cc;
    font-size: 110%; font-style: italic;
    margin-top: 15px; 
    margin-bottom: 5px; 
    }

h4  { 
    color: #3d84cc;
    font-size: 100%;
    margin-top: 15px; 
    margin-bottom: 5px; 
    }

h5  { 
    color: #3d84cc;
    font-size: 100%; font-style: italic;
    margin-top: 15px; 
    margin-bottom: 5px; 
    }

h6  { 
    color: #3d84cc;
    font-size: 90%;
    margin-top: 15px; 
    margin-bottom: 5px; 
    }

th  { 
    font-family: Arial; font-size: 80%;
    }

td { 
    font-family: Arial; font-size: 80%;
    }

/*input, textarea, select {
    font-family: Arial; font-size: 80%;
    font-size: 100%;
}

html>body input, html>body select, html>body textarea {
    font-family: Arial; font-size: 80%;
    font-size: inherit;
}*/

/* END Common */

.Header {
    width: 100%;
    }

.Header th { 
    font-size: 110%; font-weight: bold; text-align: left;
    padding: 2px;
    background-image: url('Images/HeaderBg.gif'); color: #ffffff;
    width: 100%;
    white-space: nowrap;
    background-position: right top; padding-left: 8px;
    }


html>body .Header th {
    font-size: 140%; font-weight: bold; text-align: left;
}


/*ie6*/
* html body .Header th {
    font-size: 140%; font-weight: bold; text-align: left;
}
/*end*/

.Header a:link { 
    color: #ffffff;
    }

.Header a:visited { 
    color: #ffffff;
    }

.Header a:hover, .Caption a:active { 
    color: #ffffff; text-decoration: none;
    }

.HeaderLeft { 
    background-image: url('Images/HeaderLeft.gif');
    }

.HeaderRight { 
    background-image: url('Images/HeaderRight.gif');
    background-position: right top;
    }

.HeaderLeft img{
    width: 1px;
    }

.HeaderRight img{
    width: 9px;
    }


/* Grid Options */
.Grid { 
    border: 1px solid #3d84cc;
    width: 100%;
    }

.Caption th { 
    font-size: 80%;     text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-image: url('Images/CaptionBg.gif'); color: #000000;
    white-space: nowrap;
    }

.Caption td { 
    font-size: 80%;     text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-image: url('Images/CaptionBg.gif'); color: #000000;
    white-space: nowrap;
    }


html>body .Caption th, html>body .Caption td {
    font-size: 100%;    text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption th, * html body .Caption td {
    font-size: 100%;    text-align: left; vertical-align: top;
}
/*end*/

.Caption a:link { 
    color: #000000;
    }

.Caption a:visited { 
    color: #000000;
    }

.Caption a:hover, .Caption a:active { 
    color: #ff0000;
    }

.Caption img {
    margin: 2px; 
    vertical-align: middle;
    }

.Caption input {
    vertical-align: middle;
    }

.Row th { 
    font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-color: #f7f7f7; color: #000000;
    white-space: nowrap;
    color: #000000;
    }

.Row td { 
    font-size: 80%;
    padding: 2px;
     border-top: 1px solid #000000; border-right: 1px solid #ffe3b0;
    text-align: left;
    vertical-align: top;
    background-color: #f7f7f7; 
    color: #000000;
    }
    

html>body .Row th, html>body .Row td {
    font-size: 100%;
}


/*ie6*/
* html body .Row th, * html body .Row td {
    font-size: 100%;
}
/*end*/

caption.Row { 
    font-size: 80%;
    padding: 2px;
    border: 1px solid #3d84cc; border-bottom: 0px;
    text-align: left;
    vertical-align: top;
    background-color: #f7f7f7; 
    color: #000000;
    }


html>body caption.Row {
    font-size: 100%;
}


/*ie6*/
* html body caption.Row {
    font-size: 100%;
}
/*end*/

.Row a:link { 
    color: #0033cc;
    }

.Row a:visited { 
    color: #840000;
    }

.Row a:hover, .Row a:active { 
    color: #ff0000;
    }

.Separator{
     color: #3d84cc;

    }

.Separator td{
    height: 1px;
    }


.AltRow th { 
    font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-color: #f7f7f7; color: #000000;
    white-space: nowrap;
    color: #000000;
    }

.AltRow td { 
    font-size: 80%;
    padding: 2px;
    border-top: 3px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: left;
    vertical-align: top;
    background-color: #fff6e6; 
    color: #000000;
    }


html>body .AltRow th, html>body .AltRow td {
    font-size: 100%;
}


/*ie6*/
* html body .AltRow th, * html body .AltRow td {
    font-size: 100%;
}
/*end*/

.AltRow a:link { 
    color: #0033cc;
    }

.AltRow a:visited { 
    color: #840000;
    }

.AltRow a:hover, .AltRow a:active { 
    color: #ff0000;
    }

.NoRecords td { 
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: left;
    background-color: #f7f7f7; 
    color: #000000;
    vertical-align: top;
    }

.Footer td { 
    font-size: 80%;
    padding: 2px;
    border: 1px solid #ffe3b0; border-left: 0px none;
    background-image: url('Images/CaptionBg.gif'); color: #000000;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #000000;
    }


html>body .NoRecords td, html>body .Footer td {
    font-size: 100%;
}


/*ie6*/
* html body .NoRecords td, * html body .Footer td {
    font-size: 100%;
}
/*end*/

.Footer a:link { 
    color: #0033cc;
    }

.Footer a:visited { 
    color: #840000;
    }

.Footer a:hover, .Footer a:active { 
    color: #ff0000;
    }

.Footer img {
    border: 0px;
    margin: 2px; 
    vertical-align: middle;
    }

.Footer input {
    margin: 2px;
    vertical-align: middle;
    }

/* Record Options */
.Record { 
    border: 1px solid #3d84cc;
    width: 100%;
    }

.Error td { 
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: left;
    color: #FF0000;
    vertical-align: top;
    background-color: #f7f7f7; 
    }


* html>body .Error td {
    font-size: 100%;
}


/*ie6*/
* html body .Error td {
    font-size: 100%;
}
/*end*/

.Controls th { 
    font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-color: #f7f7f7; color: #000000;
    white-space: nowrap;
    color: #000000;
    }

.Controls td { 
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: left;
    vertical-align: top;
    background-color: #f7f7f7; 
    color: #000000;
    }

.Controls .Caption th {
    font-size: 100%;    text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-image: url('Images/CaptionBg.gif'); color: #000000;
    font-weight: bold;
    white-space: nowrap;
    }   
.Bottom td { 
    font-size: 80%;
    padding: 2px;
    border: 1px solid #ffe3b0; border-left: 0px none;
    background-image: url('Images/CaptionBg.gif'); color: #000000;
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
    color: #000000;
    }


html>body .Controls th, html>body .Controls td, html>body .Bottom td {
    font-size: 100%;
}


/*ie6*/
* html body .Controls th, * html body .Controls td, * html body .Bottom td {
    font-size: 100%;
}
/*end*/

.Bottom a:link { 
    color: #0033cc;
    }

.Bottom a:visited { 
    color: #840000;
    }

.Bottom a:hover, .Caption a:active { 
    color: #ff0000;
    }

.Bottom img {
    margin: 2px;
    vertical-align: middle; 
    }

.Bottom input {
    margin: 2px;
    vertical-align: middle;
    }

/* Report */
.GroupCaption th{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background-color: #fff6e6; 
    color: #000000;
    }

.GroupCaption td{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background-color: #f7f7f7; 
    color: #000000;
    }


html>body .GroupCaption th, html>body .GroupCaption td {
    font-size: 100%;
}


/*ie6*/
* html body .GroupCaption th, * html body .GroupCaption td {
    font-size: 100%;
}
/*end*/

.GroupCaption a:link {
    color: #000000;
    }

.GroupCaption a:visited{
    color: #000000;
    }

.GroupCaption a:hover, .GroupCaption a:active{
    color: #ff0000;
    }

.GroupFooter td{
    font-size: 80%;
    padding: 2px;
    border: 1px solid #ffe3b0; border-left: 0px none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #ffe3b0; 
    color: #000000;
    }


html>body .GroupFooter td {
    font-size: 100%;
}


/*ie6*/
* html body .GroupFooter td {
    font-size: 100%;
}
/*end*/

.GroupFooter a:link {
    color: #0033cc;
    }

.GroupFooter a:visited{
    color: #840000;
    }

.GroupFooter a:hover,.GroupFooter a:active{
    color: #ff0000;
    }

.GroupFooter img {
    margin: 2px; 
    vertical-align: middle;
    }

.GroupFooter input {
    margin: 2px;
    vertical-align: middle;
    }

.SubTotal td{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background-color: #fff6e6; 
    color: #000000;
    border-bottom: 2px solid #3d84cc;
    }


html>body .SubTotal td {
    font-size: 100%;
}


/*ie6*/
* html body .SubTotal td {
    font-size: 100%;
}
/*end*/

.SubTotal a:link {
    color: #0033cc;
    }

.SubTotal a:visited{
    color: #840000;
    }

.SubTotal a:hover, .SubTotal a:active{
    color: #ff0000;
    }

.Total td{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    font-weight: bold;
    background-color: #fff6e6; 
    color: #000000;
    }


html>body .Total td {
    font-size: 100%;
}


/*ie6*/
* html body .Total td {
    font-size: 100%;
}
/*end*/

.Total a:link {
    color: #0033cc;
    }

.Total a:visited{
    color: #840000;
    }

.Total a:hover, .Total a:active{
    color: #ff0000;
    }

/* Form Options */
.Button { 
    background-color: #3d84cc; color: #ffffff; border-left: solid 1px #EDEDED; border-top: solid 1px #EDEDED; border-right: solid 1px #848284; border-bottom: solid 1px #848284; padding: 2px; font-weight: bold; font-family: Tahoma; font-size: 11px; font-weight: bold;
    }

/* Calendar */

.Calendar { 
    border: 1px solid #3d84cc;
    width: 100%;
    }

.CalendarWeekdayName{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: center; 
    vertical-align: top;
    white-space: nowrap;
    background-color: #fff6e6; 
    color: #000000;
    font-weight: normal;
    }


html>body .CalendarWeekdayName {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekdayName {
    font-size: 100%;
}
/*end*/

.CalendarWeekdayName a:link {
    color: #0033cc;
    }

.CalendarWeekdayName a:visited{
    color: #840000;
    }

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
    color: #ff0000;
    }

.CalendarWeekendName{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    white-space: nowrap;
    text-align: center; 
    vertical-align: top;
    background-color: #fff6e6;  
    color: #000000;
    font-weight: normal;
    }


html>body .CalendarWeekendName {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekendName {
    font-size: 100%;
}
/*end*/

.CalendarWeekendName a:link {
    color: #000000;
    }

.CalendarWeekendName a:visited{
    color: #000000;
    }

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
    color: #ff0000;
    }

/* Calendar Day */
.CalendarDay{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: center;
    background-color: #f7f7f7;  
    color: #000000;
    }


html>body .CalendarDay {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarDay {
    font-size: 100%;
}
/*end*/

.CalendarDay a:link {
    color: #0033cc;
    }

.CalendarDay a:visited{
    color: #840000;
    }

.CalendarDay a:hover, .CalendarDay a:active{
    color: #ff0000;
    }

/* Calendar Weekend */
.CalendarWeekend{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: center;
    background-color: #fff6e6;  
    color: #000000;
    }


html>body .CalendarWeekend {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekend {
    font-size: 100%;
}
/*end*/

.CalendarWeekend a:link {
    color: #0033cc;
    }

.CalendarWeekend a:visited{
    color: #840000;
    }

.CalendarWeekend a:hover, .CalendarWeekend a:active{
    color: #ff0000;
    }

/* Calendar Today */
.CalendarToday {
    font-size: 80%;
    padding: 0px;
    border: 2px solid #3d84cc;
    text-align: center;
    background-color: #f7f7f7;  
    color: #000000;
    }


html>body .CalendarToday {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarToday {
    font-size: 100%;
}
/*end*/

.CalendarToday a:link {
    color: #0033cc;
    }

.CalendarToday a:visited{
    color: #840000;
    }

.CalendarToday a:hover, .CalendarToday a:active {
    color: #ff0000;
    }

/* Calendar Weekend Today */
.CalendarWeekendToday {
    font-size: 80%;
    padding: 0px;
    border: 2px solid #3d84cc;
    text-align: center;
    background-color: #fff6e6;  
    color: #000000;
    }


html>body .CalendarWeekendToday {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarWeekendToday {
    font-size: 100%;
}
/*end*/

.CalendarWeekendToday a:link {
    color: #0033cc;
    }

.CalendarWeekendToday a:visited{
    color: #840000;
    }

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
    color: #ff0000;
    }

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: center;
    background-color: #f7f7f7;  
    color: #3d84cc;
    }


html>body .CalendarOtherMonthDay {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthDay {
    font-size: 100%;
}
/*end*/

.CalendarOtherMonthDay a:link {
    color: #3d84cc;
    }

.CalendarOtherMonthDay a:visited{
    color: #3d84cc;
    }

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
    color: #ff0000;
    }

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
    font-size: 80%;
    padding: 0px;
    border: 2px solid #3d84cc;
    text-align: center;
    background-color: #f7f7f7;  
    color: #3d84cc;
    }


html>body .CalendarOtherMonthToday {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthToday {
    font-size: 100%;
}
/*end*/

.CalendarOtherMonthToday a:link {
    color: #3d84cc;
    }

.CalendarOtherMonthToday a:visited{
    color: #3d84cc;
    }

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
    color: #ff0000;
    }

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: center;
    background-color: #fff6e6;  
    color: #3d84cc;
    }


html>body .CalendarOtherMonthWeekend {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthWeekend {
    font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekend a:link {
    color: #3d84cc;
    }

.CalendarOtherMonthWeekend a:visited{
    color: #3d84cc;
    }

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
    color: #ff0000;
    }

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
    font-size: 80%;
    padding: 0px;
    border: 2px solid #3d84cc;
    text-align: center;
    color: #3d84cc;
    background-color: #fff6e6;  
    }
    

html>body .CalendarOtherMonthWeekendToday {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarOtherMonthWeekendToday {
    font-size: 100%;
}
/*end*/

.CalendarOtherMonthWeekendToday a:link {
    color: #3d84cc;
    }

.CalendarOtherMonthWeekendToday a:visited{
    color: #3d84cc;
    }

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
    color: #ff0000;
    }

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-color: #ffe3b0;
    color: #000000;
    text-align: center;
    font-weight: bold;
    }
    

html>body .CalendarSelectedDay {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarSelectedDay {
    font-size: 100%;
}
/*end*/

.CalendarSelectedDay a:link {
    color: #000000;
    }

.CalendarSelectedDay a:visited{
    color: #000000;
    }

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
    color: #ff0000;
    }

/* Calendar Navigator */
.CalendarNavigator {
    font-size: 80%;
    padding: 2px;
    background-image: url('Images/CaptionBg.gif'); color: #000000;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #000000;
    }


html>body .CalendarNavigator {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarNavigator {
    font-size: 100%;
}
/*end*/

.CalendarNavigator a:link {
    color: #0033cc;
    }

.CalendarNavigator a:visited{
    color: #840000;
    }

.CalendarNavigator a:hover, .CalendarNavigator a:active{
    color: #ff0000;
    }

.CalendarNavigator img{
    margin: 2px;
    vertical-align: middle;     
    }

.CalendarNavigator td {
    font-size: 80%;
    }

.CalendarNavigator th {
    font-size: 80%;
    }


html>body .CalendarNavigator th, html>body .CalendarNavigator td {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarNavigator th, * html body .CalendarNavigator td {
    font-size: 100%;
}
/*end*/

/* Calendar Extra */
.CalendarEvent{
    font-size: 80%;
    text-align: left;
    }


html>body .CalendarEvent {
    font-size: 100%;
}


/*ie6*/
* html body .CalendarEvent {
    font-size: 100%;
}
/*end*/

.CalendarEvent a:link {
    color: #0033cc;
    }

.CalendarEvent a:visited{
    color: #840000;
    }

.CalendarEvent a:hover, .CalendarEvent a:active{
    color: #ff0000;
    }

/* Changes for Section508 */
table tr td strong {
    padding: 0px;
    margin: 0px;
}

.th { 
    font-family: Arial; font-size: 80%;
    font-weight: bold;
}


html>body .th {
    font-size: 100%;
}


/*ie6*/
* html body .th {
    font-size: 100%;
}
/*end*/

.Header .th { 
    font-size: 110%; font-weight: bold; text-align: left;
    padding: 2px;
    background-image: url('Images/HeaderBg.gif'); color: #ffffff;
    width: 100%;
    white-space: nowrap;
}


html>body .Header .th {
    font-size: 140%; font-weight: bold; text-align: left;
}


/*ie6*/
* html body .Header .th {
    font-size: 140%; font-weight: bold; text-align: left;
}
/*end*/

.Caption .th { 
    font-size: 80%;     text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-image: url('Images/CaptionBg.gif'); color: #000000;
    white-space: nowrap;
}


html>body .Caption .th {
    font-size: 100%;    text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption .th {
    font-size: 100%;    text-align: left; vertical-align: top;
}
/*end*/

.Row .th { 
    font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-color: #f7f7f7; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.AltRow .th { 
    font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-color: #f7f7f7; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.Controls .th { 
    font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    background-color: #f7f7f7; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.GroupCaption .th {
    font-size: 80%;
    padding: 2px;
    border-top: 1px solid #ffe3b0; border-right: 1px solid #ffe3b0;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    font-weight: bold;
    background-color: #fff6e6; 
    color: #000000;
}


html>body .GroupCaption .th {
    font-size: 100%;
}

html>body .Row .th, html>body .AltRow .th, html>body .Controls .th {
    font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
}


/*ie6*/
* html body .GroupCaption .th {
    font-size: 100%;
}

* html body .Row .th, * html body .AltRow .th, * html body .Controls .th {
    font-size: 100%; font-weight: normal; text-align: left; vertical-align: top;
}
/*end*/

/* Class for Application Builder Menu */
.simpleMenu td {
    font-size: 80%;
}


html>body .simpleMenu td {
    font-size: 100%;
} 


/*ie6*/
* html body .simpleMenu td {
    font-size: 100%;
} 
/*end*/

.Sorter img, .Navigator img {
    border:0;
}

.MainTable .Header img, .MainTable .Header td {
    padding-left: 0;padding-right: 0;margin:0;
}