/*--------------------------------------------------
------------------  Reset   ------------------------
--------------------------------------------------*/
 
a:active {outline:none;}
:focus {-moz-outline-style: none;outline:none;}
* html a {noFocusLine: expression(this.onFocus=this.blur()); outline: none;}

img {border:none;}

/* ------ general styles ------*/
body {
	background: url(./images/bg.jpg) top left;
	font-size: 100%;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #222;
}

body, html {
	margin: 0; padding: 0;
}

a {color: #21509f; text-decoration: none;}
a:hover {text-decoration: underline;}

h1, .ContentHeader {font-size: 28px;color: #21509f;font-weight:normal;}
h2, .ContentSubHeader, .ContentHighlight {font-size: 18px; color: #21509f;}
h3 {font-size: 14px;color: #21509f;}

hr {background: #333; border: none; color: #; height: 1px; width: 100%;}

ol,ul,li {list-style-position: inside;}

.clear {clear:both; height:0;}
.floatleft {float: left; display: inline;}
.floatright {float: right; display: inline;}
.no_border {border: 0;}

/*--------------------------------------------------
------------------ structure -----------------------
--------------------------------------------------*/

#wrapper {
	height: auto; width: 865px;
	margin: 0 auto;
}

#header {
	clear: both;
	height: 55px; width: 865px;margin-bottom:10px;
}

#logo {
	background: url(./images/logo.png) no-repeat;
	display: block;
	float: right;
	height: 55px; width: 510px;
	text-indent:-9999px;
	overflow:hidden;
}

#primary {
	float: left;
	height: auto; width: 865px;
}

#sidebar {
	float: left;
	height: auto; width: 180px;
}

#navbar {
	height: auto; width: 180px;
}

#sidebar_buttons {
	clear: both;
	height: 230px; width: 180px;
	padding: 35px 0 0;
}

#main {
	background: #fff;
	float: right;
	font-size: 12px;
	padding: 20px;
	width: 645px;
	min-height:445px;
}

#flashbox_wrap {
	display: inline;
	height: auto; width: 685px;
}

#secondary {
	float:right;
	position:relative;
	background: #fff;
	height: 175px; width: 685px;
}

#recent_item {
	background: url(./images/recent_item_bg.png) no-repeat left top;
	height: 152px; width: 447px;
	position: absolute;
	left:-177px;
}

#interest_box {
	display: block;
	height: 152px; width: 375px;
	position: absolute;
	right:20px;
	border:1px solid #ccc;
}

#footer {
	clear: both;
	color: #222;
	float: right;
	font-size: 12px;
	height: 80px; width: 685px;
}

/* ------------- sub-page ----------------*/

	#marquis_wrap {
		height: auto; width: 645px; display:inline;
	}

	#breadcrumbs {
		background: #eee;
		border: 1px solid #ddd;
		padding: 10px;
		min-height: 20px;
		height: auto !important;
		height: 20px;
		margin: 0 0 20px;
	}



/*--------------------------------------------------
------------------ navigation ----------------------
--------------------------------------------------*/

/* standard menu setup */
.menu, .menu ul {z-index:1999; list-style-type:none; padding:0px; margin:0px; display:block; position:relative;}
.menu li {float:left;}
.menu li:hover {position:relative;z-index:1999;}
.menu li:hover>ul {display:block; position:absolute;}
.menu ul li {clear:both; display:block;}

/* first level vertical centering */
.menu .cssnavlevelone {vertical-align:middle; height:30px;}
img.cssnavlevelone {border:none;}

/* first level styling (".menu ul a" for vertical | ".menu a" for horizontal) */
.menu ul a {
	border-top: 1px solid #ccc; 
	color: #222; 
	display: block;
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 20px;
	text-decoration: none;
	text-align: right; 
	width:160px;
}
.menu ul a.first {border-top:none;}

/* submenu colors/style */
.menu li ul li a {
	padding: 7px 10px; 
	background: #22519f;
	border-top: 1px solid #3463b2;
	color: #fff; 
	font-size: 12px;
	letter-spacing: 1px;
	width: 180px;
	text-align: left; 
}
.menu a.firstsubitem {border-top:none;}

/* first level sub menu container */
.menu li ul {display:none;}
/* 2nd level sub menu container */
.menu ul li ul {margin-left:180px; margin-top:-30px;}
/* 3rd+ level sub menu container */
.menu li ul li ul {margin-left:180px; margin-top:-20px;}

/* first level rollovers */
#navbar .menu li:hover>a.cssnavlevelone, #navbar .menu li:hover>a.first {display:block; background: #22519f;color:#fff;}

/* submenu rollovers (if desired) */
.menu li ul li:hover>a {background: #7d9fd7; color:#fff; display:block;}

/* ------- Graphic Menu ------*/

#navbar .menu a.cssnavlevelone {position:relative;height:30px;overflow:hidden;display:block}
#navbar .menu .navimg {position:relative;}
#navbar .menu .firstlevel:hover>a.cssnavlevelone img, .firstlevel:hover>a.first img {top:-30px;}

/* active states */
#navbar a.active img {top:-60px;}

/* --- don't show ie6 text --- */
#navbar span {display:none;}

/* --- IE6 undo graphic menu --- */
* html #navbar .navimg {display:none;}
* html #navbar span {display:inline;}
* html #navbar a.cssnavlevelone {overflow:visible; padding:0px 10px;}


/*---------- ie6 MAIN MENU hacks -----------*/

/* first level (".menu" for vertical | "#navbar" for horizontal) */
* html #navbar a:hover {background:#ccc; text-decoration: none;}
/* sub level rollovers (if desired) */
* html #navbar table a:hover {background: #eee;}

* html .menu {display:inline-block; float: left; padding:0;margin:0;}
* html .menu li a {display:block;float:left;}
* html .menu table a {border:0px; padding:0; margin:0; background: none; text-decoration: none;}
* html .menu li ul {display:block;position:absolute;visibility:hidden;}
* html .menu iframe {position:absolute; left:-9999px; top:-9999px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

* html .menu iframe {position:absolute; left:-9999px; top:-9999px; border:0px; width:0px; height:0px; margin:0px; padding:0px; list-style:none;display:none;visibility:hidden;}

/* correct position issue */
* html .menu li a table {position:relative; top: 5px; left: -169px;}

/* correct table border issue */
* html .menu table {border-collapse:collapse;}

/* enter as many levels as you wish to support */
* html .menu a:hover ul ul {visibility:hidden;}
* html .menu a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;}
* html .menu a:hover ul a:hover ul a:hoverul a:hover ul a:hover ul a:hover ul a:hover table table iframe {visibility:hidden;}

* html .menu a:hover ul {visibility:visible;z-index:2000;}
* html .menu a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;}
* html .menu a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul a:hover table iframe {left:expression(this.nextSibling.offsetLeft);top:expression(this.nextSibling.offsetTop);width:expression(this.nextSibling.offsetWidth);height:expression(this.nextSibling.offsetHeight); filter:alpha(opacity=0);display:block;visibility:visible;}


/*--------------------------------------------------
------------------ sidebar -----------------------
--------------------------------------------------*/

#sidebar_button1 {
	background: url(./images/sidebar_button1.jpg) no-repeat;
	display: block;
	float: right;
	height: 70px; width: 175px;
	margin: 0 0 10px 0;
	text-indent:-9999px;
}

#sidebar_button2 {
	background: url(./images/sidebar_button2.jpg) no-repeat;
	display: block;
	float: right;
	height: 70px; width: 175px;
	margin: 0 0 10px 0;
	text-indent:-9999px;
}

#sidebar_button3 {
	background: url(./images/sidebar_button3.jpg) no-repeat;
	display: block;
	float: right;
	height: 70px; width: 175px;
	text-indent:-9999px;
}

	#sidebar_button1:hover, #sidebar_button2:hover, #sidebar_button3:hover {background-position: 0 -70px;}
	#sidebar_button1:active, #sidebar_button2:active, #sidebar_button3:active {background-position: bottom;}

/*--------------------------------------------------
-------------------- Recent item ------------------
--------------------------------------------------*/

#sermon_title {
	height: 60px;
	margin: 20px 0 0 185px;
	.margin-top: 30px;
	overflow: hidden;
	position: absolute;
	width: 240px;
}

	#sermon_title h2 a {color: #fff; text-shadow: 0 -1px 0 #222;}
	
#sermon_buttons {padding: 0; list-style: none; margin: 100px 0 0 180px; .margin-top: 110px; position: absolute; text-shadow: 0 -1px 0 #444;}

	#sermon_buttons li {border-right: 1px solid #fff; display: inline; padding: 0 5px;}
	#sermon_buttons li:last-child {border: 0;}
	#sermon_buttons li a {color: #f49a3e;}

/*--------------------------------------------------
------------------ footer -----------------------
--------------------------------------------------*/

#copyright {
	float: left;
	margin: 10px 0 0 20px;
}

#design_credit {
	float: right;
	margin: 10px 20px 0 0;
}

/*--------------------------------------------------
------------------ Calendar ------------------------
--------------------------------------------------*/

/* ----------- CSS Tooltip ------------*/
a.tt {position:relative;}
a.tt span.tooltip {display: none;}
a.tt:hover span.tooltip {
    background:#222;
    color:#ffffff;
    display:block;
    padding:10px;
    position:absolute;
    text-align:left;
    top:15px; left:15px;
    width:200px;
    z-index:101;
}
/* ----------- JS Tooltip ------------*/
.boxoverbody {
    background: #222;
    width: 200px;
    color:#ffffff;
    font-size: .75em;
    display: inline-block;
    padding: 10px;
}

/* ----------- Mini Cal Styles ------------*/

#calendartable td a {display:block; height:25px; text-align:center;}
#calendartable td a:hover {background:#eee; z-index:1}
#calendartable .emptyday a:hover {background:transparent;}

/* ----------- MAIN Cal Styles ------------*/

.CalOverTitle {font-weight:bold; color: #e18b15;}

#maincal {display: block;}
#mainCal td {
    width: 14%;
    vertical-align: top;
    padding: 5px 10px;
    font-size: 12px;
}

#mainCal .ToDay A:HOVER, #mainCal .WeekDay A:HOVER, #mainCal .WeekendDay A:HOVER {z-index:1;color:#222;}
#mainCal .WeekendDay A, A.CalendarWeekendDayLink {line-height: 1em;}
#mainCal .WeekDay A, A.CalendarWeekDayLink {line-height: 1em;}
#mainCal .ToDay A, A.CalendarToDayLink {line-height: 1em;}

img.caldot {border:0px; vertical-align: middle; padding-right: 2px;}
.calEventName {margin-bottom:3px;}

.CalendarDayOn {
    cursor: pointer;
    cursor: hand;
    background: #eee;
}

.ToDay {background: #eee;}
.WeekendDay {border: 1px solid #eee;}
.WeekDay {border: 1px solid #eee;}

.CalendarDayNumber, .CalendarCurrentDayNumber  {
    color: #000;
    font-style: italic;
}

/*--------------------------------------------------
------------- Global App Styles --------------------
--------------------------------------------------*/

.ColumnHeader {
    color: #fff;
    background: #222;
    font-weight: bold;
    padding: 5px;
}

.PicOff {border: 5px solid #fff; margin:5px;vertical-align:middle;}
.PicOn {border: 5px solid #285262;margin:5px;vertical-align:middle;}


/*------ NEW FRONT END -------*/

#pagination a {padding:3px 5px;border:1px solid #eee;line-height:2em;text-decoration:none;font-weight:bold;}
#pagination a:hover {background:#eee;border:1px solid #eee;}
#pagination .OnPageNumber {color:#222;border:1px solid transparent;}

form {margin:0px;padding:0px;}
input, select {vertical-align:middle;margin-bottom:5px; margin-right:5px;vertical-align:middle;}

.RequiredFieldLabel {font-weight: bold;}
 
table td.top, table th.top, #mainCal td {vertical-align:top;}
table.contentTable, table.itemTable {border-collapse:collapse; width:100%;} 
.contentTable td, .itemTable td {border-bottom: 1px solid #eee; text-align:left;}
.contentTable th {color:#222; border-bottom: 2px solid #eee; text-align:left; font-size:120%;}
.contentTable th strong, .itemTable th strong {font-size:100%;}
.contentTable th span {font-size:100%;font-weight:normal;}
.contentTable td, .contentTable th, .itemTable td, .itemTable th {padding:5px;}
.itemTable th {color:#222;width:100px;border-bottom: 1px solid #eee;text-align:right;font-size:120%;padding-right:20px;}
.contentTable tr:hover td {background:url(/sr/images/datahoverbg.png)}
.itemTable td, .itemTable th, .contentTable td, .contentTable th {vertical-align:middle;}
.itemTable tr.last td, .contentTable tr.last td, .itemTable tr.last th, .contentTable tr.last th {border-bottom:none;}
table td.center, table th.center {text-align:center;}
table td.right, table th.right {text-align:right;}
.tdcheckbox {width:75px;text-align:center;}
 
fieldset {
 border:1px solid #eee;
 padding:0px 15px 15px 15px;margin:20px 0;
}
fieldset legend { color:#222; font-weight:bold; font-size: 120%; }

.submitbutton, .smallbutton, .smallselect, .smallinput {color:#222;border:1px solid #ccc;letter-spacing:0px;font-family:"trebuchet ms";font-size:12px;font-weight:bold;background:#fff url(/sr/images/buttonbg.jpg) repeat-x;margin:1px;
padding:0px 7px;overflow:visible;vertical-align:middle;}
.smallbutton, .smallselect, .smallinput {font-size:10px;font-weight:normal;padding:2px;text-transform:uppercase;}
.smallinput {background-image:none;}
.smallbutton, .submitbutton {cursor:pointer;}
.smallselect {border:none;}

.borderbox {padding:5px;border:1px solid #eee;}
.iconlink {margin:0px 2px;display:inline;border:none;}

#editorbg>td {background:#fff;}
#editorbg td {color:#000;}

#help, .help {margin-bottom:10px;padding:10px;background:#ffffcc;border:2px solid #dddb54;color: #000;line-height:1em;}
#help ol {margin-top:3px;margin-bottom:3px;}
#error, .error {background-color: #fbe3e4; border: 3px solid #FBC2C4; color: #BB0000;
font-size: 11px; margin-bottom: 20px; padding: 5px;}
#error ul, .error ul {margin:0px;margin-left:15px;padding:0px;}
#success, .success {margin-bottom:10px;padding:10px;background-color:#E6EFC2;border:2px solid #C6D880;color:#529214}

/* --- END GLOBAL FRONT-END --- */



/*--------------------------------------------------
------------------  Marquee Box  -------------------
--------------------------------------------------*/

.marquee-rotator #timer {left: 0; height: 4px; background: #000; filter: alpha(opacity=60); opacity: 0.6;}

.marquee-rotator .button-over {background: #fff;}

/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */
/* ---.marquee-rotator .c-panel {width:100%;}
.marquee-rotator .thumbnails {margin:0px auto;}--- */
/* --- FOR BUTTON NAV CENTERING (to absolutely position, comment this out) --- */

.marquee-rotator .c-panel {bottom: 10px; right: 10px; position:absolute;}

#rotator-tooltip .tt-img {border: 2px solid #fff; margin: 4px 0;}

/*----- PREV & BACK BUTTONS -----*/

.marquee-rotator .prev-btn, .marquee-rotator .next-btn {
	display:block;
	height:50px; width:50px; 
	margin: 5px; 
	position: absolute;
	text-align: center;
	text-indent:-9999px;
	z-index: 11;
}

.marquee-rotator .prev-btn {background:url(/sr/images/marquee_controls.png) 0 -50px; top: 40%; left: 0px;}
.marquee-rotator .next-btn {background:url(/sr/images/marquee_controls.png) -50px -50px; top:40%; right: 0px;}

.marquee-rotator .prev-btn:hover {background:url(/sr/images/marquee_controls.png) 0 0;}
.marquee-rotator .next-btn:hover {background:url(/sr/images/marquee_controls.png) -50px 0;}

/*------ PAGINATION -----*/

.marquee-rotator .thumbnails li {
	background: url(/sr/images/marquee_controls.png) -20px -100px; 
	height: 15px; width: 15px;
	margin: 3px;  /* --- keep margin even on both left and right --- */
	text-align: center;
}

.marquee-rotator .thumbnails ul li a img {width:200px;}

.marquee-rotator .thumbnails li:hover {background: url(/sr/images/marquee_controls.png) -40px -100px;}
.marquee-rotator .thumbnails li.curr-thumb {background: url(/sr/images/marquee_controls.png) -80px -100px;}
.marquee-rotator .thumbnails li.curr-thumb:hover {background: url(/sr/images/marquee_controls.png) -60px -100px;}

/* --- END Marquee Box --- */

/*--------------------------------------------------
------------- sliding panel --------------------
--------------------------------------------------*/

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* hides from ie-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end hide from ie-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* sliding panel */
#toppanel {
    position: absolute;   /*panel will overlap  content */
    position: relative;   /*panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 9999;
}

#panel {
	background: #000;
	color: #fff;
	display: none;
	font-size: 12px;
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 9999;
}

#panel_content {
	width: 940px; height: 250px;
	margin: 20px auto;
}

	#panel_content h2 {.margin-top: 10px;}
	#panel_content fieldset {border: 0; margin: 0 0 10px; padding: 0;}
	#panel_content a {}

	#panel_module1 {
		background: #111;
		width: 260px; height: 230px;
		margin: 0 0 20px 0;
		padding: 0 20px 20px;
		position: absolute;
		z-index: 9999;
	}
		#panel_module1 #sitestream_list {height: 180px; padding: 0; margin: 0; overflow: auto;}
		#panel_module1 #sitestream_list li {list-style: none; padding: 5px;border-bottom:1px solid #333;}
		#panel_module1 #sitestream_list li:hover {background:#333}
		#panel_module1 #sitestream_list .list_row_number {display: none;}
		#panel_module1 #sitestream_list .list_date3, #panel_module1 #sitestream_list .list_category2 {color:#999;}
		#panel_module1 #sitestream_list .list_title {color:#fff;}
		#panel_module1 #sitestream_list li a {display:block;text-decoration:none;}

		#panel_module1 #sitestream_list .list_date1, #panel_module1 #sitestream_list .list_date2, #panel_module1 #sitestream_list .list_date4, #panel_module1 #sitestream_list .list_date5, #panel_module1 #sitestream_list .list_date6, #panel_module1 #sitestream_list .list_time1, #panel_module1 #sitestream_list .list_category1 {display: none;}
		
		#stream_view_all {position: absolute; top: 20px; right: 20px;}
		
/*	#panel_module2 {
		background: #120320;
		border: 1px solid #23083d;
		width: 260px; height: 115px;
		margin: 115px 0 0 0;
		padding: 0 20px 20px;
		position: absolute;
	}	
	
		.sermon_title {
			border-top: 1px solid #23083d;
			border-bottom: 1px solid #23083d;
			font-style: italic;
			font-size: 18px;
			height: 18px;
			margin: 0 0 10px 0;
			overflow: hidden;
			padding: 10px 0;
			width: 260px;
			}*/
			
	#panel_module3 {
		background: #111;
		width: 260px; height: 230px;
		margin: 0 0 0 320px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
		.site_search {width: 260px;}
		.site_search fieldset {border: none; margin: 0; padding: 0;}
		.search_field {width: 150px;}
		
		.login_username {}
		.login_password {margin-bottom: 0;}
		.login_submit {margin-bottom: 0;}
	
	#panel_module4 {
		background: #111;
		width: 260px; height: 230px;
		line-height: 1em;
		margin: 0 0 0 640px;
		padding: 0 20px 20px;
		position: absolute;
	}
	
		#panel_module4 p {line-height: 1.25em;}

/* tab */

#toggle_bar {background: url(./images/toggle_bar_bg.png) repeat-x; height: 31px; margin: 0 auto; width: 100%;}
#toggle_wrapper {height: 30px; width: 865px; margin: 0 auto; position: relative;}
#toggle {display: inline; float: left; height: 31px; width: 180px;}
#open {background: url(./images/panel_open.png) no-repeat; cursor: pointer; display: block; height: 31px; width: 180px;}
#close {background: url(./images/panel_close.png) no-repeat; cursor: pointer; display: block; height: 31px; width: 180px;}

/*---------- color legend -----------*/
.fgcolor1 {color:#e18b15;}               /* same as a:link color */
.fgcolor2 {color:#e18b15;}               /* same as  a:hover color */
.bgcolor1 {background-color:#222;}    /* same as .columnheader background-color */
.bgcolor1fg {color:#fff;}             /* same as .columnheader color */
.bgcolor2 {background-color:#eee;}    /* same as .today background-color */
.bgcolor2fg {color:#e18b15;}             /* same as a.calendartodaylink color */
.bgcolor3 {background-color:#eee;}    /* same as .weekday background-color */
.bgcolor3fg {color:#e18b15;}             /* same as a.calendarweekdaylink color */
.bgcolor4 {background-color:#eee;}    /* same as .weekendday background-color */
.bgcolor4fg {color:#e18b15;}             /* same as a.calendarweekenddaylink color */
.linecolor {color:#eee;}             /* same as hr or .hrule color */
/*---------- color legend -----------*/


















