/*============================Tab system=================================*/
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}
@media print {
.tabs-nav {
        display: none;
    }
}
/*+++++++++++for Internet Explorer only++++++++++++++ */
html*.tabs-nav { /* auto clear */
    display: inline-block;
}
/*+++++++++++END for Internet Explorer only++++++++++++++ */

/* Hide useless elements in print layouts... */
.TabBox li{
	font-size:14px;
	color:#383838;
	}
.TabBox p{
	font-size:14px!important;
	line-height:22px!important;
	color:#383838;
	}
.TabBox{
	width:670px;
	float:left;
	padding:0 ;
	margin:0;
	}
/* Skin */
.tabs-nav {
    margin:0!important;
    padding:0!important;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 5px 0 0;
    width:160px; /* be nice to Opera */
	list-style:none;
	background-image:none!important;
	padding:0!important;
	/*padding:3px 5px 4px 5px!important;*/
	z-index:1;
}


.tabs-nav a {
    display: block;
    padding: 0;
	
	background: black;
	background-position:left top;
	background-repeat:no-repeat!important;
}
.tabs-nav a span {
    display: block;
    padding: 0;
	}
.tabs-nav a {
    position: relative;
    color: #ffffff!important;
    font-size: 12px!important;
    font-weight:normal;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
    text-align:center!important;
    text-decoration: none!important;
    white-space: nowrap; /* required in IE 6 */   
	padding:7px 3px 0 0px!important;
	background-color:#30a1e5;
}
.tabs-nav .tabs-selected a {
	color:#ffffff!important;
	background-color:#003398;
}
.tabs-nav a:hover {
	color:#000000!important;
	text-decoration:none!important;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}
.tabs-nav a span {
    width: 95px; /* IE 6 treats width as min-width */
    min-width: 95px;
    height: 25px; /* IE 6 treats height as min-height */
    min-height: 25px;
	padding: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding:0;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 0px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
html>body .tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	margin-bottom:20px;
	z-index:10;
}
#tab1{
	padding:20px;
	border:5px solid #e4f1fa;
	}
#tab2{
	padding:20px;
	border:5px solid #e4f1fa;
	}
#tab3{
	padding:20px;
	border:5px solid #e4f1fa;
	}
#tab4 {
	padding:20px;
	border:5px solid #e4f1fa;
}
#twtr-widget-1 .twtr-bd p {font-size:11px!important;}
.tabs-container a {
	text-decoration:none!important;
	color:#018cca!important;
	font-weight:bold;
}
.tabs-container a:hover {
	color: #f87108!important;
	text-decoration:none!important;
}
.tabs-loading em {
    padding: 0 0 0 20px;
}
/*============================ENDTab system=================================*/


