@charset "utf-8";

/*-----------------------------------------------------------------
Style sheet for all content on public pages

Version:			1.8
Main Author:		Better Globe, Jan-Tore Øvrevik
Last changes done:	2012-12-21
Changes done by:	Better Globe, Jan-Tore Øvrevik
Website:			http://www.betterglobe.com/
-----------------------------------------------------------------*/


/*************** Table formattings ***************/

td.td_content_surrounding {
	color: #000;
	background-color: #FFF;
}
td.td_content_surrounding_padding {
	color: #000;
	background-color: #FFF;
	padding: 10px;
}
td.td_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding: 10px 10px 0px 10px;
}
td.td_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding: 0px 10px 10px 10px;
}
td.td_content_line_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding: 5px 10px 10px 10px;
	border-top: dotted 1px #dd5f0b;
}
td.td_content_headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
	text-align: left;
	vertical-align: bottom;
	padding: 10px 10px 0px 10px;
}
td.td_content_headline_line_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFF;
	text-align: left;
	vertical-align: bottom;
	padding: 10px 10px 0px 10px;
	border-top: dotted 1px #dd5f0b;
}
td.td_content_headline_line_top_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	background-color: #FFF;
	text-align: left;
	padding: 10px 10px 15px 10px;
	border-top: dotted 1px #dd5f0b;
}
td.td_content_heading_garamond {
	font-family: Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #666;
	background-color: #FFF;
	text-align: center;
	padding: 5px 10px 10px 0px;
	border-top: dotted 1px #dd5f0b;
}

/*************** Text formattings ***************/

h1 {
	margin-top: 10px;
	font-size: 2em;
}
h2 {
	margin-bottom: -5px;
	font-size: 1.4em;
}
h3 {
	margin-bottom: -10px;
	font-size: 1.1em;
}
.text_heading2 {
	font-size: 1.4em;
	font-weight: bold;
}
.text_heading3 {
	font-size: 1.1em;
	font-weight: bold;
}
.text_heading2_red {
	font-size: 1.4em;
	font-weight: bold;
	color: #F00;
}
.text_heading3_dark_red {
	font-size: 1.1em;
	font-weight: bold;
	color: #900;
}
.text_heading2_green {
	font-size: 1.4em;
	font-weight: bold;
	color: #690;
}
.text_bold {
	font-weight: bold;
}
.text_italic {
	font-style: italic;
}
.text_grey {
	color: #999;
	background-color: #FFF;
}
.text_dark_grey {
	color: #666;
	background-color: #FFF;
}
.text_green {
	color: #690;
	background-color: #FFF;
}
.text_green_bold {
	font-weight: bold;
	color: #690;
	background-color: #FFF;
}
.text_red {
	color: #F00;	
}
.text_dark_red {
	color: #900;
}
p.p_center {
	text-align: center;	
}
#divContent a:link {
	color: #39F;
}
#divContent a:hover {
	color: #FFF;
	background-color: #690;
}
ul.ul_leaf {
	list-style-image: url(images/main/list.gif);
	list-style-position: outside;
}
ul.ul_bullet {
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0em;
	list-style-type: square;
}
ol.ol_number li {
	margin-bottom: 5px;
	font-size: 1.2em;
}
div.div_frame_dashed {
	border: #999 dashed 1px;
	background-color: #EBEBEB;
	padding: 5px;
}

/*************** Image formattings ***************/

img.img_space_right
{
    margin-right: 5px;
    margin-bottom: 5px;
}
img.img_space_left
{
    margin-left: 5px;
    margin-bottom: 5px;
}
#divContent a:hover {
 color: #FFF;
 background-color: #690;
}

#divContent .a_img:hover { 
 background-color: #FFF;
}