@charset "utf-8";
#whole {
	width: 990px;
	left: 0px;
	top: 0px;
	background: #ccc;
	position: relative;
	height: 500px;
}
#whole #logoup {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 272px;
	height: 136px;
	border: 0px;
	padding: 0px;
}
#whole #rightup {
	height: 136px;
	position: absolute;
	width: 718px;
	left: 272px;
	top: 0px;
	background-image: url(../images/up_spacer.jpg);
	border: 0px;
	padding: 0px;
}
#whole #uptext {
	left: 180px;
	width: 630px;
	position: absolute;
	height: 35px;
	top: 5px;
}
#whole #panoram {
	left: 272px;
	width: 650px;
	position: absolute;
	height: 95px;
	top: 45px;
}
#whole #searchdiv {
	top: 5px;
	height: 45px;
	left: 800px;
	width: 190px;
	position: absolute;
}
#whole #logolow {
	top: 136px;
	position: absolute;
	height: 44px;
	width: 180px;
	left: 0px;
        background-image: url(../images/lowspacer.jpg);
}
#whole #topmenu {
	left: 180px;
	height: 34px;
	top: 136px;
	width: 660px;
	position: absolute;
	background-image: url(../images/lowspacer.jpg);
        padding-top: 5px;
        padding-left: 15px;
}
#whole #langmenu {
	left: 840px;
	height: 44px;
	width: 150px;
	top: 136px;
	position: absolute;
	background-image: url(../images/lowspacer.jpg);
        text-align:center;
        padding-top:10px;
}
#whole #left {
	left: 0px;
	top: 180px;
	width: 180px;
	height: 2400px;
	position: absolute;
        background-color: #156f9f;
}
#whole #content {
	width: 648px;
	top: 170px;
	left: 180px;
	position: absolute;
	height: 2400px;
	background: #fff;
	overflow: auto;
	padding: 6px;
}
#right {
	background: #156f9f;
	position: absolute;
	top: 180px;
	left: 840px;
	width: 142px;
	height: 2400px;
        padding-left:8px;
       
        
}
#whole #counter {
	background: #156f9f;
        position: absolute;
	left: 840px;
	width: 142px;
	height: 35px;
        top: 2345px;
        padding: 0px;
        border: 0px;
}
#whole #footer {
	width: 990px;
	height: 20px;
	left: 0px;
	top: 2400px;
	position: absolute;
	background: #156f9f;
}

img{
	border:none;
}
#content a:link, #content a:visited {
	color: #156f9f; text-decoration: none;
	font-weight: normal;
}
a:link, a:visited {
	color: #000000; text-decoration: none;
	font-weight: bold;
}
body.contentpane {
	width: 100%; /* Printable Page */
	
}







.componentheading {
	color:#555555;
	text-align: left;
	padding-left: 5px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	font-family:Tahoma;
	margin-top:0px;
	margin-bottom:2px;
	}
.contentheading {
	color:#555555;
	text-align: left;
	padding-left: 5px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-size: 13px;
	font-family:Tahoma;
	margin-top:0px;
	margin-bottom:2px;
}
.createdate {
	height: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	color:#999999;
	font-size: 11px;
}
table.contentpaneopen{
       width: 99%;
       padding: 2px;
}