/* CSS Document */

html, body {
	background-color: #FFFFFF;
	color:#4E4E50;
}

html { 
	height:101%;
	margin-bottom:1px;
}
*{
	padding:0;
	margin:0;
	font-family: Arial, "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	color:#4E4E50;
}
#container {
background-image: url(/assets/image/bdybg.gif); 
background-repeat: repeat-y;
background-position: center;
min-height:100%;
position:relative;
}
#header {
background:#FFFFFF;
display:none;
}
#body {
padding:0px;
padding-bottom:60px; 
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:60px;
}

dl.map {
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
	text-align:left;
	width: 480px;
	height: 261px;
	position: relative;
	background-image: url(/image/reg/regprojmap480.jpg);
	background-repeat: no-repeat;
}

dl.map dt {
  display: inline;
}
dl.map dd {
  background: #555;
  border: 2px solid #222;
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  color: #fff;
  padding: 4px;
  width: 200px;
  position: absolute;
  left: -9999px;
  z-index: 11;
}
dl.map a.location {
  background-image: url(/image/point.png);
  background-repeat:no-repeat;
  background-position:center;
  display: block;
  outline: none;
  text-indent:-2000px;
  position: absolute;
  z-index: 10;
  width:75px;
  height:20px;
}

.transWhite:hover{
 	background: rgb(255, 255, 255);
	background: rgba(255,255,255,0.7);
}

dl.map a.location:hover {
  border-radius: 8px; /* CSS3 rounded corners */
  -moz-border-radius: 8px; /* Mozilla rounded corners */
  background-image:none;
  color:#000;
  font-weight:bold;
  border:1px solid #000;
  font-size:0.8em;
  display: block;
  outline: none;
  text-decoration: none;
  text-indent:0px;
  width: 75px;
  height: auto;
  position: absolute;
  text-align:center;
  font-weight:bold;
  z-index: 10;
  border:1px solid #FFF;
  text-indent:0px;
}

p{
	margin:0 0 0.7em 0;
}
a:hover{
	color:#E97D3B;
}
a em{
	color:inherit;
}
sup, sub{
	font-size:0.8em;
	line-height:0;
	color: inherit;
}
ul, ol{
	margin-left: 0.7em;
	margin-bottom: 0.7em;
}
li{
	margin-left:1.4em;
	padding:0.3em 0;
}
ul li{
	list-style:disc;
}
#topMargin{
	height:40px;
	background-color:#FFFFFF;
}
#thePage{
	width:780px;
	margin:0px auto;

}
#topSection10{
	padding-top:5px;
/*	padding-left:42px;
	
	margin-left:2px;
	margin-right:2px;*/
	background-color:#E9E8E0;
	float:left;
}
#topSection10 img{
	border:none;
}
#topSection10 .topP1{
	width:115px;
	float:left;
	padding-left: 10px;
}
#topSection10 .topP2{
	padding-left: 7px;
	width:645px;
	float:left;
}
#topSection10 .topP2 img{
	float:left;
	border:none;
	padding-right: 6px;
}
#topSection10 #strapline{
	padding-top:11px;
	font-weight:bold;
}


#topSection{
	padding-left:42px;
	padding-top:13px;
	margin-left:2px;
	margin-right:2px;
	background-color:#E9E8E0;
}

#topSection img{
	float:left;
	border:none;
	padding-right: 6px;
}
#topSection #strapline{
	padding-top:9px;
	font-weight:bold;

}
#topSection #strapline .ipi{
	color:#008834;
}
#search{
	text-align: right;
	padding: 0px 50px 9px 0;
	width: 200px;
	float: right;
}
#search .texta{
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A7A8A5;
	border-right-color: #ECEDE8;
	border-bottom-color: #ECEDE8;
	border-left-color: #ECEDE8;
}
#mainSection{
	float:none;
	clear: both;
}
/* new navigation */
#navigPart{
	margin-left:10px;
	width:115px;
	float:left;
	background-color:#D8D3C5;
}

#navigPart ul{
	margin-left:0;
}
#navigPart li{
	margin-left:0;
	list-style:none;
	padding-left:10px;
	padding-right:0px;
}

#navigPart .subs, #xtraPart .eifcNav .subs{ 
	background-image:url(../image/navtl.gif);
	margin-top:1px; /* need to remove this for initial item in list */
	background-repeat: no-repeat;
	background-color:#52AE62;
	color:#FFFFFF;
	padding-top:0.3em;
	padding-bottom:0.3em;
}

#xtraPart .eifcNav .subs{
	padding-left:10px;
	border-bottom:none;
}
#xtraPart .eifcNav a{
	text-decoration:none;
}
#xtraPart .eifcNav .sectnHd{
	font-weight:bold;
}

#navigPart .subs em{
	color:#FFFFFF;
}

#navigPart li a, #navigPart li a em{
	text-decoration:none;
}
#navigPart li.subs a, #navigPart li .subs a em{
	color:#FFFFFF;
}
#navigPart li.subs a:hover, #navigPart li .subs a em:hover{
	color:#FFFFFF;
	font-weight:bold;
}
#navigPart .nmi{
	border-top:#585745 1px solid;
	padding-top:0.1em;
	padding-bottom:0.1em;
}
#navigPart .nmi a{
	color:#4E4E50;
}
#navigPart li.nmi a:hover{
	color:#008834;
	font-weight:bold;
}
#navigPart li.nmi a strong:hover{
	color:#FF6600;
	font-weight:bold;
}


/* end of new navigation */

/* choose language box for home page */
#lanSel
{
	width:770px;
	background-color:#E9E8E0;
	text-align:right;
	height:20px;
}




#lanSelActual{
	height:20px;
	text-align:right;
	width:100%;
	background-color:#E9E8E0;
}
/* end of language box for home page */


#navPart{
	margin-left:10px;
	width:115px;
	float:left;
	background-color:#D8D3C5;
}
#navPart dt, .inLan dt{
	padding:0.3em 0 0.3em 10px;
	background-color:#52AE62;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:left top;
}
.inLan dt{
width:109px;
}
#navPart .init{
	background-image:url(../image/navttl.gif);
	margin-top:0px;
}
#navPart .subs {
	background-image:url(../image/navtl.gif);
	margin-top:1px;
}
.inLan .subs, .eifcNav .subs, .eifcNavL .subs{
	background-image:url(../image/navttl.gif);
	margin-top:1px;
}


#navPart dt a, .inLan dt a, #navPart dt a em{
	color:#FFFFFF;
	text-decoration:none;
}
#navPart dt a:hover, .inLan dt a:hover{
	color:#FFFFFF;
	font-weight:bold;
}
#navPart ul{
	margin-left:0;
}
#navPart li{
	margin-left:0;
	list-style:none;
	padding-left:10px;
	padding-right:0px;
}
#navPart .nti{
	padding-top:0.3em;
	padding-bottom:0.1em;
}
#navPart .nmi{
	border-top:#585745 1px solid;
	padding-top:0.1em;
	padding-bottom:0.1em;
}
#navPart .nbi{
	border-top:#585745 1px solid;
	padding-top:0.1em;
	padding-bottom:0.3em;
}

#navPart li a{
	text-decoration:none;
	color:#4E4E50;
}
#navPart li a:hover{
	color:#008834;
	font-weight:bold;
}
#navPart li a strong:hover{
	color:#FF6600;
	font-weight:bold;
}

.rss{
	color:#FF6600;
	font-weight:bold;
}

#midPart{
	width:510px;
	float:left;
	padding-left: 7px;
}
#midPart .iPage, #midPart .cPage, #midPart .eifcPage{
	padding:0.3em 7px 7px 7px;
	width:489px;
}
#midPart .iPage, #midPart .eifcPage{
	padding:1.5em 7px 7px 7px;
	background-color:#FFFFFF;
	background-image: url(../image/kctl.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#midPart .eifcPage *{
	line-height: 1.3em;
}
#xtraPart{
	margin-left:3px;
	float:left;
	width:120px;
}
#xtraPart h2{
	color:#E97D3B;
	font-weight:bold;
}
#xtraPart ul{
	padding-bottom:10px;
	margin-left:0;
}
#xtraPart li{
	margin-left:0;
	padding:5px 0;
	list-style:none;
	border-bottom:1px solid #59595B;
}
#xtraPart .addThisBx {
	clear:right;
	margin:1em 0;
}
#xtraPart .addThisBx img{
	border:none;
}
#xtraPart .addThisSB {
	float: right;
	height: 600px;
	width: 1px;
}
.discl{
	width:490px;
	margin-left:auto;
	margin-right:auto;
	color:#85868B;
	font-size:11px;
	line-height:11px;
	text-align:justify;
	padding-right:10px;
}

#langSel{
	padding:0;
	margin-bottom:10px;
}
.more{
	padding-bottom:10px;
}
.more a{
	color:#E97D3B;
}

.clear{
	float:none;
	clear:both;
}

.kcent, .rcent{
	float:none;
	clear:both;
}
.kframe{
	float:left;
	width:163px;
	background-color:#FFFFFF;
	margin-right:7px;
	margin-bottom:7px;
	background-image: url(../image/kctl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.ukc{
	height:115px;
	margin:7px 5px 4px 7px;
	overflow:hidden;
}
.ukc h2{
	font-weight:bold;
}
.grn, .grn *{
	color:#008834;
}
.brn, .brn *{
	color:#585745;
}
.ukc .sandbag{
	background-color:inherit;
	width:1px;
	float:right;
	clear:right;
}
.ukc .imgbag{
	clear:right;
	float:right;
	text-align:right;
	margin-top:10px;
	margin-right:0px;
	padding-right:7px;
}

.ukc img{
	border:none;
}
.ukc ul{
	margin-left:0;
}
.ukc li{
	list-style:none;
	margin-left:0;
	padding:0 0 0 1em;
	background-image: url(../image/dash.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.lkc{
	padding:0.5em 7px 0.4em 7px;
	background-color:#B1ADA2;
	color:#FFFFFF;
}
.rcent .lkc{
	height:0.2em;
	padding:0;
}

.itRow{
	clear:both;
}
.itItem{
	float:left;
}

#ipiTeam{
	padding-top:0.5em;
}
#ipiTeam .itRow{
	border-top:1px solid #D8D3C5;
}
#ifcPubs .itRow{
	border-top:1px solid #D8D3C5;
	padding: 1em 0;
}
#ipiTeam .teamPic{
	float:left;
	width:100px;
	padding:0.5em 0;
}
#ipiTeam .details{
	float:none;
	padding:0.5em 0 1em 0;
}
#ipiTeam .address{
	float:left;
	width:200px;
	padding-bottom:0.5em;
}
#ipiTeam .numbs{
	float:left;
	width:180px;
}
#ipiTeam .regions{
	float:left;
	width:100px;
	display:none;
}
#contact{

}
#contact .itRow{
	border:1px solid #FFFFFF;
	clear:both;
	padding:0 0 0.5em 0;
}
#contact .c1{
	width:9em;
	float:left;
	text-align:right;
}
#contact .c2{

	padding-left:1em;
	float:left;
}
#links{
}
.category{
	padding:1em 0 0 0;
	font-weight:bold;
}
.link{
	padding:0.3em 0 0.3em 0em;
}

#about{
	padding:1px 7px 7px 7px;
	width:489px;
	background-color: #FFFFFF;
}
.aboutHdImg{
	width:503px;
	padding:0;
	background-color:#FFFFFF;
}
#about h2{
	color:#E97D3B;
	font-weight:bold;
	margin: 1em 0;
	padding-top: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#subscribe h2
{
	font-weight:bold;
	margin: 1em 0;
	padding-top: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#subscribe h2 a{
	color:#E97D3B;
	text-decoration:none;
}
#subscribe h2 a:hover{
	text-decoration:underline;
}
#subscribe a strong{
	color:#E97D3B;
	text-decoration:none;
}

.picPanel
{
	margin:1em auto;
}
.picPanel img
{
	margin:0 1px 0 0;
}
.picPanel .itItem{
	text-align:center;
	font-style: italic;

}
.countryMap
{
	width:403px;
	margin:1em auto;	
}


#interactive{

}
#interactive .itRow{
	margin:0 0 0.5em 0;
	padding:0 0 1em 0;
	border-bottom: 1px solid #D8D3C5;
}
#interactive .c1{
	margin-top:1em;
	width:105px;
	float:left;
}
#interactive .c2{
	margin-top:1em;
	width:380px;
	float:left;
}
#dbSearch{
	background-color:#E9E8E0;
	padding:0.7em 0;
	width: 100%;
	margin: 0.5em 0;
	float:left;
}
#dbSearch .itRow{
	padding:1px;
}
#dbSearch .c1{
	width:7em;
	float:left;
	text-align: right;
	padding: 0.3em 1em 0 0;
}
#dbSearch .c2{
	float:left;
}
#pubs{
	margin-top:-0.3em;
}
.onePub, .firstPub{
	padding:0.3em 0 0.3em 0;
}
.onePub{
	border-top:1px solid #E9E8E0;
	clear:left;
	float:left;
	width:100%;
}
.onePres, .firstPres{
	padding:0.3em 0 0.6em 0;
}
.onePres{
	border-top:1px solid #E9E8E0;
}

.noprice, .twoCol{
	display: inline;
	padding:0;
	margin:-0.3em 0 0 0;
}
.noprice .sep{
	width:70%;
}
.noprice .price{
	display:none;
}
.twoCol .sep{
	width:85%;
}
.twoCol .price{
	display:none;
}
.GrShadeCell{
	clear:left;
	float:left;
	width:100%;
	margin:0.5em 0 0 0;
	padding:0.2em 0;
	background-color:#E9E8E0;
	border-bottom:none;
}

.GrShadeCell .sep, .GrShadeCell .narCol, .GrShadeCell .wdeCol,.GrShadeCell .price {
	font-size:0.9em;
}
.sep{
	text-align:left;
	float:left;
	width:52%;
}
.narCol, .price{
	text-align:center;
	float:left;
	width:15%;
	display: inline;
}
.wdeCol{
	text-align:left;
	float:left;
	width:30%;
	display: inline;
}
.pubc1{
	width:160px;
	float:left;
}
.pubc1 img{
	float:right;
	margin:0 1em;
}
.pubc2{
	width:320px;
	float:left;
}

.bookTitle{
	font-weight:bold;
	color:#008834;
	padding:0 0 1em 0;
}
.bookDtl{
	padding:0 0 1em 0;
}
.infRow{
	clear:both;
}
.infCat{
	float:left;
	width:5.5em;
	text-align:left;
}
.infInf{
	float:left;
}

#pubParts{
}

#pubParts .infCat{
	width:10em
}

#pubParts .infInf{
	width:30em
}
#pubParts .infCat img{
	float:left;
	padding-right:0.5em;
	border:none;
}
#pubParts .infRow{
	padding:0.3em 0 0 0;
	border-bottom: 1px dotted #EAF4EB;
}
.basket{
	padding-top:3em;
	font-size:0.8em;
}
.basket .pTitle{
	font-size:1em;
	color:#008834;
}
.basket img{
	border:none;
}
.events{
	padding:0.3em 0 0.3em 0;
	margin-bottom:1em;
}

.evRow{
	border-top:1px solid #D8D3C5;
	padding:0.3em 0;
	clear: both;
}
.evDate{
	float:left;
	width:20%;
}
.evDets{
	float:left;
	width:78%;
}
.evDetails{
}

.evDetails ul, .evDetails ol{
	padding:0.3em 0;
	margin-left:1em;
}
.evDetails li{
	margin-left:1em;
	padding:0.2em 0;
}
#kitl .itRow{
	padding:0 0 0.3em 0;
}


#kitl .c1{
	float:left;
	width:80px;
}
#kitl .c2{
	float:left;
	width:390px;
}
.abstract{
	clear:both;
	border-top:1px solid #D8D3C5;
	padding:0.3em 0;
	margin:0.7em 0;
}

.kcPic{
	float:right;
	padding-left: 1em;
}
.kcPicF{
	margin:0 auto 1.2em auto;
}
.flContent {
	width:450px;
	margin:0 auto 1em auto;
	padding:3px;
	text-align: center;
	display:block;
}
.red{
	border:1px dotted #FF0000;
	background-color:#F4E1E1;
}
.curSet{
	background-color: #29983D;
	color:#ffffff;
}

.dotdash{
border:1px dotted #0000FF;
border:1px dashed #FF00FF;
}

#xtraPart .wnBox {
	width: 119px;
}
.boldOr{
	color:#E97D3B;
	font-weight:bold;
}
.PPr{
	float: right;
	background-color:#D8D3C5;
	border: none;
	font-size: 0.9em;
	margin: 0.7em 0 0.7em 1em;
	text-align: center;
	border:1px solid #D8D3C5;
}
.PPc{
	float: none;
	background-color:#D8D3C5;
	border: none;
	font-size: 0.9em;
	margin: 0.7em auto;
	text-align: center;
	border:1px solid #D8D3C5;
}
.PPl{
	float: left;
	background-color:#D8D3C5;
	border: none;
	font-size: 0.9em;
	margin: 0.7em 1em 0.7em 0;
	text-align: center;
	border:1px solid #D8D3C5;
}
.tabImg{
	float: none;
	background-color:#D8D3C5;
	border: none;
	font-size: 0.9em;
	margin: 0.5em auto 0.5em auto;
	text-align: center;
	border:1px solid #D8D3C5;
}
.lnAbove {
	border-top: 1px solid #000000;
}
.lnAboveDash {
	border-top: 1px dotted #000000;
}
.lnBelowDash {
	background-image: url(/image/design/bg_dash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.lnBelow {
	border-bottom: 1px solid #000000;
}
.eifcNav {
	width:118px;
	background-color:#D8D3C5;
	margin: 0.5em 0 1em 0;
}
.evDate{
	clear:left;
	float:left;
	width:100%;
	margin:0.5em 0 0.5em 0;
	padding:0.2em 0;
	background-color:#E9E8E0;
	font-size:0.9em;
}
.yBox {
	background-color:#E9E8E0;
	float: right;
	width: 40%;
	padding: 0.5em;
	margin: 0.1em 0 0.1em 1em;
}

.gBox {
	background-color: #D8D3C5;
	width: 90%;
	padding: 0.3em;
	margin: 1em auto;
}
.rfth {
	display:none;
}
.rft {
	border:1px solid #D8D3C5;
	margin:1em auto;
}
.rftR{
	float:right;
	border:1px solid #D8D3C5;
	margin:1em 0 1em 1em;
}
.rftL{
	float:left;
	border:1px solid #D8D3C5;
	margin:1em 0 1em 1em;
}
.rft td, .rftL td, .rftR td{
	padding:0;
	font-size:0.95em;
}
.rft td span, .rft td em{
	font-size:0.95em;
}

.impressum {
	background-color: #FFFFFF;
	border: 1px solid #D8D3C5;
}
.impressum .c1{
width:35%;
float:left;
font-size:0.9em;
font-weight:bold;
padding-right:1em;
text-align:right;
}
.impressum .c2{
width:60%;
float:left;
font-size:0.9em;
font-weight:normal;
}

.impressum .pair{
	margin-left:0.5em;
	padding-top:1px;
	border: none;
	float: left;
	width: 480px;
	;
	clear: left;
}
.impressum p{
margin-left:0.5em;
}
.nobrk{
white-space:nowrap;
}

#pubPromo{
	background-color:#E9E8E0;
	padding:0;
	width: 100%;
	margin: 0.5em 0;
	float:left;
}
.promoInf{
	width:320px;
	float:left;
	padding:0.7em;
}
#pubPromo img{
	margin-top:0.7em;
}
.highlight { background-color:#E97D3B; }
#toggle {
	margin:0.3em 0em;
	cursor: pointer; 
	cursor: hand;
		
}
#toggle:hover{
	color:#E97D3B;
}

#clipBrd h2{
	color:#E97D3B;
}
#clipBrd a{
	font-weight:normal;
	text-decoration:underline;
}
#mapFrame {
	height: 300px;
	width: 480px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	z-index: 1;
	position: relative;
	margin-top: 1em;
}
#mapFrame .interim, #mapFrame .final, #mapFrame .interimHaze, #mapFrame .finalHaze
{
	z-index:10;
	position:absolute;
	text-indent:-1500px;
	width:10px;
	height:10px;
	background-repeat:no-repeat;
	font-size:0.1em;
	
}
/* code to hide the dotted line from Firefox links */
a{
	outline:none;
}
a:hover, a:focus, a:active {
    -moz-outline-style: none;
}
#mapFrame .interim{
	background-image:url(/image/active_point.png);
}
#mapFrame .final{
	background-image:url(/image/past_point.png);
}
#mapFrame .interimHaze{
	background-image:url(/image/active_point_h.png);
}
#mapFrame .finalHaze{
	background-image:url(/image/past_point_h.png);
}

.ukc #mapFrame .interim{
	background-image:url(/image/m_active_point.png);
}
.ukc #mapFrame .final{
	background-image:url(/image/m_past_point.png);
}
.rpMap #mapFrame .interim, .kcent #mapFrame .interim{
	background-image:url(/image/hm_active_point.png);
}
.rpMap #mapFrame .final, .kcent #mapFrame .final{
	background-image:url(/image/hm_past_point.png);
}


.edRow, prRow {
	clear: left;
}
.edRow .category {
	float: left;
	width: 125px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}
.edRow .value {
	float: left;
}
.prRow {
	padding:0.5em 0;
}
.prRow .category {
	float: left;
	width: 125px;
	padding: 0px 10px 0px 0px;
	text-align: left;
}
.prRow .value {
	clear: left;
	padding-left:20px;
}
#hoverTitle{
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	color:#000;
	width:220px;
	z-index: 100;
	padding: 5px;
	border: 1px solid #222;
    border-radius: 3px; /* CSS3 rounded corners */
    -moz-border-radius: 3px;
	 background: rgb(255, 255, 255);
	background: rgba(255,255,255,0.7);
}
#projDetails{
	clear:left;
}

/* flickr badge css */
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:5px 5px 0 5px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#D8D3C5;}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
/*
#fbButton{
	display:none;
}
*/



.orButton {
	background-color:#E97D3B;
	background-image:url(../image/fbtl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0.3em 0 0.3em 10px;
}
#fbButtonO{
	background-image:url(../image/fbtld.gif);
}
.blButton {
	background-color:#485790;
	background-image:url(../image/fbktl.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding:0.3em 0 0.3em 10px;
}
.blButton strong, .blButton a, .orButton a{
	color:#fff;
	text-decoration:none;
}
.orButton:hover, .blButton:hover{
	font-weight:bold;
	cursor:pointer;
}

.fbTxt, .socialTxt{
	background-color:#D8D3C5;	
	padding:2px 2px 2px 10px;
	margin:0px 0px 1em 0px;
}
.fbTxt
{
	cursor:pointer;
}

#fbButton {
	overflow: hidden;
	position: fixed;
	z-index: 500;
	height: 114px;
	width: 30px;
	left: 0px;
	top: 25%;
	margin-top:1px;
	background-image: url(../image/feedback.jpg);
	background-repeat: no-repeat;
	background-color: #E8E8E0;
	cursor: pointer;
	background-position: 0px;
	border-right:1px #D9D3C5 solid;
	border-bottom:1px #D9D3C5 solid;
}
#fbButton:hover{
	margin-top:0px;
	width: 31px;
	border-right:1px #000 solid;
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	background-position: 1px;
}
#fbForm{
	z-index: 500;
	left:25%;
	width: 510px;
	background-color: #fff;
	border:2px solid #e8e8e0;
	padding:0;
	position: fixed;
	top: 10%;
	display:none;
}
#fbForm h2{
	padding:0.5em 0 1em 0;	
}
#fbForm #contact{
	padding:1em;
}
#fbForm .fbRow
{
	clear:both;
	padding:0 0 1em;
}
.fbfCloseButton
{
	font-weight:bold;
	cursor:pointer;
}
.fbfCloseButton:hover{
	color:#E97D3B;
}
#fbForm .c1{
	width:15em;
}
#fbForm .c2{
	border-left:1px dashed #e8e8e0;
	padding-left:0.5em;
	margin-left:0.5em;
}
#fbForm .note{
	clear:left;
	padding-top:2em;
	
	
}
.fbfTopBar{
	text-align:right;
	width:100%;
	background-color:#D8D3C5;
	cursor:pointer;
	font-size:0.9em;
	font-weight:bold;
	line-height:1em;
	margin:0;
	padding: 0.5em 0;
}
.fbfTopBar:hover{
	color:#E97D3B;
}
.range{
}
.range label{
	float:left;
	text-align:center;
	border-right: 1px solid #000;
	margin-right:1em;
	padding-right:1em;
}
#kgPbCont
{
	position:relative;
	z-index:1;
}
#picBox
{
	position:absolute;
	z-index:10;
	width:84px;
	height:57px;
	top:0px;
	left:6px;
}
#picBoxTrans
{
	position:absolute;
	z-index:5;
	width:84px;
	height:57px;
	top:0px;
	left:6px;
}
.confType{
	margin-bottom:0.7em;
	padding-bottom:0.3em;
	border-bottom:1px solid #D8D3C5;
}
.editBox{
	position:absolute;
	background:#E9E8E0;
	padding:2px 4px;
	text-align:center;
}
