/* Main CSS */

body.world {
  background-color: #eeeeee;
  width: 100%;
}
body.sidebar_iframe {
    background-color: #eeeeee;
    width: 95%;
}

div#popup {
    overflow: hidden;
    width: 100%;
    height: 350px;
    position: relative;
}

div#sidebar {
    overflow: hidden;
    width: 100%;
    height: 480px;
    position: relative;
}


div#page_top {
  width: 100%;
  text-align: center;
  /* background-color: orange; */
  top: 0px;
  padding: 0;
}

h1.title {
   text-align: center;
   padding: 0;
   margin: 0 auto;
}

div#navigation_bar {
  margin:10px 0;
  padding: 0;
  height: 30px;
  font-size:55%
  width: 100%;
  background-color: yellow;
  
}

.howdy span {
    position: relative;
    top: -15px;
}

.howdy img.profile_thumb {
    margin-left: 5px;
    position: relative;
    top: -5px;
}

.howdy a.button {
    padding: 0px;
}

ul#admin {
list-style-type:none;
list-style-image:none;
float:right;
margin:auto 20px auto auto;
}
ul#navigation {
list-style-type:none;
list-style-image:none;
margin:auto auto auto 20px;
}
ul#navigation li, ul#admin li {
display:inline;
float:left;
width:auto;
text-align:center;
margin-right:2px;
padding:3px 6px;
overflow:hidden;
}
ul#navigation a, ul#admin a {
text-decoration:none;
font-weight:bolder;
}


div#leaderbar {
  width: 100%;
  text-align: center;
  //background-color: pink;
  margin:10px auto;
}

p.error {
   color: red;
}

div#footer {
  width: 100%;
  text-align: center; 
  bottom: 0px;
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  clear: both;
}

/* tabs */

dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
}

dl.tabs dt {
	float: left;
	padding: 4px 5px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #aaa;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
}

dl.tabs dt.open {
	background: #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	z-index: 100;
	color: #000;
}

div.current {
	clear: both;
	border: 1px solid #aaa;
	padding: 10px 10px;
}

div.current dd {
	padding: 0;
	margin: 0;
}



iframe.sector_sidebar {
    min-height: 500;
    margin: 0;
    max-height: 1000;
    width: 100%;
    border: 0;
    padding: 0;
}
    

