@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 100%;
	text-align:center;
	color: #333;
}
img {
	border: 0;
}
.clear {
	clear: both;
}

/**
 * mainContainer
 */
#mainContainer {
	margin: 10px auto 0;
	width: 960px;
	text-align: left;
	position: relative;
}

div#mainContent {
	float: left;
	padding-right: 10px;
	width: 680px;
	border-right: 1px solid #ccc;
}
div#subContent {
	float: left;
	margin: 10px 0 10px 10px;
	width: 255px;
}

/**
 * header
 */
#header {
	border-bottom: 1px solid #999;
}
div#logo {
	position: absolute;
	top: 0;
	left: 10px;
	text-align: right;
}
h1 {
	padding: 10px 10px 10px 270px;
	font-weight: normal;
	font-size: 80%;
}
a {
	color: #CB4D52;
	text-decoration: underline;
	overflow: hidden;
}
a:link {
	color: #CB4D52;
	text-decoration: underline;
}
a:visited {
	color: #1E4EA6;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #1E4EA6;
}
a:active {
	text-decoration: none;
}


h2 {
	margin: 10px 0;
	padding: 3px 10px;
	border-left: 5px solid #333;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	background: transparent url(../img/bar_stripe.png) left center;
}

/**
 * topItems
 */
#topItems {
	margin: 10px 0;
}
div.itemSection {
	padding: 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
	div.itemSection h3 {
		margin-bottom: 3px;
		padding: 3px 5px;
		font-size: 80%;
		font-weight: normal;
		background: transparent url(../img/list_stripe.png) left center;
	}
		div.itemSection h3 a {
			padding-left: 20px;
			background: transparent url(../img/list_arrow.gif) left center no-repeat;
		}
	div.itemSection p.itemDescription {
		padding-left: 20px;
		font-size: 80%;
	}
	div.itemSection p.itemInfo {
		padding-left: 20px;
		font-size: 80%;
	}

p#topNext {
	margin: 10px 0 30px;
	text-align: center;
}

/**
 * pager
 */
div.pager {
	margin: 10px 0 15px;
	text-align: center;
}
div.pager a {
	padding: 2px 7px;
	border: 1px solid #ccc;
	background-color: #eee;
	color: #CB4D52;
	text-decoration: none;
}
div.pager a:hover {
	color: #1E4EA6;
	text-decoration: underline;
}
div.pager .currentPage {
	padding: 2px 7px;
	border: 1px solid #ccc;
	background-color: #CB4D52;
	color: #fff;
	text-decoration: none;
}

/**
 * contentDetail
 */
div.detailInfo {
	padding: 0 10px;
	text-align: right;
	font-size: 0.8em;
}

table.detailJob {
	border:1px solid #CCCCCC;
	border-collapse:collapse;
}
table.detailJob th,
table.detailJob td {
	font-size: 0.8em;
	padding: 3px 10px;
}
table.detailJob th {
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
	background: transparent url(../img/detail_stripe.png) left center;
	color: #fff;
	border: 1px solid #ccc;
}
table.detailJob td {
	border: 1px solid #999;
}

p.detailNext {
	margin: 15px 0 50px;
	text-align: center;
}

/**
 * sidebar
 */
div.sideSection {
	margin-bottom: 15px;
	font-size: 90%;
	border: 1px solid #ccc;
}
	div.sideContent {
		padding: 3px;
		font-size: 70%;
	}
	div.sideSection h3 {
		font-size: 1em;
		padding: 2px 10px;
		background-color: #666;
		background: transparent url(../img/sidebar/bar_stripe.png) left center;
		color: #fff;
		font-weight: normal;
	}
	div.sideSection img {
		float: left;
		margin-right: 3px;
		border: 1px solid #ccc;
	}
	div.sideSection p.sideWork {
		clear: both;
		padding-top: 5px;
	}
	
	div.sideSection h4 {
		margin: 10px 3px 5px;
		font-size: 1.1em;
		color: #0B17BD;
	}

/**
 * footer
 */
#footer {
	clear: both;
	padding: 15px 0;
	text-align: center;
	background-color: #1C1B17;
	color: #FFF2F2;
	font-size: 70%;
}
