/* CCSTheme v 3.x */
/* General */

/* Colors */
.PageBgColor {
	background-color: #ffffff;
	}

.FormTitleBgColor {
	background-color: #6b6573;
	}

.FormTitleFontColor {
	color: #ffffff;
	}

.CaptionBgColor {
	background-color: #ccb8e6;
	}

.CaptionFontColor {
	color: #000000;
	}

.DataBgColor {
	background-color: #f7f7f7;
	}

.AltDataBgColor {
	background-color: #ede6f7;
	}

.DataFontColor {
	color: #000000;
	}

.LinkColor {
	color: #0033cc;
	}

.VisitedLinkColor {
	color: #830083;
	}

.HoverLinkColor {
	color: #ff0000;
	}


/* BEGIN Common */

body { 
	font-family: Verdana, Tahoma, Arial, San Serif; 
	font-size: 13px;
	letter-spacing: 1px;
	color: #000000;
	margin: 0 0 0 0px; 
	}

.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: #830083;
	}

a:hover,a:active { 
	color: #ff0000;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px; 
	}

form {
	margin: 0px;
	}

h1	{
	font-size: 18px;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

h2	{ 
	font-size: 16px;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h3	{ 
	font-size: 15px; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h4	{ 
	font-size: 14px;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h5	{ 
	font-size: 14px; font-style: italic;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

h6	{ 
	font-size: 13px;
	margin-top: 15px; 
	margin-bottom: 5px; 
	}

th	{ 
	font-family: Verdana, Tahoma, Arial, San Serif; 
	font-size: 12px;
	}

td { 
	font-family: Verdana, Tahoma, Arial, San Serif; font-size: 12px;
	}

/* END Common */

.Header {
	}

.Header th { 
	font-size: 15px; font-weight: bold; text-align: left;
	padding: 3px;
	background-color: #6b6573; color: #ffffff;
	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/HeaderLeft.gif');
	}

.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	}

.HeaderLeft img{
	width: 21px; height: 18px;
	}

.HeaderRight img{
	width: 21px; height: 18px;
	}


/* Grid Options */
.Grid { 
	border: 1px solid #6b6573; border-left: 0px;
	}

.Caption th { 
	font-size: 12px;
 	text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #6b6573; border-left: 1px solid #6b6573; border-bottom: 1px solid #6b6573;
	background-color: #ccb8e6; color: #000000;
	white-space: nowrap;
	}

.Caption td { 
	font-size: 12px;
 	text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #6b6573; border-left: 1px solid #6b6573; border-bottom: 1px solid #6b6573;
	background-color: #ccb8e6; 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: 13px; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-left: 1px solid #6b6573;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Row td { 
	font-size: 13px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}

.Grid caption { 
	font-size: 12px;
	padding: 3px;
	border: 1px solid #6b6573; border-bottom: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}

.Row a:link { 
	color: #0033cc;
	}

.Row a:visited { 
	color: #830083;
	}

.Row a:hover, .Row a:active { 
	color: #ff0000;
	}

.Separator{
	color: #6b6573;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 12px; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-left: 1px solid #6b6573;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.AltRow td { 
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	vertical-align: top;
	background-color: #ede6f7; 
	color: #000000;
	}

.AltRow a:link { 
	color: #0033cc;
	}

.AltRow a:visited { 
	color: #830083;
	}

.AltRow a:hover, .AltRow a:active { 
	color: #ff0000;
	}

.NoRecords td { 
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	background-color: #f7f7f7; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #6b6573; border-left: 1px solid #6b6573;
	background-color: #ccb8e6; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.Footer a:link { 
	color: #0033cc;
	}

.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 #6b6573; border-left: 0px;
	}

.Error td { 
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #6b6573; border-left: 1px solid #6b6573; border-bottom: 1px solid #6b6573;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
	}

.Controls th { 
	font-size: 12px; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-left: 1px solid #6b6573;
	background-color: #f7f7f7; color: #000000;
	white-space: nowrap;
	color: #000000;
	}

.Controls td { 
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}

.Bottom td { 
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #6b6573; border-left: 1px solid #6b6573;
	background-color: #ccb8e6; color: #000000;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.Bottom a:link { 
	color: #0033cc;
	}

.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: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	white-space: nowrap;
	text-align: left; 
	vertical-align: top;
	font-weight: bold;
	background-color: #ede6f7; 
	color: #000000;
	}

.GroupCaption td{
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	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: 12px;
	padding: 3px;
	border-top: 1px solid #6b6573; border-left: 1px solid #6b6573;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #ccb8e6; 
	color: #000000;
	}

.GroupFooter a:link {
	color: #0033cc;
	}

.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: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	vertical-align: top;
	font-weight: bold;
	background-color: #ede6f7; 
	color: #000000;
	border-bottom: 2px solid #6b6573;
	}

.SubTotal a:link {
	color: #0033cc;
	}

.SubTotal a:visited{
	color: #830083;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #ff0000;
	}

.Total td{
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	vertical-align: top;
	white-space: nowrap;
	font-weight: bold;
	background-color: #ede6f7; 
	color: #000000;
	}

.Total a:link {
	color: #0033cc;
	}

.Total a:visited{
	color: #830083;
	}

.Total a:hover, .Total a:active{
	color: #ff0000;
	}

/* Form Options */
.Button { 
	background-color: #ede6f7; color: #000000; border: solid 1px #6b6573; padding: 2px; font-weight: bold; font-size: 12px; font-family: Verdana, Tahoma, Arial, San Serif;
	}

/* Calendar */

.Calendar { 
	border: 1px solid #6b6573;
	width: 14px;
	}

.CalendarWeekdayName{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #6b6573; border-left: 1px solid #6b6573; border-bottom: 1px solid #6b6573;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #ede6f7; 
	color: #000000;
	}

.CalendarWeekdayName a:link {
	color: #0033cc;
	}

.CalendarWeekdayName a:visited{
	color: #830083;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #ff0000;
	}

.CalendarWeekendName{
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #6b6573; border-left: 1px solid #6b6573; border-bottom: 1px solid #6b6573;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #ede6f7;	
	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: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}

.CalendarDay a:link {
	color: #0033cc;
	}

.CalendarDay a:visited{
	color: #830083;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #ff0000;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	text-align: center;
	background-color: #ede6f7;	
	color: #000000;
	}

.CalendarWeekend a:link {
	color: #0033cc;
	}

.CalendarWeekend a:visited{
	color: #830083;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #ff0000;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 12px;
	padding: 1px;
	border: 2px solid #6b6573; border-right: 1px solid #6b6573;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}

.CalendarToday a:link {
	color: #0033cc;
	}

.CalendarToday a:visited{
	color: #830083;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #ff0000;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 12px;
	padding: 1px;
	border: 2px solid #6b6573; border-right: 1px solid #6b6573;
	text-align: center;
	background-color: #ede6f7;	
	color: #000000;
	}

.CalendarWeekendToday a:link {
	color: #0033cc;
	}

.CalendarWeekendToday a:visited{
	color: #830083;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	text-align: center;
	background-color: #f7f7f7;	
	color: #6b6573;
	}

.CalendarOtherMonthDay a:link {
	color: #6b6573;
	}

.CalendarOtherMonthDay a:visited{
	color: #6b6573;
	}

.CalendarOtherMonthDay a:hover, .CalendarOtherMonthDay a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Today */
.CalendarOtherMonthToday {
	font-size: 12px;
	padding: 1px;
	border: 2px solid #6b6573; border-right: 1px solid #6b6573;
	text-align: center;
	background-color: #f7f7f7;	
	color: #6b6573;
	}

.CalendarOtherMonthToday a:link {
	color: #6b6573;
	}

.CalendarOtherMonthToday a:visited{
	color: #6b6573;
	}

.CalendarOtherMonthToday a:hover,.CalendarOtherMonthToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend */
.CalendarOtherMonthWeekend {
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	text-align: center;
	background-color: #ede6f7;	
	color: #6b6573;
	}

.CalendarOtherMonthWeekend a:link {
	color: #6b6573;
	}

.CalendarOtherMonthWeekend a:visited{
	color: #6b6573;
	}

.CalendarOtherMonthWeekend a:hover, .CalendarOtherMonthWeekend a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Weekend Today */
.CalendarOtherMonthWeekendToday {
	font-size: 12px;
	padding: 1px;
	border: 2px solid #6b6573; border-right: 1px solid #6b6573;
	text-align: center;
	color: #6b6573;
	background-color: #ede6f7;	
	}

.CalendarOtherMonthWeekendToday a:link {
	color: #6b6573;
	}

.CalendarOtherMonthWeekendToday a:visited{
	color: #6b6573;
	}

.CalendarOtherMonthWeekendToday a:hover, .CalendarOtherMonthWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Selected Day (for DatePicker) */
.CalendarSelectedDay{
	font-size: 12px;
	padding: 3px;
	border-left: 1px solid #6b6573;
	background-color: #ccb8e6;
	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: 12px;
	padding: 3px;
	background-color: #ccb8e6; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.CalendarNavigator a:link {
	color: #0033cc;
	}

.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: 12px;
	text-align: left;
	}

.CalendarEvent a:link {
	color: #0033cc;
	}

.CalendarEvent a:visited{
	color: #830083;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #ff0000;
	}

/* Damian Styles */
.FooterText {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

.FooterLink {
	color: #ffffff;
	font-size: 12px;
	font-spacing: 1px;
	font-weight: bold;
	text-decoration: none;
}

.CatRange1 {
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.CatRange2 {
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}

.Product1 {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
	height: 24px;
}

.Product2 {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	height: 24px;
}

.Product3 {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	border: 0px;
}

.Product3a {
	color: #000000;
	font-size: 12px;
	text-align: left;
	border: 0px;
	padding: 2 5 2 5px;
	border-top: 1px solid #ffffff;
}

.Product4 {
	color: #000000;
	font-size: 12px;
	text-align: center;
	border-top: 1px solid #ffffff;
	border-right: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	border-left: 1px solid #ffffff;
	height: 20px;
	}

#PColumn1 {
	border-collapse: collapse;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	width: 350px;
	vertical-align: bottom;
	background-color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

#PColumn1a {
	border-collapse: collapse;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	width: 350px;
	vertical-align: top;
	background-color: #ffffff;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

#PColumn2 {
	border-collapse: collapse;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	width: 260px;
	vertical-align: top;
	font-size: 10px;
	border-bottom: 1px solid #ffffff;
}

#PColumn3 {
	border-collapse: collapse;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	width: 260px;
	vertical-align: top;
	font-size: 10px;
}

#column4 {
	border-collapse: collapse;
	padding: 0 0 0 4;
	width: 200px;
	color: #333333;
	vertical-align: top;
	text-align: left;
	border-left: solid 1px #333333;
	height: 100%;
}

.whiteLink12 {
	color: #ffffff;
	font-size: 12px;
	}

.contentBG1 {
	background-image: url(../../images/contentbg1.png);
	background-repeat: no-repeat; 
	background-position: left bottom;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 3px;
	color: #000000;
	}

.contentBG2 {
	background-image: url(../../images/contentbg2.png);
	background-repeat: no-repeat; 
	background-position: left bottom;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 3px;
	color: #000000;
}

.news {
	background-color: #ededed;
	font-family: Courier New; 
	font-size: 12px;
	color: #333333;
	padding: 5px; 
	text-align: justify;
	letter-spacing: 1px; }

.newsDate {
	text-align: right;
	color: #999999;
	letter-spacing: 1px; }

.headstrip1 {
	background-image: url(../../images/head_strip1.png);
	background-repeat: no-repeat; 
	background-position: right bottom;
}

.headstrip2 {
	background-image: url(../../images/head_strip2.png);
	background-repeat: no-repeat; 
	background-position: right bottom;
}

.headstrip3 {
	background-image: url(../../images/head_strip3.png);
	background-repeat: no-repeat; 
	background-position: right bottom;
}

#sidemenu a {
	display:block;
	width:136px;
	height:24px;
	padding:5px 6px 2px 3px;
	font: bold 13px/1 Tahoma;
	color:#FFFFFF;
	text-align: right;
	background: url("../../images/menu_bg2.png") 0 0 no-repeat;
	text-decoration: none;
}

#sidemenu a:hover {
	background-position: -140px 0;
	text-align: left;
	color: #ffffff;
}

#sidemenu a:active {
	background-position: -140px 0;
	text-align: left;
	color: #ffffff;
}

#activemenu a {
	display:block;
	width:136px;
	padding:7px 6px 10px 3px;
	font: bold 13px/1 Tahoma;
	color:#990000;
	text-align: right;
	background: url("../../menu/blankred.png") 0 0 no-repeat;
	text-decoration: none;
}

.plainLink {
	text-decoration: none;
	letter-spacing: 1px;
	font: bold 10px Verdana;
	color: #000000;
}

.altLink1 {
	text-decoration: none;
	letter-spacing: 1px;
	font: bold 14px Verdana;
	color: #000000;
}

.altLink2 {
	text-decoration: none;
	letter-spacing: 1px;
	font: bold 14px Verdana;
	color: #003366;
}

.breadcrumbs {
	font-size: 11px;
	letter-spacing: 1px;
	padding: 3px;
	color: #999999;
	text-align: right;
}
