
/* Extra Objects */


table.Projectlist {
  clear: both;
  margin: 1em 0px;
  border: 0; 
  border-collapse: collapse;
  align: center;
}


table.Projectlist a:hover {
  text-decoration: underline
}

table.Projectlist img {
	padding: 3px;
  vertical-align: middle;
}
table.Projectlist td {
  border-bottom: #73ab00 1px solid; 
  padding: 1em; 
  text-align: left;
  vertical-align:top;
}
table.Projectlist th {
  padding: 0.75em; 
  background: #73ab00; 
  color: white; 
  white-space: nowrap;
}

table.Projectlist tr.even {
  background: #fff;
}
table.Projectlist tr.odd {
  background: #fff;
}

#projectsText {

}

#projectsText .desc {
	font-weight: bold;
}

#projectsImages {
	width:360px;
	padding:0.5em;
}

#mainImage {
	padding: 5px;
	border: 1px solid #c3c6b1;
}

ul.thumbnails {
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0.25em;
	list-style-type:none;
}
ul.thumbnails li {
	margin:0;
	padding:0.25em;
	display:inline;
}
ul.thumbnails li a img {
	padding:2px;
  border: 1px solid #295f80;
}

img.rightimage {
	display:inline;
	float:right;
}

.clearblank {
	height:1em;
	clear:both;
	background:transparent;
}




/*Ansattelist */
table.Ansattelist th, table.Ansattelist td  {	
	padding:3px;
	border-bottom: 1px solid gray;
}
table.Ansattelist th {
	font-weight: bold;
}
table.numbers td  {	
	border: none;
}

table.numbers {
	
}

table.Ansattelist a {
	font-weight: bold;
}

span.stilling {
	color: #7BBE33;
	font-size: 14px;
	margin-left: 12px;
	font-weight: normal;
}

div#ansatteText {
	float: left;
	width:310px;
}

div#ansattePicture {
	margin: 10px 10px 0 0;
	width: 240px;
	float: left;
}
/*Ansattelist  END*/


/*  --- FORUM --- */

div.forum {
	margin-top:30px;
	border: 1px solid black;
	background-color:#bbff79;
}
.forum p {
	margin: 5px;
	padding:3px;
}

.forum fieldset {
	margin:5px 5px 15px 5px;
	padding:0 5px 5px 5px;
  border: 1px solid #99ff59;
  background-color:#ffffff;
}

.forum fieldset legend {
	margin: 0 5px 0 5px;
  padding: 5px;
  border: 1px solid #99ff59;
  border-bottom:0;
  font-weight:bold;
  background-color:#ffffff;
  color:#559955;
}

div.forumMenu {
	float:right;
	padding:3px;
}

div.forumNavi {
	font-size:larger;
	padding:3px;
	background:#73ab00;
	color: white;
	border-bottom: 1px dotted;
}

div.forumNavi a, div.forumNavi span {
	color: white;
}

.forumMenu {
	color: white;
}
.forumMenu a {
	margin:1px;
	padding:3px;
	border-bottom: 1px solid;
	border-left: 1px solid;
	color: white;
	text-decoration:none;
}

.forumReply, .forumNew {
	margin-bottom:3px;
}
.forumReply a, .forumNew a {
	padding:3px;
	border-top: 1px solid;
	border-right: 1px solid;
}
.forum table {
	margin: 10px 5px 10px 5px;
	border-collapse:collapse;
}
.forum table th {
	padding:5px;
	color:#666666; 
	border: 1px solid #c8ff16;
}
.forum table td {
	padding:5px;
	border: 1px solid #cccccc;
	vertical-align:top;
}

.forum .fn {
	font-weight:normal;
}
.forum .postinfo {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
	padding:5px;
	border-left: 1px solid #99ff59;
	border-bottom: 1px solid #99ff59;
  color:#7e5e53;
}
