body {
	background: #fff url(/stellar/f/mit/1.5/images/top-bg.gif) repeat-x scroll left top;
}

/* page layout table styles */

#body {
	/*display: table;*/
	width: 100%;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: 25px solid #933;
	border-left: 10px solid #933;
	margin: 0;
	background: #fff;
}

#content {
	/*display: table-cell;*/
	vertical-align: top;
	padding: 20px;
	border: none;
	margin: 0px;
	background: #fff;
	/*width: 100%;*/
}

 .toolset
{
    padding-bottom: 5px;
} 

#footer {
	display: table;
	background: #eee;
	width: 100%;
	border-top: 5px solid #000;
	padding: 10px;
	vertical-align: bottom;
} 


/* login button styles */

#log {
	display: block;
	background: #69f;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 16px;
}

#log a {
	font: bold 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	background: #69f;
	margin: 0px;
	padding: 0px;
}

#log a:hover {
	font: bold 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	width: 100px;
	background: #F1BD0E;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

#log a:active {
	font: bold 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100px;
	background: #666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

/* style for username display under login button */

#user {
	font: bold 12px/16px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #000;
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 125px;
	height: 16px;
}

/* styles for breadcrumb table */

#crumbs {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #933;
    background: #eee;
	height: 15px;
	width: 100%;
	border-left: 10px solid #933;
	display: table;
	padding-top: 3px;
	padding-bottom: 3px;
	text-indent: 120px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	margin: 0px;
}

#crumbs a
{
	color: #03c;
	background: #eee;
	text-decoration: underline;
	font-weight: 500;
}

#crumbs a:hover
{
	color: #933;
	background: #eee;
	text-decoration: none;
	font-weight: 500;
}

/* left navbar styles */

#leftnav {
	font: 12px normal Arial, Verdana, Helvetica, sans-serif;
    line-height: 16px;
    margin: 0;
	padding: 7px 0 3px 0;
    width: 115px;
	vertical-align: top;
	display: block;
	color: #666;
	border-top: none;
	border-bottom: 12px solid #eee;
	border-left: none;
	border-right: 2px solid #eee;
    /*float: left;*/
}

#leftnav ul {
	list-style-type: none;
	text-indent: 0;
	width: 115px;
	margin: 0 0 10px 0;
	padding: 0;
}

#leftnav li {
	font: 12px normal Arial, Verdana, Helvetica, sans-serif;
    line-height: 16px;
	text-align: right;
	width: 115px;
	margin: 0;
	padding: 0;
	text-indent: 0;
	display: block;
	list-style-type: none;
}

#leftnav li.here {
	list-style-type: none;
	font: 12px normal Arial, Verdana, Helvetica, sans-serif;
	line-height: 16px;
	text-align: right;
	text-indent: 0;
	width: 115px;
	color: #000;
    display: block;
	margin: 0;
    padding: 0;
}

#leftnav li.editnav {
	font: 10px bold Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	text-indent: 0;
	width: 115px;
	margin: 0;
	padding-right: 15px;
	display: block;
	list-style-type: none;
}
