/* ################################################################## */
/* #                           Global                               # */
/* ################################################################## */

* {
	margin: 0px;
	padding: 0px;
}
hr.hide {
	display: none;
}
body {
	text-align: center;
	background-color: #fff;
	font-family: "Myriad Pro", Arial, Helvetica, Verdana, Sans-Serif;
	color: #777;
}
#bkgContainer {
	background-color: #7d7d7d;
	min-height: 100%;
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 855px;
	height: auto;
	text-align: left;
	background: #fff url( "imgs/bkg_container.gif" ) repeat-y;
	background-color: #FFFFFF;
}

/* ################################################################## */
/* #                           Header                               # */
/* ################################################################## */

#banner {
	position: relative;
	height: 136px;
	width: 855px;
	background-image: url( "imgs/bkg_banner.gif" )
}

h1#title span {
	display: none;
}

#quickLinks {
	position: relative;
	float: right;
	right: 13px;
	width: 500px;
	height: 18px;
}
	#quickLinks ul, #quickLinks li {
		list-style-type: none;
	}
	#quickLinks li {
		position : relative;
		float: right;
		margin: 0px 7px 0px 7px;
	}
	#quickLinks li a {
		height: 18px;
		text-align: right;	
		text-decoration: none;
		color: #999;
		font-size: 0.7em;
		font-weight: normal;		
	}
	#quickLinks li a:hover {
		text-decoration: underline;
	}
#siteNav {
	position: relative;
	clear: both;
	width: 849px;
	margin-left: 3px;
	background: transparent url( "imgs/bkg_siteNav.gif" ) right repeat-x;
}
	#siteNav ul, #siteNav li {
		list-style-type: none;
	}
	#siteNav ul {
		margin: 0px;
		position: relative;
		width: 627px;
		margin-left: 200px;
		height: 22px;		
	}
	#siteNav li {
		float: left;
	}
	#siteNav li a {
		position: relative;
		display:block;
		float: left;
		height: 22px;
		color: #fff;
		font-size: 0.8em;
		text-decoration: none;
		line-height: 1.7em;
		padding: 0px 10px 0px 10px;
	}
	#siteNav li a:hover {
		text-decoration: underline;
	}
	#siteNav li.selected a {
		background: url( "imgs/bkg_siteNav_li.gif" ) repeat-x;
	}
#breadcrumbs {
	position: relative;
	z-index: 2;
	margin-left: 3px;
	height: 27px;
	width: 849px;	
	background-image: url( "imgs/bkg_breadcrumbs.gif" );
	color: #444;
}
	#breadcrumbs div {
		padding: 5px 0px 0px 210px;
		font-size: 0.7em;
	}
	#breadcrumbs h3 {
		display: none;
	}
	#breadcrumbs span, #breadcrumbs a {
		color: #444;
		font-weight: normal;
	}
	#breadcrumbs span span {
		color: #444;
	}
	
/* ################################################################## */
/* #                           Left side                            # */
/* ################################################################## */	

#dnn_LeftPane {
	position: relative;
	clear: both;
	float: left;
	width: 195px;
	overflow: hidden;
	margin-left: 3px;
}
#contentNav{
}
	#contentNav ul li {
		font-size: 1.4em;
		font-weight: bold;
		list-style-type: none;	            
	}
	#contentNav ul li a{
		color: #ccc;
		text-decoration: none;
	}
	#contentNav ul ul {
		margin-left: 0px;
		padding-left: 15px;
	}         
	#contentNav ul ul li {
		margin-top: 10px;
		font-size: 0.6em;
		list-style-type: none;
	}
	#contentNav ul ul li a {
		font-weight: normal;
		color: #444;
		text-decoration: none;
	} 
	#contentNav ul ul li.selectedLeaf a, #contentNav ul ul li.selectedNode a {
		color: #000;
		font-weight: bold;
	}        
	#contentNav ul ul li.hasChilds {
		list-style-image: url("imgs/bulletMenuPlus.gif") ;
	}
	#contentNav ul ul li.selectedParent, #contentNav ul ul li.selectedNode {
		list-style-image: url("imgs/bulletMenuMinus.gif") ;
	}
	#contentNav ul ul ul {
		margin-left: 0px;
		padding-left: 11px;
		margin: 0px 0px 10px 0px;
	}
	#contentNav ul ul ul li {
		font-size: 1em;
	}
	#contentNav ul ul li li, #contentNav ul ul li.parentSelected li.selectedLeaf {
		list-style-image: none;
		margin: 4px 0px 4px 5px;
	} 
	#contentNav ul ul li.selectedNode li a {
		color: #444;
		font-weight: normal;
	}
 

/* ################################################################## */
/* #                           Right side                           # */
/* ################################################################## */

#allRightPane {
	position: relative;
	width: 630px;
	float : right;
	margin-right: 3px;
	background-color:#FFF;
}
hr.clearall {
	clear: both;	
}
#dnn_TopPane {
	position: relative;
	float: right;
	width: 630px;
}
#dnn_ContentPane {
	position: relative;
	float: left;
	width: 435px;
}
.FormLabel {
	font-size: 0.8em;
}
#dnn_RightPane {
	position: relative;	
	float: right;
	width: 170px;
	overflow: hidden;
}
#dnn_BottomPane {
	position: relative;
	width: 630px;
	overflow: hidden;
	clear: both;
}


/* ################################################################## */
/* #                           Bottom                               # */
/* ################################################################## */

#bottom {
	position: relative;
	clear: both;
	height:30px;
	background:#7d7d7d url( "imgs/bkg_footer.gif" ) no-repeat;
}
	#bottom ul {
		margin-left: 220px;
		height: 30px;
	}
	#bottom li {
		float: left;
		margin: 0px;
		color: #666;
		list-style-type: none;
		margin-top: 4px;
		margin-right: 4px;
		font-size: 0.7em;
	}
	#bottom li a {
		font-size: 1em;
		position: relative;
		text-decoration: none;
	}
	#bottom li a:hover {
		text-decoration: underline;
	}
	
.blocLinks {
	margin: 10px 0px 0px 0px;
}
.blocLinks h3 {
	margin: 0px 0px 5px 0px;
	font-size: 1em;
}
.blocLinks p {
	font-size: 0.9em;
}
p.editDocumentInfo {
	margin: 0px 0px 0px 20px;
}
.moduleDocument {
	
}
a.blocLinks {
	position: relative;
	display: block;
	padding: 5px;
	text-decoration: none;
	border: solid 1px #fff;
	color: #444;
}
a.blocLinks:hover {
	position: relative;
	display: block;
	border: solid 1px #999;
	background-color:#ccc;
	text-decoration: none;
	color: #000;
}
#MemberList th {
	color: #666;
	text-align: left;
	border-bottom: solid 1px #ccc;
	padding: 0px 5px 1px 0px;
	margin-bottom: 4px;
}	
#MemberList td {
	padding: 0px 7px 0px 0px;
}	
