BODY
{  
    FONT-SIZE: 10px;
    COLOR: #000000;
    FONT-FAMILY: "verdana";
    background-color:FFFFFF;
    scrollbar-base-color: #606060;
    scrollbar-track-color: ;
    scrollbar-face-color: #BBBBBB;
    scrollbar-highlight-color: ;
    scrollbar-3dlight-color: ;
    scrollbar-darkshadow-color: ;
    scrollbar-shadow-color: ;
    scrollbar-arrow-color: #FFFFFF
}

.frmbut { background-color: #EEEEEE; }
.frmbox { background-color: #F0F0F0; }
.frmdef { color:green }
.frmbgk { background-color:BBBBBB;}
.frmtbg { }
.frmtit { color: #ffffff; font-family: Verdana; font-size: 12px; font-weight: bold }
.frmdes { color:333333; font-family:Verdana; font-size:12px;}
.frmmes { color:333333; font-family:Verdana; font-size:12px;}
.frmmsg { color:333333; font-family:Verdana; font-size:10px;}
.frmsys { color:666666; font-family:Verdana; font-size:10px;}
.frmwng { color:#999999; font-family:Wingdings; font-size:16px;}
.frmimg { border: 1px solid #C0C0C0; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px}

a:link.frmwng { text-decoration:none; color:999999;}
a:visited.frmwng { text-decoration:none; color:999999;}
a:hover.frmwng { text-decoration:none; color:FF0000;}
a:active.frmwng { text-decoration:none; color:666666;}

A:link { text-decoration:none; color:FF0000;}
A:visited { text-decoration:none; color:FF0000;}
A:hover { text-decoration:none; font-weight:none; color:0000FF;}
A:active { text-decoration:none; font-weight:none; color:FF0000;}

A:link.menu { font-family:Verdana; font-size: 12px; text-decoration:none; font-weight:bold; color:FF0000;}
A:visited.menu { font-family:Verdana; font-size: 12px; text-decoration:none; font-weight:bold; color:FF0000;}
A:hover.menu { font-family:Verdana; font-size: 12px; text-decoration:none; font-weight:bold; color:FFFFFF;}
A:active.menu { font-family:Verdana; font-size: 12px; text-decoration:none; font-weight:bold; color:FF0000;}


td.titletab		{background-color: #FFFFFF; color:555555; font-family: Verdana; font-size: 14px; font-weight: normal;}
td.fieldname	{border-bottom:1px solid #EEEEFF; height:18; padding-left:5; background-color: #EEEEFF; color:666666; font-family: Verdana; font-size: 10px; font-weight: normal;}
td.field		{border-bottom:1px solid #EEEEFF; height:18; padding-left:5; background-color: #FFFFFF; color:555555; font-family: Verdana; font-size: 11px; font-weight: normal;}
td.space		{background-color: #FFFFFF;font-size: 4px;}

.frmfield {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #EEEEFF;
	border: 1px solid #bfbfbf; 
}

.frmmessage {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;}

.frmtitblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.frmvoce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}


/* Default attributes of table container for entire calendar */
.table-style {
	font-family: arial;
	border:1px solid #a0a0a0; background-color: #ffffff;
	font-family: arial; 
	font-size: 11px
}
.FormSearch {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	background-color: #E1E1E1;
	border: 1px solid #bfbfbf;
}

/* 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: #cee3ef;
}

/* 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:1px solid #3a6ea5; cursor: pointer
}

/* Moused-over (selected) appearance of controls in calendar title. */
.title-control-select-style {
	border:1px solid #3a6ea5; cursor: pointer
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
	border:1px solid #a0a0a0; font-family: arial; 
	font-size: 11px; 
	background-color: #cee3ef;
	cursor: pointer
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
	background-color: #3a6ea5;
}

/* 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: #cee3ef;
	font-family: verdana; 
	font-size: 10px;
}

/* Attributes of current day in calendar body. */
.current-day-style {
	color: red;
	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: black;
	text-decoration: none;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
	border-style: solid;
	border-width: 1px; 
	border-color: #a0a0a0;
}

/* Default attributes of designated holidays. */
.holiday-style {
	background-color: #FFDDDD;
}

/* Attributes of today display at bottom on calendar */
.today-style {
	padding: 0px;
	color: black;
	background-color: #cee3ef;
	text-align: center;
	text-decoration: none;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
	background-color: #d0d0d0; 
	padding: 0px;
}