﻿/*for use with dhtml_toc.js modified by Colin Dawson www.info-action.com.au*/

body {
	margin-left :0px;
	margin-right :0px;
	margin-top :0px;
	margin-bottom:0px;
}
body.contents {
	margin-left :6px;
	margin-right : 0px;
	margin-bottom :0px;
	background : #ffffff;
	scrollbar-darkshadow-color : #ececec;
	scrollbar-face-color : #ffffff;
	scrollbar-shadow-color : #ececec;
}

body.tabs {
	margin-left :6px;
	margin-right : 0px;
	margin-bottom : 0px;
	margin-top :0px;
	background : #e3e6e4
}
.sp    {
	display:none;
}

a:hover {
        color: #333333;
	text-decoration: underline;
}

a       {
        /*this is only for initial state when no topic is selected*/
        text-decoration:none;
        padding-left:4px;
		font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 13px;
        color: #333333;
	
}

.topicActive {
        font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: 13px;
        color: #333333;
	text-decoration: underline;
}

.topicInactive {
        font-family: arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-size: 13px;
        color: #333333;
}

img      {
	vertical-align:bottom;
}


.heading1 {
	display:none;
}

a {
	cursor : pointer;
	margin-top: 33px;
}
.arrows
	{vertical-align: baseline;
	text-decoration: none;
	text-transform: none;
	line-height: normal;
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0pt;
	margin-bottom: 0pt;
	padding-top: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	padding-right: 0pt;
	float: none;
	clear: none;
	text-align: left;
	text-indent: 0cm;
	width: auto;
	height: auto;
	cursor : pointer; 
}

/* Search Page only */
.help_button
{
	font: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #6699cc;	
}
.help_button_hover
{
	font: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #F3CF7C;	
}
.close_search_button
{	font: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	background-color: #6699cc ;
	border: solid 1px #6699cc ;
	margin-left:1px;
	margin-right:1px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 3px 3px 3px 3px ;
}

.close_search_button_hover
{	font: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	color: #000000;
	background-color: #F3CF7C;
	border: solid 1px #F3CF7C;
	margin-left:1px;
	margin-right:1px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:3px;
	padding-right:3px;
	padding-top:3px;
	padding-bottom:3px;
}

.tabledhtmltoc
{
	margin-left: 10px;
	background-color: #E5E5E5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior: url(scripts/PIE.htc);
}

#menutooltip {
    z-index: 10000;
    position: absolute;
	background-color: white;
	color: #000000;
    font-family: "calibri",verdana,arial,helvetica,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding: 4px;
    text-decoration: none;
	
}

