.byLineWrapper{position:relative; padding:8px 0 8px 0;}

.articlePostStory{font-style:italic !important;}

.bottom_article_inhouse_text_ad{

	font-family: Roboto Condensed,arial,helvetica,verdana,sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.3;
    text-transform: none;
    position: relative;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.bottom_article_inhouse_text_ad a{

	text-decoration: none !important;
	color: #3b90e7 !important;
}


.article_read_more_links{

	font-family: Roboto Condensed,arial,helvetica,verdana,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
    text-transform: none;
    position: relative;
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
}

.article_read_more_links a{

	text-decoration: none !important;
	color: black !important;
}

 .heading_read_more{
 	padding-left: 1rem;
	
	margin: 0px;
	font-size: 1.10rem;
	font-weight: 700;
}

.userMug
{
    width: 40px; 
    height: 40px;
    border-radius: 50%;
    background-repeat: no-repeat; 
    background-position: center center; 
    background-size: cover; 
	float: left;
	position:relative;
	margin-right:7px;
}


.articleTitle{
	font-size:26px;
	line-height:normal;
	padding:0;
	margin:0;
	color:#000;
	
}

.articleDate{
	
	font-size:14px;
	color:#666;
}

.articleUpdated{font-size:14px;
	color:#666;
	font-style:italic;}

h1 a{color:#000 !important; text-decoration:none !important;}

a{color:#ca161c}


.articleByLine{
	
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding:4px;
}

.articleByLine a{color:#3a85c8; text-decoration:none;}


article p{margin: 1.5em 0px}

.articleBody{
	
	font-size: 1.125rem;
	line-height: 1.75;
	color:#000;
	word-break: break-word;
}


.articleBody ul li {
    list-style:disc !important;
	list-style-type:disc !important; 
}

.articleBody ol li {
    list-style:decimal !important;
	list-style-type:decimal !important; 
   
}

.articleBody blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  /*quotes: "\201C""\201D""\2018""\2019";*/
}
.articleBody blockquote:before {
  color: #ccc;
  /*content: open-quote;*/
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.articleBody blockquote:after {
  color: #ccc;
  /*content: close-quote;*/
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.articleBody blockquote p {
  display: inline;
  font-size:18px;
  
}


.articleBody td{
	
	font-size:17px;
	line-height:26px;
	color:#000;
}

.searchbox{
font: bold 12px Arial, Helvetica, sans-serif;
color:#000;
padding:5px;
}
.searchcopy{
color:#333;
font-size:14px;
}

INPUT.searchtxt{ 
  font-family:Helvetica, Arial, sans-serif;
  font-size:13px; 
  border-color:#788aa0; 
  border-style: solid;
  border-width:2px; 
  color:#253340; 
}

.recentHeader{
	text-align:center;
	font-size:18px;
	
	font-weight:bold;
	padding-bottom:5px;
}

.recentLinks{
	font-size:13px;
	line-height:normal;
	border-bottom:1px dotted #666;
	padding:0 8px 8px 8px;
	margin-bottom:10px;
}

.recentLinks a{
	color:#000;
	text-decoration:none;
}

.recentLinks a:hover{
	color:#000;
	text-decoration:underline;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}.myButton:active {
	position:relative;
	top:1px;
}

.paging{text-align:center;  font-size:12px;}


.DetailPagingShell{position:relative;height:75px;}

.DetailPagingPrev{width:250px; text-align:left; position:absolute; top:5px; left:3px;}

.DetailPagingPrevHeader{ font-size:16px; font-weight:bold;}

.DetailPagingPrevHeader a{text-decoration:none; color:#000;}

.DetailPagingPrevHeader a:hover{text-decoration:underline; color:#666;}

.DetailPagingPrevTitle{ font-size:12px;}

.DetailPagingPrevTitle a{text-decoration:none; color:#000;}

.DetailPagingPrevTitle a:hover{text-decoration:underline; color:#666;}

.DetailPagingNext{width:250px; text-align:right; position:absolute; top:5px; right:3px;}

.DetailPagingNextHeader{ font-size:16px; font-weight:bold;}

.DetailPagingNextHeader a{text-decoration:none; color:#000;}

.DetailPagingNextHeader a:hover{text-decoration:underline; color:#666;}

.DetailPagingNextTitle{ font-size:12px;}

.DetailPagingNextTitle a{text-decoration:none; color:#000;}

.DetailPagingNextTitle a:hover{text-decoration:underline; color:#666;}

.newsVideo{ font-size:16px; width:400px;}
.videoLeft{float:left; width:200px; padding-top:70px;}
.videoRight{float:right; width:200px;}
.newsVideo a{color:#000; text-decoration:none;}
.newsVideo a:hover{color:#000; text-decoration:underline;}
.newsVideo p{font-weight:bold;}
.newsVideo p#videoTitle{}

.pagingHeader{font-size:18px; margin:0px !important; padding:4px !important; background-color:#333; color:#FFF; font-weight: 400;}
#customView{max-width:200px !important; display:inline-block !important; vertical-align: top !important;}
#customView a{text-decoration:none;  color:#000;}
#customView img{max-width:100% !important;}
#customView{background-color:#efefef; padding:6px !important;}
#customViewTextWrapper h4 span{ margin:auto; color:#000; sans-serif; /*background:rgba(51, 51, 51, 0.8)*/; padding-top:8px; font-weight: 400; font-size:14px;}
#customViewTextWrapper h4 {white-space: normal !important; color:#212121; font-size:18px; line-height:normal ;padding:0 ;margin:0; text-decoration:none;}

.side-crop { max-height: 120px; overflow: hidden; }

/*#customViewImageWrapper {height:150px !important;  overflow:hidden;}*/
#customViewTextDate{color:#999; font-size:12px;}