/* HTML {
	height: 100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #ffffff;
	hide overflow:hidden from IE5/Mac

	overflow:hidden;
}*/
BODY {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TABLE, TR, TD {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    empty-cells: show;
}
INPUT, OPTION, SELECT, TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #813333;
/*	OSP
	border: 1px solid #803333;
*/
/*	scrollbar-face-color: #813333;
    scrollbar-shadow-color: #4A7EB1;
    scrollbar-highlight-color: #6295C8;
    scrollbar-3dlight-color: #4A7EB1;
    scrollbar-darkshadow-color: #001C3D;
    scrollbar-track-color: #2B5C8F;
    scrollbar-arrow-color: #6699CC;*/
}
a {
	color: #813333;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
a:active {
	color: #6699CC;
	text-decoration: none;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF; text-decoration: underline
}
a.white:active {
	color: #FFFFFF; text-decoration: none
}
a.black:active {
	color: #000000;
	text-decoration: none
}
a.black:hover {
	color: #000000;
	text-decoration: none
}
a.black:link {
	color: #000000;
	text-decoration: none
}
.h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000
}
.h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333
}
.tenpoint {
	font-size: 10pt
}
.ninepoint {
	font-size: 9pt
}
.eightpoint {
	font-size: 8pt
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}
.tinyprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.DetailBody {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	overflow:hidden; /*get rid of scroll bars in IE */
	padding:0; /*remove padding */
	margin:0; /* remove margins */
	border:0; /* remove borders */
	background: left repeat-y url(../images/bkgd_BackOffice.gif) #FFFFFF;
	margin-bottom:0px;
}
#DetailContent { 
	display:block; /* set up as a block */
	height:100%; /* set height to full page */
	width:100%; /* set width to full page */
	max-height:100%;
	overflow:auto; /* add scroll bars as required */
	position:relative; /* set up relative positioning so that z-index will work */
	z-index:1; /* allocate a suitable z-index */
	padding-bottom:5px;
}
#DetailFooter {
	position:absolute;
	margin-right:18px;
	bottom:0px;
	left:0px;
	display:block;
	width:800px;
	height:39px;
	text-align:left;
	z-index:1001;
}
#DetailMenu {
	position:absolute;
	top:100px;
	left:0px;
	display:block;
	width:120px;
	z-index:1002;
}
.calendarInput {
	background:top right no-repeat url(../images/icons/icon16_Calendar.gif);
	width: 80px;
}
/*
	TOOL TIPS
	----------------------------------------
*/

.toolTip {
	font:9px trebuchet ms,verdana,geneva,arial,helvetica; 
	font-weight: bold;
	color: #003366;
	line-height: 10px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
}
#arrow {
	position:relative;
	visibility:visible;
	top:-2px;
	left:0px;
	z-index:1100;
	overflow:hidden;
}
#ttip  {
	position:absolute;
	visibility:hidden;
	top:-200px;
	left:0px;
	width:175px;
	z-index:1101;
	overflow:hidden;
}

.alignRight {
	text-align: right;
}
.BackOfficeBody {
	background: left repeat-y url(../images/bkgd_BackOffice.gif);
}
.BackOfficeMenu {
	width: 120px;
}
.BackOfficeSubMenu {
/*	border-left: 1px solid #813333;
	border-right: 1px solid #813333;
	border-bottom: 1px solid #813333;
*/
	border: 1px solid #813333;
	padding:1px;
	margin-bottom:1px;
	background: left repeat-y url(../images/bkgd_submenu.gif);
/*	OSP
	border-left: 1px solid #803333;
	border-right: 1px solid #803333;
	border-bottom: 1px solid #803333;
*/
}
.BackOfficeMenuHeader {
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	background-color: #CC3333;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	margin-top: 1px;
/*	border-top: 1px solid #8D8D8D;*/
/* 	background: url(../images/bkgd_submenu_header.gif);*/
}
A.BackOfficeMenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
    text-decoration: none;
	width: 100%;
	background: #FFE066;
	line-height: 20px;
}
A.BackOfficeMenuLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
    text-decoration: none;
	width: 100%;
	background: #FFE066;
	line-height: 20px;
}
A.BackOfficeMenuLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
    text-decoration: none;
	line-height: 20px;
	width: 100%;
	background: #FFCC66;
}
A.BackOfficeSubmenuLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
    text-decoration: none;
	width: 100%;
	background: none;
	border: none;
	height: 22px;
	padding: 1px;
}
A.BackOfficeSubmenuLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
    text-decoration: none;
	width: 100%;
	background: none;
	border: none;
	height: 22px;
	padding: 1px;
}
A.BackOfficeSubmenuLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
    text-decoration: none;
	height: 22px;
	width: 100%;
	background: #ACBDD2;
	border: 1px solid #00226A;
	padding: 0px;
}
.BackOfficeSubmit {
	background-color: #DBDBDB;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #666666;
	border-left: 1px solid #F0F0F0;
	empty-cells:show;
}
.BackOfficeSubmenuLinkOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #8D8D8D;
	height: 22px;
}
.Calendar {
	border: 1px solid #813333;
}
A.CalendarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #000000;
    text-decoration: none;
	width: 100%;
	background: none;
	border: none;
	padding: 1px;
}
A.CalendarLink:hover {
    color: #000000;
    text-decoration: none;
	background: #ACBDD2;
	border: 1px solid #00226A;
	padding: 0px;
}
.CalendarLinkOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: #8D8D8D;
}
.DivRow {
	border-bottom: 1px solid #813333;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	clear: both;
	vertical-align: top;
	width: 100%;
}
.DivRowNoHeight {
	border-bottom: 1px solid #813333;
	overflow: hidden;
	clear: both;
	vertical-align: top;
	width: 100%;
}
.DivCellHeaderLeft {
	float: left;
	height: 24px;
	line-height: 12px;
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	background: #DEE8F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
 .DivCellHeaderRight {
	float: right;
	height: 24px;
	line-height: 12px;
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	border-right: 1px solid #813333;
	background: #DEE8F2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.DivCellLeft {
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	border-left: 1px solid #813333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.DivCellBorderLeft {
	float: left;
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid #813333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.DivCellRight {
	float: right;
	height: 24px;
	line-height: 24px;
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
	white-space:nowrap;
	border-right: 1px solid #813333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.DivCellBorderRight {
	float: right;
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
	white-space:nowrap;
	border-left: 1px solid #813333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.DivCellNoBorder {
	float: left;
	padding: 2px;
	vertical-align: middle;
	overflow: hidden;
	white-space:nowrap;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.NoBorder {
    border: none;
    margin: 0;
    background-color: transparent;
}
.IconDiv {
	background: transparent;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	border: none;
	height: 20px;
	width: 20px;
	cursor: hand;
	display: inline;
}
.IconDivOver {
	background: #acbdd2;
	background-position: 1px 1px;
	background-repeat: no-repeat;
	border: 1px solid #00226A;
	height: 20px;
	width: 20px;
	cursor: hand;
	display: inline;
}
a.IconImage {
	background: transparent;
}
a.IconImage:hover {
	background: url(../images/icon20_bkgd.gif);
}
.bulletBlueArrow {
	list-style-position: outside;
	list-style-image: url(../images/bullet_whiteonblue_right.gif)
}
.bulletBlueArrow2 {
	list-style-position: outside;
	list-style-image: url(../images/arrow_blue.gif)
}
.bulletHelp {
	list-style-position: outside;
	list-style-image: url(../images/icon12_help.gif)
}
.bulletPublic {
	list-style-position: outside;
	list-style-image: url(../images/linkTransparent.gif)
}
.elementBorder {
	border: 1px solid #CCCCCC;
}
.elementBackground {
	background-color: #FFA500;
}
input.buttonBlue8pt {
	font-size: 11px;
/*	ALT
	color:#000000;
	background: #DEE8F2;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
*/
	color: #FFFFFF;
	font-weight: bold;
	background: #CC3333;
	border-bottom: 1px solid #813333;
	border-right: 1px solid #813333;
	border-left: 1px solid #A63333;
	border-top:1px solid #A63333;
	text-decoration:none;
	cursor: hand
}
input.buttonBlue9pt {
	font-size: 9pt;
/*	ALT
	color:#000000;
	background: #DEE8F2;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
*/
	color: #FFFFFF;
	font-weight: bold;
	background: #CC3333;
	border-bottom: 1px solid #813333;
	border-right: 1px solid #813333;
	border-left: 1px solid #A63333;
	border-top:1px solid #A63333;
	text-decoration:none;
	cursor: hand
}
input.buttonPublic {
    background: #FFFFFF url(../images/linkTransparent.gif) 9px 1px no-repeat;
    color: Black;
    cursor: pointer;
    padding: 1px 1px 1px 15px;
	border-color: #CCCCCC
}
input.buttonSubmit {
	height: 30px;
	padding-left: 8px;
/*	OSP
	background: #DEE8F2 url(../images/button_gripper.gif) 2px 6px no-repeat;
	color:#000000;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
*/
	color: #FFFFFF;
	font-weight: bold;
	background: #CC3333 url(../images/button_gripper.gif) 2px 6px no-repeat;
	border-bottom: 1px solid #813333;
	border-right: 1px solid #813333;
	border-left: 1px solid #A63333;
	border-top:1px solid #A63333;
	font-size: 11px;
	text-decoration:none;
	cursor: hand;
}
input.buttonTop {
	width: 20px;
	height: 20px;
	background: #CC3333 url(../images/bullet_top.gif) 4px 5px no-repeat;
	border-bottom: 1px solid #813333;
	border-right: 1px solid #813333;
	border-left: 1px solid #A63333;
	border-top:1px solid #A63333;
	cursor: hand;
}
input.buttonBottom {
	width: 20px;
	height: 20px;
	background: #CC3333 url(../images/bullet_bottom.gif) 4px 5px no-repeat;
	border-bottom: 1px solid #813333;
	border-right: 1px solid #813333;
	border-left: 1px solid #A63333;
	border-top:1px solid #A63333;
	cursor: hand;
}
input.buttonCalendar {
	width: 16px;
	height: 16px;
	background: #CC3333;
	border-bottom: 1px solid #813333;
	border-right: 1px solid #813333;
	border-left: 1px solid #A63333;
	border-top:1px solid #A63333;
	cursor: hand;
}
input.transparent {
	background-color: transparent;
	border: none;
	margin: 1px;
	text-align: right;
}
.borderNW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #813333;
	empty-cells: show;
}
.borderNE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px solid #813333;
	border-bottom: 1px solid #813333;
	border-right: 1px solid #813333;
	empty-cells: show;
}
.borderSW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #813333;
	border-left: 1px solid #813333;
	border-right: 1px solid #813333;
	empty-cells: show;
}
.borderSE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #813333;
	border-right: 1px solid #813333;
	empty-cells: show;
}
.borderE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-right: 1px solid #813333;
	empty-cells: show;
}
.borderS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #813333;
	empty-cells: show;
}
.borderW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 1px solid #813333;
	empty-cells: show;
}
.marginLeft20px {
	margin-left: 20px;
}
.scrollbarCLW {
	scrollbar-face-color: #FFE066;
	scrollbar-shadow-color: #FFCC66;
	scrollbar-highlight-color: #FFF366;
	scrollbar-3dlight-color: #FFF099;
	scrollbar-darkshadow-color: #CC9933;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	}
.ShadowLayer {
	filter: Shadow(Color=#808080,Direction=135);
	position:absolute;
	left:630px;
	top:99px;
	width:168px;
	z-index:200;
	overflow:visible;
	visibility: visible;
	padding-bottom: 8px;
	padding-right: 8px;
	}
.Verdana {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
