﻿/* webhelp.css is the css for the paragraph styles and overwrite the stylesheet.css generated by AuthorIT */
html, body, form {
    width: 100%;
    height: 100%;
    font:normal 11px verdana;
    overflow: hidden;
}

/* describes colors of links hovered over and visited */
/*overridden by AuthorIT using the xtheme-white.css */
a {
    cursor: pointer;
    color: #ff0000 !important;
    text-decoration: none !important;
}
a:visited { color: #ff0000 !important; }
a:hover { color: #FF0000; text-decoration:underline; }

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: #FF0000;
    padding: 10px;
    height: 50px;/*must be in px*/
    background-image: url(images/header.jpg);
	/* text font for the title of the online help book in the header */
    font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 24px;
	font-weight: bold;
    color: RGB(0,60,190);
	color: RGB(0,107,194);
    white-space: nowrap;
}

.header-left { float: left; white-space: nowrap;}
.header-right { text-align: right; float: right; white-space: nowrap; font-size: 9px; font-weight:normal; color: RGB(120,120,120); font-family: "Arial", arial, helvetica, sans-serif;}

/*----Top Of Page link----*/
.topOfPage { font-size: 11px; padding-left: 10px; padding-bottom:5px; }

/*------ Footer --------*/
.footer
{
	background-color: #ffffff;
	width: 100%;
	height: 23px;
	border-top-color: #d0d0d0;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 10px;
}
.footer td { padding:0px; }
.footer-left { text-align: left; white-space: nowrap; }
.footer-right { text-align: right; white-space: nowrap; }
.footer-center { text-align: center; }

/*---- West panel ------------------ Index & Tree -----------------------*/
/*--- Index ---*/
#index { background-color: #DDEAFC; width: 90%; }
.tableindexlinks td { padding-right: 5px; padding-left: 5px; }
#index p.indexatoz {
	background: #EBF3FD;
	margin-top: -3px;
	font-size: 13px;
}

td.index1 {  font-weight: bold; }
td.indexlink { }
td.indexlink a:hover { text-decoration: underline !important; }
td.indexlink a:visited { text-decoration: none !important; }

td.indexheading {
	font-size: 15px;
	padding-bottom: 2px;
	text-decoration:none;
}
/*--- 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: #FFFFFF; padding: 5px; }
.x-tree-node .x-tree-selected { background-color: #FFFFFF; font-weight: bold; }
.x-tree-node .x-tree-node-over { background-color: #FFFFFF; }
.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, a.breadcrumb
	{
	color: RGB(255,255,255);
	/*color: rgb(75,80,96); */
	text-decoration:none !important;
	
	}
	/*
.breadcrumb:hover , a.breadcrumb:hover
	{
	color: rgb(255,130,0) !important;
	text-decoration:none !important;
	cursor:pointer;
	}
.breadcrumb:visited , a.breadcrumb:visited
	{
	color: rgb(75,80,96) !important;
	text-decoration:none !important;
	}
*/
/*	
	a:visited { color: #00ff00 !important; text-decoration:none !important; }
	a:hover { color: #00ff00 !important; text-decoration:underline !important; }
	}
*/


/*---- Topic -------------------------------------------------------*/
div#start-panel { padding: 10px; }
/* .aboveheading refers to Related Topics tab above the heading */
.aboveheading { display: none; }
/* .belowheading refers to Related Topics tab above the heading */
.belowheading { display: none; }

/*--- panels header (title) ---*/
/* refers to contents and breadcrumb headers */
.x-panel-header-text { font-weight: bold; }
span.x-panel-header-text a{text-decoration:underline !important; color: RGB(255,255,255) !important;}
span.x-panel-header-text a:hover{text-decoration:underline !important; color: rgb(255,255,255) !important;} 

/*--- 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;
	margin-left: 3px;
	position: relative;
	bottom: 1px;
}
  * html .checkbox-text {   
	margin-left: 0px;   
} 
/*--- 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 */
table.tableintopic {
	margin-top: 10pt;
	margin-left: 1em;
	}
.heading1 {display:none;
	margin-left: 1em;
	}
.corner {
background-color: RGB(236,239,245);
height: 33%;
width: 33%;
-moz-border-radius: 15px;
border-radius: 15px;
}