/********** General **********/

* {
    font-family: "Lucida Grande", "Lucida Sans", verdana, arial, sans-serif;
    font-size: 11px;
    color: #000;
	padding: 0;
	margin: 0;
}

body {
	background: url(images/background_tile.gif) top left repeat-x;
}

img {
	border: none;
}

h1 {
	color: #666;
	font-size: 1.5em;
	font-weight: bold;
    margin: 12px 0 8px 0;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
    margin: 10px 0 8px 0;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
    margin: 10px 0 8px 0;
}

p {
    margin: 5px 0px;
}

a, a:link, a:visited {
	color: #616756;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration: underline;
}

a:hover {
	color: #88AA4B;
}

blockquote {
	margin: 4px 0;
	padding: 0 0 0 15px;
	border-left: 3px double #e5e5e5;
}

ul {
	list-style-type: disc;
	padding: 2px 0 10px 0;
	list-style-position: outside;
}

li {
	list-style-image: none;
}

fieldset {
    border: none;
}

fieldset legend {
    font-weight: bold;
	text-transform: uppercase;
}

table {
    border-collapse: collapse; 
}

tr.even {
    background-color: #ddd;
}

tr.odd {
}

td, th {
    padding: 4px;
}

hr {
    margin: 6px 0px;
    height: 2px;
    border: none;
    background-color: #000;
}

/********** Page **********/

div#page_header {
	padding: 0px;
	padding: 0px;
    margin: 0px;
    width: 780px;
    height: 80px;
	background: none;
	border: none;
	min-height: 60px;
}

div#page_body {
    width: 780px;
    margin-top: 30px;
}

/************ Header ************/

div#page_header div.user_ui_main_outer {
    margin: 0px;
}

div#page_header h1 {
    visibility: hidden;
}

div#page_header img {
    width: 300px;
    padding-left: 7px;
    float: left;
}

div#page_header .welcome_msg {
    padding-top: 50px;
    float: right;
    text-align: right;
}

div#page_header .welcome_msg_inner {
	margin-top: 0px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}

div#page_header .welcome_msg_inner em {
	font-size: 1.2em;
	color: #fff;
	font-style: normal;
}

div#page_header .welcome_msg_inner span {
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
/************* Navigation Bar *************/

div#navigation_bar {
    width: 700px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 79px;
    clear: both;
    background: #AEC922;
}

div#navigation_bar ul {
	list-style: none;
}

div#nav li {
	margin-top: 7px;
	float: left;
    white-space: nowrap; 
	color: #fff;
	font-weight: bold;
}

div#navigation_bar a {
	float: left;
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #fff;
}

/* Default Wifidog Nav */

/********** Content type section **********/ /* MainMenu */
#nav,#nav ul { /* all lists */
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	line-height: 1;
	/* WD specific */
	float: left;
	width: auto;
  background: #AEC922;
  font-weight: normal;
/*  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 */
    font-weight: bold;
	background: none;
	margin: 0 0 0 0;
	border: none;
	clear: both;
	display: block;
	float: none;
	height: 20px;
}

#nav a { /* WD specific */
	display: block;
/*  width: 10em;
    w\idth: 6em;
*/	text-decoration: none;
	padding: 0.5em 0.5em;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	/* WD specific */
	padding: 0;
	margin: 0px;
}

#nav>li { /* WD specific */
    border-right: 1px solid #fff;
}

#nav li li { /* WD specific */
/*  padding-right: 1em;*/
width: 14.4em;
  w\idth: 13.9em;
}

#nav li ul a { /* WD specific */
  width: 14.4em;
    w\idth: 13.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;*/
    border: 1px #fff solid;
/*    border-top: 0;*/
	margin: 0;
	padding: 0px;
}

#nav li:hover ul { /* WD specific */
	left: auto;
    margin-top: 20px;
}

#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 */
  background: #cee942;
}

/********** Page Sections **********/

div#left_area {
    width: 170px;
    left: 0;
    top: 110px;
    position: absolute;
/*    padding: 5px 5px;*/
/*    float: left;*/
/*    border: 1px solid #ff0000;*/
}

div#main_area {
/*  margin-left: 185px; */
/*  padding: 5px 5px;*/
	position: absolute;
	top: 110px;
	left: 190px;
  width: 585px;
/*    border: 1px solid #ff0000;*/
}

div#right_area {
    width: 170px;
/*    margin: 5px 5px;*/
/*    float: right;*/
/*    border: 1px solid #ff0000;*/
}

div#page_footer {
    clear: both;
}

#left_area_top {
	position: relative;
	width: inherit;
	background: none;
	margin: 0;
	padding: 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: none;
}

#left_area_middle {
	position: relative;
	width: inherit;
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: none;
}

#main_area {
	width: 74%;
	float: right;
	margin: 0;
	padding: 0;
	/*border: 1px solid #E9E9E9;*/
}

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

#main_area_top {
	background: none;
	margin: 0;
	padding: 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: none;
}

#main_area_middle {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

#main_area_bottom {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

#page_body h1 {
	background: none;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

img.administration {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

div#left_area fieldset {
    margin: 5px 0px;
    padding: 3px 8px;
}

div#main_area fieldset {
    margin: 10px 0px;
}

/*.admin_element_data, .admin_element_tools {
    float: left;
    vertical-align: top;
    margin: 0px 5px 0px 0px;
}

li.admin_element_item_container {
    clear: left;
    padding: 5px 5px;
    background-color: #eee;
}

*/

/********** Online Users List *******/
#online_users, #recent_users, #active_users {
    padding: 3px;
    margin: 3px 0px;
    border: 1px solid #ddd;
}

#online_users label, #recent_users label, #active_users label {
    font-weight: bold;
}

/********** Map **********/

#map_title {
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 5px 0 5px 0;
    font-size: 14px;
    font-weight: bold;
}
#map_toolbox {
    display: none;
    float: right;
}
#map_postalcode_overlay {
    display: none;
    background-color: #fff;
    border: none;
    padding: 0;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
}
#map_legend {
    background-color: #fff;
    border: none;
    padding: 0;
    padding-top: 2px;
    font-size: 10px;
    vertical-align: middle;
}
#map_outer_hotspots_list {
    background-color: #fff;
    width: 33%;
    height: 500px;
    overflow: auto;
    float: right;
}
#map_hotspots_list {
    padding: 1px;
}

#map_hotspots_list div {
    margin: 0 0 12px 0;
}

#map_frame {
    font-size: 10px;
    width: 66%;
    height: 500px;
}

/********** RssAggregator **********/

.fpr_item_title {
	display: inline;
}

.fpr_feed_title {
	display: inline;
}

.fpr_title_date {
	font-weight: lighter;
}

.fpr_title_str {
	display: inline;
}

.fpr_item_title .fpr_title_str {
	font-weight: bold;
}

/*.fpr_list {
	margin: 0em 0em 0em 1em;
	padding: 0em 0em 0em 0em;
}
*/
.fpr_item {
	display: block;
	list-style-type: none;
}

fpr_empty_feeds {
}

.fpr_mouseover {
	display: inline;
}

.fpr_item_link {
}

.fpr_expand_switch {
	text-decoration: none;
}

.fpr_popup_inner_div {
	background-color: #ddd;
	border: 1px solid #aaa;
	padding: 0.5em;
	position: absolute;
	top: 1.5em;
	visibility: hidden;
	z-index: 100;
}

.fpr_popup_inner_div_expanded {
	border: 1px solid #aaa;
	padding: 0.5em;
}

.fpr_popup_outer_div {
	position: relative;
}

.fpr_feed_image {
	float: right;
}

.fpr_text {
	display: block;
}

.fpr_text P {
}

.fpr_enclosure {
	display: inline;
	float: right;
	max-height: 240px;
	max-width: 320px;
}

.fpr_enclosure_inner {
	display: block;
}

.fpr_clear {
	clear: right;
}

.fpr_enclosure_download {
	text-align: center;
}

.fpr_item_metadata {
	float: right;
}


/*********** Listings *************/

#node_list table {
	background-color: inherit;
	border-collapse: collapse;
	width: 100%;
}

#node_list th {
    vertical-align: bottom;
    text-align: left;
}

#node_list tr {
	background-color: inherit;
	border: none;
/*  border: 1px solid #ddd;*/
}

#node_list tr.even {
	background-color: #eee;
}

#node_list tr.odd {
	background-color: #ccc;
}

#node_list td {
	margin: 0 0 0 0;
	text-align: left;
/*  color: #000000;*/
}

#node_list td.status {
	width: 15em;
	text-align: left;
	font-size: 9px;
}

#hotspot_status table {
	background-color: inherit;
	border-collapse: collapse;
	width: 100%;
}

#hotspot_status th {
    vertical-align: bottom;
    text-align: left;
}

#hotspot_status tr {
	vertical-align: top;
	font-size: 10px;
	font-family: inherit;
	background-color: inherit;
	border: none;
}

#hotspot_status tr.even {
	background-color: #eee;
}

#hotspot_status tr.odd {
	background-color: #ccc;
}


.user_ui_main_outer { /*	display: inline;*/
	color: #000;
	margin: 0;
}

div#login_help {
	float: none;
	margin: 5px;
	border: none;
}

#login_form {
    float: none;
    text-align: left;
}

/*#login_form form {
    padding-left: 0;
}
*/
form.language {
    text-align: left;
}

div.tool_user_info, div.language, form#login_form {
    margin: 5px;
    padding: 0px;
}

div#login_help ul {
    list-style-type: none;
}