/* SidePanel Boxes */

#topbar {
	position: fixed;
	top: 0;
	left: 0;
	height: 19px;
	width: 100%;
	z-index: 100;
	overflow:visible;
	background: #000;
}

.ddmenu {
	background: #fff;
	margin: 0 0 0 -1px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
       float: left;
       width: auto;
	max-width: 150px;
	overflow:hidden;
	height: 19px;
	min-height: 19px;
	text-align:left;
}

.sidepanel {
	width: 150px;
}

.sidepanel .msl_edit {background-image: none;}

.ddmenu h3 {
	margin: 0;
	padding: 3px;
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Lucida Sans', Arial, sans-serif;
	cursor:pointer;
}

.ddmenu h3:hover {
	background: #999;
}

.ddmenu h4 {
	position: relative;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	font-family: 'Lucida Sans', Arial, sans-serif;
	padding: 6px;
	background: #999;
	font-size: 100%;
	margin-top: -1px;
	color: #FFF;
}

.ddmenu p {
display: none;
}

.ddmenu ul {
	margin: 0;
	height: auto;
	overflow: hidden;
}

.ddmenu li {
position: relative;
border-bottom: dotted 1px #AAA;
padding: 5px;
}

.ddmenu li:hover {
	background: #AAA;
}

.ddmenu li a {
	color: #333;
	text-decoration:none;
}

.ddmenu li a:hover {
	color: #FFF;
}

.ddmenu a.cal {
	position: relative;
	display: inline;
	font-size: 100%;
}

#topbar img {
	float: left;
	width: 110px;
	display: block;
	margin: 0 10px;
	}

.logo {
	margin: 0;
	padding: 0;
	}

.ddlogin {
	background: #fff;
	margin: 0 0 0 -1px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	float: left;
	width: auto;
	max-width: 180px;
	overflow:hidden;
	height: 19px;
	min-height: 19px;
	text-align:left;
}

.ddlogin h3 {
	margin: 0;
	padding: 3px;
	background: #333;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Lucida Sans', Arial, sans-serif;
	cursor:pointer;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.ddlogin h3:hover {
	background: #999;
	color: #FFF;
}

#header {
	margin-top: 19px;
}

.inner_container {
	width: 900px;
	height:100%;
	margin: 0 auto;
}

div.login input.textbox , .login input.button {
	margin: 5px 10px;
	width: 80%;
	display: block;
}
div.login label {
	margin: 5px 10px;
	color: #000;
}
div.login input.button {
	font-weight: bold;
}
div.login a {
	display: block;
	margin: 0.5em 10px 0 10px;
	}
div.login {

	}
div.login h3 {
	display: none;
	}

#toolbanner {
width:100%; 
height:2.2em; 
position: fixed;
bottom: 0;
z-index:100;
background: #000;
border-top: #222 1px solid;
}

#footer {
padding-bottom: 20px;
}