﻿body 
{
	background: #040707;
	margin: 0;
	padding: 0;
	color: #fff;
	font: x-small Arial, Verdana, Helvetica, sans-serif;
	voice-family: "\"}\"";	/* IE5 font hack */
	voice-family:inherit;
	font: 70% Arial, Verdana, Helvetica, sans-serif;
}

#MemberPanel
{
	width: 212px;
	min-height: 300px;
	float: left;
}

#MemberPanel #pnlText
{
	width: 100%;
	height: auto;
	/*background: transparent url(/_sitefiles/_new_images/network_text.png) repeat-y;*/
}

#MemberPanel .block {
	height: auto;
	width: 160px;
	padding: 12px 13px;
}

#MemberPanel .block .key 
{
	text-align: center;
}

#MemberPanel .MapHeadings 
{
	color: #000;
	text-align: left;
}

#MemberPanel .MapMemberList 
{
	background: #040707;
	color: #92a5a4;
	border: solid 1px #000;
	display: none;
}

#MemberPanel .MapMemberListCat
{
	background: #92a5a4;
	color: #fff;
	border: solid 1px #000;
	display: none;
}

#MapPanel
{
	float: right; 
	height: 415px; 
	width: 735px;
}

#dnnMap 
{
	position: absolute;
	border: none;
}

#CustomInfoBoxTitleSection 
{
	color: #000;
}

#SplitterDiv 
{
	border: solid 1px white; 
	border-left-width: 2px; 
	border-right-width: 2px;
    background-color: white; 
    width: 10px; 
    height: 410px; 
    float: right; 
    cursor: w-resize;
}


/*============================================================
Dropdowns
============================================================*/
#loader {
	display: none;
	/*height: 300px;
	width: 220px;*/
	height: 415px;
	width: 100%;
	text-align:center;
	padding: 15% 0;
	color: #91a5a5;
	font-weight: 700;
	/*background: transparent url(ajax-loader.gif) 50% 50% no-repeat;*/
}

#categories,
#members {
	width: 220px;
}

#categories #filter {
	height: 20px;
	line-height: 19px;
	font-weight: 700;
	background: #91a5a5 url(scrollDown.png) right no-repeat;
	color: #fff;
	text-indent: 8px;
	cursor: pointer;
}

#categories #list,
#members #mList {
	position: relative;
	height: 366px;
	overflow: hidden;
	display: none;
}

#categories #list {
	font-size: 85%;
}

#members #mList {
	display: block;
	height: 351px;
}

#categories #list .items,
#members #mList .items  {
	display: block;
	position: absolute;
	height: 2em;
	width: 100%;
}

#categories #list .items div,
#members #mList .items div {
	background: #91a5a5 url(bulletWhite.png) no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 1px 0;
	height: 20px;
	line-height: 19px;
}

#members #mList .items div {
	background: #040707 url(bullet.png) no-repeat;;
	border-bottom:  solid 1px #666;
}

#categories #list .items div a,
#members #mList .items div a {
	display: block;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

#members #mList .items div a {
	font-weight: normal;
	color: #91a5a5;
}

#categories #list .items div a:hover,
#members #mList .items div a:hover  {
	color: #58595a;
}

#categories #catButtons,
#members #Buttons {
	background: #91a5a5;
	height: 30px;
	display: none;
}

#members #Buttons {
	display: block;
}

#categories #catButtons .prevPage,
#categories #catButtons .nextPage,
#members #Buttons .prevPage,
#members #Buttons .nextPage {
	display: inline-block;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin: 8px 0 0 0;
}

#categories #catButtons .prevPage,
#members #Buttons .prevPage {
	background: transparent url(scrollUp.png) no-repeat;
}

#categories #catButtons .nextPage,
#members #Buttons .nextPage  {
	background: transparent url(scrollDown.png) no-repeat;
}