/* CSS Document */
div#top_tools div#search {
	margin-right:47px;
}

* html div#top_tools div#search {
	margin-right:26px;
}
#clear{
	clear:both;	
}
#header_seperator{
	margin-top: 10px;
	width:100%;
	height: 19px;
	border-top: 1px solid #211f60;
	border-bottom: 1px solid #211f60;
	background-color:#a6a5bf;
}

.feature{
	width:100%;
	margin-bottom: 12px;
	border:1px solid #211f60;	
}

.feature_title{
	padding:5px;
	font-size:15px;
	font-weight:bold;
	color: #211F60;
	background-color:#DEDDE7;
}
.feature_text{
	padding:15px;
}


#issue_table{

}
.media_table table{
	border-collapse:collapse;
}
.media_table .media_table_main{
	
	padding-top:10px;
	margin-bottom: 5px;
	font-size: 1.5em;
	color: #211f60;
	height:30px;
}

.media_table table tr{
	min-height: 20px;	
}
.media_table .media_table_header{
	font-size: 1.5em;
	color: #211f60;
	height:30px;
	border-top: 1px solid #211f60;
	border-bottom: 1px solid #211f60;
	background-color:#f3f3f3;
}
.media_table .media_table_header td{
	padding: 5px;
}

.media_table .media_table_sub_header{
	color: #211f60;
	height:20px;
	font-weight:bold;
}
.media_table .media_table_sub_header td{
	padding-bottom:5px;
}

.media_table .media_table_title{
	border-bottom: 1px dotted #8A6F1D;/*#DEDDE7;*/
}
.media_table tr .media_table_title{}

.media_table .media_table_authors{
	font-size:0.9em;
	color: #8A6F1D;/*#221f60;*/
	font-style:italic;
}
.media_table tr .media_table_authors{
	padding-bottom: 10px;	
}


.media_table .media_table_media{
	vertical-align:bottom;
	text-align:center;
	border-bottom: 1px dotted #8A6F1D;/*#DEDDE7;*/
}
.media_table .media_table_spacer{
	height:10px;	
}





