﻿.rightPanel ul li {
	font-size: 1.7em;
	font-weight: bold;
}
.rightPanel ul li ul li {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.2em;
}
.centralTree {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
	height: 30em;
	overflow: auto;
}
.rightPanel ul li a {
	color: #000000;
	background-image: url(../Images/treeArrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	margin-left: -20px;
	text-decoration: underline !important;
}
.rightPanel ul li a:hover {
	text-decoration: underline !important;
	background-image: url(../Images/treeArrow2.gif);
}

.centralTree div.AspNet-TreeView ul li
{
    padding: 3px 0 2px 0; 
}

.centralTree div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 10px;
}

.centralTree div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.centralTree div.AspNet-TreeView li a
{
    text-decoration: none;
}

.centralTree div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 18px;
}

.centralTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

.centralTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
	width: 20px;
	float:left;
	cursor: pointer;
	background-image: url(../Images/collapse.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -20px;
}

.centralTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
	width: 20px;
	float:left;
	cursor: pointer;
	background-image: url(../Images/expand.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -20px;
}
.centralTree .AspNet-TreeView-Selected
{
	background-image: url(../Images/gradientBlueBlue.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.readyButton a {
	display: block;
	background-color: #95C2E3;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.readyButton a:hover {
	background-color: #3BBAD0;
}
.smallerTree {
	font-size: .8em;
}
.smallerTree label {
	margin-left: 1.5em;
	display: block;
	margin-top: -1.1em;
}
.smallerTree input {
	margin-right: -20px;
}
.selectAll a {
	color: #000000;
	text-decoration: none;
	background-color: #95C2E3;
	text-align: center;
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.selectAll a:hover {
	color: #FFFFFF;
	background-color: #3BBAD0;
}

