﻿#resdout
{
	position: relative;
	width: 492px;
	height: 516px;
	background-color: #FFFFFF;
	top: 0px;
	left: 0px;
}

#mainresimage
{
	height: 369px;
	width: 492;
	top: 0px;
	left: 0px;
	overflow: hidden;
	position: relative;
	display:block; /*allows the element to take auto margins*/ 
	margin:0 auto; /*centers in compliant browsers*/ 
	text-align:center; /*centers in old versions of IE*/ 
}

.img_mainimage
{ 
	top: 0px;
	display:block; /*allows the element to take auto margins*/ 
	margin:0 auto; /*centers in compliant browsers*/ 
	text-align:center; /*centers in old versions of IE*/ 
} 

#thumbsimages
{
	position: relative;
	left: 0px;
	top: 3px;
	width: 492px;
	height: 65px;
	visibility: visible;
	background-color: #ffffff;
	z-index: 5;
}

#lowersection {
	position: relative;
	left: 0px;
	top: 6px;
	width: 492px;
	height: 76px;
	visibility: visible;
	background-color: #B8D7EC;
}

#lowertitle
{
	position: relative;
	width: 452px;
	left: 20px;
	top: 15px;
	visibility: visible;
	z-index: 3;
	background-color: #B8D7EC;
}
#lowertext
{
	position: relative;
	width: 452px;
	left: 20px;
	top: 25px;
	visibility: visible;
	z-index: 3;
	background-color: #B8D7EC;
}

.lbllowertitle
{
	color: #0071BC;
	font-weight: bold;
	font-size: 10px;
}
.lbllowertext
{
	color: #0071BC;
	font-size: 10px;
	text-align: justify;
}

#btnleft
{
	position: absolute;
	left: 455px;
	top: 450px;
	visibility: visible;
	background-color: #B8D7EC;
	z-index: 10;
	width: 8px;
	height: 11px;
}	
#btnright
{
	position:absolute;
	left:472px;
	top:450px;
	visibility:visible;
	background-color: #B8D7EC;
	z-index: 10;
	width: 8px;
	height: 11px;
}
#ajaxloader
{
	position: absolute;
	left: 345px;
	top: 450px;
	visibility: visible;
	background-color: #B8D7EC;
	z-index: 10;
	width: 18px;
	height: 18px;
}

/* tree view styles */
.NodeStyle
{
	font-size: 11px;
	color: #FFFFFF;
}
.RootNodeStyle
{
	font-size: 11px;
	color: #FFFFFF;
}
.HoverNodeStyle
{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.LeafNodeStyle
{
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 3px;
}
.SelectedNodeStyle
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
