/* CCSTheme v 3.x */
/* General */

/* BEGIN Common */
body { 
	font-family: Arial; font-size: 80%;
	
	}

hr {
  color: #000000;
}

.text { 
	color: #000000 
	}

a.menulink:link, a.menulink:visited { 
	color: #0059b2;
	}

a.menulink:hover, a.menulink:active { 
	color: #ff0000;
	}


a.class1:link { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 13px;
	}

a.class1:visited { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 13px;
	}

a.class1:hover,a:active { 
    text-decoration: underline;
	color: red;
	font-weight: bold;
	font-size: 13px;
	}

a.class12:link { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 14px;
	}

a.class12:visited { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 14px;
	}

a.class12:hover,a:active { 
    text-decoration: underline;
	color: red;
	font-weight: bold;
	font-size: 14px;
	}

a.class16:link { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 16px;
	}

a.class16:visited { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 16px;
	}

a.class16:hover,a:active { 
    text-decoration: underline;
	color: red;
	font-weight: bold;
	font-size: 16px;
	}

a.class2:link { 
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 13px;
	}

a.class2:visited { 
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 13px;
	}

a.class2:hover,a:active { 
 	text-decoration: none;
	color: FDEC58;
	font-weight: bold;
	font-size: 13px;
	}

a.class3:link { 
	text-decoration: none;
	color: blue;
	font-size: 12px;
	font-weight: normal;
	}

a.class3:visited { 
	text-decoration: none;
	color: blue;
	font-size: 12px;
	font-weight: normal;
	}

a.class3:hover,a:active { 
 	text-decoration: underline;
	color: red;
	font-size: 12px;
	font-weight: normal;	}

a.class14:link { 
	text-decoration: none;
	color: #336600;
	font-weight: bold;
	}

a.class14:visited { 
	text-decoration: none;
	color: #336600;
	font-weight: bold;
	}

a.class14:hover,a:active { 
 	text-decoration: underline;
	color: red;
	font-weight: bold;	}

a.class5:link { 
	text-decoration: none;
	color: blue;
	font-size: 11px;
	font-weight: bold;
	}

a.class5:visited { 
	text-decoration: none;
	color: blue;
	font-size: 11px;
	font-weight: bold;
	}

a.class5:hover,a:active { 
 	text-decoration: underline;
	color: red;
	font-size: 11px;
	font-weight: bold;	}

.class4 { 
	font-size: 12px;
	}

.class20 { 
	font-size: 11px;
	}

.class25 { 
	font-size: 11px;
	font-weight: bold;
	}

a.class6:link { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 11px;
	}

a.class6:visited { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 11px;
	}

a.class6:hover,a:active { 
    text-decoration: underline;
	color: red;
	font-weight: bold;
	font-size: 11px;
	}

a.class7:link { 
	text-decoration: none;
	font-weight: bold;
	color: blue;
	font-size: 12px;
	}

a.class7:visited { 
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 12px;
	}

a.class7:hover,a:active { 
 	text-decoration: none;
	color: #ACD7EF;
	font-weight: bold; 
	font-size: 12px;
	}

ul, ol, blockquote { 
	margin-top: 5px; 
	margin-bottom: 10px; 
	margin-left: 20px 
	}

form {
	margin: 0px;
	}

h1	{
	font-size: 110%;
	text-align: center;
	color:white;
	margin-top: 0px; 
	margin-bottom: 0px;
	}

h2	{ 
	font-size: 110%;
	color:black;
	margin-top: 5px; 
	margin-bottom: 0px;
	}

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: Arial; font-size: 80%;
	}

td { 
	font-family: Arial; font-size: 80%;
	}

.srtext	
	{
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color:black;
	margin-top: 5px; 
	margin-bottom: 5px;
	}

/* END Common */

.Header {
	width: 100%;
	}

.Header th { 
	font-size: 110%; font-weight: bold; text-align: left;
	padding: 3px;
	background-color: #3d84cc; color: #ffffff;
	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/HeaderLeft.gif');
	}

.HeaderRight { 
	background-image: url('Images/HeaderRight.gif');
	}

.HeaderLeft img{
	width: 3px;
	}

.HeaderRight img{
	width: 9px;
	}


/* Grid Options */
.Grid { 
/*	border-bottom: 1px solid #3d84cc; */
	width: 100%;
	}

.Caption th { 
	font-size: 13px; 	text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #868585;
	border-bottom: 1px solid #868585; 
	background-color: #f7f7f7; color: #000000;
/*	white-space: nowrap; */
	}

.Caption td { 
	font-size: 80%; 	text-align: left; vertical-align: top;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-bottom: 1px solid #3d84cc; */
/*	background-color: #f7f7f7; 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: 80%; font-weight: normal; text-align: left; vertical-align: middle;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc; */
/*	border-color: #3d84cc; border-style: solid; border-width: 1px; */
	background-color: #f7f7f7; color: #000000;
/*	white-space: nowrap;  */
	color: #000000;
	}

.Row td { 
	font-size: 12px; 
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; */
/*	border-color: #3d84cc; border-style: solid; border-width: 1px; */
	vertical-align: middle;
	background-color: #f7f7f7;  
/*	color: #000000; */ 
	}

.Row3 td { 
	font-size: 12px; 
	padding: 3px;
	border-bottom: 1px solid #D9D6D6;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; */
/*	border-color: #3d84cc; border-style: solid; border-width: 1px; */
	vertical-align: middle;
	background-color: #f7f7f7;  
/*	color: #000000; */ 
	}

.Row2 td { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: middle;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc; */
	border-bottom: 1px solid #D9D6D6;
	background-color: #f7f7f7; color: #000000;
/*	white-space: nowrap;  */
	color: #000000;
	}

.Row2 th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: middle;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc; */
	border-bottom: 1px solid #D9D6D6;
	background-color: #f7f7f7; color: #000000;
/*	white-space: nowrap;  */
	color: #000000;
	}

.Row6 th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: middle;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc; */
/*	border-color: #3d84cc; border-style: solid; border-width: 1px; */
	color: #000000;
/*	white-space: nowrap;  */
	color: #000000;
	}

.Row6 td { 
	font-size: 12px; 
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; */
/*	border-color: #3d84cc; border-style: solid; border-width: 1px; */
	vertical-align: middle;
/*	color: #000000; */ 
	}

.Row7 td { 
	font-size: 90%; font-weight: normal; text-align: left; vertical-align: middle;
	padding: 4px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc; */
/*	border-bottom: 1px solid #D9D6D6; */
/*	background-color: #f7f7f7; color: #000000; */
/*	white-space: nowrap;  */
	color: #000000;
	}

.Row7 th { 
	font-size: 90%; font-weight: normal; text-align: left; vertical-align: middle;
	padding: 4px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc; */
/*	border-bottom: 1px solid #D9D6D6; */
/*	background-color: #f7f7f7; color: #000000; */
/*	white-space: nowrap;  */
	color: #000000;
	}

table.srrow2
	{
	border-right: 2px solid #003063; 
	border-left: 2px solid #003063; 
	}

table.lowprice
	{
	border: 1px solid #7C7C7C;
	}

table.lowprice2
	{
	border: 1px solid RED;
	}
 
table.srrow { 
/*	border: 2px solid #EF1C29; */
	border: 1px solid #750101; 
	background-color: #EFEFEF; 
	color: #000000;
	}

td.tdsrrow { 
	border: 1px solid #750101;
	background-color: #EFEFEF; 
	color: #000000;
	}

table.srrow3
    { 
	border: 0px;
	}

table.srrow4 { 
	border-bottom: 1px solid black;
	}

/* .Row a:link {  */
/* 	color: #0059b2; */
/* 	} */

/* .Row a:visited {  */
/* 	color: #840084; */
/* 	} */

/* .Row a:hover, .Row a:active { */ 
/*	color: #ff0000; */
/*	} */

.Separator{
	color: #3d84cc;
	}

.price
	{
	font-weight: bold;
	}

.Separator td{
	height: 1px;
	}


.AltRow th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	background-color: #f7f7f7; color: #000000;
/*	white-space: nowrap; */
	color: #000000;
	}

.AltRow2 td { 
	font-size: 12px;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; */
	vertical-align: top;
/*	background-color: #ebf2f8; */
/*	color: #000000;  */
	}

.AltRow td { 
	font-size: 12px;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; */
	vertical-align: top;
	background-color: #ebf2f8; 
/*	color: #000000;  */
	}

/*	.AltRow a:link {   */
/*		color: #0059b2;  */
/*		}  */

/*	.AltRow a:visited {   */
/*		color: #840084;  */
/*		}  */

/*	.AltRow a:hover, .AltRow a:active {   */
/*		color: #ff0000;  */
/*		}  */

.NoRecords td { 
	font-size: 80%;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; */
	background-color: #f7f7f7; 
	color: #000000;
	vertical-align: top;
	}

.NoRecords2 td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc;
	background-color: #f7f7f7; 
	color: #000000;
	vertical-align: top;
	}

.Footer td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc;
	background-color: #f7f7f7; color: #000000;
	text-align: center;
	vertical-align: middle;
/*	white-space: nowrap; */
	color: #000000;
	}

.Footer a:link { 
	color: #0059b2;
	}

.Footer a:visited { 
	color: #840084;
	}

.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-bottom: 1px solid #3d84cc;
	width: 100%;
	}

/* Record Options */
.Record2 { 
/*	border-bottom: 1px solid #3d84cc; */
	width: 100%;
	}

.Error td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	color: #FF0000;
	vertical-align: top;
	background-color: #f7f7f7; 
	}

.Controls th { 
	font-size: 80%; font-weight: normal; text-align: left; vertical-align: top;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc;
	background-color: #f7f7f7; color: #000000;
/*	white-space: nowrap; */
	color: #000000;
	}

.Controls td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; 
	vertical-align: top;
	background-color: #f7f7f7; 
	color: #000000;
	}

.Controls2 th { 
	font-size: 80%; font-weight: normal; text-align: left; 
/*	vertical-align: bottom; */
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc; */
/*	background-color: #f7f7f7; */
    color: #000000; 
/*	white-space: nowrap; */
	color: #000000;
	}

.Controls2 td { 
	font-size: 80%;
	padding: 3px;
/*	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc; */
/*	vertical-align: bottom; */
/*	background-color: #f7f7f7; */
	color: #000000;
	}


.Bottom td { 
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc; border-left: 1px solid #3d84cc;
	background-color: #f7f7f7; color: #000000;
	text-align: right;
	vertical-align: middle;
/*	white-space: nowrap; */
	color: #000000;
	}

.Bottom a:link { 
	color: #0059b2;
	}

.Bottom a:visited { 
	color: #840084;
	}

.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: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	white-space: nowrap;  
	text-align: left; 
	vertical-align: top;
	font-weight: bold;
	background-color: #ebf2f8; 
	color: #000000;
	}

.GroupCaption td{
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	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: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;   
	background-color: #dfdfdf; 
	color: #000000;
	}

.GroupFooter a:link {
	color: #0059b2;
	}

.GroupFooter a:visited{
	color: #840084;
	}

.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: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	vertical-align: top;
	font-weight: bold;
	background-color: #ebf2f8; 
	color: #000000;
	border-bottom: 2px solid #3d84cc;
	}

.SubTotal a:link {
	color: #0059b2;
	}

.SubTotal a:visited{
	color: #840084;
	}

.SubTotal a:hover, .SubTotal a:active{
	color: #ff0000;
	}

.Total td{
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	vertical-align: top;
	white-space: nowrap;  
	font-weight: bold;
	background-color: #ebf2f8; 
	color: #000000;
	}

.Total a:link {
	color: #0059b2;
	}

.Total a:visited{
	color: #840084;
	}

.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-size: 85%; font-family: Tahoma;
	}

/* Calendar */

.Calendar { 
	border: 1px solid #3d84cc;
	width: 100%;
	}

.CalendarWeekdayName{
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center; 
	vertical-align: top;
	white-space: nowrap;
	background-color: #ebf2f8; 
	color: #000000;
	}

.CalendarWeekdayName a:link {
	color: #0059b2;
	}

.CalendarWeekdayName a:visited{
	color: #840084;
	}

.CalendarWeekdayName a:hover, .CalendarWeekdayName a:active{
	color: #ff0000;
	}

.CalendarWeekendName{
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	white-space: nowrap;
	text-align: center; 
	vertical-align: top;
	background-color: #ebf2f8;	
	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: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	background-color: #f7f7f7;	
	color: #000000;
	}

.CalendarDay a:link {
	color: #0059b2;
	}

.CalendarDay a:visited{
	color: #840084;
	}

.CalendarDay a:hover, .CalendarDay a:active{
	color: #ff0000;
	}

/* Calendar Weekend */
.CalendarWeekend{
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	background-color: #ebf2f8;	
	color: #000000;
	}

.CalendarWeekend a:link {
	color: #0059b2;
	}

.CalendarWeekend a:visited{
	color: #840084;
	}

.CalendarWeekend a:hover, .CalendarWeekend a:active{
	color: #ff0000;
	}

/* Calendar Today */
.CalendarToday {
	font-size: 80%;
	padding: 1px;
	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;
	}

.CalendarToday a:link {
	color: #0059b2;
	}

.CalendarToday a:visited{
	color: #840084;
	}

.CalendarToday a:hover, .CalendarToday a:active {
	color: #ff0000;
	}

/* Calendar Weekend Today */
.CalendarWeekendToday {
	font-size: 80%;
	padding: 1px;
	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: #ebf2f8;	
	color: #000000;
	}

.CalendarWeekendToday a:link {
	color: #0059b2;
	}

.CalendarWeekendToday a:visited{
	color: #840084;
	}

.CalendarWeekendToday a:hover, .CalendarWeekendToday a:active{
	color: #ff0000;
	}

/* Calendar Other Month's Day */
.CalendarOtherMonthDay{
	font-size: 80%;
	padding: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	background-color: #f7f7f7;	
	color: #3d84cc;
	}

.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: 1px;
	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;
	}

.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: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	text-align: center;
	background-color: #ebf2f8;	
	color: #3d84cc;
	}

.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: 1px;
	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: #ebf2f8;	
	}

.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: 3px;
	border-top: 1px solid #3d84cc; border-right: 1px solid #3d84cc;
	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: 80%;
	padding: 3px;
	background-color: #f7f7f7; color: #000000;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	color: #000000;
	}

.CalendarNavigator a:link {
	color: #0059b2;
	}

.CalendarNavigator a:visited{
	color: #840084;
	}

.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: #840084;
	}

.CalendarEvent a:hover, .CalendarEvent a:active{
	color: #ff0000;
	}
