/* @override http://www.jonasgustafsson.com/fb/assets/templates/fb/main.css */


/* @override http://www.jonasgustafsson.com/fb/assets/templates/fb/main.css */

* {

margin:0;

padding:0;

}



body {

	text-align: left;

	background: url(http://www.firstbioenergy.se/images/cms/bkg.png) repeat-x;
	font: 11px/13px Arial, Helvetica, Verdana, tahoma, Geneva, sans-serif;
}

p {

	margin: 0 0 7px;

	padding: 0;

	font-size: 11px;

	line-height: 14px;

}



div#contentleft p {

	margin: 0 0 7px;

	padding: 0;

	font-size: 12px;

	line-height: 18px;

}

div {

}

div#pagewrapper {

	margin: 20px auto 0;

	width: 800px;

	padding: 10px;

}



div#header {

	

}



div#topmenu {

	margin-top: 4px;

	text-align: right;

	/* background: url(http://www.firstbioenergy.se/images/cms/top_menu.png) repeat; */

	color: #fff;

        background-color: #5a9a98;

	font-weight: bold;
	height: 23px;
	padding: 0 5px 0 8px;
	background-image: url(images/menubar_search.gif);
	margin-bottom: 10px;
}

div#topmenu form {

	margin: 0;

	padding: 0;

}



div#top{

	float: right;

margin-right: 10px;
	height: 17px;
	padding-top: 5px;
}









div#imagewide {

	

	margin-top: 0;

}
#sections {
	height: 200px;
	margin-bottom: 17px;
}
#section_left {
	float: left;
}
#section_right {
	float: right;
}

div#main {

	padding: 0;

	margin: 10px 0;

	display: inline-block;
	width: 800px;
}



div#leftmenu {



	width: 190px;

	float: left;

	padding: 0px;

}



div#contentwrapper {

	margin-left: 205px;

	padding-left: 5px;

	/*border-left: 1px solid #b1b1b1; */

}



div#breadcrumbs {

	margin-bottom: 10px;

	padding: 5px;

	border-bottom: 1px solid #b1b1b1;
	height: 14px;
	margin-top: 3px;
}



div#title {

	

	padding: 5px;

	margin-bottom: 5px;
}



div#content {

overflow:auto;

}



div#contentleft {

	width: 400px;

	

	float: left;

	padding: 5px;

}



div#contentright {

	

	width: 150px;

	margin-left: 10px;

	padding: 5px;

float:right;



}



div#footer {

	padding: 10px 5px 5px;

	clear: left;

	border-top: 1px solid #b1b1b1;

}
.thinline {
	border-bottom: 1px dotted #a0a0a0;
	height: 1px;
	margin-bottom: 9px;
	margin-top: 9px;
}

#content .smalltext {
	font-size: 10px;
	color: #808080;
}

/*

if img is inside "a" it would have 

borders, we don't want that

*/

img {

   border: 0;

}



input {

	background-color: #eee;

	color: #000;

	font-size: 9px;

border-style: none;

	padding: 1px;

}





/*

default link styles

*/

/* set all links to have underline and bluish color */

a,

a:link 

a:active {

   text-decoration: none;

/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */

   background-color: inherit; 

   color: #3e716f; 

}



a:visited {

   text-decoration: none;

   background-color: inherit;

  color: #3e716f;                /* a different color can be used for visited links */

}





/* remove underline on hover and change color */

a:hover {

   text-decoration: underline;

   color: #3e716f;

}

div#top a,

div#top a:link,

div#top a:active,

div#top a:visited {

	text-decoration: none;

   background-color: inherit;

	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}


div#top a:hover {

	text-decoration: none;

	background-color: #3e716f;

	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

/********************

CONTENT STYLING

*********************/

/* HEADINGS */

div#contentwrapper h1 {

	color: #666;

	font-size: 25px;

	line-height: 120%;
	margin-bottom: 2px;
	font-weight: normal;
	font-style: normal;
}

div#contentwrapper h2 {

	color: #666;

	font-size: 18px;

	line-height: 120%;
	margin-bottom: 2px;

}

div#contentwrapper h3 {

	color: #666;

	font-size: 16px;

	line-height: 120%;
	margin-bottom: 2px;

}

div#contentwrapper h4 {
	color: #242424;

	font-size: 13px;
	line-height: 120%;
	margin-bottom: 2px;

}

div#contentwrapper h5 {

}

div#contentwrapper h6 {

}

/* END HEADINGS */



/* TEXT */

blockquote {

   border-left: 10px solid #ddd;

   margin-left: 10px;

}

strong, b {

/* explicit setting for these */

   font-weight: bold;

}

em, i {

/* explicit setting for these */

   font-style:italic;

}

#content .introtext {
	line-height: 22px;
	font-size: 13px;
}

/* LISTS */

/* lists in content need some margins to look nice */

div#content ul,

div#content ol,

div#content dl {

   margin: 0 0 0 16px;

	list-style-position: outside;

}

div#contentleft ul,

div#contentleft ol,

div#contentleft dl {

	font-size: 12px;

	line-height: 16px;

}



div#content ul li,

div#content ol li {

	margin: 0 0 5px;

}







/* definition lists topics on bold */

div#main dl dt {

   font-weight: bold;

   margin: 0 0 0 1em;

}

div#main dl dd {

   margin: 0 0 1em 1em;

}



div#main dl {

  margin-bottom: 2em;

  padding-bottom: 1em;

  border-bottom: 1px solid #c0c0c0;

}
/* search */

#search {
	margin-top: 5px;
	position: relative;
	float: right;
	z-index:900;
	padding-right: 0;
	width: 153px;
	margin-right: 13px;
	margin-left: 11px;
}

#search img {display: none;}

/*
#search-directory {
	position:absolute;
	top:26px;
	left:5px;
	width: 496px;
	height:32px;
	overflow:hidden;
	z-index:400;
}
*/
#search fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
#search form {
	border: none;
	margin: 0px;
	padding: 0px;
}


#search label {
color: #444444;
}


#search input {
	background-color: transparent;

	color: #575757;

	font-size: 9px;

border-style: none;
	height: 13px;
}

.button {width: auto !important; height: auto !important; padding: 2px !important; margin-top: 5px !important; margin-bottom: 5px !important;}

/*
#search select {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}
#search textarea {
	border-top: 1px solid #75767B;
	border-left: 1px solid #75767B;
	border-bottom: 1px solid #B6B9C0;
	border-right: 1px solid #B6B9C0;
	height: 19px;
}

#search-txt {
    position: absolute;
    top: 174px;
    width: 217px;
    height: 21px;
    color: #000;
    font-size: 13px;
    line-height: 23px;
}
*/
#ajaxSearch_input {
    position: absolute;
    top: 0px;
    left: 0;
    width: 153px;
    height: 14px;
}

#ajaxSearch_submit {
    width: 70px !important;
    height: 21px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent  url(images/search_70x21.gif) no-repeat center top;
    padding: 55px 0 0 !important;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
    position: absolute;
    top: 0px;
    left: 162px;
}

#ajaxSearch_output {
    color: white;
    -moz-opacity:0.8 !important;
    opacity:0.8 !important;
    filter: alpha(opacity=80) !important;
    position: absolute;
    top: 15px;
    width: 155px;
    z-index: 1;
    border: 0;
    padding: 0;
    margin: 0;
	background-color: #000;
}
#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	display: block;
	font-weight: normal;
	font-style: normal;
}
#ajaxSearch_output a:hover{ background-color: #5a9a98;
	text-decoration: none;
}
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 8px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #888;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}


#dirsearch-txt {
position: absolute;
top: 0px;
left: 0px;
width: 118px;
height: 21px;
color: #4E5760;
font-size: 13px;
line-height: 23px;
}

#dirsearch-inp {
position: absolute;
top: 0px;
left: 123px;
width: 201px;
height: 18px;
}

#dirsearch-btn {
position: absolute;
top: 0px;
left: 329px;
width: 70px;
height: 21px;
}

#dirsearch-txt2 {
position: absolute;
top: 3px;
left: 405px;
width: 170px;
height: 21px;
color: #4E5760;
}

#dirsearch-txt2 a {
color: #4E5760;
}

#join {
position: relative;
}
    #join-inp {
    margin-top: 5px;
    width: 158px;
    height: 18px;
    }
    #join-btn {
    margin-top: 5px;
    width: 120px;
    height: 21px;
    }
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #CC0000;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}

#current-search-results {
	
}

.AS_ajax_resultsIntroFailure {
	color: #f3f3f3;
    padding: 5px 8px 7px;
    margin: 0;
}

/* highlighting */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { 
	color: #292929;
	position: absolute;
	top: -55px;
	width: 164px;
	text-align: left;
}

.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #7f7f7f; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #e0e0e0;
	text-decoration: none;
}


