﻿/* HTML tag */
body, html, td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	margin:0px 0px 0px 1px;
	padding:0px 0px 0px 0px;
}

p
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
/* Image tags */

/* Text header tags */
h1
{
	font-size: 26px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 2px 0px;
}

h2
{
	font-size: 10px; 
	font-weight: bold;
	padding:15px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

h3
{
	font-size: 14px; 
	font-weight: bold;
}

h4
{
	font-size: 11px; 
	color: #333333;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:10px 0px 2px 0px;
}

h5
{
	font-size: 11px; 
	color: black;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* Link tags */
a
{
	text-decoration: none;
	cursor: pointer;
	color: #0000FF;
}
a:hover		{text-decoration: underline; cursor:pointer; }

.joblink
{
	color: #005195;
	text-decoration: none;
	font-weight: bold;
}

.joblink:hover
{
	text-decoration:underline;
}

/* Form select dropdown list */


/* Form input button */


/* Special DIV tags */



/* List header */

/* List items */
.list
{
	font-size: 12px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:400px;
}

.listitem
{
	padding: 5px 0px 5px 0px;
	height: 100%;
}

.listitem_default_info
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.listitem_even
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.listitem_odd
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.listitem_col_date
{
	font-size: 11px;
	color: #686868;
	font-style: italic;
}

.listitem_col_title
{
	font-size: 11px;
	text-decoration: none; 
	cursor:pointer;
}

.listitem_employee
{
	font-size: 10px;
	padding: 0px 0px 5px 0px;
}

/* Content area */
#page
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
} 

#content
{
	position:relative;
	display:inline;
	float:left;
    border-style:none;
	width: 100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    background-color:#ffffff;
} 

/* Left column in content area */
#leftcol
{
	position: relative;
	display:inline;
	float:left;
    border-style:none;
	width: 100%;
    padding: 0px 5px 5px 10px;
} 

/* Right column in content area */
#rightcol
{
	border-color: #FF9900;
	display:block;
	margin-right:145px;
	padding:5px 15px 15px 0px;
} 


