@charset "utf-8";
/* CSS Document */

a:link {
	color:#128E42;
}

a:visited {
	color:#128E42;
}


a:hover {
	color:#f29500;
	text-decoration:none;
}

a:active {
	color:#128E42;
}

#info #InfoSCTop {
	background-image:url(../img/InfoSCTopBg.gif);
	background-repeat:no-repeat;
	width:222px;
	height:66px;
	vertical-align:top;
}

#info #InfoSCMiddle {
	background-image:url(../img/InfoSCMiddleBg.gif);
	background-repeat:repeat-y;
	width:222px;
}

#info #InfoSCBottom {
	background-image:url(../img/InfoSCBottomBg.gif);
	background-repeat:no-repeat;
	width:229px;
	height:89px;
	margin-bottom:15px;
}

#info #InfoSCBottom select {
	margin-top:40px;
	margin-left:20px;
	width:178px;
}


#info #InfoSCMiddle ul {
	list-style:none;
	margin-bottom:0;
	padding-bottom:0;
	margin-left:20px;
}

#info #InfoSCMiddle li {
	background-image:url(../img/InfoSCListBg.gif); 
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:0px;
	padding-left:15px;
	display:block;
	height:24px;
	line-height:1.6;
}

#info .List .EntryTitle {
	background-image:url(../img/InfoSCListBg.gif); 
	background-position:left top;
	background-repeat:no-repeat;
	font-size:110%;
	font-weight:bold;
	padding-left:15px;
	clear:both;
}

#info .EntryBody {
	width:485px;
	margin-left:15px;
	margin-bottom:30px;
}




#info #subCol a:link {
	color:#754c24;
}

#info #subCol a:visited {
	color:#715c24;
}


#info #subCol a:hover {
	color:#f29500;
	text-decoration:none;
}

#info #subCol a:active {
	color:#715c24;
}


#info #latest {
	margin:0px 0 7px 25px;
	padding:0;
	font-weight:bold;
	color:#f29600;
}

#info strong{
	color:#f29600;
	display:block;
	margin-bottom:10px;
}

#info .listTree ul {
	list-style:none;
	margin-left:0;
}	

#info .listTree dl {
	list-style:none;
	margin-bottom:0;
	padding-bottom:0;
}

#info .listTree dt {
	display:block;
	margin-left:10px;
/*	line-height:1;*/
}

#info .listTree dd {
	margin-left:10px;
}


/* topicList
--------------------------------------------------------------*/

dl#topicList {
	margin-left: 30px;
	margin-bottom: 0;
}

dt.date {
	margin-top: 0px;
	margin-bottom: 4px;
	width: 90px;
	color: #754C24;
	display: block;
	float: left;
}

dd.tag {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display:block;
	float: left;
}

dd.tag a {
	display: block;
	float: left;
	margin-top: 0px;
	margin-bottom: 4px;
	margin-right: 5px;
	padding: 3px 0;
	width: 60px;
	text-align: center;
	text-decoration: none;	
	color: #FFFFFF;
}

dd.tag a:link,
dd.tag a:visited,
dd.tag a:hover,
dd.tag a:active
{
	text-decoration: none;	
	color: #FFFFFF;
}


dd.text {
	width: 330px;
	margin-top: 0px;
	margin-bottom: 4px;
	display: block;
	float: left;
}

dd.text a {
	color: #128E42;	
}

dd.orange a { 
	background-color: #F29600;
}

dd.green a { 
	background-color: #76A01E;
}

dd.red a { 
	background-color: #ac0040;
}


#EntryList dt  {
	background-image:url(../img/InfoSCListBg.gif); 
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:15px;
}

#EntryList dd {
	font-weight:bold;
	padding-left:12px;
	margin-bottom:20px;
}


#EntryList dd {
	font-weight:bold;
	padding-left:12px;
	margin-bottom:20px;
}

#LatestEntry dt {
	margin-left:20px;
}
