@charset "utf-8";
/* CSS Document */

html {font-family: Arial, Helvetica, sans-serif;}

.tabs-outer {
	margin: 0;
	padding: 7px 0 0 0;
	
}

ul.tabs {	
	margin: 0;
	padding:0;
	/*border-top: 1px solid #043370;
	border-left: 1px solid #043370;
	border-right: 1px solid #043370;*/
	width: 230px;
	height: 31px; /*--Set height of tabs--*/
	float: left;
	list-style: none;
	}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	/* border: 1px solid #043370;
	border-left: none; */
	/* margin-bottom: -1px; --Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	/* background: #b7d0ef;*/
}


/*--- all here ---*/
ul.tabs li a.tab1a {width: 70px; text-indent:15px; background: #b7d0ef url(/uploads/images/tab-news-off.gif) no-repeat 0 0;}
ul.tabs li.active a.tab1a {width: 70px; text-indent:15px; background: #FFFFFF url(/uploads/images/tab-news-on.gif) no-repeat 0 0;}
ul.tabs li a.tab1a:hover {width: 70px; text-indent:15px; background: #dceafd url(/uploads/images/tab-news-over.gif) no-repeat 0 0;}
ul.tabs li.active a.tab1a:hover {width: 70px; text-indent:15px; background: #dceafd url(/uploads/images/tab-news-on.gif) no-repeat 0 0;}

ul.tabs li a.tab2a {width: 160px; text-indent:15px; background : #b7d0ef url(/uploads/images/tab-event-off.gif) no-repeat 0 0;}
ul.tabs li.active a.tab2a {width: 160px; text-indent:15px; background : #FFFFFF url(/uploads/images/tab-event-on.gif) no-repeat 0 0;}
ul.tabs li a.tab2a:hover {width: 160px; text-indent:15px; background : #dceafd url(/uploads/images/tab-event-over.gif) no-repeat 0 0;}
ul.tabs li.active a.tab2a:hover {width: 160px; text-indent:15px; background : #dceafd url(/uploads/images/tab-event-on.gif) no-repeat 0 0;}


ul.tabs li a {
	text-decoration: none;
	color: #026192;
	display: block;
	font-size: 17px;
	padding: 0;
	outline: none;
}
ul.tabs li a:hover {
	/*background: #dceafd; no-repeat*/
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	/* background: #fff; no-repeat*/
}


.tab_container {
	background: #fff url(/uploads/images/tab-cont-btm.gif) no-repeat left bottom;
	/* overflow: hidden;*/
	clear: both;
	float: left; 
	width: 230px;
	padding: 0 0 7px 0;
}

.tab_container-inner {
	min-height: 420px;
	border-left: 1px solid #043370;
	border-right: 1px solid #043370;
	border-top: none;

	}

.tab_content {
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}

ul.entries {
	margin:0;
	padding:0;
	list-style:none;	
}

ul.entries li {
	margin-bottom: 15px;
}

ul.entries li A:link {color:#026192; text-decoration: underline;}
ul.entries li A:Hover {color:#026192; text-decoration: none;}

