/* CCSTheme v 3.x */
/* General */

/* Colors */
.PageBgColor {
    background-color: #cfdbe6;
}

.FormTitleBgColor {
    background-color: #086324;
}

.FormTitleFontColor {
    color: #ffffff;
}

.CaptionBgColor {
    background-color: #9aca6e;
}

.CaptionFontColor {
    color: #000000;
}

.DataBgColor {
    background-color: #fff;
}

.AltDataBgColor {
    background-color: #deebf7;
}

.DataFontColor {
    color: #000000;
}

.LinkColor {
    color: #0033cc;
}

.VisitedLinkColor {
    color: #840000;
}

.HoverLinkColor {
    color: #fff;
}

.ColorBgButton {
    background-color: #086324;
}

.ColorFontButton {
    color: #ffffff;
}

.ColorBgButtonPassive {
    background-color: #93c9ff;
}

.ColorFontButtonPassive {
    color: #ffffff;
}

/* BEGIN Common */

body { 
    color: #000000;
    //background-image: url('Images/PageBg.gif');
    font-family: Arial;  font-size: 10px;
}



input,textarea,select { 

    font-family: Arial;
    font-size: 10px;
    padding: 3px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 1px;
}

input[type="submit"],input[type="reset"],button{
  
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select { 
    font-family: Arial;  font-size: 10px;
}	

textarea { 
    font-family: Arial;  font-size: 10px;
}

html{
    background: #f9f9f9;
} 

html>body {
    font-family: Arial; 
    font-size: 12px;
   // padding: 20px;
}

html>body td, html>body th, html>body table {
    font-size: 10px;
   
}


/*ie6*/
* html body {
    font-family: Arial;  font-size: 10px;
}

* html body td, * html body th, * html body table {
    font-size: 10px;
}
/*end*/

.text { 
    color: #000000
}

a.menulink:link, a.menulink:visited { 
    color: #0033cc;
}

a.menulink:hover, a.menulink:active { 
    color: #fff;
}


a:link { 
    color: #086324;
}

a:visited { 
    color: #840000;
}

a:hover,a:active { 
    color: #9aca6e;
}


ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 100%; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
    color: #456686;
    font-size: 16px;
    margin-top: 5px; 
    margin-bottom: 5px;
}

h2	{ 
    color: #456686;
    font-size: 15px;
    margin-top: 15px; 
    margin-bottom: 5px; 
}

h3	{ 
    color: #456686;
    font-size: 14px; font-style: italic;
    margin-top: 15px; 
    margin-bottom: 5px; 
}

h4	{ 
    color: #456686;
    font-size: 13px;
    margin-top: 15px; 
    margin-bottom: 5px; 
}

h5	{ 
    color: #456686;
    font-size: 12px; font-style: italic;
    margin-top: 15px; 
    margin-bottom: 5px; 
}

h6	{ 
    color: #456686;
    font-size: 10px;
    margin-top: 15px; 
    margin-bottom: 5px; 
}

th	{ 
    font-family: Arial;  font-size: 10px;
}

td { 
    font-family: Arial;  font-size: 10px;

}

/*input, textarea, select {
	font-family: Arial;  font-size: 10px;
	font-size: 10px;
}

html>body input, html>body select, html>body textarea {
	font-family: Arial;  font-size: 10px;
}*/

/* END Common */

.Header {
    width: 100%;
}

.Header th { 
    font-size: 10px; font-weight: bold; text-align: center !important;
    padding: 1px;
    background-image: linear-gradient(to bottom,#086324 0,#5DA857 100%); 
    color:#fff;
    width: 100%;
    white-space: nowrap;

}


html>body .Header th {
    font-size: 10px; font-weight: bold; text-align: center !important;
}


/*ie6*/
* html body .Header th {
    font-size: 10px; font-weight: bold; text-align: center !important;
}
/*end*/

.Header a:link { 
    color: #ffffff;
}

.Header a:visited { 
    color: #ffffff;
}

.Header a:hover, .Caption a:active { 
    color: #ffffff; text-decoration: none;
}

.HeaderLeft { 
    border-top:1px solid #086324;
    border-top-left-radius:5px;
    background-image: linear-gradient(to bottom,#086324 0,#5DA857 100%); 
}

.HeaderRight { 
    border-top:1px solid #086324;
    border-top-right-radius:5px;
    background-image: linear-gradient(to bottom,#086324 0,#5DA857 100%); 

}

.HeaderLeft img{
    width: 10px;
}

.HeaderRight img{
    width: 10px;
}


/* Grid Options */
.Grid { 
    border-left: 1px solid #086324; border-bottom: 1px solid #086324;
    width: 100%;
}

.Caption th { 
    font-size: 10px; text-align: left; vertical-align: top;
    padding: 3px 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    background-color: #9aca6e; color: #000000;
    white-space: nowrap;
}

.Caption td { 
    font-size: 10px; text-align: left; vertical-align: top;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    background-color: #9aca6e; color: #000000;
    white-space: nowrap;
}


html>body .Caption th, html>body .Caption td {
    font-size: 10px; text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption th, * html body .Caption td {
    font-size: 10px; text-align: left; vertical-align: top;
}
/*end*/


.Caption a:link { 
    color: #000000;
}

.Caption a:visited { 
    color: #000000;
}

.Caption a:hover, .Caption a:active { 
    color: #fff;
}

.Caption img {
    margin: 2px; 
    vertical-align: middle;
}

.Caption input {
    vertical-align: middle;
}

.Row th { 
    font-size: 10px; font-weight: normal; text-align: left; vertical-align: top;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    background-color: #fff; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.Row td { 
    font-size: 10px;
    padding: 3px 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: left;
    vertical-align: top;
    background-color: #fff; 
    color: #000000;
}

html>body .Row th, html>body .Row td {
	font-size: 10px;
}


/*ie6*/
* html body .Row th, * html body .Row td {
	font-size: 10px;
}
/*end*/

caption.Row { 
    font-size: 10px;
    padding: 1px;
    border: 1px solid #086324; border-bottom: 0px;
    text-align: left;
    vertical-align: top;
    background-color: #fff; 
    color: #000000;
}


html>body caption.Row {
	font-size: 10px;
}


/*ie6*/
* html body caption.Row {
	font-size: 10px;
}
/*end*/

.Row a:link { 
    color: #ff0000;
}

.Row a:visited { 
    color: #840000;
}

.Row a:hover, .Row a:active { 
    color: #9aca6e;
}

.Separator{
    color: #086324;
}

.Separator td{
    height: 1px;
}


.AltRow th { 
    font-size: 10px; font-weight: normal; text-align: left; vertical-align: top;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    background-color: #fff; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.AltRow td { 
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: left;
    vertical-align: top;
    background-color: #deebf7; 
    color: #000000;
}

html>body .AltRow th, html>body .AltRow td {
	font-size: 10px;
}


/*ie6*/
* html body .AltRow th, * html body .AltRow td {
	font-size: 10px;
}
/*end*/

.AltRow a:link { 
    color: #0033cc;
}

.AltRow a:visited { 
    color: #840000;
}

.AltRow a:hover, .AltRow a:active { 
    color: #fff;
}

.NoRecords td { 
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: left;
    background-color: #fff; 
    color: #000000;
    vertical-align: top;
}

.Footer td { 
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    background-color: #fff; color: #000000;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #000000;
}


html>body .NoRecords td, html>body .Footer td {
	font-size: 10px;
}


/*ie6*/
* html body .NoRecords td, * html body .Footer td {
	font-size: 10px;
}
/*end*/

.Footer a:link { 
    color: #086324;
}

.Footer a:visited { 
    color: #840000;
}

.Footer a:hover, .Footer a:active { 
    color: #9aca6e;
}

.Footer img {
    margin: 2px; 
    vertical-align: middle;
}

.Footer input {
    margin: 2px;
    vertical-align: middle;
}

/* Record Options */
.Record { 
    border-left: 1px solid #086324; 
    border-right: 1px solid #086324; 
    border-bottom: 1px solid #086324;
    width: 100%;
    padding: 2px;
}

.Controls .Record { 
    width: 100%;
    padding: 2px;
    border:0;
    //border-right:1px solid black;
}


.Error td { 
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: left;
    color: #FF0000;
    vertical-align: top;
    background-color: #fff; 
}


* html>body .Error td {
	font-size: 10px;
}


/*ie6*/
* html body .Error td {
	font-size: 10px;
}
/*end*/

.Controls th { 
    font-size: 10px; font-weight: normal; text-align: left; vertical-align: top;
    padding: 1px;
    //border-top: 1px solid #086324; 
    //border-right: 1px solid #086324;
    background-color: #fff; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.Controls td { 
    font-size: 10px;
    padding: 1px;
    //border-top: 1px solid #086324; 
    //border-right: 1px solid #086324;
    text-align: left;
    vertical-align: top;
    background-color: #fff; 
    color: #000000;
}

.Bottom td { 
    font-size: 10px;
    padding: 1px;
    //border-top: 1px solid #086324;
    //border-right: 1px solid #086324;
    background-color: #fff; 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: 10px;
}


/*ie6*/
* html body .Controls th, * html body .Controls td, * html body .Bottom td {
	font-size: 10px;
}
/*end*/

.Bottom a:link { 
    color: #0033cc;
}

.Bottom a:visited { 
    color: #840000;
}

.Bottom a:hover, .Caption a:active { 
    color: #fff;
}

.Bottom img {
    margin: 2px;
    vertical-align: middle; 
}

.Bottom input {
    margin: 2px;
    vertical-align: middle;
}

/* Report */
.GroupCaption th{
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background-color: #deebf7; 
    color: #000000;
}

.GroupCaption td{
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background-color: #fff; 
    color: #000000;
}


html>body .GroupCaption th, html>body .GroupCaption td {
	font-size: 10px;
}


/*ie6*/
* html body .GroupCaption th, * html body .GroupCaption td {
	font-size: 10px;
}
/*end*/

.GroupCaption a:link {
    color: #000000;
}

.GroupCaption a:visited{
    color: #000000;
}

.GroupCaption a:hover, .GroupCaption a:active{
    color: #fff;
}

.GroupFooter td{
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #9aca6e; 
    color: #000000;
}



html>body .GroupFooter td {
	font-size: 10px;
}


/*ie6*/
* html body .GroupFooter td {
	font-size: 10px;
}
/*end*/

.GroupFooter a:link {
    color: #0033cc;
}

.GroupFooter a:visited{
    color: #840000;
}

.GroupFooter a:hover,.GroupFooter a:active{
    color: #fff;
}

.GroupFooter img {
    margin: 2px; 
    vertical-align: middle;
}

.GroupFooter input {
    margin: 2px;
    vertical-align: middle;
}

.SubTotal td{
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    background-color: #deebf7; 
    color: #000000;
    border-bottom: 2px solid #086324;
}


html>body .SubTotal td {
	font-size: 10px;
}


/*ie6*/
* html body .SubTotal td {
	font-size: 10px;
}
/*end*/

.SubTotal a:link {
    color: #0033cc;
}

.SubTotal a:visited{
    color: #840000;
}

.SubTotal a:hover, .SubTotal a:active{
    color: #fff;
}

.Total td{
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    font-weight: bold;
    background-color: #deebf7; 
    color: #000000;
}


html>body .Total td {
	font-size: 10px;
}


/*ie6*/
* html body .Total td {
	font-size: 10px;
}
/*end*/

.Total a:link {
    color: #0033cc;
}

.Total a:visited{
    color: #840000;
}

.Total a:hover, .Total a:active{
    color: #fff;
}

/* Form Options */
.Button { 
    background-color: #ff9f3a;
    color: #222; 
    border-left: solid 1px #086324; 
    border-top: solid 1px #086324; 
    border-right: solid 1px #086324;
    border-bottom: solid 1px #086324; 
    border-radius:3px;
    padding: 4px;
    font-weight: bold;
    font-family: Tahoma; 
    font-size: 10px; 
    font-weight: bold;
}


/* Calendar */

.Calendar { 
    border: 1px solid #086324;
    width: 100%;
}

.CalendarWeekdayName{
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: center; 
    vertical-align: top;
    white-space: nowrap;
    background-color: #deebf7; 
    color: #000000;
    font-weight: normal;
}



html>body .CalendarWeekdayName {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarWeekdayName {
	font-size: 10px;
}
/*end*/

.CalendarWeekdayName a:link {
    color: #0033cc;
}

.CalendarWeekdayName a:visited{
    color: #840000;
}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
    color: #fff;
}

.CalendarWeekendName{
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    white-space: nowrap;
    text-align: center; 
    vertical-align: top;
    background-color: #deebf7;	
    color: #000000;
    font-weight: normal;
}



html>body .CalendarWeekendName {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarWeekendName {
	font-size: 10px;
}
/*end*/

.CalendarWeekendName a:link {
	color: #000000;
	}

.CalendarWeekendName a:visited{
	color: #000000;
	}

.CalendarWeekendName a:link, .CalendarWeekendName a:visited{
	color: #ff0000;
	}

/* Calendar Day */
.CalendarDay{
	font-size: 10px;
	padding: 1px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}


html>body .CalendarDay {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarDay {
	font-size: 10px;
}
/*end*/

.CalendarDay a:link {
	color: #0033cc;
	}

.CalendarDay a:visited{
	color: #840000;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #ff0000;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 10px;
	padding: 1px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	background-color: #deebf7;	
	color: #000000;
	}


html>body .CalendarWeekend {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarWeekend {
	font-size: 10px;
}
/*end*/

.CalendarWeekend a:link {
	color: #0033cc;
	}

.CalendarWeekend a:visited{
	color: #840000;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #ff0000;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 10px;
	padding: 0px;
	border-top: 3px solid #3d84cc; border-right: 3px solid #3d84cc; border-left: 2px solid #3d84cc; border-bottom: 2px solid #3d84cc;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}


html>body .CalendarToday {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarToday {
	font-size: 10px;
}
/*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: 10px;
	padding: 0px;
	border-top: 3px solid #3d84cc; border-right: 3px solid #3d84cc; border-left: 2px solid #3d84cc; border-bottom: 2px solid #3d84cc;
	text-align: center;
	background-color: #deebf7;	
	color: #000000;
	}


html>body .CalendarWeekendToday {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarWeekendToday {
	font-size: 10px;
}
/*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: 10px;
	padding: 1px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	background-color: #f7f7f7;	
	color: #3d84cc;
	}


html>body .CalendarOtherMonthDay {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarOtherMonthDay {
	font-size: 10px;
}
/*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: 10px;
	padding: 0px;
	border-top: 3px solid #3d84cc; border-right: 3px solid #3d84cc; border-left: 2px solid #3d84cc; border-bottom: 2px solid #3d84cc;
	text-align: center;
	background-color: #f7f7f7;	
	color: #3d84cc;
	}


html>body .CalendarOtherMonthToday {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarOtherMonthToday {
	font-size: 10px;
}
/*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: 10px;
	padding: 1px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	background-color: #deebf7;	
	color: #3d84cc;
	}


html>body .CalendarOtherMonthWeekend {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarOtherMonthWeekend {
	font-size: 10px;
}
/*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: 10px;
	padding: 0px;
	border-top: 3px solid #3d84cc; border-right: 3px solid #3d84cc; border-left: 2px solid #3d84cc; border-bottom: 2px solid #3d84cc;
	text-align: center;
	color: #3d84cc;
	background-color: #deebf7;	
	}
	

html>body .CalendarOtherMonthWeekendToday {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarOtherMonthWeekendToday {
	font-size: 10px;
}
/*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: 10px;
	padding: 1px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	background-color: #a8ccf1;
	color: #000000;
	text-align: center;
	font-weight: bold;
	}
	

html>body .CalendarSelectedDay {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarSelectedDay {
	font-size: 10px;
}
/*end*/

.CalendarSelectedDay a:link {
	color: #000000;
	}

.CalendarSelectedDay a:visited{
	color: #000000;
	}

.CalendarSelectedDay a:hover, .CalendarSelectedDay a:active{
	color: #ff0000;
	}

/* Calendar Navigator */
.CalendarNavigator {
	font-size: 10px;
	padding: 1px;
	background-color: #f7f7f7; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}


html>body .CalendarNavigator {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarNavigator {
	font-size: 10px;
}
/*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: 10px;
	}

.CalendarNavigator th {
	font-size: 10px;
	}


html>body .CalendarNavigator th, html>body .CalendarNavigator td {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarNavigator th, * html body .CalendarNavigator td {
	font-size: 10px;
}
/*end*/

/* Calendar Extra */
.CalendarEvent{
	font-size: 10px;
	text-align: left;
	}


html>body .CalendarEvent {
	font-size: 10px;
}


/*ie6*/
* html body .CalendarEvent {
	font-size: 10px;
}
/*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: 10px;
	font-weight: bold;
}


html>body .th {
	font-size: 10px;
}


/*ie6*/
* html body .th {
	font-size: 10px;
}
/*end*/

.Header .th { 
    font-size: 10px; font-weight: bold; text-align: center !important;
    padding: 4px;
    background-image: linear-gradient(to bottom,#086324 0,#5DA857 100%); 
    color: #ffffff;
    width: 100%;
    white-space: nowrap;
}


html>body .Header .th {
    font-size: 10px; font-weight: bold; text-align: center !important;
}


/*ie6*/
* html body .Header .th {
    font-size: 10px; font-weight: bold; text-align: center !important;
}
/*end*/

.Caption .th { 
    font-size: 10px; text-align: left; vertical-align: top;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    background-color: #9aca6e; color: #000000;
    white-space: nowrap;
}


html>body .Caption .th {
    font-size: 10px; text-align: left; vertical-align: top;
}


/*ie6*/
* html body .Caption .th {
    font-size: 10px; text-align: left; vertical-align: top;
}
/*end*/

.Row .th { 
    font-size: 10px; font-weight: normal; text-align: left; vertical-align: top;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    background-color: #fff; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.AltRow .th { 
    font-size: 10px; font-weight: normal; text-align: left; vertical-align: top;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    background-color: #fff; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.Controls .th { 
    font-size: 10px; font-weight: normal; text-align: left; vertical-align: top;
    padding:4px;
    //border-top: 1px solid #086324; 
    //border-right: 1px solid #086324;
    background-color: #fff; color: #000000;
    white-space: nowrap;
    color: #000000;
}

.GroupCaption .th {
    font-size: 10px;
    padding: 1px;
    border-top: 1px solid #086324; border-right: 1px solid #086324;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    font-weight: bold;
    background-color: #deebf7; 
    color: #000000;
}


html>body .GroupCaption .th {
	font-size: 10px;
}

html>body .Row .th, html>body .AltRow .th, html>body .Controls .th {
	font-size: 10px; font-weight: normal; text-align: left; vertical-align: top;
}


/*ie6*/
* html body .GroupCaption .th {
	font-size: 10px;
}

* html body .Row .th, * html body .AltRow .th, * html body .Controls .th {
	font-size: 10px; font-weight: normal; text-align: left; vertical-align: top;
}
/*end*/

/* Class for Application Builder Menu */
.simpleMenu td {
	font-size: 10px;
}


html>body .simpleMenu td {
	font-size: 10px;
} 


/*ie6*/
* html body .simpleMenu td {
	font-size: 10px;
} 
/*end*/


#body_fusers{
  padding:5px;
  border: 3px double #777;
  border-radius: 3px;
  box-shadow: 3px 3px 6px #444;
}

#NewRecord1 > table{
    border-top: 1px solid #086324;
}

.no_padding table{
    padding:0
}
.no_padding input,no_padding select{
    padding:0
}