
/* Body Style */
body {
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 10px 0px;
	background-color: #0a63ac;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Verdana, Helvetica, sans-serif;
}

/* standard Hyperlink */
a {
	color: #0a63ac;
}

a:hover {
	color: #f71e1e;
}

/* standard Form */
form {
	margin: 0px;
}
select{
}
textarea {
	overflow: auto;
	font-size: 12px;
	font-family: arial;
}


/* standard cell */
td, th {
}

img, object {
	border: 0px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 0px 0px;
}

sup {
	font-weight: lighter;
	font-size: 0.7em;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	height: 0px;
	overflow: hidden;
}

/* --------- main element -------- */
.body {
	padding: 24px 0px 0px 0px;
	text-align: center;
	background: url(../images/bgWind.jpg) top center no-repeat #f8f8f8;
}
.container {
	width: 960px;
	margin: 0px auto;
	padding: 0px 5px;
	background: url(../images/bgSide.gif) top center no-repeat;
}
.mainPage {
	padding: 0px 8px;
	text-align: left;
	background-color: #fff;
}

/* --------- header layout -------- */
.header {
	height: 240px;
	padding: 0px;
	overflow: hidden;
}
.headerTop {
	height: 100px;
	padding: 0px;
	overflow: hidden;
}
a.sitename {
	float: left;
}
.search {
	float: right;
	width: 230px;
	margin-top: 30px;
	padding: 10px 20px 10px 24px;
	background: url(../images/bgSearch.gif) no-repeat;
	background-position: 0px 10px;
}
input.searchText {
	float: left;
	width: 165px;
	height: 14px;
	font-size: 11px;
	color: #666666;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 1px;
	background-color: #fff;
	border: 1px solid #d0d0d0;
}
input.searchText:focus {
	border: 1px solid #999;
}
.content input.searchText {
	float: none;
	width: 320px;
	height: 15px;
	color: #333;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
input.fileTxt {
	color: #333;
	font-size: 11px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.content select.searchSelect {
	width: 326px;
	padding: 2px;
	color: #333;
	font-size: 11px;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.content textarea.searchTxtarea {
	width: 320px;
	height: 120px;
	color: #333;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	overflow: auto;
}
input.searchBtn {
	width: 58px;
	float: left;
	height: 18px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	background: url(../images/searchBtn.gif) top left repeat-x #d2d6db;
	border: 1px solid #d0d0d0;
	cursor: pointer;
}
.content input.searchBtn {
	width: auto;
	height: auto;
	float: none;
	font-size: 10px;
	padding: 1px 8px;
	color: #fff;
	font-weight: bold;
	background: #a0a5a9;
	border: 1px solid #8c949a;
	cursor: pointer;
}
.headerImg {
	height: 140px;
	padding: 0px;
}
.headerImg img, .headerImg object {
	border: none;
}

/* --------- wrapper layout -------- */
.wrapper {
	padding:0px;
	background: url(../images/bgLine.gif) top right repeat-y #fff;
}
.sidebar {
	width: 208px;
	padding: 0px;
	float: left;
	display: block;
}
.main {
	width: 688px;
	padding: 19px;
	float: right;
	display: block;
	background: url(../images/bgWrap.gif) top left no-repeat;
}
.page {
	width: 480px;
	padding: 0px;
	float: left;
	display: block;	
}
.rightside {
	width: 180px;
	padding: 0px;
	overflow: hidden;
	float: right;
	display: block;
}

.content {

}

h1.pageTitle {
	color: #353535;
	margin: 10px 0px !important;
	padding: 10px 0px 5px 0px !important;
	font-size: 16px;
}
h2.subTitle {
	color: #353535;
	margin: 20px 0px 15px 0px !important;
	padding: 5px 0px !important;
	font-size: 12px;
	border-bottom: 1px solid #e0e0e0;
}
h3.head03 {
	color: #0a63ac;
	margin: 5px 0px !important;
	padding: 5px 0px !important;
	font-size: 12px;
}
.content p {
	margin: 15px 0px !important;
	line-height: 160%;
}
.content b {
	color: #353535;
}
.content ul {
	margin-top: 15px;
	margin-bottom: 20px;
}
.content ul li {
	margin: 8px 0px;
}

.menu {
	margin: 10px 0px 18px 0px;
	padding: 8px;
}

.sidebar .block {
	margin: 8px 0px 15px 0px;
}
.sidebar .blockTitle {
	padding: 8px;
	color: #fff;
	background: url(../images/blockTop-sb.gif) top left no-repeat #353535;
}
.sidebar .blockTitle h2 {
	text-align: center;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px;
}
.sidebar .blockCell {
	padding: 1px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.sidebar .blockBottom {
	padding: 8px 10px;
	text-align: right;
	font-size: 10px;
	background: url(../images/blockBot-sb.gif) bottom left no-repeat #e0e0e0;
}
.sidebar .blockBottom a {
	color: #353535;
	font-weight: bold;
	text-decoration: none;
}
.sidebar .blockBottom a:hover {
	color: #fff;
	text-decoration: none;
}

.rightside .block {
	margin: 8px 0px 15px 0px;
	background: url(../images/blockBg-rs.gif) top left repeat-y;
}
.rightside .blockTitle {
	padding: 10px;
	color: #0a63ac;
	background: url(../images/blockTop-rs.gif) top left no-repeat;
}
.rightside .blockTitle h2 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px;
}
.rightside .blockCell {
	margin: 0px 2px;
	padding: 8px;
	background: url(../images/bgGrad.gif) top left repeat-x;
}

.rightside .blockBottom {
	padding: 5px 10px 18px 10px;
	font-size: 9px;
	background: url(../images/blockBot-rs.gif) bottom left no-repeat;
}
.rightside .blockBottom a {
	color: #666;
	text-decoration: none;
	padding: 1px 1px 2px 7px;
	background: url(../images/arrow-single.gif) no-repeat;
	background-position: 0px 5px;
}
.rightside .blockBottom a:hover {
	color: #999;
	text-decoration: underline;
}

.profil {
	padding: 8px;
	text-align: center;
	font-size: 11px;
}
.profil h3 {
	color: #0a63ac;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
	font-size: 11px;
}
.profil h3 span {
	font-weight: lighter;
}
.profil img {
	border: 1px solid #e0e0e0;
}
.profil p {
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 110%;
}

.testimoni {
	font-size: 11px;
}
.testimoniHeader {
	padding: 8px;
}
.testimoniHeader b {
	color: #0a63ac;
}
.testimoniHeader span {
	color: #909090;
}
.testimoniCell {
	padding: 10px;
	background: url(../images/bgGrad.gif) top left repeat-x;
}
.testimoniCell img {
	float: left;
	margin-top: 8px;
	margin-right: 8px;
}
.testimoniCell p {
	margin: 4px 0px !important;
	padding: 0px !important;
	line-height: 120%;
}

.hitcounter {
	padding: 10px;
	text-align: center;
}
.hitcounter h2 {
	color: #f71e1e;
	margin: 0px !important;
	padding: 0px !important;
	font-size: 10px;
}
.hitcounter p {
	margin: 8px 0px !important;
	padding: 0px !important;
	line-height: 120%;
}

.login {
	font-size: 11px;
}
input.loginText {
	width: 150px;
	font-size: 11px;
	padding: 2px 3px;
	color: #333;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	margin-bottom: 4px;
}
input.loginText:focus {
	border: 1px solid #c0c0c0;
}
input.loginBtn {
	width: 54px;
	height: 19px;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 0px 4px 0px;
	color: #fff;
	background: url(../images/loginBtn.gif) top left no-repeat;
	border: none;
	margin-top: 4px;
	cursor: pointer;
}

.statistic {
	margin-bottom: 15px;
}
.statisticCell {
	font-size: 11px;
	padding: 15px 8px;
	background-color: #e9e9e9;
}
.statisticCell table {
	width: 100%;
	border: none;
	background-color: #fff;
}
.statisticCell table td {
	vertical-align: top;
	padding: 6px;
	border-bottom: 1px solid #e9e9e9;
}
td.stat01 {
	text-align: left;
}
td.stat02 {
	text-align: right;
	color: #353535;
	font-size: 10px;
	font-weight: bold;
	background-color: #f2f2f2;
}

.link {
	margin-bottom: 15px;
}
.linkCell {
}
.linkCell ul {
	margin: 10px 0px 10px 15px !important;
	padding: 0px 0px 0px 10px !important;
	list-style: square;
	color: #00baff;
}
.linkCell ul li {
	font-size: 11px;
	margin: 4px 0px;
}
.linkCell ul li a {
	text-decoration: none;
}

.download {
	
}
.download .linkCell ul {
	color: #ccc;
}

.rightside h2.title {
	color: #353535;
	margin: 1px 0px !important;
	padding: 8px 0px !important;
	font-size: 11px;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.rightside h2.title span {
	padding-left: 24px;
	background: url(../images/arrow-big.gif) no-repeat;
	background-position: 0px 2px;
}
.page h2.title {
	color: #353535;
	margin: 1px 0px !important;
	padding: 4px 0px !important;
	font-size: 11px;
	border-bottom: 1px solid #999;
}
.page h2.title span {
	padding-left: 24px;
	background: url(../images/arrow-big.gif) no-repeat;
	background-position: 0px 2px;
}

.welcome {
	margin-bottom: 15px;
}
.welcome h1 {
	color: #353535;
	margin: 10px 0px 20px 0px !important;
	padding: 0px !important;
	font-size: 16px;
}
.welcome p {
	margin: 15px 0px !important;
	line-height: 160%;
}
.welcome p.right {
	margin: 0px !important;
	line-height: 100%;
}
a.linkMore {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 8px;
	background: url(../images/arrow-bold.gif) no-repeat;
	background-position: 0px 5px;
}

.news {

}
.content .news {
	padding: 0px 10px;
}
.newsItem {
	padding: 10px 0px;
	background: url(../images/dotted.gif) bottom left repeat-x;
}
.newsItem h2 {
	margin: 4px 0px !important;
	padding: 0px 0px !important;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 110%;
}
.newsItem h2 a {
	text-decoration: none;
}
.newsItem span {
	font-size: 10px;
	color: #ccc;
}
.newsItem p {
	margin: 10px 0px !important;
	line-height: 150%;
}
.newsItem p span {
	display: block;
}
.newsItem img {
	float: left;
	margin: 5px 10px 5px 0px;
}
.news p.right a {
	height: 20px;
	padding: 4px 21px 4px 19px;
	float: right;
	background: url(../images/linkBtn.gif) top left no-repeat;
}
.news p.right a span {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	background: url(../images/arrow-blue.gif) no-repeat;
	background-position: 0px 8px;
}

table.searchTbl {
	width: 100%;
	background-color: #f4f4f4;
	border: 1px solid #f0f0f0;
}
table.searchTbl td{
	padding: 4px 10px;
}
.searchResult {

}
.searchResultItem {
	margin: 0px 0px 8px 0px;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #f0f0f0;
}
.searchResultItem.rows {
	background-color: #f8f8f8;
}
.searchResultItem .title {
	font-weight: bold;
}
.searchResultItem .title span {
	font-weight: lighter;
}
.searchResultItem .desc {
	margin: 5px 0px;
}
.searchResultItem .desc img {
	float: left;
	margin-right: 10px;
}

.pageNav {
	text-align: center;
	margin: 10px;
	padding: 5px;
}
.pageNav p {
	display: inline;
	margin: 0px !important;
	padding: 0px 4px 0px 6px !important;
	border-left: 1px solid #ccc;
}
.pageNav p.first {
	border: none !important;
}
.pageNav p a{
	text-decoration: none;
}
.pageNav p a:hover{
	text-decoration: none;
}

ul.galleryList {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
ul.galleryList li {
	float: left;
	padding: 8px;
	width: 156px;
	overflow: hidden;
	text-align: center;
}
ul.galleryList li img {
	
}
ul.galleryList li a img {
	border: 1px solid #ccc;
}
ul.galleryList li a:hover img {
	border: 1px solid #666;
}
ul.galleryList li p {
	margin: 0px !important;
	padding: 5px 0px !important;
	font-size: 0.9em;
	color: #666;
}

span.light {
	font-size: 10px;
	color: #ccc;
}

/* --------- footer layout -------- */
.footer {
	padding: 5px 0px 0px 0px;
	background: url(../images/bgFooter.gif) top right no-repeat;
}
.footerCell {
	padding: 20px;
	text-align: center;
	font-size: 11px;
}

/* ///////////   UPDATE 19 Dec 2008 //////////////// */
table.generic {
	background-color: #e9e9e9;
	border-spacing: 1px;
}
table.generic td {
	padding: 10px;
	line-height: 150%;
}
table.generic tr:hover {
	background-color: #e9eef3;
}
tr {
	background-color:#fff;
}
tr.generichead {
	background-color:#ccc;
	font-weight:bold;
	color: #353535;
}

table.generic td input[type="submit"] {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	background-color: #d4d4d4;
	border: 1px solid #b9b9b9;
	padding: 2px 4px;
	cursor: pointer;
}
table.generic td input[type="text"] {
	font-size: 11px;
	padding: 2px;
	color: #333;
	border-top: 1px solid #b9b9b9;
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
table.generic td input[type="reset"] {
font-size: 10px;
font-weight: bold;
color: #333;
background-color: #d4d4d4;
border: 1px solid #b9b9b9;
padding: 2px 4px;
margin-left: 10px;
cursor: pointer;
}