/* CCSTheme v 3.x */
/* General */

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
	
}
.divTableRow {
	display: table-row;
}
.divTableRowHeader {
	display: table-row;
	background-color: #ffe3b0;
	color: #000;
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.divTableRowHeader2 {
	display: table-row;
	background-color: #efbc45;
	color: #000;
	font-size: 110%;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: bold;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #f7f7f7;
	display: table-cell;
	padding: 5px;
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #BFBDBF;
	border-bottom: solid 1px #BFBDBF;
	color: #000000;
	white-space: nowrap;
	color: #000000;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
	
}




.TextBoxAsLabel {
   border: none;
   background-color: #fff;
   background: transparent;
}



/* Colors */
.PageBgColor {
	background-color: #f7f7f7;
	}

.FormTitleBgColor {
	background-color: darkturquoise;
	}

.FormTitleFontColor {
	color: #ffffff;
	}

.CaptionBgColor {
	background-color: #dfdfdf;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #f7f7f7;
	}

.AltDataBgColor {
	background-color: #bfefed;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #0059b2;
	}

.VisitedLinkColor {
	color: #830083;
	}

.HoverLinkColor {
	color: #ff0000;
	}


/* BEGIN Common */
body { 
	font-family: Tahoma; 
    font-size: 70%; 
    text-align: left;
    background-color: #ffffff;
	}

.text { 
	color: #000000 
	}

a.menulink:link, a.menulink:visited { 
	color: #0059b2;
	}

a.menulink:hover, a.menulink:active { 
	color: indianred;
	}


a:link { 
	color: #0059b2;
	}

a:hover,a:active { 
	color: indianred;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
	font-size: 150%;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	font-size: 130%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	font-size: 110%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	font-size: 100%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	font-size: 100%; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	font-size: 90%;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-family: Tahoma;
    font-size: 70%;
    text-align: left;
	}

td { 
	font-family: Tahoma; 
    font-size: 70%; 
    text-align: left;
    color: white;
	}
td:hover {
    color: indianred;
}

/* END Common */

.Header {
	width: 170px;
	}

.Header th { 
	font-size: 78%; text-align: left;
	padding: 7px;
	background-color: steelblue; color: white;
	width: 100%;
	white-space: nowrap;
	}

.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/spacer.gif');
	}

.HeaderRight { 
	background-image: url('Images/spacer.gif');
	}

.HeaderLeft img{
	width: 3px;
	}

.HeaderRight img{
	width: 9px;
	}


/* Grid Options */
.Grid { 
	border: 1px solid steelblue;
	width: 100%;
	}
.Grid1 { 
	border: 0px solid #dfdfdf;
	width: 100%;
	height: 100%;
	}
.Grid2 { 
	width: 100%;
	}

.Grid1 td {
	vertical-align: top;

	}

.Caption th { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	background-color: #dfdfdf; color: #000000;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 70%; text-align: left; vertical-align: top;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	background-color: #dfdfdf; color: #000000;
	white-space: nowrap;
	}

.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: 70%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}

.Grid caption { 
	font-size: 70%;
	padding: 2px;
	border: 1px solid steelblue; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}

.Row a:link { 
	color: #0059b2;
	}

.Row a:visited { 
	color: #830083;
	}

.Row a:hover, .Row a:active { 
	color: #ff0000;
	}

.Separator{
	color: steelblue;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 70%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td { 
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	background-color: #bfefed; 
	color: #000000;
	}

.AltRow a:link { 
	color: #0059b2;
	}

.AltRow a:visited { 
	color: #830083;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #ff0000;
	}

.NoRecords td { 
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	background-color: #f7f7f7; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 70%;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	background-color: #dfdfdf; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.Footer a:link { 
	color: #0059b2;
	}

.Footer a:visited { 
	color: #830083;
	}

.Footer a:hover, .Footer a:active { 
	color: #ff0000;
	}

.Footer img {
	margin: 2px; 
	vertical-align: middle;
	}

.Footer input {
	margin: 2px;
	vertical-align: middle;
	}

/* Record Options */
.Record { 
	border: 1px solid steelblue;
	width: 100%;
	WHITE-SPACE: nowrap
	}

.Record80 { 
	border: 1px solid #dfdfdf;
	width: 71%;
	}

.Record90 { 
	border: 1px solid #dfdfdf;
	width: 90%;
	}

.Record60 { 
	border: 1px solid #dfdfdf;
	width: 60%;
	}

.Record1 { 
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 90%;
	}
.Record1 td {
	vertical-align: top;
	}
.Error td { 
	font-size: 80%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
	}

.Error1 td { 
	font-size: 80%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
	}

.Controls th { 
	font-size: 70%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-right: 1px solid #FFFFFF;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.TextBoxAsLabel {
   border: none;
   background-color: #fff;
   background: transparent;
}

.Controls td { 
	font-size: 70%;
	padding: 3px;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}

.Bottom td { 
	font-size: 70%;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	background-color: #dfdfdf; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.Bottom a:link { 
	color: #0059b2;
	}

.Bottom a:visited { 
	color: #830083;
	}

.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: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	white-space: nowrap;
	text-align: left; 
	vertical-align: top;
	font-weight: bold;
	background-color: #bfefed; 
	color: #000000;
	}

.GroupCaption td{
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	font-weight: bold;
	background-color: #f7f7f7; 
	color: #000000;
	}

.GroupCaption a:link {
	color: #000000;
	}

.GroupCaption a:visited{
	color: #000000;
	}

.GroupCaption a:hover, .GroupCaption a:active{
	color: #ff0000;
	}

.GroupFooter td{
	font-size: 70%;
	padding: 2px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #dfdfdf; 
	color: #000000;
	}

.GroupFooter a:link {
	color: #0059b2;
	}

.GroupFooter a:visited{
	color: #830083;
	}

.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: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	font-weight: bold;
	background-color: #bfefed; 
	color: #000000;
	border-bottom: 2px solid steelblue;
	}

.SubTotal a:link {
	color: #0059b2;
	}

.SubTotal a:visited{
	color: #830083;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #ff0000;
	}

.Total td{
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #bfefed; 
	color: #000000;
	}

.Total a:link {
	color: #0059b2;
	}

.Total a:visited{
	color: #830083;
	}

.Total a:hover, .Total a:active{
	color: #ff0000;
	}

/* Form Options */
.Button { 
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 0 10px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    background-color: indianred;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}

/* Calendar */

.Calendar { 
	border: 1px solid steelblue;
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #bfefed; 
	color: #FFFFFF;
	}

.CalendarWeekdayName a:link {
	color: #0059b2;
	}

.CalendarWeekdayName a:visited{
	color: #830083;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #ff0000;
	}

.CalendarWeekendName{
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #bfefed;	
	color: #000000;
	}

.CalendarWeekendName a:link {
	color: #000000;
	}

.CalendarWeekendName a:visited{
	color: #000000;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #ff0000;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}

.CalendarDay a:link {
	color: #0059b2;
	}

.CalendarDay a:visited{
	color: #830083;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #ff0000;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #bfefed;	
	color: #000000;
	}

.CalendarWeekend a:link {
	color: #0059b2;
	}

.CalendarWeekend a:visited{
	color: #830083;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #ff0000;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 70%;
	padding: 0px;
	border: 2px solid steelblue;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}

.CalendarToday a:link {
	color: #0059b2;
	}

.CalendarToday a:visited{
	color: #830083;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #ff0000;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 70%;
	padding: 0px;
	border: 2px solid steelblue;
	text-align: center;
	background-color: #bfefed;	
	color: #000000;
	}

.CalendarWeekendToday a:link {
	color: #0059b2;
	}

.CalendarWeekendToday a:visited{
	color: #830083;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #f7f7f7;	
	color: steelblue;
	}

.CalendarOtherMonthDay a:link {
	color: steelblue;
	}

.CalendarOtherMonthDay a:visited{
	color: steelblue;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 70%;
	padding: 0px;
	border: 2px solid steelblue;
	text-align: center;
	background-color: #f7f7f7;	
	color: steelblue;
	}

.CalendarOtherMonthToday a:link {
	color: steelblue;
	}

.CalendarOtherMonthToday a:visited{
	color: steelblue;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	text-align: center;
	background-color: #bfefed;	
	color: steelblue;
	}

.CalendarOtherMonthWeekend a:link {
	color: steelblue;
	}

.CalendarOtherMonthWeekend a:visited{
	color: steelblue;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 70%;
	padding: 0px;
	border: 2px solid steelblue;
	text-align: center;
	color: steelblue;
	background-color: #bfefed;	
	}

.CalendarOtherMonthWeekendToday a:link {
	color: steelblue;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: steelblue;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 70%;
	padding: 2px;
	border-right: 1px solid #FFFFFF;
	background-color: #dfdfdf;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}

.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #ff0000;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 70%;
	padding: 2px;
	background-color: #dfdfdf; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.CalendarNavigator a:link {
	color: #0059b2;
	}

.CalendarNavigator a:visited{
	color: #830083;
	}

.CalendarNavigator a:hover, .CalendarNavigator a:active{
	color: #ff0000;
	}

.CalendarNavigator img{
	margin: 2px;
	vertical-align: middle; 	
	}

/* Calendar Extra */
.CalendarEvent{
	font-size: 80%;
	text-align: left;
	}

.CalendarEvent a:link {
	color: #0059b2;
	}

.CalendarEvent a:visited{
	color: #830083;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #ff0000;
	}
