body {
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	background: #59512E;/* #CCDA85; #637122 */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}
form {
	margin: 0;
	padding: 0;
}
h1, h2, h3 {
	font-family: Verdana, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}
p, blockquote, ol, ul {
	line-height: 16px;
}
a{
	color: #3A69BA;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a img{
	border: 0px;
}
.pagination a, .pagination span{
	padding: 0px 3px;
	font-weight: normal;
}

.pageWrap{
	text-align: center;
}
.pageWrap .page{
	width: 950px;
	margin: 0px auto;
	border: 0px solid #000;
}

/* Header */
.headWrap{
	background: #FFF;
}
.headWrap .banner{
	background: url('../images/logo_banner.png') no-repeat;
	background-position: right center;
	width: 230px;
	height: 80px;
}
.headWrap table.wrap{
	width: 100%;
}
.headWrap .itemWrap{
	padding-left: 10px;
	width: 100%;
}
.itemWrap .topItem{
	padding-top: 5px;
	text-align: right;
	padding-right: 10px;
}
.itemWrap .menuWrap{
	padding-top: 45px;
}
.menuWrap table{
	
}
.menuWrap .menu{
	background: #D9CFAA;
	line-height: 20px;
}

/* Content Panel (Left, Middle, Right) */
.contentWrap .left, .contentWrap .middle, .contentWrap .right{
}
.contentWrap .left, .contentWrap .right{
	width: 20%;
	background: #A69965;
}
.contentWrap .middle{
	width: 60%;
	background: #FFF;
}
.left .mainContent{
	margin: 10px;
	text-align: left;
}
/* begin: added by santi */
.left .mainContent .moduletable ul.latestnews {
	padding-left: 15px;
	margin-left: 0px;
	margin-top: 8px;
}
.left .mainContent .moduletable img {
	padding: 0px;
	margin: 0px;
	margin-left: -10px;
	margin-right: -10px;
}
ul.briask-iss {
	padding: 0px;
	margin: 0px;	
	margin-left: -10px;
	margin-right: -10px;
}
/* end: added by santi */
.left .mainContent h3, .right .mainContent h3{
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}
.middle .mainContent{
	margin: 10px;
	text-align: left;
}
.right .search{
	background: #C0B174;
	padding: 5px 0px;
}
.right .mainContent{
}

/* Footer */
.footWrap{
	clear: both;
	text-align: center;
	margin: 0px auto;
	padding: 7px 0px;
	background: #C0B174;
}

/* Language Selection */
.selectLang{
	float: right;
	padding-right: 10px;
	padding-top: 10px
}

/* Newsletter Module */
.moduletablenletter{
	padding-bottom: 7px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #424F17;
}

/* Links */
.linkDesc{
	padding-left: 10px;
}

/* Random Pics */
.randomPic {  
    width:   200px;
	height:  150px;
	
	text-align: center;
	vertical-align: middle;
} 
.randomPic img {  
	width:   200px;
	height:  150px;  
}

/* Flickr Gallery */
.fgallery{
}
.fgallery .contentheading{
	padding-left: 10px;
}
.fgallery .back{
	padding: 10px;
}
.fgallery .gDesc{
	margin: 10px;
}
.fgallery .photoWrap{
	padding: 5px 10px;
	vertical-align: middle;
	text-align: center;
}
.fgallery .photo{
	height: 100px;
	width: 100px;
	overflow: hidden; 
	position: relative;
	background: #EAD593;
}
.fgallery .photo[class]{
	display: table; 
	position: static;
}

.fgallery .inner{
	position: absolute; top: 50%;
	width: 100%; text-align: center;
}
.fgallery .inner[class]{
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

/*
.fgallery .photo img{
	position: relative; 
	top: -50%;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
*/

.fgallery .total{
	font-weight: normal;
	color: #666;
}

.fgallery .navi{
	text-align: center;
	margin-top: 10px;
}
.fgallery .navi .pages{
	padding: 0px 2px;
}

/* Our Team */
.ourTeam .photo{
	padding-bottom: 20px;
	vertical-align: center;
}
.ourTeam .desc{
	padding-left: 10px;
	vertical-align: center;
}
.ourTeam .spacer{
	width: 30px;
}
.ourTeam img{
	border: 0px;
}

/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
	margin-top: 25px;
}

table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}


/* Posts */
.posts{
	float: right;
	width: 530px;
	padding-right: 20px;
	margin: 10px 0px;
}

.contentheading, .componentheading{
	font-size: 1.75em;
	line-height: 1.2em;
}
.componentheading { display: none; }
.createdate{
	padding-bottom: 10px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}
.readon{	
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.article_seperator{
}
.welcomeText{
	border-bottom: 1px dotted #1F1F21;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.welcomeText .contentheading{
	color: #000;
	padding-bottom: 10px;
	font-size: 1.75em;
}
.welcomeText .article_separator{
	display: none;
}

/* Carbon Calculator */
input.formbig{
	font-size: 2em;
	color: #990000;
	border: 1px solid #FF9900;
	font-weight: bold;
}


/* Search */
#search {
}

#search .content {
	padding-bottom: 12px;
}

#textfield1 {
	width: 156px;
	padding: 5px 5px;
	border: 1px solid #000000;
	font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
}

#submit1 {
	display: none;
}

/* Footer */
.footer {
	clear: both;
	border-top: 1px dotted #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align:center;
	padding-top: 10px;
	padding-bottom: 5px;
}
.footer a {
	color: #666666;
}


/* Tips, Error, Message, Hightlight*/
#system-message dt{
	color: #FFF;
	font-weight: bold;
	padding: 2px 10px;
}
#system-message dt.message{
	background: #2C7AC9;
}
#system-message dt.error{
	background: #BF0000;
}
#system-message dt.notice{
	background: #EE9600;
}

#system-message dd{
	padding: 0px;
	margin: 0px;
	border: none;
	background: #DEDEDE;
}
#system-message dd ul{
	padding: 0px;
	margin: 0px;
}
#system-message dd ul li {
	background: none;
	padding: 5px 10px;
	margin: 0px;	
	list-style:none;
}

/* Archive List */
#archive-list li{
	padding-bottom: 10px;
}
#archive-list h4.contentheading{
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}
#archive-list div span a{
	font-weight: normal;
}
#archive-list .metadata{
	padding: 0px;
	margin: 0px;
}
#archive-list .metadata .created-date{
	font-weight: normal;
}

/* Module Latest News */
.moduletablelatnews{
	padding-bottom: 7px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #424F17;
	margin: 10px;
}
.moduletablelatnews ul{
	padding-left: 10px;
	margin-left: 5px;
}
.moduletablelatnews[class] ul{
	margin-left: 0px;
}
.moduletablelatnews li{
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
}
.moduletablelatnews .created-date{
	color: #454545;
}
.moduletablelatnews a:link, .moduletablelatnews a:visited{
	color: #000; /* #886600; */
}
.moduletablelatnews a:hover{
	text-decoration: underline;
}
.newsFromTheField {
	margin-top: 20px;
	text-align: center;
	width: 100%;	
}
img.newsImage{
	width: 320px;
	margin-bottom: 15px;
	border: solid 5px #EAD593;
	padding: 3px;
	margin: 0px auto;
	margin-right: 15px;
}

/* Amazon Banner */
.moduletableamazon{
	margin-top: 20px;
	border-top: 1px dashed #424F17;
	padding-top: 5px;
	text-align: center;
}

/* Tree Growth Escalation Table */
ul.escalationTable{
	margin: 0px;
	padding: 0px 10px 0px 20px;
}
.escalationTable li{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url('../images/bullet01.png');
}
.escalationTable li div{
	padding: 10px 0px;
}
.escalationTable a.title{
	font-size: 1em;
	font-weight: bold;
}
.escalationTable .currentActive{
	font-size: 1.3em;
	margin-top: 15px;
	color: #000;
}

/* Event Calendar Module */
ul.eventlistmod{
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
}
ul.eventlistmod span.location, ul.eventlistmod span.date{
	font-weight: normal;
}

/* Goldteak Team Profile */
table.pekerja td{
	padding: 5px 10px;
	font-family: verdana;
	font-size: 12px;
}
table.pekerja td.label{
	background: #EEE;
}
table.pekerja td.splitter{
	padding: 5px 0px;
}

table.pekerja td.data{
}
table.pekerja td ol{
	margin: 0px;
	padding-left: 20px;
}


img.teamImage{
	margin-bottom: 20px;
	border: solid 5px #EAD593;
	padding: 3px;
	margin: 0px auto;
	margin-right: 15px;
}
/* editor_content.css */
.image_position_left{
	margin: 0px 10px 10px 0px;
}