@charset "UTF-8";

.sprite {
	background:url(../images/sprite.png);
}
.sprite_news {
	background:url(../images/sprite_news_feed_v3.png);
	background-repeat: no-repeat;
}

.8 {
	background-position:0px -42px;
	padding:5px;
}

body {
  background: #f1f1f1 url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg8GVAA5gCAAEGABBlAOhN2rAMAAAAAElFTkSuQmCC);
    background-image: url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg8GVAA5gCAAEGABBlAOhN2rAMAAAAAElFTkSuQmCC);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(241, 241, 241);
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline:none;
}


ul,li ,h1,h2,h3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
clear:both;
}
.container_12 {
border-left:0px solid #eee;
border-right:0px solid #eee;
background:#fff;
-moz-box-shadow: 0px 0px 0px #fff; /* Firefox */
-webkit-box-shadow: 0px 0px 0px #fff; /* Safari and Chrome */
box-shadow: 0px 0px 0px #fff; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
.social_tools {
padding:5px 0 8px 0;
border-bottom:0px solid #eee;
}
.social_tools span{
margin:0 3px;
}
.right_align {
text-align:right;
}
.right_align span{

}
.topbanner {
text-align:right;
padding:10px 0 0 0;
}
.logo {
padding:10px 0 0 0;
}
/* ---------------------------------------- 
	Lab specific: scrollUp
---------------------------------------- */

.themes {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	float: left;
	width: 100%;
}

.themes li {
	text-align: center;
	display: block;
	float: left;
	width: 30%;
	margin-left: 4%;
}
	.themes li:first-of-type {
		margin-left: 0%;
	}
	.themes li a {
		display: block;
		padding: 10px;
		background: #444;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		color: #eee;
		-webkit-transition: all 200ms ease-out;
		-mozilla-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}
	.themes li a:hover,
	.themes li a.active  {
		background: #F66169;
		color: #FAEFDE;
	}

#toggleActive {
	padding: 6px;
	width: 160px;
	text-align: center;
	display: inline-block;
	background: #333;
	color: #eee;
	font-size: 12px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-out;
	-mozilla-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
	#toggleActive.active {
		background: #F66169;
		color: #FAEFDE;
	}

#scrollUp-active{
	display: none;
}

/* Pill style */
#scrollUp {
	bottom: 0px;
	right: 0px;
	background: #555;
	color: #fff;
	font:bold 1em Tahoma;
	text-decoration: none;
	opacity: .6;
	padding:8px 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
#scrollUp:before {
font-family:FontAwesome;
content:"\f077";
}
	#scrollUp:hover {
		background: #000;
	}
#nav {
	margin:10px 0;
	padding: 0px 6px 0;
	background: #647F9C;
	border:1px solid #647F9C;
		z-index:0;
	overflow:hidden;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#nav a {
    
	color: #f5f5f5;
	text-decoration: none;
	display: block;
	padding:  10px 12px;
	margin: 10px 0 0 0 0;
	 font-family: verdana;
	
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #272791;
	color: #fff;
	border: 1px solid #272791;
	padding:  9px 11px;
	
}
#feeditems {
border-left:1px solid #ddd;
padding-left:20px;
}
#feeditems h3{
font:bold 15px Tahoma;
padding:10px 0;
color:#777;
border-bottom:1px solid #ddd;
}
.feeditem {
padding:10px 0;
border-bottom:1px solid #eee;
overflow:hidden;
}
.feeditem img{
float:left;
width:40px;
height:40px;
margin-right:10px;
padding:2px;
border:1px solid #eee;
}
.item_url {
font:bold 13px Tahoma;
display:block;
color:#2374A7;
padding-bottom:5px;
}
.item_url:visited {
color:#8f8f8f;
}
.item_details {
font:normal 11px Tahoma;
color:#888;
}
.item_details span {
padding-right:10px;
}
.item_details span a{
color:#888;

}
.categories {
margin-bottom:10px;
}
.categories h3{
font:bold 15px Tahoma;
padding:10px 0;
color:#777;
border-bottom:1px solid #ddd;
}
.categories a{
display:block;
padding:8px 0 8px 5px;
font:bold 12px Tahoma;
border-bottom:1px solid #eee;
color:#647F9C;
}
.categories a i{
margin-right:5px;
}
.categories a:hover{
padding:8px 0 8px 8px;
border-bottom:1px solid #647F9C;
background:#647F9C;
color:#fff;
}
#calback {
	background: #FFF;
	width: 300px;
	margin-bottom:10px;
}

#calendar {
	width: 100%;
	/*height: 100%;*/
	height:inherit;
}

.cal {
	width: 100%; 
	border:1px solid #eee;
	border-collapse: collapse;
	border-spacing:1px;
}
.calhead {
padding:0;
background:#647F9C;
}
.calhead td{
	color: #fff;
	font: 13px myFirstFont !important;        
	padding:10px;
}
.calhead td a{
	color: #adadad;
}

.calhead img {
	border: none;
	margin:0 !important;
	padding:0;
}

.dayhead {
	height: 25px;
	background: #EEE;
}

.dayhead td {
	text-align: center;
	color: #555;
	font:bold 11px myFirstFont;
}

.dayrow {
	background: #FFF;
	
}

.dayrow td {
	
	font:bold 13px myFirstFont;
}
.dayrow td a{
	color:#888;
	width: 40px;
	height: 40px;
	display:block;
}

.day {
	text-align:center;
	line-height:40px;
}

.dayover {
	background: #EEE;
}

.dayout {
	background: #FFF;
}
.today {
background:#333;
padding:3px 7px;
color:#fff;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
}
.loading-bar {
	float:left;
	width:93%;
	padding: 10px 20px;
	display: block;
	text-align: center;
	box-shadow: inset 0px -45px 30px -40px rgba(0, 0, 0, 0);
	margin: 20px 0;
	font:bold 13px Tahoma;
	border: 1px solid #ddd;
	cursor: pointer;
	position: relative;
	color:#888;
}

.loading-bar:hover {
	box-shadow: inset 0px 30px 30px 30px rgba(0, 0, 0, 0.04);
}
.page_numbers {
overflow:hidden;
margin:10px;
}
.page_numbers li{
float:left;
}
.page_numbers li a{
display:inline-block;
padding:8px 12px;
background:#eee;
color:#777;
margin:0 3px;
font:bold 12px Tahoma;
}
.page_numbers li a:hover{
background:#647F9C;
color:#fff;
}
.page_numbers li.active_page a{
background:#647F9C;
color:#fff;
}
.page_numbers li.page_info{
display:inline-block;
padding:8px 12px;
color:#647F9C;
margin:0 3px;
font:normal 12px Tahoma;
}
.single_one {
padding:8px 0;
border-bottom:1px solid #eee;
}
.single_item_details {
float:left;
background-color: #FFFACD;
padding:10px;
font-family: 'Merriweather',myFirstFont, serif;


color:#404040;
line-height: 145%;
font-weight: normal;
width:96.5%;
}
.single_item_details iframe{width:540px !important;}
.single_item_details img{
max-width:100%;
margin-right:10px;
}
.single_item_details a{
color:#647F9C;
text-decoration:underline;
}
.related h3{
font:bold 15px Tahoma;
padding:10px 0;
color:#777;
border-bottom:1px solid #ddd;
}
.redirect_message {
	background:#eee;
	border:2px solid #ddd;
	padding:20px;
	font-size: 1.143em;
	text-align: center;
	margin:200px auto;
	line-height:30px;
	color:#555;
}
.redirect_message a{
	color: #647F9C;
}
.category_rss {
float:right;
}
.category_rss a{
color:#FF9000;
font:bold 12px Tahoma;
}
.search_form {
margin-top:7.4px;
}
.searchinput {
padding:-5px;
border:1px solid #647F9C;
background:#647F9C;
color:#ffffff ;
font-family:myFirstFont;
}
.searchbutton {
margin-left:-5px;
background:#272791;
color:#fff;
border:0px solid #2374A7;
padding:6px 6px 6px 6px;
}
.footer {
border-top:3px solid #eee;
margin-top:10px;
overflow:hidden;
}
.powered_by {
padding:10px 0;
font:normal 12px myFirstFont;
color:#777;
float:right;
text-align:right;
}
.powered_by a{
font-weight:bold;
color:#666;
}
.copyrights {
padding:10px 0;
font:normal 12px myFirstFont;
color:#777;
}

.notification {
	border:1px solid #ddd;
	background:#fff;
	padding:10px;
	margin:10px 0;
	color:#666;
	text-shadow:1px 1px 1px #fff;
	font:normal 12px Tahoma;
}
.warning {
background:#fff url('../images/warning.png') no-repeat 1% center;
padding-left:30px;
}
.error {
background:#fff url('../images/error.png') no-repeat 1% center;
padding-left:30px;
}
.success {
background:#fff url('../images/success.png') no-repeat 1% center;
padding-left:30px;
}
.warning a, .error a, .success a{
	color:#555;
	font-weight:bold;
	text-decoration:underline;
}
#period_form {
float:right;
}
#period_form select{
border:1px solid #ddd;
padding:3px;
font:normal 12px Tahoma;
background-color:#647F9C;
color:#fff;
-webkit-appearance: none;  appearance: none;
}

::-webkit-scrollbar {
}
::-webkit-scrollbar-track-piece  {
background-color: #E7E7E7;
}
::-webkit-scrollbar-thumb:vertical {

background-color:#D8D8D8;
}
@font-face {
	font-family:'myFirstFont';
	src: url('font/WeblySleekUISemibold_gdi.eot');
	src: url('font/WeblySleekUISemibold_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/WeblySleekUISemibold_gdi.woff') format('woff'),
		url('font/WeblySleekUISemibold_gdi.ttf') format('truetype'),
		url('font/WeblySleekUISemibold_gdi.svg#WeblySleekUISemibold-Regular') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FB4E;
}
/*Contact form*/
.white {
background:ffffff;
width:50%;
height:100%;
position:absolute;
}
.light-form h2 { /* The header tag. e.x. "Contact Me" */
	color:#2F2F2F;
	margin:0;
}

.light-form hr { /* The horizontal line between the title and the form. */
	border:none;
	border-bottom:1px dashed #356AA0;
}

.light-form { /* The form itself. */
	position:relative;
	margin:20px;
	float:left; /* float:left makes sure the forms width is optimal */
	padding:10px 20px 10px 20px;
}

.light-form label{ /* Forms labels. */
	float:left;
	display:block;
	width:80px; /* this width sets the distance between the label and the input fields */
	font-size:14px;
	color:#777777;
	font-family: verdana;
	font-weight:normal;
}

.light-form input, .light-form textarea { /* The input fields. */
	width:200px; /* You can change the field width */
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border:none; /* This declaration makes sure no auto borders appear. */
	font-size:14px;
	padding:4px;
	-moz-box-shadow: 0 0 3px #808080; /* This gives the effect of the glow around the input fields. */
	box-shadow:0 0 3px #808080;
	-webkit-box-shadow: 0 0 3px #808080;
}

.light-form input:hover, textarea:hover { /* Input fields hover */
	-moz-box-shadow: 0 0 3px #333333; /* On hover glow */
	box-shadow: 0 0 3px #333333;
	-webkit-box-shadow: 0 0 3px #333333;
}

.light-form input:focus, textarea:focus {
	-moz-box-shadow: 0 0 3px #4096EE; /* On focus glow */
	box-shadow: 0 0 3px #4096EE;
	-webkit-box-shadow:0 0 3px #4096EE;
}

.light-form div{ /* This is for the divs that contains the labels and inputs  */
	padding:10px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	position:relative;
}

.light-form div:hover { /* The divs on hover. */
	background-color: #C3D9FF;
	background-image:-moz-linear-gradient(#C3D9FF,#A7C7FF);
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#C3D9FF),to(#A7C7FF));
}

.light-form .submit input { /* Forms submit element */
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	line-height:1;
	font-weight:bold;
	-moz-box-shadow:0 1px 3px #999999;
	-webkit-box-shadow:0 1px 3px #999999;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	text-shadow:0 0 2px #222222;
	cursor:pointer;
	font-family:sans-serif;
	padding:6px 16px 8px;
	font-size:13px;
	width:auto;
	background-color: #4f8ace;
	background-image:-moz-linear-gradient(#4f8ace,#2d629d);
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#4f8ace),to(#2d629d));
  border:#2d629d solid 1px;
}

.light-form .submit input:hover {  /* Forms submit button hover. */
	background-color: ##272791;
	background-image:-moz-linear-gradient(##272791,##272791);
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(##272791),to(##272791));
}
.light-form .submit input:active {  /* Forms submit button pressed. */
	background-color: ##272791;
	background-image:-moz-linear-gradient(##272791,##272791);
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(##272791),to(##272791));
}
/* Placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D8D8D8;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #D8D8D8;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #D8D8D8;
}
:-moz-placeholder { /* Firefox 18- */
  color: #D8D8D8;
}
/* Scroll To Top (START) */
#scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
}
#scroll-to-top a {
    color: #2374B2;
    text-decoration: none;
}
#scroll-to-top a:hover {
    color: #0000FF;
}
/* Scroll To Top (END) */