/* Important notes:
-You may not assume ANYTHING about the path to images or media
that isn't under this file's theme pack.  In other words, no ../ relative links.
-This stylesheet will be applied after the one in
wifidog/media/base_theme/stylesheet.css.  This theme pack should only override the elements
 in the base stylesheet that you want to change.
*/

/* Redefine network logo */

body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	color: black;
	font-size: 0.8em;
	background: #ececec url(images/nlpl_bg.jpg) repeat-x top;
}
#page_header 
{display: none;}
#left_area {
	position: relative;
	width: 236px;
	height: 600px;
	margin: 0 0 0 35px;
	padding: 120px 30px 0 30px;
float: left;
overflow: visible;

	text-align: center;
	background:  url(images/leftpanel.jpg) no-repeat top;
}

#left_area_top {
	position: relative;
	width: auto;
	margin: 0;
	padding: 1em 0 0 0;
	border-top: 1px dashed #ccc;
}

#left_area_middle {
	position: relative;
	width: auto;
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
	border-top: 1px dotted #999;
	text-align: left;
	background: #656565;
}

#main_area {
	width: 65%;
float: left;
        margin: 0;
	padding: 0;
}

* html #main_area { /* Stupid IE hack */
	width: 65%;
	margin: 0;
	padding: 0;
}

#main_area_top {
	padding: 0;
	width: auto;
}

#main_area_middle {
	position: relative;
	width: 100%;
	padding: 6px;
	border-right: 1px solid #a5c2e0;
	border-left: 1px solid #a5c2e0;
	border-bottom: 1px solid #a5c2e0;
border-top: 1px solid #a5c2e0;
	background: #5978a7;
}

#main_area_bottom {
	position: relative;
	width: auto;
	margin: 1em;
	padding: 0;
	float: left;
	background: #876876;
}


/*****************************/

#page_body h1 {
	background: url('images/bullet_box_arrow.gif') no-repeat 0 0px;
	padding-left: 24px;
}


#page_body {
	padding: 0em;
	margin: 0em;
	width: 100%;
	height: auto;
        background: url(images/nlpl_bg.jpg) repeat-x top;	
        }

div.tool_user_info {
	width: 150px;
	margin: 0;
	padding: 0;
	position: relative;
}

div.language {
	width: 150px;
	margin: 0;
	padding: 0;
	position: relative;
	
}

form.language {
	padding: 0.5em 0.5em 0em 0em;
	text-align: right;
}

.tool_content {
	padding: 0px 5px 0px 5px;
}

/********** Content type section **********/ /* MainMenu */


#nav,#nav ul { 
	padding: 0;
	margin: 0 0 0 0;
	list-style: none;
	line-height: 1;
	float: left;
	width: auto;
	font-weight: bold;
	border: solid #d7d5d5;
	border-width: 1px 0;
	z-index: 99;
}

#nav {
	/* WD specific, this must be after the #nav,#nav ul, it will apply only to the top menu items */
	margin: 0 0 0 0;
	border: none;
	clear: both;
	float: none;
}

#nav a { /* WD specific */
	display: block;
	width: 10em;
	w\idth: 6em;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
	/* WD specific */
	padding: 0;
}

#nav>li { /* WD specific */
	border-left: 1px solid #d7d5d5;
	border-right: 1px solid #d7d5d5;
	border-bottom: 1px solid #d7d5d5;
}

#nav li li { /* WD specific */
	padding-right: 1em;
	width: 13em
}

#nav li ul a { /* WD specific */
	width: 13em;
	w\idth: 9em;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 14.4em;
	left: -999em;
	/* using left instead of display to hide menus because display: none isn't read by screen readers */
	/* WD specific */
	height: auto;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li:hover ul { /* WD specific */
	left: auto;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul
	{
	left: -999em;
}

#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul
	{ /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover,#nav li.sfhover { /* WD specific */
}


/* UIUserList */
.UIUserList ul {
	list-style-type: none;
}

.langstring {
	text-align: justify;
}

.link {
	color: blue;
	text-decoration: underline
}

#node_list {
	
}

#node_list table {
	background-color: #fff;
	border-collapse: collapse;
	width: 100%;
}

#node_list tr {
	background-color: #fff;
	border: 1px solid;
}

#node_list tr.even {
	background-color: #fff;
}

#node_list tr.odd {
	background-color: #b1d5ba;
}

#node_list td {
	margin: 0 0 0 0;
	text-align: center;
	color: #000000;
}

#node_list td.status {
	width: 15em;
	text-align: left;
	font-size: 9pt;
}

#node_list a {
	color: #000000;
}

/********** Google map section **********/
#map_title {
	background-color: #001933;
	padding: 5px;
	font-size: 14pt;
	color: #fff;
	font-weight: bold;
}

#map_toolbox {
	display: inline;
	float: right;
}

#map_toolbox input {
	font-size: 11px;
	border: 2px solid #f8f8f8;
	width: auto;	
}

#map_postalcode_overlay {
	position: absolute;
	display: none;
	z-index: 10;
	background-color: #5579aa;
	border: 1px solid #f8f8f8;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
}

#map_legend {
	background-color: #a5c2e0;
	padding: 5px;
	font-size: 10pt;
	color: #001933;
	vertical-align: middle;
}

#map_outer_hotspots_list {
	position: relative;
	width: 33%;
	height: 500px;
	background-color: #ececec;
	overflow: auto;
	float: right;
}

#map_hotspots_list {
	padding: 10px;
}

#map_frame {
	position: relative;
	width: 66%;
	height: 500px;
	font-size: 10pt;
}

/********** End Google map section **********/
