﻿@charset "utf-8";
/* CSS Document */
#tabcont{
	float:right;
	width:35%;
	height:300px;
    margin:0;
	padding:0;
    font-weight: bold;
    border:1px dotted #43b0ce;
	margin-top:-280px;
}
.marginbot {
	margin-bottom:15px;

}
.new {
        color:black;
        font-weight:bold;
        }

ul.list li {
list-style:none;
margin-left:20px;
}

ul.tabs {
	width:100%;
	padding: 0px;
	overflow:hidden;
background-color:#1f5e6f;
}

ul.tabs li {
list-style:none;
display:block;
float:left;
color:#fff;
margin:0;
width:24%;
text-align:center;
padding-top:10px;
padding-bottom:10px;
background-color:#1f5e6f;
cursor:pointer;
border-left:1px solid #fff;
}

ul.tabs li:hover {
background-color:#43b0ce;
}

ul.tabs li.current {
background-color:#43b0ce;
border-left:1px solid #fff;
border-right:1px solid #fff;

}

.tabscontent {
padding:8px 15px 5px 15px;
height:245px;
text-align:justify;
background-color:#EAF4FF;

}
.newsSec
{
    width:99%;
    margin:3px auto;
border-bottom:1px groove #333 ;
}

.date {
	display: block;
	float:left;
	width: 35px;
	height: 60px;
	margin: 8px 4px 4px 10px;
	background: #fff;
	text-align: center;
	font-family: 'Helvetica', sans-serif;
	position: relative;
	border:1px solid #999;
}

.date .binds {
	position: absolute;
	height: 5px;
	width: 26px;
	background: transparent;
	border: 2px solid #999;
	border-width: 0 3px;
	top: -6px;
	left: 0;
	right: 0;
	margin: auto;
}

.date .month {
	background: #555;
	display: block;
	padding: 2px 0;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	border-bottom: 2px solid #333;
	box-shadow: inset 0 -1px 0 0 #666;
}

.date .day {
	display: block;
	margin: 0px;
	padding: 4px 0 10px 0;
	font-size: 1em;
	position: relative;
}
.date .year {
	display: block;
    margin-top:-5px;
	font-size: 1em;
	
}


.date .day::after {
	content: '';
	display: block;
	height: 100%;
	width: 96%;
	position: absolute;
	top: 3px;
	left: 2%;
	z-index: -1;
	box-shadow: 0 0 3px #ccc;
}

.date .day::before {
	content: '';
	display: block;
	height: 100%;
	width: 90%;
	position: absolute;
	top: 6px;
	left: 5%;
	z-index: -1;
	box-shadow: 0 0 3px #ccc;
}
.newcont {
float:right;
display:block;
padding:6px 10px 40px 6px;
margin-left:1px;
width:70%;
}
.mnlink{
color:#062137;
font-size:1.2em;
font-weight:normal;
line-height:15px;

}
.mnlink a:hover{
text-decoration:none;
color:#660000;
}
.details
{
    color:#fff;
    font-size:9px;
    background-color:#FFE4C4;
    padding:3px;
    letter-spacing:normal;
    
}

.details a:hover
{
    color:#000;
    font-size:1em;
}
    