﻿/* HTML tag */
html
{
	overflow:scroll;
}


/* Body tag */
body
{
	font-family:Verdana;
	font-size:11px;
	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:11px;
	font-weight:bold;
	margin: 13px 0px 0px 0px;
}

h3
{
	font-family:Verdana;
	font-size:12px;
	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:11px;
	font-weight:normal;
	display: inline;
}

/* Text paragraph tags */
p
{
	margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: inline;
}

/* Text */

/* Image tags */
img
{
	display:inline;
}


/* Link tags */
a
{
	color: black;
	text-decoration: underline;
	font-weight: normal;
	cursor: pointer;
	font-family: Tahoma, Verdana, sans-serif;
}

a:visited
{
}

a:hover
{
}

.listlink
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	margin:0px 0px 0px 0px;
}

.joblink
{
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	position: relative;
	margin:0px 0px 0px 0px;
}


/* Form select dropdown list */


/* Form input button */


/* List tags */

/* Special DIV tags */


#currentpage
{
	display:inline;
	width:10px;
    height:10px;
    padding: 0px 2px 0px 2px;
}

#page
{
	width:550px;
	position:absolute;
	background-color:#FFFFFF;
	padding: 5px 0px 0px 0px;
} 

#guid
{
	color:Silver;
} 

/* List header */

.listheader
{
	display:block;
	clear:right;
	position:relative;
	margin: 0px 0px 5px 0px;
	height:20px;
	border-bottom: #b0babc 1px dashed
}

.listheader_col_title
{
    position:relative;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:200px;
    display:block;
}

.listheader_col_employee
{
	position:absolute;
	margin:0px 0px 0px 0px;
    width:200px;
    left:230px;
    top:0px;
}

.listheader_col_date
{
	position:relative;
    padding: 0px 0px 0px 0px;
	width:120px;
    float:right;   
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 530px;
}

.listitem
{
	padding:5px 0px 5px 0px;
	height:100%;
}

.listitem:hover
{
	padding: 5px 0px 5px 0px;
	height: 100%;
	background-color: #E9E9E9;
}

.listitem_extended_info
{
	position:relative;
	margin:0px 0px 5px 0px;
}

.listitem_default_info
{
    padding:0px 0px 0px 0px;
    margin:5px 0px 5px 0px;
}

.listitem_col_title
{
    position:absolute;
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width:225px;
    display:block;
}

.listitem_col_employee
{
	position:relative;
	margin:0px 0px 0px 0px;
    width:200px;
    left:230px;
    display:block;
}

.listitem_col_date
{
	position:absolute;
	width:82px;
	left:435px;
   
}

/* Odd and Even items*/
.listitem_odd
{
	background-color:#FFFFFF;
	display: block;
	clear: right;
	position: relative;
}

.listitem_even
{
	background-color:#FFFFFF;
	display: block;
	clear: right;
	position: relative;
}

/* Paging */
.paging
{
	display:block;	
}

/* Searchbox */

/* Tabs */

/* Header area */
#header
{
} 

#tabs
{
} 

#breadcrumbs
{
}

/* Content area */
#content
{
	background-color:#FFFFFF;
} 

/* Left column in content area */
#leftcol
{
	
} 

/* Right column in content area */
#rightcol
{
	border-color: #FF9900;
	display:block;
	margin-left:0px;
	margin-right:0px;
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
}

/* Content area with no columns */
#nocol
{
	position: relative;
	display: inline;
	float: left;
	width: 300px;
	padding: 0px 15px 20px 10px;
	background-color: #FFFFFF;
} 

/* Footer area */
#footer
{
}
