/*
	CSS-definition file
	Client: Sand-Tec AS
	Programmer: Richard Adams, Falk Webdesign
	Started: 12.03.2007
*/
body {
	margin:5;
	padding:0;
	line-height: 1.5em;
	background-color: #FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

b, strong {
	font-size: 110%;
}
em {
	color: red;
}

#topsection{
	width: 980px;
	background: transparent; /*#EAEAEA;*/
	height: 77px; /*Height of top section*/
	z-index: 10;
}

#contentwrapper{
	float: left;
	width: 980px;
}

#contentcolumn{
	margin: 50px 150px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	height: 565px;
}

#leftcolumn{
	float: left;
	width: 170px; /*Width of left column*/
	margin-left: -980px;
	background: transparent; /*#C8FC98;*/
	z-index: 8;
}

#rightcolumn{
    float: left;
    width: 150px; /*Width of right column*/
    margin-left: -150px; /*Set left marginto -(RightColumnWidth)*/
    background: transparent;/*#e2e2e2; /*#FDE95E;*/
    text-align: center;
	z-index: 7;
}

#footer{
	clear: left;
	width: 980px;
	background: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	padding: 0;
}

.innertube {
    /*margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 10px;
}

.copyright, .copyright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;

}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #083583;
	background-color: #FFFFFF;
	white-space: nowrap;
	clear: both;
	text-indent: 55px;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../gfx/headbg.png);
	background-repeat: repeat-x;
	height: 38px;
	margin-bottom: 20px;
	margin-right: 20px;
}
div.ingress {
	margin-right: 20px;
	clear: both;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #083583;
	white-space: nowrap;
	padding-top: 7px;
}
img.subheader {
	padding-left: 10px;
	padding-bottom: 10px;
}
.LeftHalf {
	width: 44%;
	float: right;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 6px;
}
.RightHalf {
	width: 44%;
	float: left;
	border: 1px solid #CCCCCC;
    margin-top: 10px;
    margin-bottom: 10px;
	padding: 6px;
}
img.ingress {
	padding-right: 5px;
	padding-left: 0px;

}
.error {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.smallerror {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
	color: #CC0000;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	width: 75%;
	border: solid 2px #CC0000;
}
a.bp {
	background-image: url(../img/bulletpoint.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: #083583;
}
a.bp:hover {
	color: #ED1C24;
}
.cssform div{
	width: 300px;
	clear: left;
	margin: 0;
	padding: 0px 0 2px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px none gray;
	/*height: 1%;*/
}
.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002872;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: auto; /*180px;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #002872;
}

.cssform input[type="submit"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 120px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #002872;
}

.cssform select{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #002872;
	font-weight: 200;
}

.cssform textarea{
	width: 250px;
	height: auto ;/*150px;*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11.5px;
	color: #007228;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
	margin-left: 3px;
}

#fixedtipdiv {
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 140px; /* Width of Menu Items */
	border-bottom: 1px solid #002972;
	background: #FFFFFF;
}

.suckerdiv ul li{
	position: relative;
	background: #FFFFFF;
}

/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 140px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background: #FFFFFF;
}

/* Sub level menu links style */
.suckerdiv ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #002972;
	text-decoration: none;
	background: #FFFFFF;
	padding-left: 5px;
	border: 1px solid #002972;
	border-bottom: 0;
}

.suckerdiv ul li a:visited{
	color: #002972;
}

.suckerdiv ul li a:hover{
	background-color: #ED1C24;
	color: #FFFFFF;
}

.suckerdiv .subfolderstyle{
	/*background: url(img/arrow-list.gif) no-repeat center right;*/
	background: url(img/bp.png) no-repeat center right;
}

li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #44C8F5;
}
li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a {
	height: 1%;
}
/* End */
