/* Web Widgets Style File */

/* Rounded Box ffc887 (light orange) */
td.RBCornerNW {
	background-image: url("/images/web_widgets/rounded_box/light_orange/rb_nw.gif");
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}

td.RBCornerNE {
	background-image: url("/images/web_widgets/rounded_box/light_orange/rb_ne.gif");
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}

td.RBCornerSW {
	background-image: url("/images/web_widgets/rounded_box/light_orange/rb_sw.gif");
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}

td.RBCornerSE {
	background-image: url("/images/web_widgets/rounded_box/light_orange/rb_se.gif");
	background-repeat: no-repeat;
	width: 5px;
	height: 5px;
}	

td.RBSideN {
	background: #ffc887;
	height: 5px;
}

td.RBSideW {
	background: #ffc887;
	width: 5px;
}

td.RBSideS {
	background: #ffc887;
	height: 5px;
}

td.RBSideE {
	background: #ffc887;
	width: 5px;
}

td.RBContent {
	background: #ffc887;
}
/* END Rounded Box ffc887 (light orange) */

/* Calendar Widget */
.CalendarLink {
	font-size: 7pt;
}

.CalendarLink:LINK {
	text-decoration: none;	
}

.CalendarLink:VISITED {
	text-decoration: none;	
}

table.CalendarMain {
	border: solid;
	border-width: 1px;
	border-color: #3b4e62;
	width: 100%;
	background-color: #a1b6cc;
}

td.CalendarHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #ffffcc;
	background-color: #3b4e62;
}

td.CalendarHeaderControls {
	font-size: x-small;
	font-weight: bold;
	color: #ffffcc;
	background-image: url("/images/tab_background.jpg");
	background-repeat: repeat-x;
}

td.CalendarDayLabel {
	font-size: 7pt;
	font-weight: bold;
	padding: 0px;
	color: #a1b6cc;
	background-color: #3b4e62;
}

table.CalendarDays {
	width: 100%;
}

td.CalendarDay {
	font-size: 7pt;
	padding: 0px;
	font-weight: bold;
}

td.CalendarOtherDays {
	font-size: 7pt;
	font-weight: bold;
	padding: 0px;
	color: #ffffcc;	
}
/* END Calendar Widget */