﻿/* HTML tag */
html
{
	
}


/* Body tag */
body
{
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Formtag */
form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Text header tags */
h1
{
	font-family:Verdana;
	font-size:1.5em;
	font-style:normal;
	font-weight:bold;
}

h2
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	margin: 20px 0px 0px 0px;
}

h3
{
	font-family:Verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#02639c;
	margin: 2px 0px 2px 0px;
}

h4
{
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	font-weight:bold;
	color:#02639c;
	margin: 0px 0px 0px 0px;
}

h5
{
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	display: inline;
}

/* Text paragraph tags */
p
{
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Text */
.SmallText
{
	font-size:9px;	
}

/* Image tags */
img
{
	display:inline;
}


/* Link tags */
a
{
	color: #0000ff;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
}

a:visited
{
	color: #0000ff;
	text-decoration: underline;
}

a:hover
{
	color: #b42f2c;
	text-decoration: none;
	font-weight: normal;
}

.divHeaderlink
{
	position: relative;
	float:right;
	margin:0px 20px 0px 0px;
	text-align:right;
}

.headerlink
{
    color:#000000;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.headerlink:visited
{
    color:#000000;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.headerlink:hover
{
    color:#000000;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}

.joblink
{
    color:#000000;   
}

.joblink:visited
{
    color:#000000;
}

.joblink:hover
{
	color: #b42f2c;
}

/* Special DIV tags */
#page
{
	
} 

/* List header */

.listheader
{
	margin: 0px 0px 0px 0px;
	background-color:#dbdfdd;
}

.listheader_col_title
{
    margin:0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    border:#999999 1px solid;
    width:310px;
}

.listheader_col_publish
{
	margin:0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    border:#999999 1px solid;
    width:90px;
    text-align:center;
}

.listheader_col_date
{
	margin:0px 0px 0px 0px;
    padding: 2px 2px 2px 2px;
    border:#999999 1px solid;
    width:90px;  
    text-align:center;
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	display:block;	
	margin: 0px 0px 0px 0px;
	width:495px;
}

.listitem
{
	padding:5px 0px 5px 0px;
}

.listitem_extended_info
{
	position:relative;
	margin:0px 0px 5px 0px;
}

.listitem_default_info
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

.listitem_col_title
{
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.listitem_col_publish
{
	margin:0px 0px 0px 0px;
	text-align:center;
}

.listitem_col_date
{
    text-align:center;
}

/* Odd and Even items*/
.listitem_odd
{
	position: relative;
}

.listitem_even
{
	background-color: #f5f5f5;
	position: relative;
}

/* Paging */
.paging
{
	display:block;	
}

/* Content area */
#content
{
	background-color:#FFFFFF;
} 

/* Left column in content area */
#leftcol
{
	
} 

/* Right column in content area */
#rightcol
{
	
}

/* Content area with no columns */
#nocol
{
    width:412px;
    border:#000000 1px solid;
    margin:15px 0px 0px 15px;	
    padding:15px 15px 15px 15px;	
} 
