/* grid.css */
* {
	margin: 0;
}
html,body{
	margin:0;
	padding:0;
	text-align: center;
	height: 100%;
}

div#bodyborder {
	border-top: 3px solid #00629F;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -30px;: 
}
div.push { height: 30px; }
div#bodycontainer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

div#header {
	position: relative;
	width: 100%;
	height: 54px;
}
#logo {
	width: 123px;
	border-right: 1px solid #ccc;
	height: 45px;
	position: absolute;
	left: 10px;
	top: 6px;
}
#sitename {
	font-size: 14px;
	text-transform: uppercase;
	height: 20px;
	line-height: 18px;
	font-weight: bold;
	position: absolute;
	top: 13px;
	left: 159px;
	color: #FF6633;
}
#learningcenter {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	height: 30px;
	position: absolute;
	left: 159px;
	top: 26px;
}
#usermodules {
	width: 184px;
	height: 54px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 10px;
}
#userleft, #userright {
	width: 92px;
	height: 26px;
	position: absolute;
	top: 5px;
}
#userleft { left: 0; }
#userright { left: 92px; }


#titlebar {
	width: 100%;
	height: 39px;
	line-height: 39px;
	position: relative;
	margin-bottom: 20px;
}
#bannergraphic {
	width: 232px;
	height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	margin-bottom: 1px;
}
#infobar {
	width: 100%;
	height: 62px;
	position: relative;
	background-color: #e6e6e6;
	margin: 0 0 20px;
}
#breadcrumbs {
	height: 62px;
	position: absolute;
	left: 10px;
	line-height: 62px;
	color: #666;
	font-weight: bold;
}
#iconmodules {
	height: 25px;
	position: absolute;
	top: 6px;
	right: 15px;
	text-align: right;
}
#searchmodules {
	height: 23px;
	position: absolute;
	bottom: 2px;
	right: 0px;
	text-align: left;
	width: 184px;
}
#mod_search_searchword { margin-right: 5px; width: 85px; font-size: 10px; }
#searchmodules input.button { font-size: 10px; }

div#componentwrapper {
	float: left;
	width: 100%;
}
div#component {
	margin: 0 260px 0 210px;
}
#mainbarwithleft div#component {
	margin: 0 15px 0 210px;
}
#mainbarwithright div#component {
	margin: 0 260px 0 15px;
}
#mainbarwithnone div#component {
	margin: 0 15px;
}
#breadcrumbmodule {
	line-height: 1.5em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
}

div#leftmods {
	float: left;
	width: 160px;
	margin-left:-100%;
}
div#rightmods {
	float: left;
	width: 160px;
	margin-left: -190px;
}
#mainbar, #mainbarwithleft, #mainbarwithright, #mainbarwithnone {
	overflow: auto;
	margin-bottom: 40px;
}

div#footerbar {
	clear: left;
	background-color: #666666;
	color: #fff;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#leftmods ul, #rightmods ul {
	margin: 0;
	padding: 0;
}
#leftmods li, #rightmods li {
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 5px 5px;
	border-bottom: 1px solid #eee;
	line-height: 1.35em;
}
#leftmods li a, #rightmods li a {
	color: #666666;
	text-decoration: none;
}
#leftmods li a:hover, #rightmods li a:hover { text-decoration: underline; }
#leftmods .moduletable, #rightmods .moduletable {
	margin-bottom: 20px;
}
