﻿/* Top Navigation controls */
#navcontainer
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navcontainer li
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
#navcontainer a
{
	color: #FFFFFF;
	display: block;
	width: 72px;
	height: 25px;
	line-height: 30px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	background: #dddddd;
	margin: 0 1px 0 0;
	background: url(/images/loadtoons/btnNav_up.gif);
}
#navcontainer a:hover
{
	background: url(/images/loadtoons/btnNav_over.gif);
}
#navcontainer a:active
{
	background: url(/images/loadtoons/btnNav_down.gif);
}
#navcontainer a.active:link, #navcontainer a.active:visited
{
	position: relative;
	z-index: 102;
	background: url(/images/loadtoons/btnNav_down.gif);
	font-weight: bold;
}
#login a
{
	display:block;
	width:86px;
	height:25px;
	background:url(/images/loadtoons/btnLogin_up.gif);
}
#login a:hover
{
	background:url(/images/loadtoons/btnLogin_over.gif);
}
#login a:active
{
	background:url(/images/loadtoons/btnLogin_down.gif);
}

#subnav
{
	position: relative;
	top: -1px;
	z-index: 101;
	margin: 0;
	padding: 0px 0 3px 0;
	background: #bbbbbb;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
}
#subnav ul
{
	list-style: none;
	margin: 1px 0 0px 13px;
	padding: 0px;
	border-right: 1px solid #fff;
	border-left: 1px solid #aaa;
}
#subnav li
{
	position: relative;
	z-index: 102;
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}
#subnav a
{
	color: #fff;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 12px 2px 10px;
}
#subnav a:hover, .subnav a:active
{
	color: #FFFFFF;
}
#subnav a.active:link, .subnav a.active:visited
{
	color: #FFFFFF;
}
#subnav br, .navcontainer br
{
	clear: both;
}

/* This style sheet is intended to contain RARELY CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

div.AspNet-TreeView
{
	margin: 0;
	padding: 0;
}

div.AspNet-TreeView ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.AspNet-TreeView-Show
{
	margin: 0;
	padding: 0;
}

.AspNet-TreeView-Hide
{
	display: none;
}

/* This style sheet is intended to contain OFTEN CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */


.PrettyTree div.AspNet-TreeView ul li
{
	white-space: nowrap;
	font-size: 8pt;
	font-family: Verdana;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
}
/*Inactive Treeview Items*/
.PrettyTree div.AspNet-TreeView li a
{
	display: block;
	text-decoration: none;
	color: #909090;
	width: 176px;
	height: 16px;
	margin: 0;
	padding: 0;
	padding-top: 2px;
}
.PrettyTree div.AspNet-TreeView ul ul
{
	margin: 0;
	padding: 0;
}
.PrettyTree div.AspNet-TreeView ul ul li
{
	text-indent: 30px;
	margin: 0;
	padding: 0;
	height: 18px;
}
.PrettyTree div.AspNet-TreeView ul li img
{
	border: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
/*Inactive Root*/
/*
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent a
{
	font-weight:bold;
}
*/
/*Inactive Root hover*/
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root a:hover
{
	background: url(/images/loadtoons/nav_hover.gif) no-repeat center;
	color: #930c12;
}
/*Active Root Node*/
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Active a
{
	color: #FFFFFF;
	background: url(/images/loadtoons/nav_active.gif) no-repeat top;
}
/*Active Root Node hover*/
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Active a:hover
{
	background: url(/images/loadtoons/nav_active.gif) no-repeat center;
	color: #FFF;
}
/* Active root's child node*/
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Active li.AspNet-TreeView-Leaf a
{
	color: #909090;
	background:none;
}
/*Active root's child node hover*/
.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Active li.AspNet-TreeView-Leaf a:hover
{
	background: url(/images/loadtoons/nav_hover.gif) no-repeat center;
	color: #930c12;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
	cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
	background: url(/images/collapse.gif) 0 -2px no-repeat;
	display: none;
	width: 15px;
	float: right;
	margin: 0px;
	padding: 0px; /*cursor:pointer;*/
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{
	background: url(/images/expand.gif) 0 -2px no-repeat;
	display: none;
	width: 15px;
	float: right;
	margin: 0px;
	padding: 0px; /*cursor:pointer;*/
}



