﻿/* Body tag */
body
{
	font-family: Verdana, Arial;
    font-size: 13px;
	
	margin:5px 0px 0px 10px;
	padding:0px 0px 5px 0px;
	width: 460px;
	border:#000000 1px solid;
}

/* Formtag */
form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Image tags */
img
{
	margin: 0px 0px 0px 0px;
	border-style: none;
}

.printicon
{
	float: right;
}

/* Text header tags */
h1
{
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 30px 0px;
}

h2
{
	font-weight: bold;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}

/* Text paragraph tags */
p
{
	 margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Link tags */
a
{
	color: #9c1d23;
	text-decoration:underline;
}

.joblink
{
	text-decoration:none;
	color:#000000;
}

.joblink:hover
{
	text-decoration:none;
	color:#9c1d23;
}

#currentpage
{
		
}

.headerlink
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}

.headerlink:hover
{
	text-decoration: none;
	color:#000000;
}

/* List tags */

/* Special DIV tags */
#guid
{
	color:Silver;
} 

.divprint
{
	padding: 8px 0px 8px 0px;
	text-align: right;
	font-size: 10x;
}

/* List header */

.listheader
{
	position: relative;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	height: 20px;
	border-bottom:#000000 1px solid;
}

.listheader_col_title
{
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	position:relative;
	display:block;
	width:360px;
    float:right;  
}

.listheader_col_date
{
	position:relative;
	display:block;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 5px;
    width:75px;
    float:left;
}

/* List items */
.list
{
	
}

.listitem_default_info
{
    padding:5px 0px 5px 0px;
    margin:0px 0px 0px 0px;
    height:10px;
}

.listitem_even
{
    margin:0px 5px 0px 5px;
    border-top:#c0c0c0 1px solid;
}

.listitem_odd
{
	margin:0px 5px 0px 5px;
	background-color:#e9e5e0;
	border-top:#c0c0c0 1px solid;
}

.listitem_col_title
{
    position:relative;
    display:block;
    width:360px;
    float:right;
    font-size: 11px;
}

.listitem_col_date
{
	position:relative;
	display:block;
    float:left;
    width:75px;
    font-size: 11px;
}

/* Content area with no columns */
#rightcol
{
	padding:10px 10px 10px 10px;
    margin:0px 0px 0px 0px;
} 

#nocol
{
	
} 


