.red-star {
	color:red;
}

.white-star {
	color:white;
}

body, p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

table.condensed {
	border-style:solid;
	border-color:#000000;
	border-width: 1px 1px 1px 1px;
}

table.brd-lt {
	border-style:solid;
	border-color:#000000;
	border-width: 1px 0px 0px 1px;
}

td.brd-rb {
	border-style:solid;
	border-color:#000000;
	border-width: 0px 1px 1px 0px;
}

.menu-head, .main-q, .main-h {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	color:#007606;
}

.user {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#295D82;
	text-decoration:underline;
}
.user:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#295D82;
	text-decoration:underline;
}
.user:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#295D82;
	text-decoration:underline;
}

.main-q, .main-h {
	font-size:11pt;
	text-align: left;
	vertical-align:top;
}

.main-a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	text-indent:15px;
	text-align: left;
	vertical-align:top;
}

.sub-q, .sub-h {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#003256;
}

.sub-a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	text-indent:10px;
}

a.tab-on, a.tab-off {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#295D82;
	text-decoration:none;
	text-align:center;
}

a.tab-on:hover, a.tab-off:hover {
	color:#295D82;
	text-decoration:none;
}

a.tab-on {
	font-weight:bold;
}

.help-head, .help-text{
	color:#295D82;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:justify
}

.help-head {
	font-size:10pt;
	font-weight:bold;
}

.case-name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#408442;
}

.title {
	font-size: 16pt; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#295D82;
}

.subtitle {
	font-size: 11pt; 
	font-family:Arial, Helvetica, sans-serif;
	color:#007606;
}

a{
	font-size: 14px; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#295D82;
}
a:visited {
	color:#295D82;
	text-decoration: none;
}
a:hover {
	color:#295D82;
	text-decoration: none;
}


/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border-width: 1; 
	border-style: solid; 
	border-color: #cccccc; 
	background-color: #ffffff;
	font-family: arial; 
	font-size: 11px;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style.
 */
.div-style {
	z-index: +999;
	position: absolute;
	visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
	padding: 2px;
	font-family: arial; 
	font-size: 11px;
	color: #3a6ea5;	
}

/* Default attributes used in calendar title background.*/
.title-background-style {
	background-color: #E4EAF0;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
	border-style: solid;
	border-width: 1;
	border-color: #CCCCCC; 
	cursor: pointer;
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border-style: solid;
	border-width: 1;
	border-color: #666666; 
	cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	font-family: arial; 
	font-size: 11px; 
	border-width: 1; 
	border-style: solid; 
	border-color: #CCCCCC;
	background-color: #F7F8F9;
	cursor: pointer;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #E4EAF0;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
	background-color: #0;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
	padding: 5px;
	background-color: #F7F8F9;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
	color: #909090;
	text-decoration: none;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
	color: #333333;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #CCCCCC;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: #333333;
	background-color: #E4EAF0;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}

