/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 12px;
}

h2 {
	font-size: 12px;
}

ul, ol {
	margin-bottom: 16px;
}

table {
	margin-bottom: 16px;
}

img.fr {
	float: right;
	margin-left: 16px;
}

img.fl {
	float: left;
	margin-right: 16px;
}

p.outline {
	text-align: center;
	border-top: 1px solid #fdd959;
	border-bottom: 1px solid #fdd959;
	background: #fff8db;
}

#sidebar #blog_list {
	width: 272px;
	height: 240px;
	background: #f3f3f3;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	/*overflow-y: scroll;*/
}

#blog_list a.blog_title {
	display: block;
	float: left;
	width: 264px;
	height: 20px;
	padding: 3px 0 0 8px;
	color: #666;
	background: #fff;
	font-weight: bold;
	border-bottom: 1px solid #f3f3f3;
}

#blog_list a.blog_title:hover {
	color: #f90;
}

#main p {
	margin-bottom: 12px;
}

#content {
	float: right;
	width: 480px;
	height: 480px;
	background: #fff;
}

#content #navbox {
	height: 23px;
	width: 100%;
	border-bottom: 1px solid #999;
}

#content #navbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #navbox ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#content #navbox ul li a {
	float: left;
	display: block;
	height: 20px;
	padding: 3px 8px 0 8px;
	text-align: center;
	font-weight: bold;
	color: #666;
	background: #f3f3f3;
	margin-right: 1px;
}

#content #navbox ul li a:hover {
	background: #f90;
	color: #fff;
}

#content #navbox ul li a#current {
	background: #99b3cc;
	color: #fff;
}

#content h2 {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #999;
	font-weight: bold;
}

#content #main {
	float: left;
	clear: both;
	width: 446px;
	height: 422px;
	padding: 16px;
	border: 1px solid #f3f3f3;
	overflow: hidden;
}

#content #intro {
	float: left;
	clear: both;
	width: 446px;
	height: 94px;
	border: 1px solid #f3f3f3;
	border-bottom-color: #999;
	padding: 16px;
	overflow: hidden;
}

#content #news {
	float: left;
	width: 208px;
	height: 296px;
	padding: 16px;
	background: #e1eaf1;
}

#content #news_box {
	width: 100%;
	height: 275px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #fff;
}

#content .news_item {
	padding: 8px 16px 8px 8px;
	font-size: smaller;
	border-bottom: 1px dotted #999;
}

#content .news_item .title {
	font-weight: bold;
	text-align: center;
	color: #f90;
}

#content .news_item .date {
	font-weight: bold;
	text-align: center;
	margin-bottom: 8px;
}

#content #latest_journeys {
	float: left;
	padding: 16px;
	width: 207px;
	height: 295px;
	border-right: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}

#content #latest_journeys_box {
	width: 100%;
	height: 275px;
	background: #f3f3f3;	
}

#content .lj_item {
	width: 100%;
	height: 54px;
	border-bottom: 1px solid #999;
}

#content .lj_item .top {
	height: 27px;
	width: 100%;
	background: #fff;
	font-weight: bold;
}

#content .lj_item .top .jt {
	float: left;
	height: 24px;
	padding: 3px 8px 0 8px;
}

#content .lj_item .top .num {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	height: 24px;
	width: 27px;
	text-align: center;
	padding-top: 3px;
	background: #99b3cc;
	color: #fff;
}

#content .lj_item .bottom {
	height: 22px;
	padding: 5px 8px 0 8px;
	background: #f3f3f3;
	font-weight: bold;
	font-size: smaller;
}

#main ul, #main ol {
	/*font-weight: bold;*/
	margin-left: 44px;
}

#main table {
	font-size: smaller;
}

#main table th {
	background: #e1eaf1;
	border: 1px solid #999;
}

#main table td {
	border: 1px solid #999;
}

input.textfield {
	background: #e1eaf1;
	width: 160px;
}

fieldset {
	padding: 8px;
	margin: 0;
	margin-bottom: 8px;
}

#main fieldset table {
	margin: 0;
}

#main fieldset table td {
	border: none;
}

td.label {
	width: 35%;
	text-align: right;
}

select {
	width: 160px;
}

select option {
	background: #e1eaf1;
}