body {
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.titlecolumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
.selection {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	color: #000000;
}
.selection a {
	text-decoration: none;
}
.selection a:hover {
	text-decoration: underline;
}
.selbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.selwarning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.disabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #A9A9A7;
}
.locked {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #FF0000;
}
.selectionsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #000000;
}

/* Tabs */
.tabselected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.tabunselected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
}
.tabunselected a {
	text-decoration: none;
}
.tabunselected a:hover {
	text-decoration: underline;
}

/* Calendar Date Selector Dialog Box */
.calmonth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.calday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #000000;
}
.calselected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}

/* Selection Dialog Boxes */
.selecttitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
.selectclose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
.selectclose a {
	color: #FFFFFF;
	text-decoration: none;
}
.selectclose a:hover {
	color: #FF0000;
}

#WindowFull {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	z-index:1;
	background-color: #FFFFFF;
}
#WindowSearch {
	position:relative;
	height:142px;
	z-index:2;
	background-color: #FAEAEA;
}
#WindowResult {
	position:relative;
	left:0px;
	width:100%;
	height:256px;
	z-index:3;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E59999;
}
#SubWindowResult {
	position:relative;
	left:0px;
	width:100%;
	height:216px;
	z-index:3;
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E59999;
}
#SubWindow {
	visibility:hidden;
	position:absolute;
	left:5px;
	top:30px;
	width:586px;
	height:364px;
	z-index:2;
	background-color:#FFFFFF;
	border: thin solid #E59999;
}
