body {
	background: url(images/bg.png) repeat-x #d1d1d1;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	margin-bottom: 26px;
}

#main {
	margin: 0 auto;
	width: 958px;
}

#head #logo {
	background: url(images/logo.png) no-repeat;
	height: 118px;
	padding-left: 12px;
}

#head #logo a#home {
	display: block;
	height: 110px;
	width: 300px;
	float: left;
}

#head #language {
	float: left;
	padding-left: 123px;
	padding-top: 83px;
}

#head #banner {
	position: relative;
	background: url(images/head.png) no-repeat;
	height: 207px;
	padding-left: 12px;
	padding-right: 5px;
}

#head #banner h1 {
	z-index: 50;
	position: absolute;
	top: 0;
	left: 0;
}

#head #banner h1 {
	margin: 0;
	padding-left: 203px;
	padding-top: 178px;
	font-size: 15px;
	border: none;
}

#content {
	background: url(images/content.png) repeat-y;
}

#content #left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content #left li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}


#content #left li ul {
	display: none;
}

#content #left li ul li a {
	padding-left: 23px;
	list-style: disc;
	height: 21px;
	padding-top: 7px;
}

#content #left ul.opened {
	display: inline;
}

#content #left li ul li ul li a {
	padding-left: 31px;
	height: 20px;
	border-top: 1px dashed #ccc;
	padding-top: 6px;
}


#content #left li ul li ul li ul li a {
	padding-left: 39px;
	height: 18px;
	border-top: 1px dashed #ccc;
	font-style: italic;
	padding-top: 4px;
}

#content #left a {
	display: block;
	background: url(images/nav.png) no-repeat;
	padding-top: 8px;
	height: 22px;
	padding-left: 15px;
	border-top: 1px solid #ccc;
}

#content #left li.active a {
	font-weight: bold;
}

#content #left li.active ul a {
	font-weight: normal;
}

#content #left a:hover {
	background: url(images/nav_hover.png) no-repeat;
}

#content #left {
	padding-left: 12px;
	float: left;
	width: 177px;
}

#content #left h1 {
	display: none;
}

#content #center {
	float: left;
	width: 530px;
	min-height: 300px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/content_bg.png) no-repeat;
}

#content #center {
	line-height: 1.7;	
}

#content #center p {
	margin-bottom: 10px;	
}

#content #right {
	float: left;
	width: 180px;
}

#content #right div {
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;	
}

#content #right h1 {
	margin: 0;
	padding: 0;
	background: url(images/subnav_head.png) no-repeat;
	font-size: 12px;
	height:	21px;
	color: #fff;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 15px;
	border: none;
}

#content #right ul {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

#foot {
	height: 59px;
	background: url(images/foot.png) no-repeat;
	padding-left: 760px;
	padding-top: 70px;
}

#foot a {
	display: block;
	height: 20px;
	width: 160px;
}

table.grouptable  {
	width: 100%;
}

table.grouptable td {
	font-size: 10px;
	background: #ccc;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

table.grouptable td.isingroup {
	background: #06377a;
	color: #fff;
}


table.classtable  {
	width: 100%;
}

table.classtable td {
	font-size: 10px;
	background: #ccc;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
}

table.classtable td.isingroup {
	background: #06377a;
	color: #fff;
}



#ec_debug {
	background: #414141 url(images/debug.png) no-repeat right;
	display: block;
	height: 26px;
	position: fixed;
	width: 100%;
	bottom: 0;
	color: #ffffff;
}

#ec_debug ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 18px;
}

#ec_debug li {
	display: inline;
	float: left;
	height: 26px;
}

#ec_debug a, #ec_debug p{
	display: block;
	height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	color: #ffffff;
	text-decoration: none;
}

#ec_debug a:hover {
	background: #666666;
}

#ec_debug_errors, #ec_debug_dbquerys {
	height: 200px;
	position: fixed;
	width: 100%;
	bottom: 26px;
	color: #ffffff;
	padding: 20px;
	overflow: auto;
	display: none;
}

#ec_debug_errors {
	background: #CC0000;
}

#ec_debug_dbquerys {
	background: #006600;
}

