/* CSS Document */
.loginstatus {
text-align:right;
font-size:11px;
}
.sidebar {
padding:5px;
}
.sidebar a:link {
text-decoration: none;
   color: #9BF8E2;
}
.sidebar a:hover {
text-decoration: underline;
   color: #9BF8E2;
}
.sidebar a:visited {
text-decoration: underline;
   color: #9BF8E2;
}
.record_header {
background:rgba(13, 43, 20, 0.3);
padding:5px;
}
.record_content {
	padding-right: 5px;
	padding-left: 5px;
}
.record_subcontent {
	font-size: 11px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}
.record_subheader {
	background-color: #003e3e;
	width:100%;
	padding-left:5px;
	padding-right:5px;
}
.text_small {
font-size: 9px;
}
.navigation_link {
    background-image: url('images/calrt.png');
    background-repeat: no-repeat;
    padding-left: 15px;  /* width of the image plus a little extra padding */
    display: block;  /* may not need this, but I've found I do */
}	
.newsdiv1 {
	position: relative;
	width:80%;
	float:left;
}
.newsdiv2 {
	position: relative;
	width:20%;
	float:left;
}
.Caption {
	text-align: left;
}
.inner_box {
	border:dotted;
	border-width:1px;
	border-color:#fff;
	padding:3px 3px 3px 6px;
}
.text_large {
  font-size: 24px;
}
.menu_left {
	 margin-top:7px;
   margin-right:10px;
   bottom: 2px;
   position:relative;
   display:inline-block;
   vertical-align:middle;
   background:#000;
   width:95%;
   padding:5px;
}
.menu_left a:link, a:visited {
	color:#fff;
	text-decoration: none;
}
.menu_left a:hover {
	color: #ff9f40;
}
.menu_left li {
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
}
.ipsDataItem {
background: #none;
}
.rssincl-itemtitle {
	font-size: 18px;
	font-weight: bold;
}
.rssincl-entry {
	padding-bottom:10px;
}
.rssincl-title {
	display:none;
}

@media (max-width: 600px) {
.black_overlay {
display: none;
}
}