@media screen {

/*
 * #######################
 * ### Main Containers ###
 * #######################
 */

body {
	background-image: url("../res/pictures/sidebarBackground.gif");
	background-repeat: repeat-y;
}

#container {
	min-width: 1000px;
}

#sidebar {
	width: 200px;
	background-color: #B3E2FF;
	border-right: 1px solid #0072BD;
	position: absolute;
	left: 0;
}

#content {
	padding: 10px;
	margin-left: 200px;
}

#top, #bottom {
	width: 100%;
}

#bottom {
	position: fixed;
	bottom: 0;
	left: 201px;
}

.topBottom {
	margin: 0 10px 0 0;
	max-height: 128px;
	overflow: hidden;
}

#top .tbMenu {
	margin-top: 5px;
}

/*
 * ###########
 * ### Top ###
 * ###########
 */

#top #logo {
	border-right: 1px solid #0072BD;
	float: left;
}

#top #writing {
	margin: 11px;
}

#top #hrTop {
	padding: 0.5ex 0;
	width: 100%;
	height: 3ex;
	font-size: 0.9em;
	background-color: #0072BD;
	clear: both;
}

#top #positions {
	float: left;
	width: 80%;
}

#top #functions {
	padding-left: 5px;
	width: 200px;
}

#top #functions img {
	margin-right: 3px;
	vertical-align: middle;
}

#top #functions #services {
	padding-right: 5px;
	float: right;
}

#top #functions h5 a, #top #functions h5 a:visited,
#top #functions h5 a:hover, #top #functions h5 a:focus {
	color: #FFF;
	text-decoration: none;
}

#top #functions {
	float: left;
	width: 200px;
}

#top #functions h5 {
	font-size: 1em;
	float: left;
}

#top #breadcrumb {
	margin-left: 200px;
	padding-left: 10px;
} 

#top #breadcrumb, #top #breadcrumb a {
	color: #FFF;
	font-weight: normal;
}

#top #multiLang {
	padding-right: 10px;
	text-align: right;
	float: right;
}

#top #multiLang .flag img {
	padding-left: 1em;
	vertical-align: middle;
}

/*
 * #############
 * ### Forms ###
 * #############
 */

#search {
	float: left;
}
#sidebar #loginSearch .tx-felogin-pi1 {
  padding: 0 0 5px 5px;
  border-bottom: 5px solid #0072BD;
}
#sidebar #loginSearch h3, #search h3 {
	padding: 5px 0 0 5px;
	font-size: 1em;
}

#search #searchbox {
	padding: 0;
	margin: 0 0 3px 0;
	float: left;
}
#search form {
	float: left;
}
	
#sidebar #login, #sidebar #logout {
	border-bottom: 5px solid #0072BD;
	padding: 0 0 5px 5px;
}

#search input {
	background: transparent url("../res/pictures/search.gif") no-repeat;
}



#sidebar #loginUserInput {
	width: 155px;
	padding-left: 20px!important;
	border-color: #0072BD;
	background-color: #99D9FF;
	background: transparent url("../res/pictures/user.gif") no-repeat;
	background-repeat: repeat-y;
}
#sidebar #loginPassInput {
	width: 155px;
	padding-left: 20px!important;
	border-color: #0072BD;
 	margin-top: 5px;
	background: transparent url("../res/pictures/key.gif") no-repeat;
	background-color: #99D9FF;
	background-repeat: repeat-y;
	
}

#sidebar #login input, #search input {
	padding-left: 20px !important;
}

#sidebar #logout input {
	padding-left: 2px !important;
}

#sidebar #login input, #sidebar #logout input, #search input {
	font-size: 0.9em;
	border-color: #0072BD;
	background-color: #99D9FF;
	background-repeat: repeat-y;
}

#sidebar #loginSubmit {
	width: 0;
	height: 0;
	border: none;
	background-color: #B3E2FF !important;
}

/*
 * ###############
 * ### Content ###
 * ###############
 */

#content #cleft, #content #cright,
#content #ctop, #content #cbottom {
	margin: 0;
	padding: 0;
}

#content #cleft {
	width: 48%;
	float: left;
	clear: both;
}

#content #cright {
	width: 48%;
	float: right;
}

#content #ctop, #content #cbottom {
	clear: both;
}

/*
 * ###############
 * ### Sidebar ###
 * ###############
 */

#sidebar #menu {
	padding: 10px 0 0 0;
	font-size: 0.9em;
	background-color: #99D9FF;
}

#sidebar #menu ul {
	margin: 0;
	padding: 0 0 0 5px;
}

#sidebar #menu ul li {
	margin: 0;
	padding: 0 7px 2px;
	list-style-type: none;
}

#sidebar #menu ul.level1 {
	padding-bottom: 10px;
	border-bottom: 5px solid #0072BD;
}

#sidebar #menu ul li a:link, #sidebar #menu ul li a:visited {
	color: #000;
}

#sidebar #menu ul li a:hover, #sidebar ul li #menu a:focus {
	color: #FFF;
}

#sidebar #menu li.selected {
	font-weight: bold;
}

#sidebar #menu ul.level1, #sidebar #menu ul.level2, #sidebar #menu ul.level3,
#sidebar #menu ul.level4, #sidebar #menu ul.level5 {
	padding-left: 7px;
}

#sidebar #menu li.spacer {
	padding-left: 0;
	color: #0072BD;
	font-weight: bold;
}

#sidebar #miscField {
	background-color: #99D9FF;
	border-bottom: 5px solid #0072BD;
}

/*
 * #######################
 * ### Top/Bottom Menu ###
 * #######################
 */

dl.tbMenu {
	margin: 0;
}

.tbMenu .accessKey {
	text-decoration: underline;
}

.tbMenu dt a, .tbMenu dt a:visited {
	color: #0072BD;
}

.tbMenu dt a:hover, .tbMenu dt:hover a {
	color: #FFF;
}

.tbMenu dt {
	margin: 0;
	padding: 0 10px 3px 10px;
	background-color: #B3E2FF;
	border-right: 1px solid #0072BD;
	border-top: 1px solid #0072BD;
	display: block;
	float: left;
}

.tbMenu dt.selected {
	background-color: #0072BD;
}

.tbMenu dt.selected a, tbMenu dt.selected a:visited,
.tbMenu dt.selected a:hover, tbMenu dt.selected a:focus,
.tbMenu dt:hover, .tbMenu dt.selected {
	color: #FFF !important;
}

} /* end media screen */

@media print {
	#top, #bottom, #sidebar,
	#content #loginSearch { display: none; }

	#content {
		padding: 0;
		margin: 0;
		display: block;
	}
}


