@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll; /* IE */
	height: 100%;/* Moz */
	margin-bottom: 0.1em;
}

img {
	border: 0;
	}
	
body {
	background: #FFF;
	font:12px Tahoma, Arial, Helvetica, Sans-Serif;
	line-height:14pt;
	color: #444;
	margin: 0;
	}

#print-bar {
	position: relative;
	background:#aaa;
	border-top: none;
	border-bottom: none;
	float:left;
	width: 100%;
	margin: 0 auto;
	}

#print-bar, #print-logo {
	display:block;
	}

#page {
	border-top: none;
	border-bottom: none;
	position: relative;
	width: 640px;
	text-align: left;
	margin: 0 auto;
	}

* html #page { width: 640px } /* IE hack */

#header, #footer, #sidebar, .titlebar {
	display:none;
	}

/* Content */

#primary {
	position: relative;
	height:auto!important;/* IE7 */
	min-height:460px;/* Moz */
	height:460px;
	display: inline;
	float: left;
	left:0px;
	margin:0px;
	padding: 0px;
	}
	
#searchform, #search-list, #search-content {
	width: 640px;
	}

.content-body  {
	border: 1px solid #ddd;
	background-color:#FFFFFF;
	width: 638px;
	display: inline;
	float:left;	
	margin-bottom: 5px;
	padding: 0;
	}

.content-body a, .content-body a:visited {
	color:#3366cc;
	text-decoration:none;
	}
	
.content-body a:hover {
	color:#ff0000;
	text-decoration:underline;
	}
	
.content-list a, .content-list a:visited {
	color:#3366cc;
	text-decoration:none;
	}
	
.content-list a:hover {
	color:#ff0000;
	text-decoration:underline;
	}

.content-list thead th {
	background-image: url(../images/dot04.gif);
	background-repeat:repeat-x;
	background-position: 0 0;
	background-color:#f6f0e6;
	}

.content-list tr.marked a:hover {
	color:#ffffff;
	}

.content-list tr.marked {
	background-color: #fb8102;
	color:#ffffff;
	}

.content-list tr.odd_row {
	background-image: url(../images/dot04.gif);
	background-repeat:repeat-x;
	background-position: 0 0;
	}

.content-list tr.odd_row:hover {
	background-color: #72bc2b;
	}

/* content-detail */

.content-detail-body  {
	background-color:#FFFFFF;
	display: inline;
	float:left;
	width: 640px;
	margin-bottom:5px;
	}

.content-detail-body a, .content-detail-body a:visited {
	color:#3366cc;
	text-decoration:none;
	}
	
.content-detail-body a:hover {
	color:#ff0000;
	text-decoration:underline;
	}