/* CSS Document */

.tableTitle {
	font-size: 16px;
	font-weight: normal;
	color: #a4a3a1;
	padding: 0;
	margin: 16px 0 0 0;
	border-bottom: 1px solid #a4a3a1;
}

.contentTitle {
	font-size: 18px;
	font-weight: normal;
	color: #466995;
	margin-bottom: -8px;
	padding: 0;
	margin-top: 16px;
}
.contentSubtitle {
	font-size: 14px;
	font-weight: bold;
/*	color: #a4a3a1; */
	color: #5f5f5f;
	margin-bottom: -8px;
	padding: 0;
	margin-top: 0px;
}
.contentDate {
	font-size: 12px;
	font-weight: normal;
	color: #5e5b52;
	margin-bottom: 0;
	padding: 0;
	margin-top: 0px;
}

.insetPicLeft {
	float: left; 
	padding: 4px;
	border: 1px dotted #d4d0cd;
	background: #000;
	margin-right:8px; 
	margin-bottom:8px;
}
.insetPicRight {
	float: right;
	padding: 4px;
	border: 1px dotted #d4d0cd;
	background: #000;
	margin-left:8px;
	margin-bottom:8px;
}
.insetPicCaption {
	text-align: center;
	margin:0;
	padding:3px 0 0 0;
	color: #a4a3a1;
	font-weight: normal;
	font-size: 10px;
}

#insetBox {
/*	float: right; */
	width: 200px;
	height: auto;
	border: 1px dotted #d4d0cd;
	background: #e0dcdb;
	color: #96935c;
	padding: 0 2px 24px 2px;
	margin: 12px 0 8px 8px;
}

#insetBoxTitle {
	background: url(../images/background.jpg) repeat-x center center; 
	border-bottom:1px dotted #fff;
	padding: 3px;
	color: #fff;
	text-align: center;
	margin: 1px 0 4px 0;
	/*width:196px;*/
}
* html #insetBoxTitle { width:215px;}

.iconSpan {
	width: 190px;	
	clear: both;
	padding-left: 30px;
	padding-bottom: 5px;
}
.iconSpan a {
	color: #96935c;
	font-weight: bold;
}
.iconSpan a:hover {
	color: #466995;
	text-decoration: none;
}

.iconPDF {background: transparent url(../images/icon_link_pdf.png) no-repeat 5px 2px;}
.iconDOC {background: transparent url(../images/icon_link_word.png) no-repeat 5px 2px;}
.iconXLS {background: transparent url(../images/icon_link_excel.png) no-repeat 5px 2px;}
.iconPPT {background: transparent url(../images/icon_link_ppt.png) no-repeat 5px 2px;}
.iconQT {background: transparent url(../images/icon_link_qtime.png) no-repeat 5px 2px;}
.iconWM {background: transparent url(../images/icon_link_wmedia.png) no-repeat 5px 2px;}
.iconNEW {background: transparent url(../images/icon_link_ext.png) no-repeat 5px 2px;}
.iconEMAIL {background: transparent url(../images/icon_link_email.png) no-repeat 5px 2px;}
.iconRSS {background: transparent url(../images/icon_link_rss.png) no-repeat 5px 2px;}


.clearBoth { clear:both; }
