@charset "UTF-8";
@import url("yui-font.css");

/*
============================================================
*/


body {
	background: url(images/bg.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
}


/*
 [
----------------------------------------------------------- */
td {
	padding: 5px 3px;
}

/*
 [
----------------------------------------------------------- */
#wrap {
	position: relative;
	width: 863px;
	margin: 0 auto;
	text-align: left;
	font-size: 110%;
}

/*
 [
----------------------------------------------------------- */
#header {
	height: 87px;
}
h1 {
	font-size:90%;
	margin: 5px 0 15px 0;
	color: #f4f4f4;
}
ul.top_link {
	margin-top: 63px;
	padding-right: 4px;
	float: right;
}
ul.top_link li {
	font-size: 90%;
	float: left;
	padding-right: 7px;
	margin-right: 7px;
}
ul.top_link li a:link,
ul.top_link li a:visited {
	color: #f4f4f4;
}
ul.top_link li a:hover {
	color:#c03426;
}
ul.top_link li a:active {
	color: #f4f4f4;
}
ul.top_link li.lastChild {
	padding-right: 0;
	margin-right: 0;
}
#header .leftBox {
	float: left;
}
/*
 [ 
----------------------------------------------------------- */
.content {
	clear: both;
}
table.rss-js td {
	padding: 0;
}

		
.sm {list-style:none; width:859px; height:313px; display:block; overflow:hidden}
.sm li {float:left; display:inline; overflow:hidden}
		
#newsBox .leftBox {
	float: left;
	width: 580px;
}
#newsBox .rightBox {
	margin-top: 7px;
	float: right;
	width: 230px;
}
dl.blogNews {
	zoom:1;/*for IE 5.5-7*/
}
dl.blogNews:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
dl.blogNews dt {
	clear: both;
	width: 183px;
	float: left;
}
dl.blogNews dd {
	margin-top: 3px;
	float: right;
	width: 380px;
	height: 57px;
	overflow: hidden;
}
.rss-js-entry {
	background: url(images/rss_point.gif) no-repeat 0 3px;
	padding-left: 10px;
}
.rss-js-entry a:link,
.rss-js-entry a:visited {
	color: #404249;
}
.rss-js-entry a:hover {
	color:#c03426;
}
.rss-js-entry a:active {
	color: #404249;
}
.maincol {
	clear: both;
}
/*
 [ 
----------------------------------------------------------- */
/* image only */
#footer_wrap {
	clear: both;
	background: url(images/footerBg_wrap.jpg) repeat-x center bottom;
	height: 86px;
	width: 100%;
}
#footer {
	padding-top: 20px;
	background: url(images/footerBg.jpg) no-repeat center bottom;
	width: 830px;
	height: 66px;
	margin: 0 auto;
	text-align:left;
	position: relative;
}
ul.bottom_link {
}

ul.bottom_link li {
	line-height: 1.4;
	font-size: 10px;
	display: inline;
	background: url(images/bottomLine.gif) no-repeat 0 2px;
	padding-left: 7px;
	padding-right: 6px;
}
*+html ul.bottom_link li {
	font-size: 9px;
}
*html ul.bottom_link li {
	font-size: 9px;
}
ul.bottom_link li a:link,
ul.bottom_link li a:visited {
	color: #404249;
}
ul.bottom_link li a:hover {
	color:#c03426;
}
ul.bottom_link li a:active {
	color: #404249;
}
ul.bottom_link li.firstChild {
	background: none;
}
.e-office {
	position: absolute;
	top: 60px;
	clear:both;
	float: left;
}
.e-office img {
	opacity:0.4;
	filter: alpha(opacity=40)	
}
.login {
	color: #f4f4f4;
	float: right;
	position: absolute;
	top: 60px;
	right: 10px;
}
.login a:link,
.login a:visited {
	color: #2e2321;
	text-decoration: none;
}
.login a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.login a:active {
	color: #2e2321;
	text-decoration: none;
}


blockquote {
  font-style: italic;
}
.small {
  font-size: 11px;
}
a:link, a:visited, a:active {
  color: #006699;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
	font-size: 24px;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 10px;
}
.blogDescription {
	font-weight: bold;
	padding-left: 20px;
}
.maincol {
	text-align: left;
}

.bodyContent {
}
.bodyContentEven {
	background-color: #FFFFFF;
}
.bodyContentOdd {
	background-color: #D2EAF4;
}
.footer {
	text-align: center;
	clear: both;
	background : #0050B0;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
	height: 16px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
}
.item {
	text-align: left;
	color: #666666;
	border: 1px solid #0050B0;
	margin-bottom: 10px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
	background-color: #0050B0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}
.itemBody {
	padding: 4px;
}
.itemBodyEven {
	background-color: #FFFFFF;
}
.itemBodyOdd {
	background-color: #D2EAF4;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
	color: gray;
	font-size: 10px;
}

.blogEntry {
  text-align: left;
  border-top: 1px solid #006699;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.blogEntryBody {
  line-height: 120%;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  font-size: 10px;
}
.groupTi {
	margin: 1em 0;
	clear: both;
}
/*
.calendar {
  font-size: 10px;
  text-align: center;
}
.calendarDayHeader {
  font-size: 10px;
}
.calendarDay {
  text-align: right;
}
.calendarDayWithEntries, .calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  font-weight: bold;
  text-align: right;
}
.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  background-color: #0050B0;
  color: white;
  font-weight: bold;
  text-align: right;
}
*/



.tagCloud {
  line-height: 36px;
}
.tagCloud1 {
  font-size: 10px;
}
.tagCloud2 {
  font-size: 12px;
}
.tagCloud3 {
  font-size: 14px;
}
.tagCloud4 {
  font-size: 16px;
}
.tagCloud5 {
  font-size: 18px;
}
.tagCloud6 {
  font-size: 20px;
}
.tagCloud7 {
  font-size: 22px;
}
.tagCloud8 {
  font-size: 24px;
}
.tagCloud9 {
  font-size: 26px;
}
.tagCloud10 {
  font-size: 28px;
}

