/* HTML tag specific */
body {
	padding:0px;
	margin: 0px;
}

/* Page wrapper */
#PageWrap {
	padding:0px;
	margin: 0px;
}

/* Dynamic Properties used below to make IE maintain minimum width */
* html #PageWrap{width: expression(document.body.clientWidth <1032 ? "980px" : "100%" )
	font-family: Arial, Helvetica, sans-serif;
}

/* Global Navigation Region */
#GblNavReg {
	height:54px;
	position:relative;
	background-color:#7A85AD;
	z-index: 10;
}

#GblNavRegLogo {
	position:absolute;
	left:5px;
	top: 10px;
}

#GblNavRegEnd {
	height:1px;
	background-color: #FF6803;
	overflow:hidden;
	position:absolute;
	top: 54px;
	left:0px;
	width: 100%;
	z-index: -1;
}

/* Content wrapper */
#ContWrap {
	position:relative;
	text-align:left;
}

/* Take me to section */
#TakeMeToLinks {
	background-color:#FFFFFF;
	text-align:left;
	padding-left: 10px;
}

#TakeMeToLinks a,font {
	text-decoration:none;
	font-size:11px;
	color:#404B80;
	font-family: Arial;
	font-weight: bold;
}

#TakeMeToLinks a:hover {
	text-decoration:underline;
}

#TakeMeToLinks .spacer {
	font-size:11px;
	color:#404B80;
	padding:0 5px;
}

#TakeMeToLinksPLW {
	font-family: Arial;
	font-size:11px;
	color:#FF0000;
	font-weight: bold;
	margin-left: 30px;
}

#TakeMeToLinksEnd {
	height:1px;
	background-color: #C6D2E5;
	overflow:hidden;
}

/* Function definition section */
#FuncDef {
	height: 30px;
	background-color: #FFFFFF;
	padding-left:10px;
	z-index: 0;
}

#FuncDefHeading  {
	font-family: Arial;
	font-size: 13pt;
	color: #666666;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 25px;
}

#FuncDefDetail {
	position: absolute;
	top: 20px;
	left: 300px;
	color: #666666;
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
}

/* Classes for Input ag attributes */
.inputtext01 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
}

/* Classes for Button tag attributes */
.button01 {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #424E82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	background-image: url(button-background.png);
	background-color: #424E82;
	margin: 0 0 0 10px;
	}

.button02 {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #424E82;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: underline;
	background-image: url(button-background.png);
	background-color: #424E82;
	margin: 0 0 0 10px;
}
		
/* Function links */
#FuncLinks {
	z-index: 5;
	margin: 0px 0px 0px 10px;
	width:98%;
	border: 1px solid #999999;
}
#FuncLinks div.yuimenubar {
	background-color:#C6D2E5;
}
#FuncLinks div.yuimenubar td.lnkact {
	font-family: Arial;
	font-size: 11px;
	color: #404B80;
	font-weight: bold;
	line-height: 15px;
	border-style: none;
	padding:4px 10px;
	text-decoration: none;
	cursor: default;
}
#FuncLinks div.yuimenubar td.lnkact:hover {
	font-family: Arial;
	font-size: 11px;
	color: #404B80;
	font-weight: bold;
	line-height: 15px;
	text-decoration:underline;
	border-style: none;
	padding:4px 10px;
	cursor: hand;
}
#FuncLinks div.yuimenubar td.lnknotact {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
	border-style: none;
	padding:4px 10px;
	text-decoration: none;
	cursor: default;
}
#FuncLinks div.yuimenubar td.lnknotact:hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
	text-decoration:none;
	border-style: none;
	padding:4px 10px;
	cursor: hand;
}
#FuncLinks div.yuimenubar a.hover {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 15px;
	text-decoration:none;
	border-style: none;
	padding:4px 10px;
	cursor: auto;
}
#FuncLinks div.yuimenubar a {
	color:#404b80;
}
#FuncLinks div.yuimenubar li.selected {
	background-color:transparent;
}
#FuncLinks div.yuimenubar li.selected.hassubmenu {
	background-color: white;
}
#FuncLinks div.yuimenubar li.selected.hassubmenu a {
	text-decoration:none;
}
#FuncLinks div.yuimenubar li.yuimenubaritem {
	border-style: none;
	padding:4px 10px;
}
#FuncLinks div.yuimenubar li.yuimenubaritem span {
	font-family: Arial;
	font-size: 11px;
	color: #404B80;
	font-weight: bold;
}
#FuncLinks div.yuimenubar li.yuimenubaritem span a:hover{
	text-decoration:underline;
}

#FuncLinks div.yuimenubar li.hassubmenu em.submenuindicator,
#FuncLinks div.yuimenubar li.hassubmenu em.submenuindicator.selected {
	background-position:0 0;
	background-image: url(glink-dropdown-indicator.gif);
	margin-left:5px
}
#FuncLinks div.yuimenu {
	background-color:#FFFFFF;
	border-left:1px solid #404b80;
	border-right:1px solid #404b80;
	border-bottom:1px solid #404b80;
	border-top:1px solid #C6D2E5;
}
#FuncLinks div.yuimenu li.yuimenuitem {
	padding: 2px 15px;
}
#FuncLinks div.yuimenu a {
	color:#556591;
}
#FuncLinks div.yuimenu li.selected a.selected {
	text-decoration:underline;
}
FuncLinksMout {
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
}
FuncLinksMover {
	text-decoration:underline;
}


/* Subfile attributes */
#SFL {
	margin: 0px 0px 0px 10px;
	width: 98%;
}
#SFLHeadings {
	background-color: #D4DBE1;
	height: 26px;
	border-top: none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	width: 990px;
}
#SFLDetail {
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	overflow: auto;
	width: 98%;
}
/* Classes for the TR Row Tag */
.tr01 {
	cursor: auto;
	height: 20px;
	background-color: #f5f5f5;
}
.tr01end {
	height: 1px;
	background-color: #FFFFFF;
}
.tr02 {
	cursor: pointer;
	background-color: #E1EDC3;
	height: 20px;
}
.tr03 {
	cursor: auto;
	height: 20px;
	background-color: #FFFFFF;
}
.tr04 {
	cursor: pointer;
	background-color: #E1EDC3;
	height: 20px;
}
.tr05 {
	cursor: auto;
	height: 20px;
	background-color: #C6D2E5;
}

/* Classes for the TD Cell Tag*/
.td01 {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	color: #333333;
	height: 26px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-left: 5px;
	background-color: #D4DBE1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.td02 {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	color: #333333;
	height: 26px;
	padding-left: 5px;
	background-color: #D4DBE1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.td03 {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-left: 5px;
	color: #000000;
}
.td04 {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	padding-left: 5px;
	color: #000000;
}
.td04end {
	font-size: 1px;
	font-weight: normal;
	font-family: Arial;
	padding-left: 5px;
	color: #666666;
	border-top: 1px solid #999999;
}

/* Classes for error messages */
.errmsgtr01 {
	background-color: #FFFFFF;
	line-height: 20px;
}
.errmsgtd01 {
	border: 1px solid #FF0000;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 5px;
	color: #FF0000;
}