@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

.blogEntry {
	border: #777 1px solid;
	padding: 25px 35px;
	background: url(images/entryBg.gif) repeat-y left 5px;
}
.blogEntryHeader {
	background: none;
	width: 618px;
	margin-bottom:1em;
}
.blogEntryHeader h3 {
	font-size: 116%;
	padding: 0;
}
.posted {
	background: url(images/postedPoint.gif) no-repeat 0 3px;
	padding-left: 20px;
}

table.letterTable {
	width: 100%;
}
table.letterTable th,table.letterTable td {
	padding: 7px 10px;
	border: #dfdfdf 1px solid;
}
table.letterTable tr.even {
	background: #f9f9f9;
}
.categoryIndex {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: #d9d9d9 1px dotted;
}
.icon {
	float: left;
	width: 220px;
}
.textArea {
	float: right;
	width: 450px;
	line-height: 1.4;
}
.newEntry {
	width: 450px;
	float: left;
}
.backNo {
	float: right;
	padding-top: 15px;
}
.set {
	margin-bottom: 1em;
}

.set,.categoryIndex{
    zoom:1;/*for IE 5.5-7*/
}
.set:after,.categoryIndex:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html .set,* html .categoryIndex{
	display:inline-table;
	/*\*/display:block;/**/
}

dl.newLetter {
	margin-top: 7px;
}
dl.newLetter dt {
	margin-bottom: 5px;
}
table.letter {
	margin: 10px 0;
}
table.letter th {
	width: 150px;
	vertical-align: top;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}
table.letter td {
	width: 500px;
	padding-bottom: 15px;
}

/* START 20120123 Added */
.taxTable {
	margin-bottom: 1.0em;
}
.taxTable th, .taxTable td {
	border: 1px solid #999999;
	padding: 0.5em 1.0em;
}
.taxTable th {
	text-align: center;
	background: #cccccc;
}
.taxTable td {
	text-align: right;
}
/* END 20120123 Added */

