@charset "utf-8";
/* CSS Document */

.title {
}

.title .topbar {
	background-color: #e6e6e6;
	background-image: url('/images/barbg.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 70px;
}

.title .topbar th, .title .topbar td, .title .topbar a {
	color: #333;
}

.title .topbar a:link, .title .topbar a:visited {
}

.title .topbar a.selected:link, .title .topbar a.selected:visited {
	color: black;
	background-color: white;
}

.title .topbar .right {
	font-size: 10px;
	letter-spacing: normal;
	font-family: arial;
}

.title .telbar {
	background-color: #ccc;
	height: 40px;
	color: white;
	font-weight: bold;
	padding: 0px 15px;
	text-align: center;
	font-family: arial;
}

.footer {
	padding: 0px 10px;
}

.footer .bar {
	height: 8px;
	background-color: #e6e6e6;
}

.footer th, .footer td {
	color: #666;
	line-height: 18px;
}

#div_content {
	padding-top: 10px;
	padding-bottom: 30px;
	height: 100px;
}

.win {
}

.win .title {
	background-image: url('/images/barbg.gif');
	background-position: top;
	background-repeat: repeat-x;
	height: 30px;
	color: #000;
	font-weight: bold;
}

.win .title span {
	color: #006699;
	font-family: arial;
	font-size: 10px;
	letter-spacing: normal;
	font-weight: normal;
}

.win .content {
	padding: 5px;
}

.win .content{
	line-height: 25px;
}

a.more:link, a.more:visited {
	color: #000;
	font-family: arial;
	font-size: 10px;
	letter-spacing: normal;
	font-weight: normal;
}

.list {
	border-bottom: 1px dashed #cccccc;
	padding: 3px 15px;
}

.job {
	margin: 20px 0px;
}

.job .titleleft {
	background-color: #006699;
	color: white;
}

.job .titleright {
	background-color: #0099cc;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
}
.job .left {
	background-color: #e9e9e9;
}

.job .right {
	background-color: #f0f0f0;
	line-height: 150%;
	padding: 8px;
}

.graybox {
	background-color: #dcdcdc;
}

.graybox .circle {
	width: 10px;
	height: 10px;
	background-image: url('/images/circle_gray.png');
}

.bluebox {
	background-color: #006699;
}

.bluebox .circle {
	width: 10px;
	height: 10px;
	background-image: url('/images/circle_blue.png');
}

.bluebox td {
	color: white;
	cursor: pointer;
}
