﻿html, body, form {
    width: 100%;
    height: 100%;
    font: normal 11px arial;
    overflow: hidden;
}

a {
    cursor: pointer;
    color: #6B7479 !important;
    text-decoration: none !important;
}
a:visited { color: #6B7479 !important; }
a:hover { color: #6B7479 !important; }
a.jumptemplate:link {
	border-bottom: 1px dotted !important;
	color: #6B7479 !important;
}
a.jumptemplate:visited {
	border-bottom: 1px dotted !important;
	color: #6B7479 !important;
}
a.jumptemplate:hover {
	border-bottom: 1px dotted !important;
	color: #BE0F34 !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 {
    font-family: Arial;
	font-weight: normal;
	background: #404040;
    padding: 10px;
    height: 50;/*must be in px*/
    background-image: url(images/header.jpg);
    font-size: 24px;
    color: #FFFFFF;
}

/*----Top Of Page link----*/
.topOfPage { font-size: 11px; padding-left: 10px; padding-bottom:5px; }

/*------ Footer --------*/
.footer
{
	font-family: Arial;
	background-color: #E7E9EA;
	width: 100%;
	height: 60px;
	border-top-color: #CED2D5;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 10px;
}


/*---- TOC ------------------ Index & Tree -----------------------*/
/*--- Index ---*/
#index { background-color: #E7E9EA; width: 90%;}

#index p.indexatoz {
	background: #CED2D5;
	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;
}

.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: #E7E9EA; padding: 5px; }
.x-tree-node .x-tree-selected { background-color: #CED2D5; font-weight: bold; }
.x-tree-node .x-tree-node-over { background-color: #CED2D5; }
.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 TOC ------------------ Index & Tree -----------------------*/

/*------- Search ------------------------------------------------------*/
.searchResultsPanel { background-color: #E7E9EA !important; }
.searchResults { font-size: 8pt; background-color: #E7E9EA !important; }
#searchResultsPanel { background-color: #E7E9EA !important; }
#searchResults { font-size: 8pt; background-color: #E7E9EA !important; }
#searchResults a:hover { text-decoration: underline !important;	}
.searchword1
{
	background-color: #BE0F34;
	color: #ffffff;
}


/*------------------------------- breadcrumb ---------------------------------------*/
.breadcrumb:hover { text-decoration: underline !important; }


/*---- Topic -------------------------------------------------------*/
div#start-panel { padding: 15px; }
.aboveheading { display: none; }
.belowheading { display: none; }
div#highlightColor
{
	background-color: #EEEEEE;
}


/*--- panels header (title) ---*/
.x-panel-header-text { font-weight: normal; }


/*--- toolbar ---*/
.tree-node-toolbar-no-bg-image { background-color: #E7E9EA; background-image: none; }
.x-toolbar .ytb-text { padding: 0px;}
.checkbox-text
{
	font-family: Arial;
	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); }
button.emailThisPageIcon { background-image: url(images/email.png); }
button.sendFeedbackIcon { background-image: url(images/feedback.gif); }

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 "Arial", arial, helvetica, sans-serif;	
	COLOR: #000000;	
	PADDING-TOP: 0pt;
}*/
.relatedheading {
	font-family: "Arial", arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFE;
	background-color: #555555;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-left: 0%;
	margin-right: 0%;
    border-color: #404040;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #404040;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #404040;
}
.relateditem {	
	font-family: "Arial", arial, helvetica, sans-serif;
    color: #FFFFFF;
    background-color: #E7E9EA;
    margin-top: 0em;
    margin-bottom: 0em;
    margin-left: 0%;
    margin-right: 0%;
}
.expandingblock 
{
    border-color: #BE0F34;
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #BE0F34;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #BE0F34;
    border-left-style: dashed;
    border-left-width: 1px;
    border-left-color: #BE0F34;
    border-right-style: dashed;
    border-right-width: 1px;
    border-right-color: #BE0F34;
}
.indexlink { font-family: "Arial", arial, helvetica, sans-serif; }

.heading1 
{font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 24px;
		color: #303030;
        vertical-align: baseline;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
        border-color: #BE0F34;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #BE0F34;
        text-align: left;
        text-indent: 0cm;
       }
}
.heading2 
{font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 20px;
        color: #303030;
        vertical-align: baseline;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
        border-color: #BE0F34;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #BE0F34;
        text-align: left;
        text-indent: 0cm;
       }
.heading3 
{font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 20px;
        color: #303030;
        vertical-align: baseline;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
        border-color: #BE0F34;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #BE0F34;
        text-align: left;
        text-indent: 0cm;
       }
.heading4 
{font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 20px;
        color: #303030;
        vertical-align: baseline;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
        border-color: #BE0F34;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #BE0F34;
        text-align: left;
        text-indent: 0cm;
       }
.heading5 
{font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 20px;
        color: #303030;
        vertical-align: baseline;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
        border-color: #BE0F34;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #BE0F34;
        text-align: left;
        text-indent: 0cm;
       }
.heading6 
{font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-weight: normal;
        font-size: 20px;
        color: #303030;
        vertical-align: baseline;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: 0%;
        margin-right: 0%;
        padding-top: 0px;
        padding-bottom: 1px;
        padding-left: 0px;
        padding-right: 0px;
        border-color: #BE0F34;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #BE0F34;
        text-align: left;
        text-indent: 0cm;
       }
.procedureheading 
{font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 12pt;
        color: #505050;
        text-decoration: none;
        text-transform: none;
        margin-top: 12pt;
        margin-bottom: 6pt;
        margin-left: 0cm;
        margin-right: 0cm;
        padding-top: 0pt;
        padding-bottom: 0pt;
        padding-left: 0pt;
        padding-right: 0pt;
		border-color: #9DA6AB;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-bottom-color: #9DA6AB;
        float: none;
        clear: none;
        text-align: left;
        text-indent: 0cm;
       }
.index1 { font-family: "Arial", arial, helvetica, sans-serif; }




