body{
	margin:0px;
	background-color:#000000;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
	scrollbar-base-color: #B3D88C;
	scrollbar-arrow-color: #B3D88C;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #020202;
	
	text-align:center;
	
}
a{
	color:#B3D88C;
	text-decoration:none;
}


.log{
	width: 100%;
	padding: 5px;
	height: 400px;
	border: 1px solid white;
	overflow: auto;
	color: #333;
	font-size: .8em;
	background-color:#CCCCCC;
	text-align:left;
}
.log p{
	margin: 0 0 5px 0;
}
.log div{
	margin: 5px 0;
	padding: 5px 0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

div.container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}


/** Start TreeView **/

.TreeView 
{
    font: Verdana;
    line-height: 12px;
	cursor: pointer; 
	font-style: normal;
	color:white;
}

.TreeView LI
{
    /* The padding is for the tree view nodes */
    padding: 0px 0px  0px  18px;
	float: left;
    width: 100%;
	margin-top: 5px;
	list-style-type:none;
}

.TreeView, .TreeView ul
{
    margin: 0;
    padding: 0;
	list-style-type:none;
}

.TreeView LI.Expanded 
{
    background: url(/images/minus.gif) no-repeat left top;
	list-style-type:none;
}

.TreeView LI.Expanded ul
{
    display: block;
	margin-top:0px;
	padding-top:0px;
	list-style-type:none;
}

.TreeView LI.Collapsed 
{
    background: url(/images/plus.gif) no-repeat left top;
	list-style-type:none;

}

.TreeView LI.Collapsed ul
{
    display: none;
	list-style-type:none;
}

.TreeView  .Highlighted
{
    color: red;
}

.TreeView .AlternateHighlight
{
    color: blue;
}


/** End TreeView **/
a { text-decoration:underline; color:white;}
a:hover { color:#c6eb84;}

div.error { border-top:solid 1px red; border-bottom:solid 1px red; padding-bottom:20px; background-color:red; color:white; padding:10px;}
div.error h2{  color:white;}
p { padding-bottom:20px; overflow:auto;}
h2 { font-size:12px; color:#c6eb84;}


.pageContainer {
width:998px;
margin-left:auto;
margin-right:auto;
height:100%;
}

