﻿/**************/
/*** Global ***/
/**************/

body
{
	background-color: #e8e8e8;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: Black;
}
p
{
	padding-bottom: 1.3em;
}

h1 /* H1 is used only for naming the main columns on the website */
{
	position: absolute;
	left: -9999px;
}
h2, h3, h4, h5
{
	color: #669933;
}
h2
{
	font-size: 1.7em;
	margin-bottom: 0.3em;
}
h3
{
	font-size: 1.3em;
	font-weight: normal;
}
h4
{
	font-size: 1.2em;
}
a
{
	color: #669933;
}
a:hover
{
    background-color: #669933;
    color: White;
}
.clear
{
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.introduction
{
	font-weight: bold;
	font-size: 105%;
}
.writer
{
	float: right;
	color: #999999;
}

/**************/
/*** Images ***/
/**************/
img
{
	border: 0;
}
img.mainimage
{
	margin: 0 11px;
	max-width: 518px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img a 
{
	background: url(../images/transparent.png) no-repeat top left;
}
img.leftfloatingimage
{
	float: left;
}
img.rightfloatingimage
{
	float: right;
}
/******************/
/*** Containers ***/
/******************/
#Wrapper
{
	width: 968px;
	margin: 0 auto;
}
/**************/
/*** Header ***/
/**************/
#HeaderArea
{
	height: 169px;
	margin-bottom: 1em;
	background: url(../images/startPageHeader.jpg) no-repeat top;
}
#HeaderArea a.login
{
	float: right;
	margin: 10px 20px 0 20px;
	font-size: 0.8em;
	background: url(../images/transparent.png) no-repeat top left;
	color: #cc6600;
	text-transform: uppercase;
	text-decoration: none;
}

#HeaderArea a.logotype
{
	display: block;
	float: left;
	width: 373px;
	height: 53px;
	margin-top: 9px;
	margin-left: 8px;
	background: url(../images/transparent.png) no-repeat top left;
}

#HeaderArea .slideshow
{
	float: right;
	width: 401px;
	height: 161px;
	overflow: hidden;
}

/****************/
/*** MenuArea ***/
/****************/
#MenuArea 
{
	float: left;
	width: 210px;
	margin-right: 5px;
	margin-bottom: 1em;
}
#MenuArea div.am div.top, 
#MenuArea div.want div.top,
#MenuArea div.localmember div.top
{
	background: url(../images/menus_bottom.png) no-repeat bottom left;
	padding-bottom:  18px;
}
#MenuArea div.am
{
	background: url(../images/roleMenu_top_iamSE.png) no-repeat top left;
	padding-top: 45px;
	
}
#MenuArea div.want
{
	background: url(../images/roleMenu_top_iwantSE.png) no-repeat top;
	padding-top: 45px;
}

#MenuArea div.localmember
{
	background: url(../images/roleMenu_top_trusteeSE.png) no-repeat top;
	padding-top: 45px;
}

#MenuArea div.body
{
	padding: 0 14px;
	
}
#MenuArea .body a.selected
{
	font-weight: bold;
}

#MenuArea .body ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#MenuArea .body ul li a
{   
	color: Black;
    text-decoration: none;
}
#MenuArea .body ul li a:hover
{   
	color: White;
}
div#MenuArea .body li
{
    background: url(../images/menus_arrow.png) no-repeat left;
    padding: 0.3em 0 0.3em 19px;
}

/*******************/
/*** ContentArea ***/
/*******************/
#ContentArea
{
	float: left;
	width: 550px;
	margin-right: 10px;
	margin-bottom: 1em;
	background: url(../images/contentArea_bottom.png) no-repeat bottom left;
	padding-bottom: 29px;
}

#ContentArea div.contentPage.top
{
	background: url(../images/breadcrumbs.png) no-repeat top left;
}
#ContentArea div.contentPage.content
{
	background: #e8e8e8 url(../images/contentBody.png) repeat-y top left;
	padding: 0 5px;
	padding-top: 22px;
}
#ContentArea .mainintro
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}
#ContentArea div.mainbody
{
	margin-bottom: 22px;
}
#ContentArea div.mainbody,
#ContentArea .mainintro
{
	padding: 0 11px;
}
#ContentArea h2
{
	padding: 0 11px;
}
#ContentArea div.mainbody h2
{
	padding-left: 0;
	padding-right: 0;
}
#ContentArea div.mainbody ul
{
	list-style-type: disc;
	margin-left:30px;
}
#ContentArea div.mainbody ol
{
	list-style-type: decimal;
	margin-left:30px;
}
#ContentArea div.mainbody img
{
	/*float: left;*/
	margin-right: 14px;
}
#ContentArea div.mainbody img.toprightfloatingimage
{
	float: right;
	margin-top: 0;
}
#ContentArea div.mainbody img.topleftfloatingimage
{
	float: right;
	margin-top: 0;
}

/*******************/
/*** BreadCrumbs ***/
/*******************/
#BreadCrumbsArea
{
	height: 50px;
	margin-top: 17px;
	padding-left: 20px;
	padding-right: 20px;
	color: White;
}
#BreadCrumbsArea .body 
{
	font-size: 0.9em;
	line-height: 32px;
}
#BreadCrumbsArea .body a 
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#BreadCrumbsArea .body a:hover
{
	background: url(../images/transparent.png) no-repeat top left;
	text-decoration: underline;
}
#BreadCrumbsArea .body span.separator
{
	color: #669933;
	font-weight: bold;
	margin: 0 5px;
}
/*******************/
/*** RelatedArea ***/
/*******************/
#RelatedArea
{
	float: right;
	width: 177px;
	margin-right: 11px;
	margin-bottom: 22px;
	background: url(../images/relatedArrowBg.png) no-repeat top left;
}
#RelatedArea div.body
{ 
	border: 1px solid #bbddaa;
	border-left: none;
	margin-left: 22px;
}
#RelatedArea div.body h3
{
	margin: 10px;
	font-size: 1.3em;
	font-weight: normal;
}

#RelatedArea div.body ul
{
	margin: 0;
}
#RelatedArea div.body li
{
	padding: 0.5em 10px;
	background: url(../images/relatedLine.png) no-repeat bottom left;
}
#RelatedArea div.body li a
{
	color: #669933;
	background: url(../images/transparent.png) no-repeat top left;
	text-decoration: none;
}
#RelatedArea div.body li span
{
	display: block;
	margin-top: 1em;
}
#RelatedArea div.body li a:hover
{
	text-decoration: underline;
	color: #cc6600;
}
#RelatedArea .body .line
{	
	width: 155px;
	margin: 0;
	height: 1px;
	background: url(../images/relatedLine.png) top;
	overflow: hidden;
}

/***************/
/*** IconBar ***/
/***************/
#IconBar
{
	clear: both;
	padding: 0 11px;
	padding-bottom: 22px;
}

#IconBar ul.icons
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#IconBar ul.icons li
{
	float: left;
	width: auto;
	margin-right: 7px;
	zoom: 1;
}
#IconBar ul.icons li a
{
	line-height: 1.2em;
	display: block;
	float: left;
	height: 30px;
	padding-left: 34px;
	text-decoration: none;
	color: #669933;
}

#IconBar ul.icons li a:hover
{
	text-decoration: underline;
}

#IconBar a.email
{
	background: url(../images/emailIcon.png) no-repeat top left;
}
#IconBar a.print
{
	background: url(../images/printIcon.png) no-repeat top left;
}
#IconBar a.fb
{
	background: url(../images/fbIcon.png) no-repeat top left;
}
#IconBar a.del
{
	background: url(../images/delIcon.png) no-repeat top left;
}
#IconBar a.comment
{
	background: url(../images/commentIcon_green.png) no-repeat top left;
}

div#IconBar div#TipFriend
{
	clear: both;
	float: left;
}
div#IconBar div#SendComment
{
	float: right;
}

div#IconBar .formBox
{
	width: 200px;
	margin-top: 10px;
}

div#IconBar .formBox ul
{
	padding: 11px 0;
	background-color: #ccff99;
	border: 1px solid #88bb55;
}
div#IconBar .formBox li
{
	float: none;
	padding: 0 11px;
}
div#IconBar .formBox li input.textfield,
div#IconBar .formBox li textarea
{
	display: block;
	width: 97%;
	font: inherit;
}
div#IconBar .formBox .button
{
	margin-top: 0.5em;
}
div#IconBar span.message
{
	clear: both;
	display: block;
	margin-top: 16px;
	padding: 5px;
	border: 1px solid #88bb55;
	background-color: #ccff99;
}

/****************************/
/*** SecondaryContentArea ***/
/****************************/
#SecondaryContentArea
{
	float: left;
	width: 186px;
	margin-top: 17px;
}
/***************/
/*** infoBox ***/
/***************/

#InfoBoxArea div.infobox
{
	background: url(../images/infoBox_bottom.png) no-repeat bottom left;
	padding-bottom: 7px;
	margin-bottom: 11px;
	color: #669933;
}

#InfoBoxArea div.infobox .body
{
	background-color: White;
	border: 1px solid #b1b1b1;
	border-bottom: none;
	padding: 4px;
	padding-bottom: 22px;
	
}
#InfoBoxArea div.infobox .body a
{
	background: url(../images/transparent.png) no-repeat top left;
}
#InfoBoxArea div.infobox .body a:hover
{
	color: #CC6600;
}

#InfoBoxArea div.infobox .body a.readmore
{
    float: right;
    margin: 10px 5px 0 0;
}

#InfoBoxArea div.infobox .body h2
{
	margin: 0;
	padding: 7px 16px 7px 6px;
	background: #cc6600 url(../images/infoBox_top.png) no-repeat top right;
	color: White;
	font-size: 1.3em;
	font-weight: normal;
	overflow: hidden;
}
#InfoBoxArea div.infobox .body h2 a
{
	color: White;
	text-decoration: none;
}
#InfoBoxArea div.infobox .body h2 a:hover
{
	color: White;
	text-decoration: underline;
}
#InfoBoxArea div.infobox .body p
{
	margin: 0;
	padding: 0;
}
#InfoBoxArea div.infobox .body div
{
	padding-top: 11px;
}
#InfoBoxArea div.infobox .body div.clear
{
	padding: 0;
}

#InfoBoxArea div.infobox .body ul
{
	padding: 0;
	margin-left: 13px;
}
#InfoBoxArea div.infobox.list ul
{
	margin-top: 6px;
	list-style-type: none;
}

#InfoBoxArea div.infobox.twitter p
{
	margin: 5px 0;
	border-bottom: solid 1px #dbdbdb;
}

#InfoBoxArea div.infobox.twitter .avatar
{
	float: left;
}

#InfoBoxArea div.infobox.twitter .author
{
	float: left;
	margin: 15px 10px;
	text-decoration: underline;
}

#InfoBoxArea div.infobox.twitter .description
{
	clear: both;
	display: block;
	padding-top: 5px;
}

#InfoBoxArea div.infobox.twitter .time
{
	display: block;
	padding-top: 5px;
	color: #99BB66;
}

/******************/
/*** FooterArea ***/
/******************/
#FooterArea
{
	zoom:1;
	clear: both;
	color: #669933;
	padding-top: 8px;
	background: url(../images/footer_top.png) no-repeat top left;
}
#FooterArea img
{
	display: block;
	margin: 0 auto;
	width: 949px;
}
#FooterArea .body
{
	background: url(../images/footer_bottom.png) no-repeat left bottom;
	padding: 7px 14px 28px 14px;
}
#FooterArea .body .border
{
	background: url(../images/footerColumnLines.png) repeat-y top left;
}
#FooterArea .body h2
{
	font-weight: normal;
	font-size: 1.3em;
}
#FooterArea .body p
{
	margin: 0;
	padding: 0;
}
#FooterArea .body .column
{
	float: left;
	width: 158px;
	margin: 0 10px;
	padding-top: 14px;
	
}
#FooterArea .body .column.first
{
	width: 205px;
	color: #999999;
}
#FooterArea .body .column.first a
{
	color: #999999;
	text-decoration: none;
	background: transparent;
}
	
/****************/
/*** NewsArea ***/
/****************/
#NewsArea
{
	padding: 0 11px;
}
#NewsArea ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#NewsArea li
{
	padding-bottom: 2em;
}
#NewsArea p
{
	margin: 0;
}
#NewsArea p.products
{
	margin-left: 125px;
	padding-bottom: 0px;
}
#NewsArea h3
{
	padding-top: 0em;
	margin-bottom: 0.5em;
}
#NewsArea h3 a
{
	color: #669933;
	text-decoration: none;
}
#NewsArea h3 a:hover
{
    color: White;
}
#NewsArea span.readmore
{
	display: block;
}
#NewsArea span.readmoreProduct
{
	display: block;
	margin-left:125px;
}
#NewsArea span.readmore a
{
	background: url(../images/menus_arrow.png) no-repeat left;
	margin-bottom: 1em;
	padding-left: 19px;
	color: #cc6600;
}
#NewsArea span.readmoreProduct
{
	display: block;
	margin-left:125px;
}
#NewsArea span.readmoreProduct a
{
	background: url(../images/menus_arrow.png) no-repeat left;
	margin-bottom: 1em;
	padding-left: 19px;
	color: #cc6600;
}
#NewsArea span.readmore a:hover
{
	background-color: #669933;
	text-decoration: none;
	color: White;
}
#NewsArea img
{
	float: left;
	width: 110px;
	margin-top: 6px;
	margin-right: 14px;
}

#ContentArea div#NewsArea.separator
{
	background: url(../images/contentSeparator.png) no-repeat top left;
	padding-top: 37px;
	clear: both;
	zoom: 1;
}
#ContentArea div#NewsArea.separator ul
{
	padding-top: 22px;
}
/*************/
/*** Forms ***/
/*************/
.xForm .thankyoumessage
{
	font-weight: bold;
}

.xForm
{
	clear: both;
	margin: 0 11px;
	margin-bottom: 1em;
	border :1px solid #D0D0D0;
	padding: 14px;
}

.xForm h2
{
	padding: 1em 0;
	margin: 0;
}
.xForm legend 
{
    color: Black;
}
.xForm input 
{
    float: left;
}
.xForm .heading
{
    font-weight: bold; 
    font-size: 1em; 
    padding: 0; 
    margin: 0.4em 0em;
}
.xForm #id_matrix
{
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

.xForm #id_matrix td
{
	border:0;
	margin: 0;
	padding: 0.2em 0;
	vertical-align: top;
}
span.xformvalidator
{
    color: Red;
}
.xForm .options 
{
    float: left;
}
#id_matrix br
{
    clear: both;
}

/**************/
/*** System ***/
/**************/
table.system_table
{
	margin-top: 20px;
	background-color: White;
}
table.system_table *
{
	color: Black;
	font-family: Verdana;
	font-size: 12px;
}
table.system_table td,
table.system_table th
{
	border: 1px solid #dbdbdb;
	padding: 7px;
}



.loginArea input
{
	display: block;
}
.loginArea input.button
{
	margin-top: 0.5em;
}
/******************/
/*  Editor Css    */
/******************/

table.black
{
	vertical-align: top;
	border: solid 0.1em Black;	
}
table.black th
{
	border: solid 0.1em Black;
	background-color: Black;
	padding: 0.4em;
}
table.black td
{
	border: solid 0.1em Black;
	padding: 0.2em 0.4em;	
}


table.green
{
	border-collapse: collapse;
	border: solid 0.1em #669933;
}
table.green th
{
	border: solid 0.1em #669933;
	background-color: #669933;
	padding: 0.4em;
}
table.green td
{
	border: solid 0.1em #669933;
	padding: 1px 3px;
}
/* --------- Image format ----------- */
img.leftfloatingimage
{
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
img.rightfloatingimage
{
	float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}
.Block
{
	clear:both;
	margin-bottom:3em;
	margin-left:6em;
}
.FloatedImageLeft 
{
	float:left;
	margin: 4em 30px 20px 0;
}