body {
	margin: 0;
	padding: 0;
	background: #dfedf4 url('/images/new/lighthouse.jpg') no-repeat top center;
}

#container {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	overflow: hidden;
	background: url('/images/new/ribbon.png') no-repeat top left;
}

#back_left {
	position: absolute;
	width: 64px;
	height: 600px;
	background: url('/images/new/back_left.png') repeat-y top left;
	border-left: 3px solid #dfedf4;
}

#back_right {
	position: absolute;
	margin-left: 836px;
	width: 64px;
	height: 600px;
	background: url('/images/new/back_right.png') repeat-y top right;
	border-right: 3px solid #dfedf4;
}

#panel_c {
	margin-top: 62px;
	width: 1800px;
	height: 430px;
}

.panel {
	width: 800px;
	height: 380px;
	padding: 25px 50px;
	float: left;
	display: none;
	background: url('/images/new/panel2.png') repeat-x top left;
}
.show {
	display: block;
}

.panel p {
	margin: 0;
	padding: 5px 10px;
	text-align: justify;
	font-family: Arial;
	font-size: 12px;
	color: #0d1f32;
	line-height: 16px;
}
.panel h2 {
	margin: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-family: Arial;
	color: #0d1f32;
}

h1.panel_head {
	margin: 0;
	padding: 0;
	height: 20px;
	padding: 0 7px 7px 7px;
	font-size: 20px;
	font-family: Arial;
	color: #0d1f32;
}
h1.panel_head input {
	float: right;
}
h1.panel_head .panel_pagenum {
	font-size: 12px;
	float: right;
	margin: 3px 3px 0 0;
}

#navi {
	padding-left: 360px;
	font-family: Arial;
}
#navi img {
	border: 0;
}
#navi td {
	padding: 0 2px;
	font-size: 11px;
	font-weight: bold;
}
#navi a {
	color: #0d1f32;
	text-decoration: none;
}


.proj {
	width: 260px;
	padding: 0 3px;
	float: left;
}

.proj_image {
	clear: both;
	height: 150px;
	width: 250px;
	padding: 5px;
	background: url('/images/new/proj_back.png') no-repeat top left;
}

.proj_data {
	width: 250px;
	height: 100px;
	padding: 5px;
}
.proj_data h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: Arial;
	color: #0d1f32;
}

.proj_info {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	color: #0d1f32;
	line-height: 18px;
}

.proj_info em.status {
	float: left;
	color: #666666;
	font-size: 11px;
	margin-top: 5px;
}

a {
	color: #4494e4;
}

.proj_datum {
	height: 14px;
	padding: 5px;
}
.proj_datum table {
	
}
.proj_datum th, .proj_datum td {
	padding: 1px 3px;
	font-size: 11px;
	font-family: Arial;
	border-style: solid;
	border-color: #999999;
}
.proj_datum th {
	background: #ffffff;
	font-weight: bold;
	color: #666666;
	border-width: 1px 0 1px 1px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.proj_datum td {
	background: #81abd5;
	font-weight: bold;
	color: #ffffff;
	border-width: 1px 1px 1px 0;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

.proj_tech {
	height: 40px;
}
.proj_tech table {
	margin: 0 auto;
}
.proj_tech td, .proj_tech th {
	font-size: 10px;
	font-family: Arial;
	border-style: solid;
	border-color: #999999;
	text-align: center;
}

.proj_tech th {
	border-width: 1px 0 0 1px;
	background: #81abd5;
	color: #ffffff;
	padding: 2px 5px 3px 5px;
}
.proj_tech td {
	border-width: 0 0 1px 1px;
	background: #ffffff;
	padding: 0 5px;
	height: 24px;
	color: #999999;
}

.proj_tech th.ptl {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}
.proj_tech th.ptr {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-width: 1px 1px 0 1px;
}
.proj_tech td.ptr {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-width: 0 1px 1px 1px;
}
.proj_tech td.ptl {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
.proj_tech .sep {
	border-top: 0;
	border-bottom: 0;
	background: none;
	padding: 0;
}
