/* CSS Document */

/*News Release Template*/

/*Table that has everything in it*/
.news_holdseverything_table{
	/*width: 100%;*/
	margin:0px;
}


.news_holdseverything_cell{
	/*border-bottom:2px solid #cccccc;*/
}

/*table containing tables that hold parts of news story*/
.news_table_outside{
	/*width:100%;*/
	/*border-top:2px solid #cccccc;*/
	margin-top:0px;
}

/*Cell in _table_outside that contains _table_inside*/
.news_buffer_cell{

}

/*see above*/
.news_table_inside{
	/*width:100%;*/
}

/*cell that contains the nested _content_table that actually contains the editable fields for news story*/
.news_content_buffer{
	/*border-bottom: 1px dashed #cccccc;*/
	padding-top:7px;
	padding-bottom:10px;
}

.news_content_table{
	/*width: 100%;*/
	border: 0px solid green;
	
}

.news_group_title{
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:10px;
	/*border-bottom:1px dashed #cccccc;*/
}

.news_date{
	font-size:14px;
	font-weight:bold;
	vertical-align:baseline;
}

/*contains editable fields title, author, etc.*/
.news_header_info{
	font-size:12px;
	vertical-align:baseline;
}

/*contains story text*/
.news_content{
	font-size:12px;
	line-height:1.5em;
}

.news_title{
	font-size:14px;
	font-weight:bold;
}

.news_source{
}

.news_footer{
	text-align:center;
	margin:0px;
	font-size:10px;
}

/*table that contains TOC links*/
.news_grouplinks_table{
	margin-left:0px;
	margin-bottom:15px;
}

/*Cell that contains table that holds list of links*/
.news_linklist{
	padding-bottom:5px;
}

/*formats actual link text*/
.news_link{
	font-size:11px;
}

.news_link_graphic{
	padding-left:0px;
}

.news_grouptoc_title{
	font-size:12px;
	font-weight:bold;
	padding-bottom:15px;
}

/*cell containing 'for more info' links/text*/
.news_formore_cell{

}

/*table containing the editable fields*/
.news_formore_table{
	padding:15px;
	margin:15px;
	border: 1px solid #cccccc;
	empty-cells:hide;	
	left:25%;
	position:relative;
	width:50%;
}

/*formats links*/
.news_formore{
	font-size:11px;
	padding:0px;
}

.news_formore_graphic{
	padding:0px;
}

/*Holds table that holds links*/
.news_formorelinks{
	padding: 5px 10px 5px 10px;
}

.news_formore_title{
	font-size:12px;
	font-weight:bold;
	padding:5px 10px 0px 10px;
}

.news_formore_text{
	font-size:11px;
	padding: 5px 10px 5px 10px;
}
