/*General*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
body, div, form, p, li, h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
a {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
textarea, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.right{float:right;}

/*Header*/
#header {
	background-color: #666666;
	height: 100px;
}
#header img {
	float: left;
	border: 0px;
}
#header h1 {
	color: #FFFFFF;
	font-size: 200%;
	font-weight: 100;
	float: right;
	padding: 30px;
}



/*Top Navigation*/
#topnav {
	background: url("images/shade.gif") repeat-x bottom #FFFFFF;
	border-top: 1px solid #666666;
	border-bottom: 5px solid #666666;
	height: 2.1em;
	line-height: normal;
}
#topnav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topnav ul li {
	float: right;
	border-left: 1px solid #666666;
}
#topnav ul li a {
	display: block;
	text-align: center;
	color: #666666;
	width: 8em;
	padding: .4em;
}
#topnav ul li a:hover {
	color: #000000;
	background-color: #EEEEEE;
	text-decoration: none;
}



/*Side Navigation*/
#sidenav {
	position: absolute;
	left: 0px;
	width: 19em;
	background-color: #EEEEEE;
}
#sidenav h3 {
	margin: 0px 0px 0px 20px;
	font-size: 120%;
}
#sidenav ul {
	list-style: none;
	margin: 10px 20px 20px 20px;
	padding: 0px;
}
#sidenav ul ul {
	margin: 0px;
	padding: 0px;
}
#sidenav li {
	background:  url("images/heading_plus.gif") 0px 0px no-repeat;
	margin: 1em 0px 1em 0px;
	padding: 0px 0px 0px 22px;
}
#sidenav li.open {
	background:  url("images/heading_minus.gif") 0px 0px no-repeat;
}
#sidenav li#on {
	font-weight: bold;
}
#sidenav li#on li {
	font-weight: normal;
}
#sidenav li a {
	color: #666666;
}
#sidenav li a:hover {
	color: #000000;
}
#sidenav li.leaf {
	background:  url("images/task.gif") 0px 2px no-repeat;
	color: #666666;
}


/*Structure*/
#content {
	margin-left: 19em;
	padding: 20px;
}
#main div.wide {
	margin-left: 0px;
}
#footer {
	clear: both;
	padding: 5px 10px 5px 10px;
	background-color: #666666;
	border-top: 5px solid #EEEEEE;
}
#footer a {
	color: #FFFFFF;
}
.hidden, #skip {
	display: none;
}




/*  Consultation styles */
#content .controlbar ul {
	list-style-type: none;
	margin: 10px 0px 20px 0px;
	text-align: right;
}
#content ul.bordered {
	border-top: 1px solid #FFFF22;
	border-bottom: 1px solid #FFFF22;
	background-color: #FFFFDD;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}
.controlbar li {
	display:inline;
}
#content .controlbar div.target {
	float: left;
	padding: 8px;
	color: #EEEE00;
	font-size: 150%;
}
#content .controlbar ul a {
	color: #666666;
}
#content .controlbar ul a:hover {
	color: #333333;
}
a.viewicon {
	background: url("images/view.gif") no-repeat left;
	padding: 0px 0px 0px 20px;
}
a.addicon {
	background: url("images/add.gif") no-repeat left;
	padding: 0px 0px 0px 20px;
}
a .newwindow{
	background: url('images/newwindow.gif') right no-repeat;
	padding: 4px 22px 4px 0px;
	margin-right: 30px;	
}
.comment {
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 0.7em;
	padding-top: 0.3em;
}
.width {
	width:95%;
}
.outline {
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
}

#content ul.topicon{
	list-style:none;
	margin: 0;
	padding: 0;
	display:inline;
	float:right;
}
a.topicon{
	display:block;
	background: url('images/point7/top.gif') left no-repeat;
	padding: 0px 0px 0px 18px;
}
#content ul.navLinks{
	list-style:none;
	margin: 0;
	padding: 0;
	text-align:center;
	padding-left:7em;
}
#content ul.navLinks li{
	display:inline;
	margin: 0px 4px 0px 4px;
}
a.previcon{
	background: url('images/point7/left.gif') right no-repeat;
	padding: 0px 18px 0px 18px;
}
a.nexticon{
	background: url('images/point7/right.gif') left no-repeat;
	padding: 0px 0px 0px 18px;
}



/*new sidenav styles*/

.point7 #sidenav {
	padding:20px 0px 20px 0px;
}
.point7 #sidenav h3 {
	margin: 20px 0px 0px 20px;
	font-size: 110%;
}
.point7 #sidenav ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
}
.point7 #sidenav ul ul {
	margin: 0px 0px 0px 10px;
}
.point7 #sidenav li a {
	padding: 1px 0px 4px 20px;
}
.point7 #sidenav li{
	background:none;
	margin-top: 10px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.point7 #sidenav li li{
	padding-left: 14px;
	background: url("images/point7/branch.gif") top left no-repeat;
}
.point7 #sidenav li a,
.point7 #sidenav li.open li a{
	background: url("images/point7/more.gif") top left no-repeat;
}
.point7 #sidenav li.leaf a{
	background: url("images/point7/closed.gif") top left no-repeat;
}
.point7 #sidenav li a:hover,
.point7 #sidenav li.open li a:hover,
.point7 #sidenav li.leaf a:hover,
.point7 #sidenav li#on.leaf a,
.point7 #sidenav li.open a, 
.point7 #sidenav li li.open a{
	background: url("images/point7/open.gif") top left no-repeat;
}

.point7 #sidenav li li.leaf a:hover,
.point7 #sidenav li li.leaf a,
.point7 #sidenav li li#on.leaf a{
	background: url("images/point7/task.gif") top left no-repeat;
}


/* new styles for consultation*/

.point7 #content .controlbar div.target {
	padding:0px;
	margin: 5px 3px 5px 0px;
	color: #979aa4;
	font-size: 130%;
}
.point7 #content ul.bordered {
	border: 1px solid #979aa4;
	background-color: #d2d6e1;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	font-size: 70%;
}
.point7 #content .controlbar div.target {
	float: left;
	margin:5px;
	padding: 0px;
	color: #979AA4;
}
.point7 #content ul.bordered li{
	background: url('images/point7/corners/bottom-left.gif') bottom left no-repeat;
	padding: 0px 0px 4px 0px;
	margin-right: 1px;
}
.point7 #content ul.bordered li span{
	background: url('images/point7/corners/top-left.gif') top left no-repeat;
	padding: 5px 2px 0px 8px;
}
.point7 #content ul.bordered li span.hidden{
	display:none
}
.point7 #content ul.bordered li.newwindow{
	background: url('images/point7/corners/bottom-right.gif') bottom right no-repeat;
	padding: 0px 0px 4px 0px;
	margin-right: 3px
}
.point7 #content ul.bordered li.newwindow span{
	background: url('images/point7/corners/top-right.gif') top right no-repeat;
	padding: 5px 1px 0px 0px;
}
.point7 #content ul.bordered li.newwindow span.hidden{
	background: none; 
	padding: 0px;
}
.point7 #content ul .newwindow a {
	background: url('images/point7/small/popup.gif') center no-repeat;
	padding: 4px 12px 4px 12px;
	text-decoration:none;
	margin:0px;
}
.point7 #content ul.bordered .newwindow a {
	background: url('images/point7/large/popup.gif') center no-repeat;
	padding: 4px 15px 4px 15px;
}
.point7 #content .newwindow a:hover {
	background: url('images/point7/small/popup-colour.gif') center no-repeat;
	text-decoration:none;
}
.point7 #content ul.bordered .newwindow a:hover {
	background: url('images/point7/large/popup-colour.gif') center no-repeat;
}
.point7 #content .viewicon a {
	background: url('images/point7/small/view.gif') right no-repeat;
	padding: 4px 22px 4px 0px;
}
.point7 #content ul.bordered .viewicon a {
	background: url('images/point7/large/view.gif') right no-repeat;
}
.point7 #content .viewicon a:hover {
	background: url('images/point7/small/view-colour.gif') right no-repeat;
}
.point7 #content ul.bordered .viewicon a:hover {
	background: url('images/point7/large/view-colour.gif') right no-repeat;
}
.point7 #content .addicon a {
	background: url('images/point7/small/add.gif') right no-repeat;
	padding: 4px 20px 4px 10px;
}
.point7 #content ul.bordered .addicon a {
	background: url('images/point7/large/add.gif') right no-repeat;
	padding: 4px 25px 4px 0px;
}
.point7 #content .addicon a:hover {
	background: url('images/point7/small/add-colour.gif') right no-repeat;
}
.point7 #content ul.bordered .addicon a:hover {
	background: url('images/point7/large/add-colour.gif') right no-repeat;
}

/*new styles for 2.7*/

.point7 a .newwindow{
	background: url('images/point7/small/popup.gif') right no-repeat;
	padding: 4px 20px 4px 0px;
	margin-right: 0px;	
}
.point7 a:hover .newwindow{
	background: url('images/point7/small/popup-colour.gif') right no-repeat;
}

/*
.point7 #content ul.topicon{
	display:block;
	padding-top: 70px;
	padding-bottom: 5px;
	text-align:right;
}
.point7 #content a.topicon{
	display:inline;
	padding: 0px 18px 0px 0px;
	background: url('images/point7/top.gif') right no-repeat;
	color: #444444;
}
.point7 #content a.topicon:hover{
	color: #333333;
}*/

/*for image magnification popup window*/
body.zoom{ 
	background: white;}
.point7.zoom #content{
	margin:10px;
	padding: 0px; 
	border:none;}
.point7.zoom #content ul.bordered .zoomout a { 
	background: url('images/point7/zoomout.gif') center no-repeat; }
.point7.zoom #content ul.bordered .zoomout a:hover { 
	background: url('images/point7/zoomout-colour.gif') center no-repeat; }
.point7.zoom #content ul.bordered .zoomin a { 
	background: url('images/point7/zoomin.gif') right no-repeat; }
.point7.zoom #content ul.bordered .zoomin a:hover { 
	background: url('images/point7/zoomin-colour.gif') right no-repeat; }
.point7.zoom #content ul.bordered .printicon a {
	 background: url('images/point7/print.gif') center no-repeat; }
.point7.zoom #content ul.bordered .printicon a:hover { 
	background: url('images/point7/print-colour.gif') center no-repeat; }
.point7.zoom #content ul.bordered .printtext a { 
	background: none; padding-right:2px;}
.point7.zoom #content ul.bordered .printtext a:hover { 
	background: none; padding-right:2px;}
