   .gBox{
	margin-bottom:15px;
}
.gBox .gBox-title{
	margin-bottom:20px;
	border-bottom:3px solid #006d98;
}
.gBox-Newsletter{margin-bottom:0px !important;}
.gBox .gBox-title h2{
    color: #fff;
    text-transform: uppercase;
    font-size:13.5px;
    padding: 0px 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    height: 23px; 
    line-height: 22px;
	font-weight:500;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    border-color: #81B900;
    background: #006d98;
	margin:0;
	display:inline-block;
	border-radius: 5px 5px 0px 0px;
}
.gBox-title-nav{
	float:right;
    margin-top: 25px;
}
.see-all {
  color: #006d98; 
  font-size: 10px;
}
.gBox-cont{
	border-right:1px solid #D9D9D9;
	padding:15px;
}
.leftborder {
        border-left:1px solid #D9D9D9;
        border-right:0px !important;
    }

.home-currentissue-title {
    margin-bottom:0px !important;
}
.gBox-cont figure{
	width:34%; 
	float:left;
	padding-right:10px;
}
.gBox-cont figure img{
	width:100%;
}
.gBox-cont .gBox-rit{
	float:left;
	width:55%;
}
.gBox-cont .gBox-rit article{
	padding-bottom:10px;
	border-bottom:1px solid #d9d9d9;
	margin-bottom:5px;
	font-size:13.5px;
	padding-left:5px;
}
.gBox-cont .gBox-rit article h4{
	font-size:13.5px;
	margin:0;
	font-weight:600;
	line-height:normal;
	padding-top:5px;
}
.gBox-cont .gBox-rit article h4 a{
	color:#000;
	font-size:13.5px;
}

.gBox-cont-1{
	border-left:1px solid #D9D9D9;
	padding:15px;
}

.currentissue_archive img {display:block; width:100%;border-bottom: 8px solid #c0c0c0;}
.currentissue_archive h3 {font-size:13px; margin-top:10px;}

.UserArticleEditClass tr td{font:normal 14px calibri, arial;padding:5px !important;vertical-align:middle;}
.UserArticleAdminGrid a {color: #272727 !important;}
.UserArticleAdminGrid a:hover {color: #01b1ed !important;}
.UserArticleAdminGrid tr th{background-color:#E6E7E8; color:#000; border:1px solid #BFC1C3; font:normal 14px calibri, arial; padding:5px !important; text-align:center; vertical-align:middle;}
.UserArticleAdminGrid tr td{font:normal 14px calibri, arial; border:1px solid #BFC1C3 !important; padding:5px !important; text-align:center; vertical-align:middle;}
.UserArticleCategoryTree a img{display:none;}
.UserArticleCategoryTree div a img{display:table;}
.UserArticleCategoryTree table tr td{padding:1px !important;}

.jta-tweet-list-controls, .jt-pager a, .thumb-prev, .thumb-next, .wire-next, .wire-prev{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.jt-pager, .jta-tweet-list-controls{padding:10px 0px 8px 0px;display:block;clear:both}
.jt-pager a, .jta-tweet-list-controls-button{background-color:#e0e0e0;padding:6px 10px;color:#000;}
.jt-pager a:hover, .jta-tweet-list-controls-button:hover{background-color:#02b2ee;padding:6px 10px;text-decoration:none;color:#fff !important;}
.jt-pager span, .jta-tweet-list-controls-button{background-color:#02b2ee;padding:6px 10px;color:#fff;text-decoration:none}
.jt-pager a{margin-left:1px; font-size:14px; margin:0 2px;}
.jt-pager a.prev-page{margin-left:0;}
.jt-pager a.goto-page{background:#e0e0e0;color:#000;padding:6px 12px;}
.jt-pager a.goto-page.active, .pager a.active,
.jt-pager a.goto-page:hover{background:#006d98;color:#fff;}


input[type="text"], input[type="email"], input[type="password"], textarea{border:1px solid #ccc;border-radius:0;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;display:inline-block;padding:4px 6px;height:25px;}

.error {
			background-color: red;
			color: #fff;
			display: inline-block;
			font-family: "Roboto Slab";
			font-size: 20px;
			padding: 10px;
			text-align: center;
			text-transform: uppercase;
			width: 98.5%;
			margin-bottom: 10px;
		}
		
.success {
			background-color: green;
			color: #fff;
			display: inline-block;
			font-family: "Roboto Slab";
			font-size: 20px;
			padding: 10px;
			text-align: center;
			text-transform: uppercase;
			width: 98.5%;
			margin-bottom: 10px;			
		}
.errormsg {
    color:red;
}