/* -----------------------------------------------
                tt_news
----------------------------------------------- */
.content .news .newsItem {
	height: 100%;
	overflow: hidden;
}

.content .newsList img,
.content .newsLatest img {
	float: left;
	margin-right: 5px;
}

.content .news .browse li {
	background: none;
	float: left;
	padding: 0 5px 0 0;
}

.content .news .news-single-additional-info dt {
	font-weight: bold;
	margin-bottom: 5px;
}

.content .newsLatest h3,
.content .newsLatest h3 a {
	line-height: 16px;
	margin-top: 0;
}

.content .newsLatest .date {
	font-weight: bold;
}

.content .newsList h3 {
	margin: 0;
}

.content .newsList .date {
	font-weight: bold;
	float: left;
	padding-right: 10px;
}

/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
#leftContent h3 {
	color: #55758e;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
}

#mainContent h3 {
	color: #3D617D;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}
 
.content h3 {
	margin: 12px 0 9px 0;
}

.content h4 {
	margin: 10px 0 7px 0;
	font-size: 12px;
}

.content h5 {
	margin: 5px 0 2px 0;
}

.content h6 {
	margin: 3px 0 0 0;
	font-weight: normal;
	font-style: italic;
}

#leftContent .csc-firstHeader,
#mainContent .csc-firstHeader {
	margin-top: 0;
}

.content hr {
	height: 1px;
	margin: 5px 0 3px 0 !important;
	margin: 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.content a {
	color: #0C3F99;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover {
	color: #FFDE00;
}

.content ul {
	margin: 5px 0 5px 2px;
}
	
.content ul li {
	height: auto !important;
	height: 1px;
	padding-left: 10px;
	background: url(../images/bulletlist_standard.png) no-repeat 0 6px;
}

.content .contenttable {
	border: 1px solid #ccc;
	margin-left: 1px !important;
	margin-left: 0;
}

.content .contenttable .tr-even {
	background-color: #f8f8f8;
}

.content .contenttable th,
.content .contenttable td {
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-width: 1px 0;
}

.content .csc-textpic-caption {
	font-style: italic;
}

/* -----------------------------------------------
	Indexed Search
----------------------------------------------- */
.tx-indexedsearch .browsebox {
	height: 18px;
	margin: 10px 0 -10px 0;
}

.tx-indexedsearch .browsebox li {
	float: left;
	margin-right: 5px;
}	

.tx-indexedsearch-res h4 {
	clear: both;
	position: relative;
	margin-top: 20px;
	padding: 2px 0;
	line-height: 16px;
	/*background-color: #ccc;*/
}	

.tx-indexedsearch-res h4 a {
	padding-left: 20px;
}	

.tx-indexedsearch-res h4 img {
	position: absolute;
	top: 2px;
	left: 4px;
}	

.tx-indexedsearch-res h4 .percent {
	position: absolute;
	top: 2px;
	right: 4px;
}

.tx-indexedsearch-res dl {
	margin-top: 10px;
}

.tx-indexedsearch-res dt,
.tx-indexedsearch-res dd {
	display: inline;
}

.tx-indexedsearch-res dt {
	font-weight: bold;
}

.tx-indexedsearch-res dd {
	padding-right: 5px;
}


/* -----------------------------------------------
                metaNavi login/logout
----------------------------------------------- */
#loginlink {
	/*display: none;*/
	position: absolute;
	z-index: 3;
	top: 104px;
	right: 67px;
}

	#loginlink a {
		color: #AECAE2;
		text-transform: uppercase;
		font-size: 11px;
	}
	
		#loginlink a:hover {
			color: #FFFF00;
		}



