﻿html, body, form {
    width: 100%;
    height: 100%;
    font:normal 11px verdana;
    overflow: hidden;
}

/* XXXX - replaced anchor CSS in xtheme-gray.css with this */
a {
    cursor: pointer;
    color: #0000FF !important;
    text-decoration: none !important;
}
a:visited { color: #0000FF !important; }
/*a:hover { color: #336622 !important; }*/

a.breadcrumb { color: #333333 !important; }
a.breadcrumb:visited { color: #0000FF !important; }
a.breadcrumb:hover { color: #666666 !important; }

p { margin:5px; }

#start-panel ul, #start-panel ol { padding-left: 20px; }

.loading
{
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	height: 200px;
	background-image: url(images/loading_blue.gif); 
	background-repeat: no-repeat; 
	background-position: center; 
	padding-top: 70px;
}

/*---- HEADER ---------------*/
div#header {
    background: #7F99BE;
    padding: 10px;
    height: 50px;/*must be in px*/
    background-image: url(images/header.jpg);
    font-size: 20px;
    color: #FFFFFF;
    white-space: nowrap;
}

.header-left { float: left; white-space: nowrap;}
.header-right { float: right; white-space: nowrap;}

/*----Top Of Page link----*/
.topOfPage { font-size: 11px; padding-left: 10px; padding-bottom:5px; }

/*------ Footer --------*/
.footer
{
	background-color: #e0e0e0; /* xxxx #DDEAFC; */
	width: 100%;
	height: 60px;
	border-top-color: #4e1d55; /* #82A2CB; */
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 10px;
}


/*---- West panel ------------------ Index & Tree -----------------------*/
/*--- Index ---*/


/*#westPanelID, #ext-gen80, #ext-gen70, #ext-gen60, #ext-gen109, .breadcrumb {display: none}*/
#index { background-color: #DDEAFC; width: 90%;}

/*Sign on guide tweak*/
/*#westPanelID, #ext-gen80, #ext-gen70, #ext-gen60, #ext-gen109 {display: none}*/
#index p.indexatoz {
	background: #EBF3FD;
	margin-top: -3px;
	font-size: 13px;
}

td.index1 { padding-left: 5px; }
td.indexlink { padding-left: 5px; }
td.indexlink a:hover { text-decoration: underline !important; }

td.indexheading {
	font-size: 15px;
	padding-bottom: 2px;
	padding-left: 4px;
}
/*--- Adding image to west panel vertical bar (when west panel collapsed) ---*/
.x-layout-collapsed-west {
	background-image: url(images/toc_collapsed.png);
	background-position: center;
	background-repeat: no-repeat;
}


/*--- Tree -------------*/
/* override extjs ext-all.css for tree*/
.x-tree .x-panel-body { background-color: #DDEAFC; padding: 5px; }
.x-tree-node .x-tree-selected { background-color: #EDF4FE; font-weight: bold; }
.x-tree-node .x-tree-node-over { background-color: #EDF4FE; }
.x-tree-node-collapsed .x-tree-node-icon { background-image: url(images/book_blue.png); }
.x-tree-node-expanded .x-tree-node-icon { background-image: url(images/book_open.png); }
.x-tree-node-leaf .x-tree-node-icon { background-image:url(images/leaf.gif);  }


/*---- END West panel ------------------ Index & Tree -----------------------*/

/*------- Search ------------------------------------------------------*/
.searchResultsPanel { background-color: #DDEAFC !important; }
.searchResults { font-size: 8pt; background-color: #DDEAFC !important; }
#searchResultsPanel { background-color: #DDEAFC !important; }
#searchResults { font-size: 8pt; background-color: #DDEAFC !important; }
#searchResults a:hover { text-decoration: underline !important;	}

.searchword1
{
	background-color: #FFD2A6;
}/*#FFFA96*/


/*------------------------------- breadcrumb ---------------------------------------*/
.breadcrumb:hover { text-decoration: underline !important; }


/*---- Topic -------------------------------------------------------*/
div#start-panel { padding: 10px; }
.aboveheading { display: none; }
.belowheading { display: none; }

/*--- panels header (title) ---*/
.x-panel-header-text { font-weight: normal; }


/*--- toolbar ---*/
.tree-node-toolbar-no-bg-image { background-color: #DDEAFC; background-image: none; }
.x-toolbar .ytb-text { padding: 0px;}
.checkbox-text
{
	font-family: Tahoma;
	font-size: 10pt;
	padding-left: 2px;
	position: relative;
	bottom: 1px;
}

/*--- Icons ---*/
/*--- main toolbar ---*/
button.homeIcon { background-image: url(images/home.gif); }
button.upIcon { background-image: url(images/up.gif); }
button.downIcon { background-image: url(images/down.gif); }


button.EditIcon { background-image: url(images/edit.png); }
button.EditLiveIcon { background-image: url(images/edit_live.png); display:none;}
button.emailThisPageIcon { background-image: url(images/email.png); }
button.sendFeedbackIcon { background-image: url(images/feedback.gif); /*display:none;*/ }

button.printIcon { background-image: url(images/printer.png); }
button.searchIcon { background-image: url(images/search.gif); }

/* tree toolbar */
button.expand { background-image: url(images/expand_all.gif); }
button.collapse { background-image: url(images/collapse_all.gif); }

/* overwrite Author-it stylesheet.css styles */
.tabletext 
{	
	PADDING-RIGHT: 0pt;	
	PADDING-LEFT: 0pt;	
	PADDING-BOTTOM: 0pt;	
	MARGIN: 2px;		
	FONT: 10pt "Tahoma", verdana, arial, helvetica, sans-serif;	
	COLOR: #000000;	
	PADDING-TOP: 0pt;
}
.relatedheading 
{
	font-size: 10pt;
	color: #000000;
	background-color: #A3BC7F;
	margin-top: 6px;
	margin-bottom: 0px;
	margin-left: 0%;
	margin-right: 0%;
	width: 99%;
}
.relateditem 
{	font-family: "Tahoma", verdana, arial, helvetica, sans-serif;
	font size: 10pt;
	color: #000000;
    background-color: #FFFFFF;
    margin-top: 0em;
    margin-bottom: 1pt;
    margin-left: 0%;
    margin-right: 0%;
}
.bodytext , .bodytexthtmlwebonly
{	font-family: "Tahoma", verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
	width: 97%;
}
li.listbullet 
{	font-family: "Tahoma", verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}
li.listbullet2 { font-family: "Tahoma", verdana, arial, helvetica, sans-serif; }
li.listalpha { font-family: "Tahoma", verdana, arial, helvetica, sans-serif; }
li.listalpha2 { font-family: "Tahoma", verdana, arial, helvetica, sans-serif; }
.procedureheading { color: #004080; }
li.listnumber { font-family: "Tahoma", verdana, arial, helvetica, sans-serif; }
li.listnumber2 { font-family: "Tahoma", verdana, arial, helvetica, sans-serif; }
.listnote 
{
    font-family: "Tahoma", verdana, arial, helvetica, sans-serif;
    border-color: #004080;
    border-top-style: solid;
    border-top-width: 0.3mm;
    border-top-color: #004080;
    border-bottom-style: solid;
    border-bottom-width: 0.3mm;
    border-bottom-color: #004080;
    border-left-style: solid;
    border-left-width: 0.3mm;
    border-left-color: #004080;
    border-right-style: solid;
    border-right-width: 0.3mm;
    border-right-color: #004080;
}
.tableheading 
{
	color: #004080;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 6pt;
	padding-bottom: 6pt;
	padding-left: 6pt;
	padding-right: 6pt;
	border-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}
.tablebodytext 
{
	font-family: "Tahoma", verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
}
ul.tablelistbullet 
{
	list-style-type: Square;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 2px;
	margin-bottom: 2px;
}
li.tablelistbullet 
{
	font-family: "Tahoma", verdana, arial, helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 2px;
    margin-right: 2px;
	padding: 1px;
}
.expandingblock 
{
    border-color: #BBBBBB;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #BBBBBB;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #BBBBBB;
    border-left-style: dashed;
    border-left-width: 1px;
    border-left-color: #BBBBBB;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #BBBBBB;
	width: 95%;
}
.indexlink { font-family: "Tahoma", verdana, arial, helvetica, sans-serif; }
.heading1 
{
	CLEAR: none;	
    PADDING-RIGHT: 10px;	
    PADDING-LEFT: 10px;	
    FLOAT: none;	
    PADDING-BOTTOM: 4px;	
    MARGIN: -10px -10px 0px;	
    WORD-SPACING: normal;	
    FONT: 14px "Verdana", verdana, arial, helvetica, sans-serif;	
    VERTICAL-ALIGN: baseline;	
    TEXT-TRANSFORM: none;	
    WIDTH: auto;	
    COLOR: #fffffe;	
    TEXT-INDENT: 0cm;	
    PADDING-TOP: 4px;	
    WHITE-SPACE: normal;	
    LETTER-SPACING: normal;	
    HEIGHT: auto;	
    BACKGROUND-COLOR: #4E1D55; /* #A3D869;  xxxx #82a2cb;	 */
    TEXT-ALIGN: left;	
    TEXT-DECORATION: none 
}
.index1 { font-family: "Tahoma", verdana, arial, helvetica, sans-serif; }

.tooltipnotdisplayed { display: none; }

.note {width: 90%; }
table.info {width: 95%; }
