﻿body
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-family: "Monotype Corsiva" , "Apple Chancery" , "URW Chancery L" , cursive;
	color: black;
	font-size: 8pt;
	line-height: 10pt;
	letter-spacing: 0pt;
	
}



.TreeView
{
	background-color: White;
	color:#3D56C4;
	width:176px;
}

.TreeNode
{
	font-family: Tahoma;
	font-size: 8pt;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;	
	height: 20px;
	width: 176px;	
	
}
.TreeViewHover
{	
	font-family: Tahoma;
	font-size: 8pt;
	border-right: white 1px solid;
	border-left: white 1px solid;
	background-color:Maroon;	
}

.TreeLeafNode
{	
	font-family: Tahoma;
	font-size: 8pt;
	border-right: white 1px solid;
	border-left: white 1px solid;
	background-color:#364CAB;
	
}
	
.TreeParentNode
{	
	font-family: Tahoma;
	font-size: 8pt;
	border: white 1px solid;
	background-color: #627BEA;
}
.TreeRootNode
{	
	font-family: Tahoma;
	font-size: 8pt;
	border: white 1px solid;
	background-color: #8097FA;
}
.TreeSelectedNode
{	
	font-family: Tahoma;
	font-size: 8pt;
	border: white 1px solid;
	
	background-color:Purple;
	
}



/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header
{
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 10pt;
	border-bottom: solid 5px #2647a0;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer
{
	background: url(../Images/BackActive.gif) #2047a0 repeat-x;
	
	margin: 0px 0.16em 0px 0px;
	padding: 1px 0px 1px 1px;
	vertical-align: bottom;
	border: solid 1px #a3a3a3;
	border-bottom-width: 0px;
	color: white;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{    
    
    padding:0.20em 9.30em;    
    margin-right:0.10em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer
{
	background: url(../Images/Back.gif) #d8d8d8 repeat-x;
	
	
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
   /* color:#fff;*/
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
	color: Black;
	background: url(../Images/sprite.png) #bfdaff repeat-x left -1300px;
	
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:.25em .5em;
    background-color:#edf5ff;    
    border:solid 1px #808080;
    border-top-width:0px;
}


.swfContainer
{
	float:none;
	clear:both;	
    text-align: center;
    clear:both;	
	z-index:-1;
	display:block;
	position: absolute;
	    	
}