﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family:Verdana, sans-serif;
    font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* Formtag */
form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Image tags */
img
{
	margin: 5px 5px 5px 5px;
	border-style: none;
}

.bilder
{
	width:200px;
}


.printicon
{
	
	float: right;
}

/* Text header tags */
h1
{
	margin: 15px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-family:Verdana, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color:#666633;
}

h2
{
	margin: 15px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}

h3
{
	margin: 15px 0px 10px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

h5
{
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	font-weight: normal;
	color:#333;
	margin: 0px 0px 0px 0px;
	display: inline;
}

/* Text paragraph tags */
p
{
	 margin-bottom: 2px;
	 margin-top: 2px;
}

/* Link tags */
a
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

.joblink
{
    color: #000000;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}

.joblink:hover
{
	color: #000000;
	text-decoration: underline;
	font-size:10px;
	font-weight:bold;
}

.headerlink
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.headerlink:hover
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* List tags */

/* Special DIV tags */
#guid
{
	color:Silver;
} 

.divprint
{
    float:right;
}

/* List header */

.listheader
{
	padding: 0px 2px 2px 15px;
	margin: 0px 0px 0px 0px;
	height:15px;
	background-color:#d7d3bb;
	border:#999999 1px solid;
}

.listheader_col_title
{
    display:block;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:200px;
    float:left;
}

.listheader_col_date
{
    display:block;
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	width:100px;
    float:right;   
}
	
.left
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	vertical-align:top;
}

.right
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 5px;
	width:100%;
}

/* List items */
.list
{
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:427px;
}

.listitem_default_info
{
	padding: 7px 0px 7px 15px;
	margin: 0px 0px 0px 0px;
	border-bottom:gray 1px dashed;
}

.listitem_col_title
{
    position:relative;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:224px;
    display:block;
}

.listitem_col_date
{
	position:relative;
	display:inline;
    float:right;
    padding: 0px 0px 0px 0px;
    width:85px;
    float:right;   
    font-size:11px;
}

.orange
{
    color:#ff6600;
    font-weight:bold;
}

/* Left column in content area */
#leftcol
{
	
} 

/* Right column in content area */
#rightcol
{
    border:#000000 1px solid;
    padding:15px 15px 30px 15px;
    width:400px;
	position:absolute;
	left:50%;
	margin: 25px 0px 0px -200px;
}

/* Content area with no columns */
#nocol
{
	
} 


