

/*-----------------------------------------------------------------
@charset "utf-8";
Style sheet for all content on public pages

Version:			1.2
Main Author:		Better Globe, Jan-Tore Øvrevik
Last changes done:	2009-11-05
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_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: 0px 10px 10px 10px;
	border-top: solid 1px #000;
}
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: solid 1px #000;
}

/*************** Text formattings ***************/

h1 {
	margin-top: 10px;
	font-size: 2em;
}
h2 {
	margin-bottom: -10px;
	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_bold {
	font-weight: bold;
}
.text_grey {
	color: #999;
	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;	
}
#divContent a:link {
	color: #690;
}
#divContent a:hover {
	color: #FFF;
	background-color: #690;
}
ul.ul_leaf {
	list-style-image: url(images/main/list.gif);
	list-style-position: outside;
}

/*************** Image formattings ***************/

img.img_space_right
{
    margin-right: 5px;
    margin-bottom: 5px;
}
