/* header/footer/etc. elements on all pages */

body, div, p, th, td, li, dd, .commandlink {
    font-size: 1em;
    font-family:  "Helvetica Neue", Helvetica, sans-serif;
    /*font-size: 14px;
    font-family: Times New Roman, Times, serif;*/
}

a[href] {
	color: #001b96; 
	}

a:visited {
	/* color: rgb(81,86,120);  #3a498c;*/
	color: #001b96; 
	text-decoration: none; 
	/* border-bottom: 1px dotted #001b96; */
	}
		
a[href]:hover {
	color: #5a85d7;
	text-decoration: none; 
	border-bottom: 1px dotted #5a85d7;
	}

/* a:active {
	text-decoration: none; 
	color: #b64603;
	border-bottom: 2px dotted #b64603;
	}*/

h2, .heading { font-family: "FuturaStd-Light", "Futura Std Light", GeosansLight,"HelveticaNeue-Light","Helvetica Neue Light", Helvetica Neue Light, Helvetica Neue, HelveticaNeue, Century Gothic, helvetica, sans-serif;
    color: #000000; 
    font-size: 1.6em;
    font-weight: normal;
    }

h3 { font-family: "FuturaStd-Light", "Futura Std Light", GeosansLight, "HelveticaNeue-Light","Helvetica Neue Light", Century Gothic, helvetica, sans-serif;
    color: #000000; 
    font-size: 1.33em;
    font-weight: normal;
    }

body > ol { list-style-type: decimal; }
body > ol > li > ol {  list-style-type: lower-alpha; }
body > ol > li > ol > li > ol {   list-style-type: lower-roman; }
body > ol > li > ol > li > ol > li > ol {   list-style-type: decimal; }
body > ol > li > ol > li > ol > li > ol > li > ol {   list-style-type: upper-alpha; }

div > ol { list-style-type: decimal; }
div > ol > li > ol {  list-style-type: lower-alpha; }
div > ol > li > ol > li > ol {   list-style-type: lower-roman; }
div > ol > li > ol > li > ol > li > ol {   list-style-type: decimal; }
div > ol > li > ol > li > ol > li > ol > li > ol {   list-style-type: upper-alpha; }

blockquote {
	font-size: 90%;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 10px;
    background-color: #f8f8f8;
    border: 1px solid #000000;
    padding: 10px;
}
	
#pageheader {
    height: 70px; 
    margin-bottom: 42px;
    background-color: #CDCCCC;
    border-top-width: 0;
    border-bottom-width: 0px;
    border-right-width: 0;
    border-left-width: 0;
    border-style: solid;
    border-color: #8e9fbd;
    background-image: url("hub_wikki-1.gif"); 
    background-position: left top;
    background-repeat: no-repeat; 
}

#pagename {
    position: absolute;
    top: 24px;
    left: 90px;
    font-size: 2.1em;
    font-weight: Normal;
    font-family: Futura Std, GeosansLight, Century Gothic, Helvetica Neue, helvetica, sans-serif;
    color: #001B96;  /* #000000;*/
}

#forumname {
    position: absolute;
    top: 10px;
    left: 90px;
    color: #000000;
    font-size: 0.9em; 
    font-family: Futura Std, GeosansLight, Century Gothic, Helvetica Neue, helvetica, sans-serif;
    font-weight: normal;
}

#pagecontent {
   margin-left: 10px;
   min-height: 100px;
}

#pagefooter { 
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-top: solid #d0c0f0 1px;
}

/* elements on view pages */

#bodycontent {
   margin-left: 10px;
   min-height: 100px;
   padding-bottom: 12px;
   border-bottom: 1px solid #ccc;
}

#bottomcontrols {
    background-color: #CDCCCC;      
    border-top: solid #999999 1px;  
    border-left: solid #dddddd 2px;
    border-right: solid #dddddd 1px;
    clear: both;
    margin-top: 26px;
    height: 130px;
    position: relative;
}

#bottomcommands a {
    font-weight : normal;
    font-size : 0.85em;
    font-family: Helvetica Neue, helvetica, sans-serif;
}



#viewbox {
   float: right;
}

#commandbuttons {
   position: absolute;
   right: 5px;
   top: 0px;
   width: 168px;
   text-align: right;
   color: #000000;
   z-index: 5;
}

#commandbuttons a {
	border: none;
	}

/* work around IE5 Mac bug with disappearing links */
#commandbuttons a:hover {
    margin-bottom:1px;
}

#keypages {
   position: absolute;
   right: 5px;
   width: 600px;
   top: 50px; 
   font-size : 0.7em;
   text-align: right;
   z-index: 5;
   color: #000000; 
}
#keypages a {
   color: #000000; 
   font-weight: bold;   
}
#keypages br {display:none;}
#keypages .keypageheader {display:none;}

#searchform {
   position: absolute;
   right: 160px;
   top: 1em;
   width: 200px;
   text-align: right;

}



#searchform p {
   display: none;
}

#recentchanges {
   display: none;
}

#shortrecentchanges {
    font-size : 0.85em;
    position: absolute;
    right: 5px;
    color: #001B96;
    top: 75px;  
    text-align: right;
    width: 650px;
}

/* work around IE5 Mac bug with disappearing links */
#shortrecentchanges a:hover {
    margin-bottom:1px;
}

#print { display: none;}

#postmsgs, #adminlinks, #footerbreadcrumbs {
    font-size : 0.85em;
    font-family: Helvetica Neue, helvetica, sans-serif;
}

#postmsgs b {
    font-weight: normal;
    font-family: Helvetica Neue, helvetica, sans-serif;
}

#commentarea {
    font-size : 0.85em; 
    font-family: Helvetica Neue, helvetica, sans-serif;
}


.sidebar {
    width: 250px;
    float: right;
    margin: 5px;
    background-color: #eee;
    border: 1px solid #0b2265;
    border-width: 1px;
    border-top-width: 5px; 
    padding: 4px;
    font-size: 85%;
    text-align: center;
}

.sidebar h3 {
    margin: 0;
    text-align: center;
    }


/*.sidebar p { padding 10px;}*/

.sidebar ul {
    padding: 0;
    margin: 10px 0 0 0;
    }

.sidebar li {
    margin-left: 1.5em;
    }

.floater {
    float: right;
    padding: 5px;
    margin: 5px;
    }

.floatcl {
    float: right;
    padding: 5px;
    margin: 5px;
    clear: right;
    }

.geotable table { 
	margin-right: 10px;
        border-collapse: collapse;
	}
			
.geotable td { 
	border: 1px solid #cccccc;
	border-width: 1px;
	font-size: 0.9em;
	}

.geotable tr:first-child { 
	font-weight: bold;
	color: white;
	background-color: #0b2265; 
	border: 1px solid #cccccc;
	border-width: 1px;
	text-align: center;
	}


/* ------------------------------------ *
 *										*
 *		Navigation Sidebar 				*
 *										*
 * ------------------------------------ */
 
#navigation {
	font-size: 0.8em;
	width: 210;
	padding: 0;
	padding-bottom: 5px;
	margin-top: 0;
	margin-left: 10px;
	background-color: #fff;
	float: right;
        clear: right;
	}
	
#navigation ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 5px;
	}

#navigation > ul > li {
	background-color: #0b2265;
	font-weight: bold;
	border: 1px solid #ccc;
	color: #fff;
	text-align: center;
	}
	
#navigation > ul > li > ul > li {
	background-color: #fff;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 0.8em;
	color: #000;
	text-align: left;
	}

#navigation > ul > li > ul > li > ul > li {
	background-color: #fff;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-left: 1.5em;
	text-indent: -0.8em;
	}

#navigation > ul > li > ul > li > ul > li > ul > li {
	font-size: 0.8em
        background-color: #fff;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-left: 1.8em;
	text-indent: -0.8em;
	}

#navigation > ul > li > ul > li > ul > li > ul > li > ul > li {
	font-size: 0.8em
        background-color: #fff;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-left: 2.1em;
	text-indent: -0.8em;
	}
	
#navigation > ul > li > a {
	color: #fff;
        text-decoration: none;
	}

#navigation > ul > li > a:visited {
	color: #fff;
	text-decoration: none; 
	border-bottom: none;
	}
		
#navigation > ul > li > a:hover {
	color: #5a85d7;
	text-decoration: none; 
	border-bottom: none;
	}

a[title="Printer-Friendly Version"] { display: none;}

div#modified {
    position: absolute;
    right: auto;
    padding: 0;
    margin: 0;
    margin-left: 8px;
    /* margin-top: 1em;*/
    top:-20px;
    text-align: left;
    font-size : 0.9em;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    color: #888;
}

.nobullets ul {
	list-style-type: none;
	}

.eqn {
        text-align:right;
        padding-left: 12em;
        padding-right: 15em;
      }

.tab {  margin-left: 4em; }

