@import url("mainMenu.css");
@import url("icons.css");

/* main */

body {
	min-width: 780px;
	padding: 0; margin: 0;
	background: White;
	color: #444;
	font: medium/120% Tahoma, sans-serif;
}
img.png {behavior: url(/scripts/png.htc)}
a img {border: none}
form {margin: 0; padding: 0}
input, textarea, button {
	padding: 2px 3px; margin: 0;
	color: #4C4C4C;
	border: 1px solid #777;
	font: medium/120% Tahoma, sans-serif;
}
table {border-collapse: collapse}
td{padding: 0}
ul, ol {
	padding: 0; margin: 0.5em 0 1em 0.5em;
	/*border: 1px solid green;*/
}
	li {
		padding: 0 0 0 5px; margin: 0.5em 0 0.5em 20px;
		line-height: 120%;
		/*border: 1px solid red;*/
	}
a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	color: #039;
	text-decoration: none;
}
a:hover {color: #05F}
a:active {
	color: #C40;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	margin: 2em 0 0 0; padding: 0;
	color: #CC5F29;
	line-height: 110%;
}
h1 {
	padding: 4px 20px 6px 20px; margin: 0;
	background: #FF9B66;
	color: White;
	border-top: 1px solid white;
	font-size: large;
	float: left;
	white-space: nowrap;
}
h2 {margin-top: 0.5em}
h2 {font-size: x-large;}
h3 {font-size: large;}
h4 {font-size: small;}
h5 {font-size: x-small;}
h6 {font-size: xx-small;}

p {
	margin: 0.5em 0 1em 0;
	line-height: 120%;
}
hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #CCC;
	clear: both;
}

/* page structure */

div#subHeader {
	height: 25px;
	background: #E6E6E6;
	color: #777;
	font-size: 11px;
	line-height: 120%;
}
	div#subHeader div#date {
		float: left;
		padding: 5px 0 0 20px;
	}
	div#langChooser {
		padding: 5px 20px 0 20px;
		float: right;
		font-weight: bold;
	}
		div#langChooser img {
			width: 21px; height: 15px; margin: 0 5px 0 15px;
			vertical-align: middle;
			/*behavior: url(/scripts/png.htc);*/
		}
		div#langChooser a {
			font-weight: normal;
			text-decoration: underline;
		}

	div#searchPicker {
		height: 21px; padding: 3px 20px 1px 5px;
		background: White;
		color: #039;
		float: right;
		cursor: default;
	}
		div.searchPickerHighlight {color: #05F !important}
		div#searchPicker img {
			width: 18px; height: 18px; margin: 0 5px;
			vertical-align: middle;
			behavior: url(/scripts/png.htc);
		}
	
	div#searchFormPanel {
		position: absolute; right: 0; top: 25px;
		display: none;
	}
		div#searchFormPanel img {
			width: 270px; height: 45px;
			position: absolute; right: 0; top: 0;
			behavior: url(/scripts/png.htc);
		}
		div#searchFormPanel input {
			width: 140px; height: 16px;
			position: absolute; right: 105px; top: 10px;
			font-size: small;
		}
		div#searchFormPanel button {
			width: 70px; height: 22px; padding: 1px;
			position: absolute; right: 20px; top: 10px;
			font-size: small;
		}
		

div#header {
	height: 108px;
	border-top: 1px solid white;
	background: #7A9CCC url(../images/headerBg.png) repeat-x;
}
	img#headerLogo {
		width: 246px; height: 130px;
		position: absolute;
		top: 0;
		behavior: url(/scripts/png.htc);
	}
	div#header h1 {
		margin: 12px 0 0 260px; padding: 0;
		color: #13314C;
		background: transparent;
		border: none;
		float: none;
		font-weight: normal; font-size: 22px; line-height: 24px;
		white-space: nowrap;
	}
	div#header h2 {
		margin: 15px 0 0 260px;
		color: #E6F2FF;
		font-size: 13px; font-weight: normal; letter-spacing: 0.07em;
		white-space: nowrap;
	}

div#status {
	height: 20px; padding: 2px 20px 3px 20px;
	border-top: 1px solid #CCC;
	background: #E6E6E6;
	color: #555;
	font-size: small;
	line-height: 120%;
	white-space: nowrap;
}
	div#status img {
			width: 16px; height: 16px; margin-right: 5px;
			vertical-align: middle;
			behavior: url(/scripts/png.htc);
		}
	div#status a#printWindow {
		background: #E6E6E6;
		color: #444;
		position: absolute;
		right: 20px;
		font-size: x-small;
		text-decoration: underline;
	}	
div#footer {
	padding: 10px 20px;
	background: #EBEBEB;
	border-top: 1px solid #CCC;
	color: #777;
	font-size: 11px;
	line-height: 120%;
	clear: both;
}
	div#footer a {
		text-decoration: underline;
	}
	div#footer div.baners img {
		margin: 0 0 5px 5px;
		float: right;
	}

/* icons */
li.ico {
	margin-left: 1px !important;
	padding-left: 24px;
	background-position: left !important;
	list-style: none;
}

/* Content */

div.pageContent {
	padding: 40px; padding-bottom: 20px; margin-right: 22%;
	/*border: 1px solid #DDD;*/
}
div.homePage {
	padding: 0; margin: 0;
}
	div.homePage table.structure {
		width: 100%;
	}
		td.structureCell {
			width: 50%; padding: 10px 20px;
			vertical-align: top;
		}
			div.homePage p,
			div.homePage td,
			div.homePage li {
				font-size: small;
			}
			div.homePage ul,
			div.pageMenuContent ul {
				margin-left: 5px;
			}
			div.homePage li,
			div.pageMenuContent li {
				margin: 0.3em 0 0.3em 20px;
			}
			div.homePage h2 {
				font-size: large;
			}

div#pageMenu {
	width: 22%; margin-top: 30px;
	background: #EFF5FF;
	float: right;
}
	div#pageMenu h3 {
		padding: 10px; margin: 0;
		background: #A1BEE6;
		color: White;
		font-size: small;
	}
	div.pageMenuContent {
		padding: 10px;
		font-size: small;
	}
div.woPageMenu {margin-right: 0}
span.kwHLighter {
	color: Red;
	font-weight: bold;
}
div#pager {
	margin-left: 40%;
	text-align: right;
	color: #999;
}
span.img {
	margin: 10px 20px;
	display: block;
}
span.img img.png {
	width: 32px;
	height: 32px;
	margin: 0 0 2px -34px;
	behavior: url(/scripts/png.htc);
	}
span.img img {
	cursor: pointer;
	}
.photo {
	MARGIN: 10px 20px;
}
*.disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
		progid:DXImageTransform.Microsoft.BasicImage(grayScale = 1)
}

