﻿/* -- CSS som styr alla moduler -- */
@import url("Fonts.css");
@import url("jModules.css");
@import url("MainMenu.css");
@import url("Forms.css");
@import url("Aktivitetskalender.css");

body
{
	font-family: Verdana;
	font-size: 8pt;
	background: White;
}

.Fiske
{
	font-family: Verdana;
	font-size: 8pt;
	margin: 0 auto;
}

#wrapper
{
	width: 900px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	background: White;
	margin: 0 auto;
}
.FooterSeparator
{
	background: #e2e7ea;
	
}
#top
{
	padding-right: 5px;
	height: 42px;
	background: White;
	text-align: right;
}
#header
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 900px;
	height: 140px;
	/*background: url('../images/header_full.jpg');
	background-repeat: no-repeat;*/
}
#SektionWrapper
{
	border-top: 1px solid #e1e1e1;
	height: 40px;
	background-image: url('../images/menu_background.jpg');
	background-repeat: repeat-x;
	width: 100%;
	background: yellow;
}
#footer
{
	margin: 0 auto;
	width: 812px;
	height: 67px;
	border-top: 10px solid #e2e7ea;
	background-image: url('../images/footer_full902.jpg');
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 90px;
	color: White;
}
#footer a
{
	color: White;
	text-decoration: underline;
}
#footer a:hover
{
	text-decoration: none;
}

.AdminToolbar
{
	min-height: 35px;
	background: url('../../Images/Admin/admin_toolbar_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #B6D3E9;
	padding: 5px;
}
#ContentWrapper
{
	margin-top: 10px;
	min-height: 200px;
}
.ShowSida
{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
.ContentTable
{
	float: left;
}

hr
{
	height: 1px;
	color: #999;
	/*border-bottom: 1px solid #999;*/
}

.FloatLeft
{
	float: left;
}
.FloatRight
{
	float: right;
}
.ClearBoth
{
	clear: both;
}
.AlignRight
{
	text-align: right;
}


.EditForm
{
	padding-left: 1em;
	padding-right: 1em;
}

.PopupBox
{
	background: White;
	border: 1px solid #B6D3E9;
	padding: 5px;
	padding-left: 8px;
	padding-right: 1px;
}

.FangstDetaljer
{
	min-width: 250px;
	background: White;
	border: 1px solid #B6D3E9;
	padding: 25px;
}
.GrayBackground
{
	background-color: #fff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
.ErrorArea
{
	padding: 1em;
	text-align: center;
}
/* -- ÖVRIGT -- */

.linkcursor:hover
{
	cursor: help;
}
.NyhetsDatum
{
	font-weight: bold;
}