body {
	padding:0px;
	margin:5px 0px 0px 0px;
	color:#000000;
	background-color:white;
	font-family:arial, 'lucida console';
	font-size:11px;
}

img {
	border-width:0px;
}

a {
	color:blue;
	text-decoration:none;
	cursor: pointer;
}
a:hover {
	text-decoration:underline;
}
h1 {
	margin:0px 10px 2px 10px;
	border-bottom:2px ridge black;
	font-size:23px;
}
h3 {
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 5px;
	border-bottom:2px ridge black;
	font-size:13px;
	background-color:silver;
}
input {
	font-size:11px;
	padding:1px;
}
select {
	font-size:10px;
}

div.question {
	color:blue;
	margin:0px;
	cursor:pointer;
}
div.answer {
	margin:2px 20px 10px 20px;
	padding:3px 5px;
	border:1px dashed silver;
	display:none;
	background-color:#ffffff;
}

#wrapper {
	width:779px;
	margin:auto;
	background-color:#CCCCCC;
}

#header {
	height:65px;
	width:100%;
	color:#000000;
}
#header a {
	color:#000000;
}
#header #main_menu {
	float:left;
	color:#000000;
	margin:0px 0px 0px 0px;
	padding:3px 0px 1px 10px;
}
#header #main_menu a {
	color:#000000;
	font-size:12px;
}
#header #main_menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	font-weight:bold;
}
#header #main_menu li {
	float:left;
	padding:1px 0px;
	color:#000000;
}
#header #main_menu li a {
	padding:1px 10px;
}


#center {
	padding:5px 5px 5px 5px;
	margin:0px;
	vertical-align:top;
	background-color:#f5f5f5;
}
#navigation {
	padding:0px 4px;
	margin:0px;
	height:300px;
	vertical-align:top;
	font-weight:bold;
}
#navigation ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#navigation li {
	float:none;
	padding:2px 0px 2px 2px;
	margin:0px;
	white-space:nowrap;
}
#navigation a {
	text-decoration:none;
	color:black;
}
#navigation .mouseover {
	background-color:#CCCCCC;
	color:#ffffff;
}

#footer {
	color:#000000;
	height:20px;
	line-height:20px;
	width:100%;
	text-align:center;
	float:left;
}

#footer a {
	color:#000000;
}


ul#tab-links li {
	font-weight: bold;
}

ul#tab-links li.unselected {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#tabs {
width: 100%;
}

#tabs ul {
clear: both;
list-style: none;
}

#tab-links {
list-style: none;
padding: 0px;
margin: 0px;
cursor: pointer;
}

#tab-links li {
float: left;
padding: 10px;
color: #000;
background-color: #f5f5f5      }

#tab-links li.selected,
#tab-content {
color: #000;
background-color: #ccc;
}

#tab-content {
padding: 5px;
margin: 0px;
list-style: none;
}

#tab-content-2 {
display: none;
}


.bottom_border {
	border-bottom: 1px solid black;
}

.tbl_header {
	font-weight:bold;
	border-bottom:1px solid black;
}
.tbl_data {
	padding-left:5px;
}

div.page_numbers {
	margin:3px;
	padding:4px 0px;
	width:25px;
	float:left;
}
div.page_numbers_selected {
	border:1px solid black;
	background-color:silver;
	font-weight:bold;
	margin:3px;
	padding:4px 0px;
	width:25px;
	float:left;
}

#right_block {
	float:left;
}
#right_block table {
	float:left;
	margin-right:5px;
}
#right_block .content {
	display:none;
}
#right_block .selected_content {
	float:left;
	display:block;
	width:600px;
}

#case_information {
	margin-bottom:10px;
}

#physical_characteristics #details td {
	border-top:1px solid black;
}

#clothing_hair_eyes #che_details{
	width:78%;
}
#clothing_hair_eyes #che_details td{
	border-top:1px solid black;
}

#photos {
}
#photos ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#photos li {
	float:left;
	margin:0px;
	padding:0px;
	width:290px;
}
#photos table {
	border:1px dashed black;
	margin:2px;
	height:80px;
	width:286px;
}

#public_photo_info {
	padding-top:10px;
	float:left;
	width:400px;
}
#public_photo_info ul {
	float:left;
	margin:2px 10px 10px 10px;
	padding:0px;
	list-style:disc;
	list-style-position:inside;
}
#public_photo_info li {
	margin:0px;
	padding:0px;
	width:390px;
}

#help {
	margin:10px 15px;
	font-size:13px;
}
#help ul {
	margin:5px 15px;
	padding:0px;
}
#help li {
	padding:2px;
}