﻿/* newsroom search */
	#news-search-input { background: url(/resources/images/search-bg.gif) no-repeat; display: block; height:49px; float: left; margin: -10px 15px 0 0px;}
		#news-search-input #input-search {border: none; padding: 3px; font-size: 13px; background-color: transparent;  padding: 3px 1px 0px 8px; width: 210px; height: 25px;}
		#news-search-input #input-go {
			background-color:#787878;/* fallback */
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #666666) );/* chrome 2+, safari 4+ */
			background-image:-webkit-linear-gradient(#999999,#666666);   /* chrome 10+, safari 5.1+ */
			background:-moz-linear-gradient( center top, #999999 5%, #666666 100% );/* firefox  */
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666');/* ie 6+ */
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666')"; /* IE8+ */
			background-image: -ms-linear-gradient(#999999,#666666);   /* IE10 */
		 	background-image: -o-linear-gradient(#999999,#666666);  /* Opera 11.1 */
		 	background-image: linear-gradient(#999999,#666666);/* The "standard" */
			-moz-border-radius:0 5px 5px 0 ;
			-webkit-border-radius:0 5px 5px 0 ;
			border-radius:0 5px 5px 0 ;
			border:none;
			display:inline-block;
			color:#fff;
			font-size:14px;
			font-weight:bold;
			line-height: 1em;
			padding:0px 10px 2px 10px;
			text-decoration:none !important;
			overflow: visible;
			height: 33px;

			}
			#news-search-input #input-go:hover,
			#news-search-input input[type=submit]:hover {
				color: #fff;
				background-color:#442266;/* fallback */
				background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #442266), color-stop(1, #1b072c) );/* chrome 2+, safari 4+ */
				background-image:-webkit-linear-gradient(#442266,#1b072c);   /* chrome 10+, safari 5.1+ */
				background: -moz-linear-gradient( center top, #442266 5%, #1b072c 100% );/* firefox  */
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#442266', endColorstr='#1b072c');/* ie 6+ */
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#442266', endColorstr='#1b072c')"; /* IE8+ */
				background-image: -ms-linear-gradient(#442266,#1b072c);   /* IE10 */
				background-image: -o-linear-gradient(#442266,#1b072c);  /* Opera 11.1 */
				background-image: linear-gradient(#442266,#1b072c);/* The "standard" */				
			}

		.ama-styled-select select {
		   background: #eeeef0;
		   width: 180px;
		   padding: 5px;
		   font-size: 14px;
		   border: 1px solid #cdcccb;
		   height: 34px;
		   float:left;
		   margin-top:-10px;
		}

		 .newsroom_nav_box {
		  width:700px;
		  height:35px;
		  background-color:#eeeeee;
		  border:1px solid #b4b4b4;
		  font:13px/1.4 arial,helvetica,clean,sans-serif;
		  font-weight:bold;
		  margin-top:40px;
		  margin-bottom:10px;
		  }

		/* ie hacks */
		  @media \0screen {
			.newsroom_nav_box {
		  margin-top:0px;
		  }
		}

		*+html  .newsroom_nav_box {		  
		  margin-top:0px;
		  }

		  /* END ie hacks */

		
		 

.newsroom_nav_links {
	padding:8px;
}

.newsroom_nav_links a {
	text-decoration:none;
	margin-left:15px;
	color:#7a7a7a;
}

.newsroom_nav_links a:hover {
	color:#e68700;
}

.newsroom_topnewscontent {
	width: 700px;
	float: left;
	
}
.newsroom_topnewsentry {
	padding: 15px 10px 15px; 0px;
	margin: 0;
	border-bottom: 1px solid #ccc;
	overflow:hidden;
	clear:both;
}

.newsroom_topnewsentry h2 a {
	text-decoration:none !important;
}

.newsroom_singlenewsentry {
	padding-top: 15px;
	margin: 0;
	overflow:hidden;
	clear:both;
}
.newsroom_topnewsentry:hover {
	background-color: #ededed;
}
.newsroom_topnewscontent h2 {
	font-size: 18px;
	padding: 5px 15px 0px 15px;
	margin: 0px 0px 10px 0px;
	display: block;
}
.newsroom_topnewscontent h3 {
	font-size: 16px;
	margin: 0 0 1em;
}
.newsroom_topnewscontent h3 a {
	color: #426;
	text-decoration:none !important;
}
.newsroom_topnewscontent h3 a:hover {
	color: #D56800;
	text-decoration:underline;
}

.newsroom_topnewsimage .newsroom_thumbnail {
	float: left;
}



.newsroom_topnewsimage .newsroom_topnewstext {
	text-decoration:none;
}


.newsroom_topnewscontent img {
	border:  none;
	margin-right: 10px;
}



.newsroom_topnewscontent p {
	font-size: 13px;
	margin: 0;
	padding: 0 0 15px 0;
}



#pr_counter {
text-align:center;
margin:15px 25px 25px 25px;


}



.qp_counter {

position: relative;
bottom:-20px;

}


.newsroom_topnewscontent .newsroom_topnewsdate { font-size: 11px; color:#666; padding: 0; margin: 0 0 1px; border: none;}
			.newsroom_topnewsdate .ama { color: #426; }
			.newsroom_topnewsdate .jama { color: #D71433;}
			.newsroom_topnewsdate .amednews { color:#D56800; }



/* hack stuff to override global.css */
.threeCol #content {
	background: none;
} /* hide the 3 column line */
#maincontent .accordion-container div.active {
	background: #f0f0f0;
}

.link-box {
	width: 320px;
	height: 150px;
	float:left;
	padding:5px 10px 10px 10px;
	color:#ffffff;
	font-size: .9em;
}

.link-box a{	
	color:#ffffff;	
	text-decoration:underline;
}


.link-box ul { margin: 0 0 15px 0; padding: 0; font-size: 12px;}
.link-box li { margin:  0 0 .75em 0; padding: 0; list-style: none; }


.relnews-box {
	width: 320px;
	height: 150px;
	float:left;
	padding:5px 10px 10px 10px;
	color:#ffffff;
	font-size: .9em;
	background: none repeat scroll 0 0 #0088BA;
}

.relnews-box a{	
	color:#ffffff;	
	text-decoration:underline;
}


.relnews-box ul { margin: 0 0 15px 0; padding: 0; font-size: 12px;}
.relnews-box li { margin:  0 0 .75em 0; padding: 0; list-style: none; }


/* pagination bar */
	#pagination {
		text-align: center;
	 	margin: 15px 25px 25px 25px;
	 	height: 35px;
		align: bottom;
	}
	
	#pagination li {
		display: inline-block; 
		background-color: #09c; 
		color: #fff; 
		text-decoration: none;
		font-weight: bold; 
		padding: 5px 15px;
		margin: 20px 5px;
	}
	
	#pagination li:hover {
			background-color: #D56800;
		}
		
	#pagination .prev {
	 	float: left;
	}
	 
	#pagination .next {
		float: right;
	}
	
	.pager {
	 	text-align: center;
	 	margin: 15px 25px 25px 25px;
	 	height: 35px;
}

	.pager a {
		display: block; 
		background-color: #09c; 
		color: #fff; 
		text-decoration: none;
		font-weight: bold; 
		padding: 5px 15px;
		margin: 0 5px;
	}
		.pager a:hover {
			background-color: #D56800;
		}
		.pager .prev {
	 		float: left;
	 	}
	 	.pager .next {
			float: right;
		}
	.results .title {
				font-size: 16px;
				font-weight:bold;
				/*display: block;*/
				margin: 0 0 5px 0;
				clear:both;
			}

	.result {

		border-bottom:1px solid #ccc;
		padding-bottom:1em;
		list-style:none !important;
		margin-left:-30px !important;

	}
	

    /*#searchbox { background: url(/resource/images/newsroom/search-bg.gif) no-repeat; display: block; width:300px; height:45px; float: right; margin: 20px 15px 0 0;}*/

	
		#h input { border: none; padding: 3px; font-size: 13px; background-color: transparent;  padding: 3px 1px 0px 8px; width: 210px; height: 25px; -webkit-appearance: none; }
/* newsroom home page pagination bar */		
		.qp_pagenumber:hover {
			background-color: #999999;
		}		
		 .qp_prev {
	 		float: right; text-align: center;  margin: 15px 25px 25px 25px;  height: 20px !important; display: block;  background-color: #666666; 
			color: #fff !important;  text-decoration: none !important; font-weight: bold;  padding: 5px 15px; margin: 0 5px; margin-bottom: 40px;
			/* ie hack for alignment*/position:relative\9; top:-18.5px\9;/* end ie hack*/margin-top:10px !important;
	 	}

		.qp_prev_home {
	 		float: right; text-align: center;  margin: 15px 25px 25px 25px;  height: 20px !important; display: block;  background-color: #666666; 
			color: #fff !important;  text-decoration: none !important; font-weight: bold;  padding: 5px 15px; margin: 0 5px; margin-bottom: 40px;
			/* ie hack for alignment*/position:relative\9; top:10px\9;/* end ie hack*/margin-top:10px !important;
	 	}

		.qp_prev_home:hover {
			background-color: #999999;
		}
		


		.qp_prev:hover {
			background-color: #999999;
		}
	 	 .qp_next {
			float: left;  text-align: center;  margin: 15px 25px 25px 25px;  height: 20px !important; display: block;  background-color: #666666; 
			color: #fff !important;  text-decoration: none !important; font-weight: bold;  padding: 5px 15px; margin: 0 5px;
			/* ie hack for alignment*/position:relative\9; top:0px\9;/* end ie hack*/
		}
		.qp_next:hover {
			background-color: #999999;
		}

		#news {

		margin-top:15px !important\9;

		}

		.orange{

		color: #D56800 !important;

		}


		
