* {
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
}

body {
	width: 100%;
	background-color: #C9D8DD;
}

body {
	font-family: "Arial";
	font-size: 68%;
}

h1 {
	padding-top: 19px;
	padding-left: 16px;
	height: 31px;
	color: #14509B;
	font-size: 175%;
	background: url("images/h1.png") repeat-x;
}

h2 {
	padding-top: 19px;
	padding-bottom: 1em;
	font-size: 180%;
	font-weight: normal;
}

h3 {
	font-size: 140%;
	padding: 3px 17px;
	color: white;
	margin: 12px 0px 21px 0px;
	background-color: #14509B;
}

h4 {
	padding: 1px 10px 3px 10px;
	text-align: center;
	margin-bottom: 14px;
	color: #FFF;
	font-weight: normal;
	font-size: 140%;
	background: #0D2B5A url("images/h4.png") repeat-x;
}

span.gormenrazd {
	color: #fff;
}

a {
	color: #3B73BD;
}

	.link {
		color: #3B73BD;
		cursor: pointer;
	}

	.special, a.special {
		text-decoration: none;
	}

		.special:hover {
		}

p {
	padding-bottom: 1em;
}


table {
	border-collapse: collapse;
}

img {
	border: 0px none;
}
img.addimgnews{
    padding: 0px;
	margin: 0 9px 3px 0;
}
img.addimg{
    padding: 0px;
	margin: 5px;
}


#left50 {
	padding-left: 50%;
}

	#wrapper {
		width: 1002px;
		margin-left: -502px;
		background-color: #FFF;
	}

		#preHeader {
			position: relative;
			height: 27px;
			background: url("images/preHeader.png") repeat-x;
		}

			#techMenu {
				position: absolute;
				top: 7px;
				left: 72px;
			}

				#techMenu img {
					margin-right: 29px;
				}

			#pageTools {
				position: absolute;
				right: 0px;
				top: 3px;
			}

				#pageTools table {

				}

					#pageTools td {
						font-size: 9pt;
						padding: 0px 12px;
						overflow: hidden;
						border-right: 1px solid #14509B;
						white-space: nowrap;
					}

						#print {

						}

							#print span  {
								float: left;
								margin-top: 3px;
							}

							#print img {
								margin-top: 3px;
							}

		#header {
			position: relative;
			height: 99px;
			color: #FFF;
			font-size: 8pt;
			background-image: url("images/header.jpg");
		}

			#currentDate {
				position: absolute;
				right: 17px;
				top: 12px;
				text-align: right;
			}

			#lang {
				position: absolute;
				right: 17px;
				bottom: 14px;
				text-align: right;
			}

				#lang a, #lang span {
					color: white;
				}

				#lang .active {
					font-weight: bold;
				}

			#searchBox {
				position: absolute;
				left: 370px;
				top: 71px;
			}

				#searchQuery {
					width: 165px;
				}

				#searchSubmit {
					width: 25px;
					height: 17px;
					border: 0px none;
					cursor: pointer;
					background: url("images/lupa.jpg") no-repeat 0px 2px;
				}

				#question {
					padding-bottom: 11px;
					color: #14509B;
				}

		#menuBar {
			display: block;
			height: 22px;
			margin: 2px 0px;
			list-style-type: none;
			background: url("images/menuBar.png") repeat-x;
		}

			#menuBar li {
				position: relative;
				float: left;
				width: 198px;
				height: 19px;
				padding-top: 3px;
				text-align: center;
				vertical-align: center;
				font-size: 9pt;
				border-right: 2px solid #FFF;
				z-index: 20;
			}

				#menuBar li a {
					color: #FFF;
					text-decoration: none;
				}

				#menuBar li ul {
					position: absolute;
					left: 0px;
					top: 14px;
					display: none;
					padding: 8px 0;
					list-style-type: none;
					z-index: 100;
				}

					#menuBar li li {
						width: 200px;
						float: none;
						height: 17px;
						text-align: left;
						font-size: 100%;
						border: 0px none;
						white-space: nowrap;
						padding: 1px 0px 0px 22px;
						background: #E4ECEE;
						border-bottom: 2px solid #D6E1E5;
					}

						#menuBar li li a {
							color: #3B73BD;
						}

							#menuBar li:hover, #menuBar li.jshover {
								background: url("images/menuBarSelect.png");
							}

							#menuBar li:hover ul, #menuBar li.jshover ul {
								display: block;
							}

								#menuBar li:hover li ul, #menuBar li.jshover li ul {
									display: none;
									width: 138px;
									top: -9px;
									left: 133px;
								}

									#menuBar li li:hover, #menuBar li li.jshover {
										background-image: none;
										background-color: #3B73BD;
									}

										#menuBar li li:hover a, #menuBar li li.jshover a {
											color: #FFF;
										}

		#workarea {
		}

			#colLeftBcg {
				position: relative;
				overflow: hidden;
				background: url("images/colLeftBcg.png") repeat-y;
			}

			*html #colLeftBcg {
				overflow: visible;
				height: 1%;
			}

			#colRightBcg {
				position: relative;
				overflow: hidden;
				background: url("images/colRightBcg.png") repeat-y right;
			}

			*html #colRightBcg {
				overflow: visible;
				height: 1%;
			}
				#counters {
					position: absolute;
					width: 205px;
					left: 21px;
					bottom: 15px;
					overflow: hidden;
				}

				*html #counters {
					overflow: visible;
					height: 1%;
				}

					#counters  img {
						margin-right: 10px;
					}

			*html #colRightBcg {
				overflow: visible;
				height: 1%;
			}

			#workarea .colLeft {
				float: left;
				width: 210px;
				padding: 0px 19px;
			}

				#banners {
					padding-top: 20px;
				}

					.banner {
						text-align: center;
						padding-bottom: 15px;
					}

			#workarea .colRight {
				float: right;
				width: 228px;
				padding: 0px 10px;
			}

				#email {
					width: 185px;
					color: #645A59;
				}

			#workarea .colCenter {
				margin: 0px 258px;
			}

			#workarea .colContent {
				margin-left: 258px;
			}

				#workarea .colContent #content {
					padding-right: 20px;
				}

				#content {
					padding-top: 11px;
				}

					#content img {
						float: left;
						padding: 0px 18px 10px 0px;
					}

		#footer {
			margin-top: 2px;
			padding-top: 4px;
			height: 20px;
			font-size: 8pt;
			color: #FFF;
			background: url("images/footer.png") repeat-x;
		}

			#footer a {
				color: #FFF;
				text-decoration: none;
			}

				#footer a:hover {
				}

			#about {
				float: left;
				margin-left: 19px;
			}

			#copyright {
				margin-left: 280px;
			}

dl.new, dl.article {
	margin-bottom: 20px;
}

dl.new {
	padding-left: 8px;
	border-left: 5px solid #645A59;
}

	dl.new dt a, dl.article dt a {
		text-decoration: none;
	}

	dl.new a {
		color: #981A1B;
	}
    dl.new strong {
		color: #981A1B;
	}

		dl.new a:hover, dl.article a:hover {
		}

.newDesc, .articleDesc  {
	margin-top:
}

*html .newDesc, .articleDesc {
	overflow: visible;
	height: 1%;
}

	.newDesc .author, .articleDesc .author {
		padding: 0px 17px;
		padding-bottom: 0.5em;
		font-size: 122%;
		font-weight: bold;
	}

	.newDesc h3 {
		margin-bottom: 7px;
	}

	.articleDesc h3 {
		margin-bottom: 10px;
		background-color: #98181B;
	}

	.newDesc .desc, .articleDesc .desc {
		overflow: hidden;
		padding: 0px 17px;
	}

	*html .newDesc .desc, .articleDesc .desc  {
		overflow: visible;
		height: 1%;
	}

.adv {
	color: #FFF;
	padding: 6px 17px;
	margin-bottom: 18px;
	background-color: #14509B;
	overflow: hidden;
}

html* .adv {
	padding-bottom: 10px;
}

*html .adv {
	padding-bottom: 0px;
	overflow: visible;
	height: 1%;
}

	.adv h3 {
		margin: 0px;
		padding: .6em 0px .6em 0px;
		color: #F2E050;
	}

.checkbox, .radiobutton {
	overflow: visible;
	padding-bottom: 5px;
}

	*html .checkbox span, *html .radiobutton span,
	html* .checkbox span, html* .radiobutton span {
		padding-top: 4px;
	}

*html .checkbox, *html .radiobutton {
	overflow: visible;
	height: 1%;
}

	.checkbox input, .radiobutton input {
		float: left;
	}

	.checkbox span, .radiobutton span {
		display: block;
		margin-left: 18px;
	}

input.red {
	font-size: 100%;
	background-color: #DDB6A4;
}

.brown, a.brown {
	color: #981A1B;
}

.blue {
	color: #14509B;
}

.noFontResize {
	font-size: 8pt;
}

.overflow-hidden {
	overflow: hidden;
}

*html .overflow-hidden {
	overflow: visible;
	height: 1%;
}

#menuLeft {
	list-style: none;
	font-size: 110%;
}

	#menuLeft a {
		color: #000;
		text-decoration: none;
	}

		#menuLeft a:hover {
			text-decoration: underline;
		}

	#menuLeft span {
		color: #981A1B;
		font-weight: bold;
	}

	#menuLeft li {
		padding: 5px 0px 5px 23px;
		border-bottom: 1px solid #B9B2AE;
	}


#content table.tlist1 {
	width: 98%;
	margin: 1em 0px;
	border: 0px;
}
#content td.tdlist1 {
	padding: 8px 8px;
	border: 0px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
}
#content tr.trlist1 {
	border: 0px;
}
#content img.timlist1 {
	padding:0; margin:0;border:0;
}

	
#content table {
	width: 99%;
	margin: 1em 0px;
}

#content table tr.header td {
	text-align: center;
	background-color: #D0DCEB;
}
#content table th {
	background-color: #bed0d5;
	padding: 5px 10px;
	border: 1px solid #686E76;
	text-align: left;
}

#content table td {
	padding: 5px 10px;
	border: 1px solid #686E76;
	text-align: left;
}

#content ul{
padding: 0 0 0 2em;
margin: 0px;
}
#content ul li {
padding: 0px;
margin: 0 0 0 1em;
}

ul.jk_main{
padding: 0 0 0 2em;
margin: 0em;
}
li.jk_main_li {
padding: 0 0 0 0em;
margin: 0;
}

#content ul.old {
		padding: 0 0 0 1em;
}
#content li.old {
		padding: 0 0 0 1em;
}

FORM {
padding: 0px;
margin: 0px;
}

#content INPUT {
BORDER: #ccc 1px solid;
COLOR: #000;
font-weight: normal;
font-size: ;
font-family: ;
BACKGROUND: #fff url(/data/page_design/p149_2.jpg) repeat-x 0 0;
}
#content INPUT.submit {
BORDER: #666 1px solid;
background: #ccc;
COLOR: #000;
font-weight: bold;
font-size: ;
font-family: ;
margin: 3px 0 0;
}
#content INPUT.sub100w {
background: #ccc;
width: 100%;
COLOR: #000;
width:100%;
font-weight: bold;
font-size: ;
font-family: ;
}

#content TEXTAREA {
BORDER: #ccc 1px solid;
COLOR: #000;
font-weight: normal;
width:100%;
font-size: ;
font-family: ;
BACKGROUND: #fff url(/data/page_design/p149_2.jpg) repeat-x 0 0;
}
#content INPUT.radio {
BORDER: #ccc 1px solid;
COLOR: #000;
font-weight: normal;
font-size: ;
font-family: ;
background: #ccc;
}
#content img {
}
form.f100w {
text-align: right;
width: 99%;
padding: 0;
margin: 0;
}
input.i90w {
COLOR: black;
width: 80%;
}
input.i100w {
COLOR: black;
width: 100%;
}
TEXTAREA.t100w {
COLOR: black;
width: 100%;
}



#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#pprevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nnextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}