/* -------------------------------
Other Layout 
------------------------------- */
#labelCategory {
	background:url(img/label_category.jpg) no-repeat left top;
}
/* -------------------------------
List Layout 
------------------------------- */

#newslist li{
	padding:10px 0 10px 10px;
	border-bottom:1px solid #bbb;
	background:url(../img/icon_arrow_02.gif) no-repeat left 15px;
	line-height:1.231;
	color:#ccc;
}
#newslist a:link, #newslist a:visited{
	text-decoration:underline;
}
#newslist a:hover, #newslist a:active{
	text-decoration:underline;
}

a:link, a:visited{
	color:#777;
	text-decoration:underline;
}

a:hover,a:active{
	color:#000;
	text-decoration:underline;
}

/* -------------------------------
Detail Layout 
------------------------------- */
.labelTitleText {
	padding-top:8px;
	height:23px;
	line-height:1.231;
	font-weight:bold;
}
.upimg {
	margin-bottom:25px;
}


/* -------------------------------
Detail Layout 
------------------------------- */
.contestBox {
	background-color:#FDF5E6;
	border:1px solid #bbb;
	line-height:150%;
	margin:15px 0 0;
	min-height:70px;
	padding:10px;
}

.contestBox img {
	float:right;
	margin:0 0 0 5px;
}

.labelNewsText {
	margin-bottom:25px;
	padding:8px 0;
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:url(../img/label_textback.gif) no-repeat left bottom;
	text-align:left;
	line-height:1.231;
	font-weight:bold;
}

h5 {
	border-left:4px solid #999999;
	color:#4A5678;
	font-size:120%;
	line-height:normal;
	margin:30px 0 1em;
	padding:0 0 0 0.5em;
	width:505px;
}

p.profile {
	border:1px dotted #999999;
	font-size:90%;
	padding:10px;
}

.red {
	color:#990000;
}

.blue {
	color:#3300CC;
}

.russet {
	color:#D5885B;
}

ul.allow {
	margin:0;
}
ul.allow li {
	margin-bottom:2px;
	padding-left:1em;
	background:url(../img/icon_arrow_01.gif) no-repeat left 2px;
	line-height:1.231;
}

td.bglightgray, th.bglightgray {
	background-color:#f5f5f5;
}

td.darkgray, th.darkgray {
	background-color:#CCCCCC;
}
/* -------------------------------
pdf linkicon
------------------------------- */
.pdf {
	display: block;
	background: url(img/icon_pdf.gif) no-repeat left 2px;
	padding: 0 0 6px 24px;
}
