#color0{ color: #697103; }
#color1{ color: #007cdc; }
#color2{ color: #dc6c00; }
#color3{ color: #033671; }
#color4{ color: #96016b; }
#color5{ color: #8fa50a; }
#color6{ color: #600044; }
#color7{ color: #714b03; }
#data_alert_color{ color: #FF0000; }
#data_divider_color{ color: #CCCCCC; }
body {
	background-image: url(../img/bg_diag_beige.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial Nar, Arial, Helvetica, sans-serif;
	color:#333333;
}

.layoutContainer {
	width:98%;
	position:absolute;
	top:0px;
	left:0px;
	margin:0 10px;
}


.headerContainer {
	background-image:url(../img/header_header_l.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.headerContent {
	background-image:url(../img/header_header_r.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:0;
	padding:5px 1px 0px 1px;
}

.headerContent h1 {
	color:#fff;
	font-size:28px;
	height:0.01%;
	padding:10px 10px;
}

.headerContent h2 {
	color:#fff;
	font-size:16px;
	height:0.01%;
	padding:10px 10px;
}

/* Adicionado HidroMares */
.headerInfo {
	color:#fff;
	padding:10px 10px;
}

.aadi {
	float:right;
	width:200px;
	margin-top:4px;
	margin-right:10px;
	text-align:right;
}
.aadi400 {
	float:right;
	width:400px;
	margin-top:4px;
	margin-right:10px;
	text-align:right;
}
.boxContainer {
	background-image:url(../img/box_mid_l.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	left: 10px;
	top: 552px;
}

.boxContent {
	background-image:url(../img/box_mid_r.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:5px;
}

.boxTopContainer {
	background-image:url(../img/box_top_l.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border-bottom:1px solid #c40000;
	background-color:#bbb;
	
}

.boxTopContent {
	background-image:url(../img/box_top_r.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding:5px 2px 3px 10px;
	font-size:20px !important;
}


.bord {
	position:absolute;
	z-index:1;
	border-top: 1px solid #ccc;
}

/* TOPPMENY 
--------------------------------------------------*/
.meny {
	padding-top:5px;
	clear:both;
}

.meny ul {
	margin: 0;
	background-image:url(../img/meny_bg_linje.gif);
	background-position:top left;
	background-repeat:repeat-x;
	padding:1px 0px 4px 5px;
}

.meny ul li {
	list-style: none;
	margin: 0;
	display: inline;
	
}

.meny ul li a {
	text-decoration: none;
	text-transform:uppercase;
	color:#f1d1d1;
	font-size:12px;
	padding:3px 10px;
}

.meny ul li a:hover {
	background-color:#a12e2e;
	color:#fff;
}

.meny ul li a.aktiv {
	background-color:#a12e2e;
}


/* RESET 
--------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 25px; line-height: 24px;}
h2 { font-size: 18px; line-height: 22px;  }
h3 { font-size: 16px; line-height: 18px; }
h4 { font-size: 14px; line-height: 16px;  }
h5 { font-size: 12px; line-height:12px; font-weight: bold; }
h6 { font-size: 11px; line-height:11px; font-weight: bold; }


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0; }
p.last      { margin-bottom: 0; }
p img       { margin: 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <h3>. */
img         { margin: 0; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; background: #ffc; }
dfn         { font-weight: bold; }
pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 1.5; } 
tt          { display: block; margin: 1.5em 0; line-height: 1.5; }


.alignRight {
	text-align:right;
}

/* Tables
-------------------------------------------------------------- */

table   { margin-bottom: 0em;}
th      { border: 1px solid #999; color:#333; font-weight: bold; background-color:#ddd; }
td      { border: 1px solid #ddd; }
th,td   { padding: 4px 10px 4px 4px; }
tfoot   { font-style: italic; }
caption { background: #ffc; }
.even 		{ background-color:#f7f7f7;}

.small {font-size:80%}
.xsmall {font-size:60%}

/* Button
---------------------------------------------------------------- */
.btn-style{
	border : solid 1px #e6e6e6;
	border-radius : 3px;
	moz-border-radius : 3px;
	-webkit-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	-moz-box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	box-shadow : 0px 0px 2px rgba(0,0,0,1.0);
	font-size : 30px;
	color : #696869;
	width: 200px;
    height: 70px;
	background : #ffffff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background : -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -o-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	background : linear-gradient(top, #ffffff 0%, #f1f1f1 49%, #e1e1e1 51%, #f6f6f6 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );

}