/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/background.gif);		
}
#main {
	position:relative;
	top:7px;
	margin-left:auto;
	margin-right:auto;
	width:780px;	
	background-color:#ffffff;		
}
#content {
	position:absolute;
	top:107px;
	width:780px;	
	background-color:#ffffff;			
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	height:80px;
	background-color:#e7e6e4;		
}
#content_footer {
	position:absolute;
	clear:both;
	left:0px;
	bottom:-20px;
	width:780px;
	height:20px;		
	background-color:#e7e6e4;
	font-size:9px;
	font-weight:bold;
	text-align:center;
	color:#666666;	
}
#footer_span {
	position:relative;
	top:5px;	
}
#content_footer #footer_span #jj_link {
	color:#666666;
	text-decoration:none;
}
#content_footer #footer_span #jj_link:hover {		
	text-decoration:underline;
}
#header #title_1, #title_2, #title_3, #title_4, #title_5 {
	position:absolute;
	color:#01ad3f;
	font-size:30px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:35px;
	letter-spacing:1px;
}
#header #title_1 {
	top:5px;
	left:205px;
	color:#ffd819;	
}
#header #title_2 {
	top:4px;
	left:204px;
}
#header #title_3 {
	top:6px;
	left:204px;
}
#header #title_4 {
	top:4px;
	left:206px;
}
#header #title_5 {
	top:6px;
	left:206px;
}
#content p {
	margin:5px;
	font-size:11px;
	color:#666666;
	line-height:15px;
}
#img {
	margin-left:0px;	
}
#top_status {
	position:absolute;
	top:80px;
	background-image:url(../images/pageHeaderBarBg.gif);
	background-repeat:repeat-x;
	height:27px;
	width:100%;
	line-height:27px;
	font-size:10px;
	color:#777777;
	text-indent:5px;	
}
#left {
	list-style:none;
	float:left;
}
#right {
	list-style:none;
	float:right;
	margin-right:5px;
}
#right li img {
	border:none;
	position:relative;
	top:4px;
}
#right li a {
	color:#777777;
	text-decoration:none;
}
#main #content #add_emp tr .download_link {
	text-align:center;
}
#main #content #add_emp tr .download_link a {
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	line-height:20px;
}
#main #content #add_emp tr .download_link a img {
	border:none;
	position:relative;
	top:3px;
}
#main #content #add_emp tr .download_link a:hover {
	background-color:#deebff;
}
