﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	
	
}

/* Formtag */
form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Image tags */
img
{
	border-style: none;
}

.printicon
{
	
	float: right;
}

/* Text header tags */
h1
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px; 
}

h2
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 18px; 
}

h3
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 13px; 
}

h5
{
	font-family:Verdana;
	font-size:11px;
	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: none;
	background-image:url(Images/Icons/arrow.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:10px;
	font-weight:bold;
}

a:hover
{
    color: #000000;
	text-decoration: underline;
	background-image:url(Images/Icons/arrow.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:10px;
	font-weight:bold;
}

.listlink
{
    font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}

.listlink:hover
{
	color: #FF0000;
}

.joblink
{
	color: #000000;
	text-decoration:none;	
	font-weight:bold;
	background-image:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.joblink:hover
{
	color: #000000;
	text-decoration:underline;	
	font-weight:bold;
	background-image:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.printlink
{
	float: right;
}

/* List tags */
ul
{
	list-style-type:none;
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
}

li
{
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 6px 0px;
	border-bottom:#d1d2d4 1px solid;
}


/* Special DIV tags */
#guid
{
	color:Silver;
} 

.divprint
{
	padding:8px 8px 8px 8px;
	border-top: solid 1px #cccccc;
	text-align:right;
	font-size:10x;
}

.logga
{
    background-image:url(Images/Design/logga.jpg);
    background-repeat:no-repeat;
    background-position: 15px 15px;
    height:100px;
}

/* List items */
.listheader
{
    border-bottom:#ccc 1px solid;
    height:5px;
}

.list
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 555px;
}

.listitem_default_info
{
    padding:15px 0px 15px 0px;
    margin:0px 0px 0px 0px;
    border-bottom:#ccc 1px solid;
}

.listitem_col_title
{
    position:relative;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:180px;
    display:block;
    background-image:url(Images/Icons/arrow.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}

.listitem_col_date
{
	position:absolute;
	top:18px;
	left:210px;
    padding: 0px 40px 0px 0px;
}

/* Odd and Even items*/
.listitem_odd
{
	display:block;
	clear:right;
	position:relative;
	
	padding:2px 0px 2px 2px;
    margin:0px 0px 0px 0px;
}

.listitem_even
{
	display: block;
	clear: right;
	position: relative;
	padding: 2px 0px 2px 2px;
	margin: 0px 0px 0px 0px;
}

.viewpage
{
	border:solid 23px #ffcc00;
	position:relative;
	display: block;	
	width:808px;
}

#page
{
	position:relative;
	display: block;
}

#content
{
	position:relative;
	display: block;
}

/* Left column in content area */
#leftcol
{
	
} 

/* Right column in content area */
#rightcol
{
	position: relative;
	display: block;
	margin-left:0px;
	padding: 0px 0px 0px 0px;
}


/* Content area with no columns */
#nocol
{
    padding:0px 15px 20px 0px;
} 


