@import url(sitemapLogin.css);
@import url(search.css);

#body {
	background-color: #ebf6f5;
}

body {	
	width: 100%;
	height: 100%;	
}
table.controlpanel {
	width: 100%;
	border: 1px solid #4b2e86;
	background-color: #edeaf3;
}
.controlpanel .CommandButton { margin-right: 3px; }

.outerContainer {
   width: 768px;
   margin: 0 auto;
   padding: 0;
   border-right: 1px solid #4b2e86;
   border-left: 1px solid #4b2e86;
   background-color: #fff;
}

/* Styles for the Accessibility and Search tools */
#userTools td {
	color: #4f2683;
	font:  bold xx-small verdana;
	height: 25px;
	vertical-align: middle;
	background-color: #7ea08f;
}
#userTools .searchArea {
	vertical-align: middle;
	padding-top: 3px;  	
    padding-right: 3px;        
 }
html>body #userTools .searchArea { padding-top: 2px; }
#userTools .searchArea input { height: 19px; }
#userTools a:link, #userTools a:active, #userTools a:visited {
	color: #4f2683;
	font:  bold xx-small verdana;
	text-decoration: none;	
}
#userTools a:hover { text-decoration: underline; }

/* These styles control the 'Go' image for search */
span.GetTheGoImage, a:link span.GetTheGoImage {
	width: 23px;
	height: 16px;
	margin-bottom: 6px;
	cursor: pointer;
	background: url(images/Go_button_normal.gif) no-repeat;
}
html>body span.GetTheGoImage { padding: 5px 7px; }
a:hover span.GetTheGoImage {
	text-decoration: none;
	background-image: url(images/Go_button_hover.gif);
}

/* Styles for each of the panes */
.bannerpane { background-color: #fff; }
.bannerpane img {
	vertical-align: bottom; 
	border: 0;
}

.leftpane, .adminLeftPane {
	width: 160px;
	background-color: #edeaf3;
}
.leftpanehome {
	padding: 5px;
	background-color: #fff;
}
.adminLeftPane { background-image: url(images/bg-leftcol-admin.gif); }

.contentpane {
	width: 100%;
	height: 100%;
	padding: 10px 5px;
}
.contentpane a{
font-family: verdana;

}

.rightpane {
	width: 175px;
	padding: 10px 3px 0 0;
}

/* Styles for Jump Link at bottom of content pane */
.topJumpLink a:link, .topJumpLink a:visited {
	color: #1d1d1d;
	font: bold xx-small verdana;
	text-decoration: none;
	width: 34px;
	height: 17px;
	margin-right: 10px;
	background: url(images/TopOfPage_Normal.gif);
}
.topJumpLink a:hover { background: url(images/TopOfPage_Hover.gif); }

/* Modules used in right pane and on homepage */
.specialModules {
	width: 33%;
	padding-left: 2px;
}
.specialHome { padding: 0 5px; }
a.ourSites:link, a.ourSites:visited {
	text-align: center;
	text-decoration: none;
	padding: 5px;
	display: block;
	border-bottom: 1px solid #a596c2;
}
a.ourSites:hover { text-decoration: none; }
a.ourSites img { border: 0 }

/* Styles for the footer */
.footer { color: #fff; }
.footer span,  td.footer, td.footer a, td.footer a:link, td.footer a:visited {
	color: #4f2683;
	font:  bold xx-small verdana;
	text-decoration: none;
	padding: 2px;
	background-color: #7ea08f;
}
td.footer a:hover, td.footer a:active {
	color: #fff;
	text-decoration: underline;
}

/* ---------------------------------------
							Geni Left Nav */
/* ---------------------------------------
							GeneralLevel */

div.GeneralLevelLeftNav
{ 
	background-color: #f1f1f1;
	margin: 0;
	padding: 10px 0 0 0;
	max-width: 180px;
	white-space: normal;
}

div.GeneralLevelLeftNav a.BreadCrumbHasChild 
{
	background-image: url(images/DownArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div.GeneralLevelLeftNav a.HasChild 
{
	background-image: url(images/RightArrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.GeneralLevelLeftNav a 
{	
	border-bottom:1px solid #b7abcf;
	border-left:0px solid white;
	border-right:1px solid #4b2e86;
	border-top:0px solid white;
		
	color: #4b2e86;
	display: block;	
	font: bold xx-small verdana;
	margin: 0;
	padding:5px 10px;
	text-decoration: none;
	white-space: normal;
	max-width: 180px;
	}
	
/* -- L0 */
div.GeneralLevelLeftNav a.Level0, 
div.GeneralLevelLeftNav a.BreadCrumbLevel0
{
	background-image: url(images/null.gif);
	background-color: #4b2e86;
	color:White;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.Level0:Hover 
{
	background-color: #b7abcf;
	color:White;
	text-decoration: none;
	}

/* -- L1 */
div.GeneralLevelLeftNav a.Level1 
{	
	background-color: white;
	color: #4b2e86;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.BreadCrumbLevel1
{
	background-color: #dfd8ec;
	color: #4b2e86;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.Level1:Hover,
div.GeneralLevelLeftNav a.BreadCrumbLevel1:Hover 
{
	background-color: #b7abcf;
	color: #4b2e86;
	text-decoration: none;
	}
	
/* -- L2 */
div.GeneralLevelLeftNav a.Level2 
{	
	background-color: #edeaf3;
	padding-left: 20px ;
	text-decoration: none;
	}	
div.GeneralLevelLeftNav a.BreadCrumbLevel2
{	
	background-color: #dfd8ec;
	color: #4b2e86;
	padding-left:20px ;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.Level2:Hover,
div.GeneralLevelLeftNav a.BreadCrumbLevel2:Hover
{	
	background-color: #b7abcf;
	color: #4b2e86;
	padding-left:20px ;
	text-decoration: none;
	}
/* -- L3 */
div.GeneralLevelLeftNav a.Level3 
{	
	background-color: #faf8fe;
	font-weight:normal;
	padding-left:40px;
	text-decoration: none;
	}
div.GeneralLevelLeftNav a.BreadCrumbLevel3
{	
	background-color: #dfd8ec;
	color: #4b2e86;
	padding-left:40px ;
	text-decoration: none;
	}	
 
div.GeneralLevelLeftNav a.Level3:Hover,
div.GeneralLevelLeftNav a.BreadCrumbLevel3:Hover
{	
	background-color: #b7abcf;
	color: #4b2e86;
	font-weight:normal;
	padding-left: 40px ;
	text-decoration: none;
	}
	

	/* -- L1 */
div.GeneralLevelLeftNav a.LevelBottom 
{	
	background-color: white;
	background-image:url(images/menu-crnr-btmRgt.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border:0px;
	color: #4b2e86;
	height:7px;
	margin:0px;
	padding:0 9px 0 0;
	text-decoration: none;
	white-space:nowrap;
	}
	
img.menuBot 
{
	border-bottom:1px solid #4b2e86;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	height:7px;
	margin:0;
	width:100%;
	line-height:7px;
	max-width:100%;
	/*width:171px*/
	/*max-width:171px;*/
	}

/*	---------------------------------------
							DNN TopNav 
	--------------------------------------- */
/*	-- #4b2e86 - Dark Purple  -- */
/*	-- #b7abcf - Mid Purple  -- */
/*	-- #005a5d - Dark Green  -- */
/*	-- #dfd8ec - Light Purple?-- */


/*	-- Setup all to blank		-- */
#navTopMenuTD
.CSSBreadCrumbRoot,
.CSSBreadCrumbSub,
.CSSBreak,
.CSSContainerRoot,
.CSSContainerSub,
.CSSControl,
.CSSIcon,
.CSSIndicateChildRoot,
.CSSIndicateChildSub,
.CSSLeftSeparator,
.CSSLeftSeparatorBreadCrumb,
.CSSLeftSeparatorSelection,
.CSSNode,
.CSSNodeHover,
.CSSNodeHoverRoot,
.CSSNodeHoverSub,
.CSSNodeRoot,
.CSSNodeSelectedRoot,
.CSSNodeSelectedSub,
.CSSRightSeparator,
.CSSRightSeparatorBreadCrumb,
.CSSRightSeparatorSelection,
.CSSSeparator
{	
}
#navTopMenuTD span. {display:none;}
/*	-- Start controls	-- */
#navTopMenuTD .*,
#navTopMenuTD *
{
	border-collapse:collapse;
	font: bold xx-small verdana;
	float:left;
	text-decoration: none;
	
}
.CSSControl /* 005a5d */
{
	background-color:#7ea08f;
	display:block;
	height:25px;
	padding:0;
	width:100%;
	white-space:nowrap;	
}
.CSSIndicateChildRoot,
.CSSIcon 
{
	display:none;
}

/* -- RootNodes -- */

.CSSNode span,
.CSSNodeRoot span,
.CSSNodeHoverRoot span, 
.CSSBreadCrumbRoot span,
.CSSNodeSelectedRoot span
{	
	font: bold xx-small verdana;
	text-decoration: none;
	white-space:normal;
	display:block;
	margin:0;
	padding:0;
	float:left;
	clear:none;
	
}
.CSSBreadCrumbRoot span,  
.CSSNodeSelectedRoot span, 
.CSSNodeRoot span 
{
	color:#4f2683;
}
 
.CSSNodeHoverRoot span
{
	color:#005a5d;
}

.CSSBreadCrumbRoot, 
.CSSNodeHoverRoot, 
.CSSNodeSelectedRoot,
.CSSNodeRoot
{	

	border-color:White;
	border-style:solid;
	border-width:0 1px 0 0;	
	display:block;
	float:left;
	height:25px;
	margin:0;
	overflow:hidden;
	padding:5px;
	white-space:nowrap;		
	max-height:15px;
}

.CSSNodeRoot,
.CSSBreadCrumbRoot, 
.CSSNodeSelectedRoot
{	
	background-color:#7ea08f;
}

.CSSNodeHoverRoot
{	
	background-color:white;	
}

/* -- SubNodes -- */

.CSSContainerSub 
{
	background-color:#dfd8ec ;
	border-collapse:collapse;
	border:1px solid #4b2e86;
	width:148px;
}

.CSSBreadCrumbSub span, 
.CSSNodeHoverSub span, 
.CSSNodeSelectedSub span, 
.CSSNode span 
{
	color:#4b2e86;
	font: bold xx-small verdana;
	text-decoration: none;
	white-space:normal;
}

.CSSNode td,
.CSSNodeHoverSub td,
.CSSNodeSelectedSub td,
.CSSBreadCrumbSub td
{		
	border-top:1px solid #4b2e86;
	padding: 5px;	
}

.CSSNodeHoverSub td
{	
	background-color:White;
	color:#005a5d;	
}	

.CSSIndicateChildSub
{
		
}

.CSSContainerSub TR TD IMG
{
	float:right;
	margin-right:-7px;	
}
#dnn_ctr_ManageUsers_pnlProfile
{
	margin-left:-70px;
}

table.CSSContainerSub {
	z-index:12;
}