﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #92b599;
	text-decoration: none;
	background-image: url('images/background2.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}
a, a:link, a:visited, a:active
{
	color: #333333;
	text-decoration: none;
	cursor: default;
}
a:hover
{
	color: #d79244;
	text-decoration: underline;
	cursor: default;
}

a.NewsItem:link, a.NewsItem:visited 
{
      color:#ffffff;
      text-decoration: none;
      cursor: default;
}

a.NewsItem:hover,
{
      color:#000000;
      text-decoration: none;
      cursor: default;
}

.pic, .picprofile
{
	padding: 5px;
	margin: 5px;
	border: 1px dashed #9ebd0d;
}
.picprofile
{
	margin-top: 0px;
	margin-left: 0px;
}
h1
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #111111;
	padding: 10px 5px 0px 5px;
}
p
{
	padding: 3px 5px 3px 5px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
input
{
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	text-decoration: none;
	font-size: 11px;
}
pre	
{
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-size: 10px;
}
.maintable
{
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 800px;
	background-color: White;
}
.menutable
{
   border-width: 0px;
	padding: 0px;
	margin: 0px 5px 0px 5px;
}
.bannerrow
{
	height: 150px;
	width: 800px;
	margin: 0px 5px 0px 5px;	
}
.seperatorrow
{
	height: 3px;
}
.menucell
{
	padding: 0px;
	color: White;
	font-size: 11px;
	text-align: center;
	background-color: #33563b;
	height: 25px;
	width: 100px;
	cursor: default;
}
.menucell2
{
	padding: 0px;
	background-color: #33563b;
	height: 25px;
	width: 290px;
}
.maincontent
{
	
}
.titlerow
{
	padding-top: 15px;
	border-bottom: solid 1px #357e46;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.contenttable
{
	padding: 0px;
	margin: 0px;
	height: 250px;
}
.copyrighttable
{
	height: 25px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 2px;
}
.spacetable
{
	padding-left: 15px;
	height: 100%;
}
.spacediv
{
	padding-left: 20px;
	height: 100%;
}

.mailSentLabel
{
	font-size: 11px;
	text-decoration: none;
	letter-spacing: 2px;
	color:Red;
}

.maincontent_maintable
{
	margin: 3px 5px 5px 5px;
}


/* Styles spesific for the default page */
.default_newstable
{
	cursor: default;
	padding: 0px;
	margin: 0px;
	background-color: #406b4a;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing: 0px;
}

.default_newstable_header
{
	padding: 3px;
	background-color: #33563b;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	height: 18px;
	border-bottom: solid 1px #7cba7d;
}

.default_newstable_element_header
{
	padding: 3px;
	height: 14px;
	width: 60px;
}

.default_newstable_element_text
{
	padding: 3px;
	width: 230px;
}

.default_projectstable
{
	cursor: default;
	padding: 0px;
	margin: 0px;
	background-color: #f0d47e;
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border-spacing: 0px;
}

.default_projectstable_header
{
	padding: 3px;
	background-color: #e49f51;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	height: 18px;
	border-bottom: solid 1px #d79244;
}

.default_projectstable_element_header
{
	padding: 3px;
	height: 14px;
	color: Black;
	width: 60px;
}

.default_projectstable_element_text
{
	padding: 3px;
	color: Black;
	width: 230px;
}
