
/* ------------ PORTALS ------------ */


/* --- portal tabs (HOVER) - change colors below --- */

.ui-tabs:hover .ui-tabs-nav li:hover{
	background:#002859 !important;
	}

.ui-state-default a:hover, .ui-state-default a:link:hover, .ui-state-default a:visited:hover {
}


/* --- portal content & title bars - do not change anything below here --- */

#portal_tabs{
	background:#ffffff;
	border-width:0;
	}

.ui-tabs .ui-tabs-nav {
	border-width:0; margin-left:18px; background:transparent;
	}

.ui-tabs .ui-tabs-nav li   {
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.2) 100%) !important; /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(0,0,0,0.2))) !important; /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%) !important; /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%) !important; /* Opera11.10+ */
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%) !important; /* IE10+ */
	background-image: linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%) !important; /* W3C */
	}


/* --- portal content & title bars - do not change --- */

.portlet{ -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1); -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1); box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 1); 
	border-width:0;
	background:#fff;
	}

.portlet_content{
	padding:10px;
	}

.portlet_header{
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(0,0,0,0.2) 100%) !important; /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(0,0,0,0.2))) !important; /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%) !important; /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%) !important; /* Opera11.10+ */
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%) !important; /* IE10+ */
	background-image: linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(0,0,0,0.2) 100%) !important; /* W3C */
	}

.portlet {}
#e_7796.portlet, #e_8185.portlet, #e_7863.portlet {overflow-y:scroll;}
#e_8206.portlet, #e_8211.portlet, #e_8210.portlet, #e_8208.portlet, #e_8209.portlet, #e_8212.portlet, #e_8207.portlet {min-height: 0 !important; height:auto;}
#c_8206.portlet_content, #c_8211.portlet_content, #c_8210.portlet_content, #c_8208.portlet_content, #c_8209.portlet_content, #c_8212.portlet_content, #c_8207.portlet_content {padding:0 !important;}


.logolinks {
	margin-top: 120px !important;
}

.headerPhoto img { 
	width: 60%;
	margin: 0 auto !important;
	display: block;
	text-align: center;
}


@media (max-width: 800px) {

.two_column { float: left; width: 100% !important; }
.twothirds_column { float: left; width: 100% !important; }
.three_column { float: left; width: 100% !important; }
.four_column { float: left; width: 100% !important; }
.five_column { float: left; width: 100% !important; }


}

@media (max-width: 600px) {

	.headerPhoto img { 
	width: 100%;
	margin: 0 auto !important;
	display: block;
	text-align: center;
}






}