/* layout.css -- Orthomol Design Portal, 2012-03-01 caugustin.de */

@import "../../lib/css/columns.24.168.264.552.744.css";
@import "../../lib/css/layout.centered.css";

body {
	background-color: rgb(204, 204, 204);
}

@media print {
	body {
		background: none;
	}
}


/* Page ... */

#Page {
	width: 984px; /* 24 + 936 + 24 */
	background-color: white;
	box-shadow: 0 0 5px gray;
	-o-box-shadow: 0 0 5px gray;
	-moz-box-shadow: 0 0 5px gray;
	-webkit-box-shadow: 0 0 5px gray;
	box-shadow: 0 0 9px gray\9; /* IE(678)9 */
}
.showLayout #Page {
	background-image: url(../../lib/media/cols.24.24.png), url(../../lib/media/vgrid.18-6.gif);
	background-position: 24px 0;
}
@media print {
	#Page {
		width: 744px;
		margin: 0.25in 0.5in;
		box-shadow: none !important;
		-o-box-shadow: none !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
	}
}



/* Header ... */

#Header {
	height: 132px;
	background-color: rgb(0, 85, 195);
	background-image: url(../media/header.bg.gif);
	margin-bottom: 48px;
}

#Logo {
	font-weight: bold;
	color: white;
	font-size: 24px;
	position: absolute;
	top: 20px;
	left: 23px;
}
#Logo a {
	color: inherit;
}
#HeaderTitle {
	font-weight: normal;
	color: rgb(185, 195, 0);
	font-size: 52px;
	line-height: 52px;
	position: absolute;
	bottom: 23px;
	left: 216px;
}

#MetaNavigation {
	font-size: 12px;
	color: white;
	line-height: 12px;
	position: absolute;
	right: 24px;
	top: 26px;
}
#MetaNavigation .home { display: none; }
#MetaNavigation a,
#MetaNavigation a:link,
#MetaNavigation a:visited {
	font-weight: normal;
	color: white;
}
#MetaNavigation a:link:hover,
#MetaNavigation a:visited:hover { color: rgb(100, 195, 215); }
#MetaNavigation span.logout { display: none; }
#MetaNavigation a.logout {
	position: absolute;
	right: 0px;
	top: 24px;
}

#HeaderSearch {
	position: absolute;
	right: 24px;
	bottom: 36px;
	width: 166px;
	line-height: 100%;
	/*border: 1px solid rgb(185, 195, 0);*/
	background-color: rgb(185, 195, 0);
	padding: 1px;
	_display: none; /* IE6, crashes when clicking on search field */
}
#HeaderSearch .screen-reader-text { display: none; }
#HeaderSearch input {
	vertical-align: bottom;
	position: relative;
	top: 0px;
	font-size: 13px;
}
#HeaderSearch input.s {
    background-color: white;
    width: 143px;
    height: 16px;
    padding: 0;
    border: none;
    line-height: 15px;
    color: rgb(17, 60, 43);
	*float: left; /* IE67 */
}
#HeaderSearch input.sb {
	float: right;
	display: inline;
	margin: 0 -1px 0 -2px;
	border-left: 2px solid rgb(185, 195, 0) !important;
	border-right: 4px solid rgb(185, 195, 0) !important;
}
@media print {
	#HeaderSearch { display: none; }
}


#Breadcrumb {
	display: none;
}

#Header .Print {
	display: none;
}
#Header .Print a {
	position: absolute;
	z-index: 100;
	width: 138px;
	top: 183px;
	right: 24px;
	font-size: 12px;
	line-height: 12px;
	padding: 2px 0 10px 30px; 
	background: 0 3px no-repeat url(../media/orthomol_print.gif);
	font-weight: normal;
}
.jsPrint #Header .Print { display: block; }
.jsPrint .Sectionpage #Header .Print { display: none; }
.Titlepage #Header .Print a { top: 429px; }

@media print {
	#MetaNavigation, .Print { display: none !important; }
}


/* Main area ... */

#Main { top: -1px; }
.notIE8:target, .isMsie #Main, .isGecko #Main {
	/* all IE except IE8, Firefox */
	top: -2px;
}


/* Navigation ... */

#Navigation {
	width: 192px;
	margin: 0 24px 0 0px;
}
.notIE8:target, .isMsie #Navigation,
.isGecko #Navigation {
	/* all IE except IE8, Firefox */
	top: 1px;
}
#Navigation>ul.outline {
	margin: 0;
	border-bottom: 1px solid rgb(0, 85, 155);
	_zoom: 1; /* IE6 */
}
#Navigation>ul.outline li {
	border-top: 1px solid rgb(0, 85, 155);
	padding: 9px 0 8px 24px;
	*zoom: 1; /* IE67 */
}
.notIE8:target, .isMsie #Navigation ul.outline li,
.isGecko #Navigation>ul.outline .li {
	/* all IE except IE8, Firefox */
	padding: 8px 0 9px 24px;
}
#Navigation>ul.outline li li,
.isMsie #Navigation ul.outline li li,
.isGecko #Navigation ul.outline li li {
	padding: 0;
	margin-left: 12px;
	border-top: none;
}
#Navigation>ul.outline li li.branchOpen + li {
	margin-top: 12px;
}
#Navigation>ul.outline li li.branchOpen.level_3 + li {
	margin-top: 0;
}
#Navigation a,
#Navigation a:link,
#Navigation a:visited {
	font-weight: normal;
	color: rgb(0, 85, 155);
	display: block;
	*height: 1%; /* IE67 */
}
#Navigation a.current,
#Navigation a.branchOpen {
	font-weight: bold;
	line-height: 18px;
}
#Navigation a:link:hover,
#Navigation a:visited:hover {
	color: rgb(100, 195, 215);
}

#Navigation .login_form {
	position: relative;
	margin: -12px 0 0 24px;
}
#Navigation .login_form .warning {
	position: absolute;
	text-align: left !important;
	font-weight: bold;
	/*
	top: 136px;
	color: rgb(255, 0, 110);
	*/
	top: 138px;
	padding: 6px 8px;
	background: rgb(255, 0, 110);
	color: white;
}
#Navigation .login_form .login_label {
	color: rgb(0, 85, 155);
	margin: 12px 0 6px 0;
	position: relative;
	top: -1px;
}
#Navigation .login_form .login_input input {
	vertical-align: bottom;
	position: relative;
	top: 0px;
	font-size: 13px;
    background-color: white;
    width: 162px;
    height: 16px;
    padding: 0 2px 0 2px;
    border: 1px solid rgb(0, 85, 155);
    line-height: 15px;
    color: black;
}
#Navigation .login_form .login_button0 a {
	display: block;
	*height: 1%; /* IE67 */
	background: 0 4px no-repeat url(../media/ul.li.links.png);
	padding-left: 16px;
	position: relative;
	top: -1px;
	cursor: pointer;
}

#Navigation input[type=submit] {
	background: 0 4px no-repeat url(../media/ul.li.links.png);
	padding-left: 16px;
    border:0 none;   
	color: rgb(0, 85, 155);
	cursor: pointer;
}
	

@media print {
	#Navigation { display: none; }
}



/* Content ... */

#Content {
	margin: 0;
}


/* Sidebar ... */

#Sidebar {
	width: 168px;
	margin: 0 24px 0 0;
}
.Sectionpage #Sidebar,
.Titlepage #Sidebar {
	margin-top: 246px;
}

@media print {
	#Sidebar { margin: 0; }
}


/* Footer ... */

#Footer {
	color: rgb(135, 150, 155);
	padding: 24px 216px 24px 216px;
}
@media print {
	#Footer { padding: 24px 192px 24px 0; }
}