body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(page_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

h2 {
	color: #000066;
}

legend
{
	font-weight: bold;
	font-size: 9pt;
}

fieldset 
{
	text-align: left;
}

body, p, td, tr, ol, ul
{
	font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.tcat, .thead, .tfoot, legend, .tfoot td
{
	font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active
{
	color: #000000;
	background: none;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	background: none;
	text-decoration: underline;
}

input, select, textarea, option, optgroup
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

.tborder
{
	background: #D1D1E1;
	color: #000000;
	border: 1px solid #9AC2DA;
}

.tcat
{
	color: #FFFFFF;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	background-color: #5481D3;
	background-image: url(thead.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.tcat a:link, .tcat a:visited
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active
{
	color: #E5E5E5;
	text-decoration: underline;
}

.tfoot
{
	color: #000000;
	font: 10pt Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bottom_bar_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFFFFF;
}
.tfoot a:link, .tfoot a:visited
{
	color: #E0E0F6;
}
.tfoot a:hover, .tfoot a:active
{
	color: #CCCCCC;
}

.alt1
{
	background-color: #F5F5FF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
}

.alt2
{
	background-color: #E1E4F2;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
}

.sub_alt1
{
	background-color: #F5F5FF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	padding: 8px;
	margin: 0px;
}

.sub_alt2
{
	background-color: #E1E4F2;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	text-decoration: none;
	padding: 8px;
	margin: 0px;
}

.sub_alt1:hover
{
	background-color: #BCE1F4;
	text-decoration: underline;
}

.sub_alt2:hover
{
	background-color: #BCE1F4;
	text-decoration: underline;
}

/* DATA CODES */
.unchanged
{
	background-color: #dddddd;
	color: #000000;
}

.notext
{
	background-color: #c0c0c0;
	color: #000000;
}

.added
{
	background-color: #90f090;
	color: #000000;
}

.deleted
{
	background-color: #f09090;
	color: #000000;
}

.changed
{
	background-color: #f0f060;
	color: #000000;
}

.warning {
	background: #FFFF66;
	color: #000000;
	border: 1px solid #FF9900;
}

/* CALENDAR COLORS */

.DatePicker /* main datepicker style */ {
	background: #E3E6E8;
	color: #000000;
	border:#333333 solid 1px;
}
.DatePickerHdr /* style for the header row */ {
	background: #CCCCCC url(thead.gif) repeat-x top left;
	color: #FFFFFF;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.DatePickerHdrBtn /* style for buttons in the header row */ {
	cursor: pointer;
}
.DatePickerBtn /* style for the calendar area */ {
	cursor: pointer;
	background: #F6F8FA;
}
.DatePickerBtnSelect /* highlighted date */ {
	background-color: #EDEFF1;
	cursor: pointer;
}

/* CALENDAR COLORS */

.blue
{
	color: #000000;
	border: 1px solid #0066FF;
	background-color: #C9E5FB;
}

.green
{
	background-color: #C8FFCA;
	color: #000000;
	border: 1px solid #009900;
}

.grey
{
	background-color: #D9D9D9;
	color: #000000;
	border: 1px solid #999999;
}

.purple
{
	background-color: #DBCCFF;
	color: #000000;
	border: 1px solid #AC57D5;
}

.red
{
	background-color: #FFCDC6;
	color: #000000;
	border: 1px solid #FF6600;
}

.yellow
{
	background-color: #FFFCC9;
	color: #000000;
	border: 1px solid #FFCC00;
}
