﻿.authorstitle {
    background-image: none !important;
    background-repeat: repeat-x;
    background-color: #9679a4 !important;
    font-size: 17px;
    color: #ffffff !important;
    border-bottom: 0px;
    text-align: center;
    font-family: OSB, sans-serif;
    font-weight: normal;
}
.new_roundcorner {
    min-height: 20px;
    border: 1px solid #3C7FAF;
    color: #3C7FAF;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 10px 2px 10px;
    width: auto;
    text-align: center;
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
}
.new_roundcorner:hover {
	background-color: #3C7FAF;
	color: #FFFFFF;
}
		
#draftKey{
font-family:arial;
margin-bottom:20px;
}
#draftKeyTitle{
	font-size:14px;
	font-weight:bold;
	line-height: 35px;
	border-bottom: 1px solid #b5afaf;
}
#draftKey .draftKeyDate{
	text-transform: uppercase;font-weight:bold;
	line-height: 35px;
	background-color: #bc8fd9;
	padding: 5px;
	border-right: 2px solid #efefef;
	text-align: center;
}
.draftKeyDateContent{
	text-align: center;
	vertical-align: text-bottom;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 11px;
	border: 1px solid #efefef;
}
.newsheadphoto {
	width: 55px;
	text-align: center;
	font-size: 10px;
	margin-top: 0 !important;
}
.newsheadphoto td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #07519A;
	border-style: solid;
	border-color: #C9BBD0;
	border-width: 1px;
	text-align: center;
}

.UpdateString { width:100%;text-align:right;margin-top:-10px; font-family: Arial; font-size: x-small; }
@media only screen and (max-width: 720px) and (min-width: 320px)
{
	.UpdateString { width:100%;text-align:right;margin-top:0px; font-family: Arial; font-size: x-small; }
}