﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family: verdana;
    font-size: 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	line-height:20px;
}

/* 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
{
    font-family:Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
	font-weight: normal;
	font-size: 25px; 
	color: #333;
	display: inline-block;
	line-height:30px;
}

h2
{
    font-family:Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}


/* Text paragraph tags */
p
{
	 margin-bottom: 0px;
	 margin-top: 0px;
}

/* Link tags */
a
{
	color: #4174d9;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	color: #4174d9;
}


.joblink
{
	font-weight:normal;
	color: #4174d9;
	text-decoration: none;
}

.joblink:link
{
	color: #4174d9;
	font-weight:normal;
	text-decoration: none;
}

.joblink:hover
{
	color: #4174d9;
	font-weight:normal;
	text-decoration: underline;
}

.backlink
{
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

/* 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;
}

.title
{
    padding-left:110px;
    margin-bottom:10px;
    height:45px;   
}

/* List header */

.listheader
{
	position:relative;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	height:0px;
}

.listheader_col_title
{
	font-size: 11px;
    position:relative;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:270px;
    float:left;
}

.listheader_col_date
{
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	position:relative;
	width:135px;
    float:right;   
}

.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: 400px;
}

.listitem_default_info
{
    padding:2px 0px 2px 0px;
    margin:0px 0px 0px 0px;
}

.listitem_col_title
{
    position:relative;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:300px;
    display:block;
   
}

.listitem_col_date
{
	position:relative;
    padding: 0px 40px 0px 0px;
    float:right;
}

/* Odd and Even items*/
.listitem_odd
{
	background-color:#FFFFFF;
	display:block;
	clear:right;
	position:relative;
	
	padding:0px 0px 0px 0px;
    margin:0px 0px 10px 0px;
}

.listitem_even
{
	background-color:#FFFFFF;
	display: block;
	clear: right;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

#page
{
	
}

#content
{
	
}

/* Left column in content area */
#leftcol
{
	width: 500px;
	padding: 0px 0px 0px 15px;
} 

/* Right column in content area */
#rightcol
{
	
}


/* Content area with no columns */
#nocol
{
	position: relative;
	display:inline;
	float:left;
    border-style:none;
	width: 500px;
	clear:left;
    padding:0px 15px 20px 0px;
    background-color:#FFFFFF;
} 

/* Special */
@media print
{   
    #content
    {
        position:static;       
    }
    
    #page
    {
        position:static;       
    }
    
    #leftcol
    {
        width:95%;      
    }
}
