﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Helvetica, sans-serif;	
	font-size:12px;
	font-size:12px;
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;	
	min-width:800px;
}

/* Formtag */
form
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Image tags */
img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Text header tags */
h1
{
    font-family:Arial;
	font-weight:bold;
	font-size:18px;
	margin: 25px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

h2
{
	font-weight:bold;
	font-size:12px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


/* Text paragraph tags */
p
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height:16px;
}

/* Link tags */
a
{
    color:#005a9e;  
    font-weight:bold;  
    text-decoration:none;
}

a:hover
{
    color:#005a9e;  
    font-weight:bold;  
    text-decoration:none;
}

.joblink
{
	color:#005a9e;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

.joblink:hover
{
	color:#005a9e;
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}

.headerlink
{
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	background-image:url(Images/Icons/sort.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:15px;
}

.headerlink:hover
{
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}

.paginglink
{
    color:#204f8a;
    text-decoration:none;
    font-weight:bold;
}

.paginglinknext
{
	float:right;
	display:inline;
	color:#204f8a;
	text-decoration:none;
}

.printlink
{
    float:right;
}

/* Paging */
.paging
{
    position:relative;
    display:block;
    padding:0px 0px 0px 0px;
    margin:0px 0px 5px 0px;  
}

.currentpage
{
    display:inline;
	width:10px;
    height:10px;
    margin:0px 0px 0px 10px; 
}

.pagingpage
{
    display:inline;
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 10px; 
}

/* List header */

.listheader
{
    position:relative;
    display:block;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	background-color:#075d88;
	height:18px;
}

.listheader_col_title
{
    
	width:50%;
}

.listheader_col_publish
{	
    text-align:center;
    width:125px;
}

.listheader_col_date
{
    text-align:center;
    width:125px;
}

.listheader_col_department
{
  
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 88%;
}

.listitem_odd
{
    padding:3px 0px 3px 0px;
}

.listitem_even
{
	background-color:#e3eefb;
	padding:3px 0px 3px 0px;
}

.listitem_col_title
{
    width:50%;   
}

.listitem_col_publish
{   
    text-align:center;
}

.listitem_col_date
{
    text-align:center;
}

.listitem_col_department
{
    
}

/* Content area with no columns */
#nocol
{
	position: relative;
	display:block;
	padding:0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	background-color:#FFFFFF;
} 

.descr
{
    max-width:600px;    
}