﻿/* START JQUERY UI*/
.color-scheme-6 .ui-tabs .ui-tabs-nav {
	margin: 0;
	background-color:#fff;
	/*padding: .2em .2em 0;*/
}
.color-scheme-6 .ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	/*margin: 0 1.34px 0 0;*/
	border-bottom-width: 0;
	padding: 11px 0 0 0;
	white-space: nowrap;
	height:23px;
}
.color-scheme-6 .ui-tabs .ui-tabs-nav li a {
	float: center;
	padding: .5em 1em;
	text-decoration: none;
}
.color-scheme-6 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	/*margin-bottom: -1px;*/
	padding-bottom: 1px;
}
.color-scheme-6 .ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.color-scheme-6 .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.color-scheme-6 .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.color-scheme-6 .ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.color-scheme-6 .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.color-scheme-6 .ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 17.5px 0 0 0;
	background: none;
	background-color: #CFE7FF;
	/*height:543px;*/
}
/* Interaction states
----------------------------------*/
.color-scheme-6 .ui-state-default,
.color-scheme-6 .ui-widget-content .ui-state-default,
.color-scheme-6 .ui-widget-header .ui-state-default {
	/*border: 1px solid #d3d3d3;*/
	/*width:108px;*/
	background-image: url(../images/tabs-default.png);
	background-repeat:no-repeat;
	background-position: 5% 50%;
	background-color: #EFF7FF;
	font-weight: normal;
	text-align:center;
	color: #666666;
}
.color-scheme-6 .ui-state-default a,
.color-scheme-6 .ui-state-default a:link,
.color-scheme-6 .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.color-scheme-6 .ui-state-hover,
.color-scheme-6 .ui-widget-content .ui-state-hover,
.color-scheme-6 .ui-widget-header .ui-state-hover,
.color-scheme-6 .ui-state-focus,
.color-scheme-6 .ui-widget-content .ui-state-focus,
.color-scheme-6 .ui-widget-header .ui-state-focus {
	/*border: 1px solid #999999;*/
	/*width:108px;*/
	background-image: url(../images/tabs-hover.png);
	background-repeat:no-repeat;
	background-position: 5% 50%;
	background-color: #eef0ff !important;
	font-weight: normal;
	text-align:center;
	color: #2a5785;
}
.color-scheme-6 .ui-state-hover a,
.color-scheme-6 .ui-state-hover a:hover,
.color-scheme-6 .ui-state-hover a:link,
.color-scheme-6 .ui-state-hover a:visited {
	/*color: #212121;*/
	text-decoration: none;
}
.color-scheme-6 .ui-state-active,
.color-scheme-6 .ui-widget-content .ui-state-active,
.color-scheme-6 .ui-widget-header .ui-state-active {
	/*border: 1px solid #aaaaaa;*/
	/*width:108px;*/
	background-image: url(../images/tabs-active.png);
	background-repeat:no-repeat;
	background-position: 2% 50%;
	background-color: #CFE7FF;
	font-weight: bold;
	text-align:center;
	color: #666666;
}
.color-scheme-6 .ui-state-active a,
.color-scheme-6 .ui-state-active a:link,
.color-scheme-6 .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.color-scheme-6 .ui-state-highlight,
.color-scheme-6 .ui-widget-content .ui-state-highlight,
.color-scheme-6 .ui-widget-header .ui-state-highlight {
	/*border: 1px solid #fcefa1;*/
	background-color: #fbf9ee !important;
	color: #363636 !important;
}
.color-scheme-6 .ui-state-highlight a,
.color-scheme-6 .ui-widget-content .ui-state-highlight a,
.color-scheme-6 .ui-widget-header .ui-state-highlight a {
	color: #363636 !important;
}
.color-scheme-6 .ui-state-error,
.color-scheme-6 .ui-widget-content .ui-state-error,
.color-scheme-6 .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a !important;
	background-color: #fef1ec !important;
	color: #cd0a0a !important;
}
.color-scheme-6 .ui-state-error a,
.color-scheme-6 .ui-widget-content .ui-state-error a,
.color-scheme-6 .ui-widget-header .ui-state-error a {
	color: #cd0a0a !important;
}
.color-scheme-6 .ui-state-error-text,
.color-scheme-6 .ui-widget-content .ui-state-error-text,
.color-scheme-6 .ui-widget-header .ui-state-error-text {
	color: #cd0a0a !important;
}
.color-scheme-6 .ui-priority-primary,
.color-scheme-6 .ui-widget-content .ui-priority-primary,
.color-scheme-6 .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.color-scheme-6 .ui-priority-secondary,
.color-scheme-6 .ui-widget-content .ui-priority-secondary,
.color-scheme-6 .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.color-scheme-6 .ui-state-disabled,
.color-scheme-6 .ui-widget-content .ui-state-disabled,
.color-scheme-6 .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.color-scheme-6 .ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* END OF JQUERY UI */


/* Start of ThreeColumns*/
.color-scheme-6 .ThreeColumns{
	
}

/* Column 1
--------------------*/
.color-scheme-6 .ThreeColumns .col1{
}

.color-scheme-6 .ThreeColumns .col1 ul.root{
	
}

.color-scheme-6 .ThreeColumns .col1 .title, .color-scheme-6 .ThreeColumns .col1 ul.root li:first-child
, .color-scheme-6 .ThreeColumns .col1 .title, .color-scheme-6 .ThreeColumns .col1 ul.root li:first-child:hover{
	
	height: 23px;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold !important;
	padding: 12px 0 0 17px;
	text-shadow: 0px 1px #163074;
	border: 1px solid #67BDA0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(44,95,149);
	 /* Old browsers */ background: -moz-linear-gradient(top, rgba(44,95,149,1) 0%, rgba(44,95,149,1) 100%);
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,95,149,1)), color-stop(100%,rgba(44,95,149,1)));
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(44,95,149,1) 0%,rgba(44,95,149,1) 100%);
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(44,95,149,1) 0%,rgba(44,95,149,1) 100%);
	 /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(44,95,149,1) 0%,rgba(44,95,149,1) 100%);
	 /* IE10+ */ background: linear-gradient(to bottom, rgba(44,95,149,1) 0%,rgba(44,95,149,1) 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428fca', endColorstr='#67BDA0',GradientType=0 ); /* IE6-9 */;
}
.color-scheme-6 .ThreeColumns .col1 ul.root li:first-child .menu-item{


	
}
.color-scheme-6 .ThreeColumns .col1 .menu
,.color-scheme-6 .ThreeColumns .col1 .menu ul li,.color-scheme-6 .ThreeColumns .col1 ul.root{
	
	background-image:none;border-radius:0px;border:solid 1px #fff;box-shadow:none;
}
.color-scheme-6 .ThreeColumns .col1 .menu ul {
	
}

.color-scheme-6 .ThreeColumns .col1 .menu ul li,.color-scheme-6 .ThreeColumns .col1 ul.root li:nth-child(n+1)
{
	
	color:#666;
	background-color:#e9eff4 !important;
	

}
.color-scheme-6 .ThreeColumns .col1 ul.root li:nth-child(n+1) .menu-item{

	
}

.color-scheme-6 .ThreeColumns .col1 .menu ul li:hover,.color-scheme-6 .ThreeColumns .col1 ul.root li:nth-child(n+1):hover{
	color: #1d4877 !important;
	background: rgb(163,198,218) !important;
	 /* Old browsers */ background: -moz-linear-gradient(left, rgba(163,198,218,1) 0%, rgba(217,230,238,1) 100%) !important;
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(163,198,218,1)), color-stop(100%,rgba(217,230,238,1))) !important;
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left, rgba(163,198,218,1) 0%,rgba(217,230,238,1) 100%) !important;
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, rgba(163,198,218,1) 0%,rgba(217,230,238,1) 100%) !important;
	 /* Opera 11.10+ */ background: -ms-linear-gradient(left, rgba(163,198,218,1) 0%,rgba(217,230,238,1) 100%) !important;
	 /* IE10+ */ background: linear-gradient(to right, rgba(163,198,218,1) 0%,rgba(217,230,238,1) 100%) !important; /* W3C */ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c6da', endColorstr='#d9e6ee',GradientType=1 ) !important; /* IE6-9 */;
	cursor: pointer;

}

.color-scheme-6 .ThreeColumns .col1 .menu ul li a,.color-scheme-6 .ThreeColumns .col1 .root li:nth-child(n+1) a{
	text-decoration:none;
	color:#666;
}

.color-scheme-6 .ThreeColumns .col1 .menu ul li,.color-scheme-6 .ThreeColumns .col1 ul.root li:nth-child(n+1).selected
{
	background-color:#EFF7FF !important;
	
	background-image:none;
}

.color-scheme-6 .ThreeColumns .col1 .menu ul li,.color-scheme-6 .ThreeColumns .col1 ul.root li:nth-child(n+1).selected a
,.color-scheme-6 .ThreeColumns .col1 .menu ul li,.color-scheme-6 .ThreeColumns .col1 ul.root li:nth-child(n+1).selected a *
{
	background-image:none;
	color:#666;
	text-shadow:none;
	
}

/* End of Column 1
--------------------*/


/* Column 2
--------------------*/
.color-scheme-6 .ThreeColumns .col2 {
}
.color-scheme-6 .ThreeColumns .col2 .header-1{ /* Static Image header*/
}



.color-scheme-6 .ThreeColumns .col2 .header-1 .text{ /* Static Header Text */
	
	color:#fff;
	text-shadow: 3px 3px 3px #333;
	
}

.color-scheme-6 .ThreeColumns .col2 .content {
	
}

.color-scheme-6 .ThreeColumns .col2 .content p{
	color:#666;
	
}

.color-scheme-6 .ThreeColumns .col2 .content ul{
	color:#666;
}


.color-scheme-6 .ThreeColumns .col2 .accordion {
	
}
.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-header {
	background-color: #ccc;
	
}

.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-header .ui-icon
 {
	
}
.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-header a {
	color: #666;
	
}
.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-content {
	
	background-color: #eef0ff;
	color: #777;
	
}
.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-content > * {
}
.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-content a {
	color: #777;
}
.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-header{
	background: rgb(222,224,255); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(222,224,255,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(222,224,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(222,224,255,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(222,224,255,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(222,224,255,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(222,224,255,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFF7FF', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-header:first-of-type a {
	/*box-shadow: 0px -1px 0px 0px #b85c0f;*/
}
.color-scheme-6 .ThreeColumns .col2 .accordion .ui-accordion-content:last-of-type {
	/*box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
				inset 0px 0 0px 0px rgba(0, 0, 0, .5);*/
}

/* Page Specific styles */


.color-scheme-6 .internships-button{
	
}
.color-scheme-6 .internships-button input{
	color:#666;
	border:1px solid #8a94ff;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(188,194,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(188,194,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(188,194,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(188,194,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(188,194,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(188,194,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcc2ff',GradientType=0 ); /* IE6-9 */

}


/* End of Column 2
--------------------*/

/* Column 3
--------------------*/


.color-scheme-6 .ThreeColumns .col3 .content-box-header{
	
	color:#2a5785;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color:#cad7e4;
}

.color-scheme-6 .ThreeColumns .col3 .content-box{
	color:#666;
	
	background-color:#efefff;
}

.color-scheme-6 .ThreeColumns .col3 .context-box p{
	
}

/* End of Column 3
--------------------*/

/* End Of ThreeColumns*/



/*BannerLeftMenuAndThreeColumns Color Schemes*/


.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .title, .color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:first-child
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:first-child.selected
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:first-child:hover
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:first-child.selected:hover
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:nth-child(1)
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:nth-child(1).selected
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:nth-child(1):hover
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:nth-child(1).selected:hover{
	
	height: 23px;
	width:135px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 4px 17px !important;
	text-shadow: 0px 1px #163074;
	border: 1px solid #67BDA0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(66,143,202) !important; /* Old browsers */ 
	background: -moz-linear-gradient(top, rgba(66,143,202,1) 0%, rgba(44,95,149,1) 100%) !important; /* FF3.6+ */ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,143,202,1)), color-stop(100%,rgba(44,95,149,1))) !important;/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(66,143,202,1) 0%,rgba(44,95,149,1) 100%) !important;/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(66,143,202,1) 0%,rgba(44,95,149,1) 100%) !important; /* Opera 11.10+ */ 
	background: -ms-linear-gradient(top, rgba(66,143,202,1) 0%,rgba(44,95,149,1) 100%) !important; /* IE10+ */ 
	background: linear-gradient(to bottom, rgba(66,143,202,1) 0%,rgba(44,95,149,1) 100%) !important; /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428fca', endColorstr='#67BDA0',GradientType=0 ) !important; /* IE6-9 */;

}
.color-scheme-6 ul.root li:first-child .menu-item-text
{
	color: #fff !important;
	font-size: 14px;
	font-weight: bold !important;

}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .menu
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .menu ul li,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root{
	
	background-image:none;border-radius:0px;border:solid 1px #fff !important;box-shadow:none;
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .menu ul .li,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:nth-child(n+1)
{
	color:#666;
	background-color:#e9eff4 !important;
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .menu ul .li:hover,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:nth-child(n+1):hover
{
	color: #1d4877 !important;
	background: rgb(163,198,218);
	 /* Old browsers */ background: -moz-linear-gradient(left, rgba(163,198,218,1) 0%, rgba(217,230,238,1) 100%);
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(163,198,218,1)), color-stop(100%,rgba(217,230,238,1)));
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left, rgba(163,198,218,1) 0%,rgba(217,230,238,1) 100%);
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, rgba(163,198,218,1) 0%,rgba(217,230,238,1) 100%);
	 /* Opera 11.10+ */ background: -ms-linear-gradient(left, rgba(163,198,218,1) 0%,rgba(217,230,238,1) 100%);
	 /* IE10+ */ background: linear-gradient(to right, rgba(163,198,218,1) 0%,rgba(217,230,238,1) 100%); /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c6da', endColorstr='#d9e6ee',GradientType=1 ); /* IE6-9 */;
	cursor: pointer;

}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li a:hover{
	background:none !important;
	color:#FFF !important;

}
.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .menu ul li a,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .root li:nth-child(n+1) a
{
	
	color:#666 !important;
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .menu ul li,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li.selected:nth-child(n+1)
{
	background-color:rgb(44,95,149) !important;
  	color:#FFF !important;
	background-image:none;
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .menu ul li,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:nth-child(n+1).selected a
,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 .menu ul li,.color-scheme-6 .BannerLeftMenuAndThreeColumns .col1 ul.root li:nth-child(n+1).selected a *
{
	background-image:none;
	color:#FFF !important;
	text-shadow:none;
}

.color-scheme-6  .BannerLeftMenuAndThreeColumns .col2 .header-1 .button{ /* Static Header button container */
	width:800px;
	float:left;
}

.color-scheme-6  .BannerLeftMenuAndThreeColumns .col2 .header-1  .button input,.color-scheme-6  .BannerLeftMenuAndThreeColumns .col2 .header-1  .button a{ /* Static Header button */
	
	color:#666;
	border:1px solid #aed0ed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #aed0ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#aed0ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#aed0ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#aed0ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#aed0ed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#aed0ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aed0ed',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
	display:block;padding:7px 10px !important;height:15px !important;
}

.color-scheme-6  .BannerLeftMenuAndThreeColumns .col2 .header-1  .button input:hover,.color-scheme-6  .BannerLeftMenuAndThreeColumns .col2 .header-1  .button a:hover{ /* Static Header button on hover */
	color:#fff;
	border:1px solid #67BDA0;
	background: #428ec9; /* Old browsers */
	background: -moz-linear-gradient(top,  #428ec9 0%, #67BDA0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428ec9), color-stop(100%,#67BDA0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #428ec9 0%,#67BDA0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #428ec9 0%,#67BDA0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #428ec9 0%,#67BDA0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #428ec9 0%,#67BDA0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428ec9', endColorstr='#67BDA0',GradientType=0 ); /* IE6-9 */
	text-decoration:none;
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col2 .banner .header-1 .text{

	color:#fff !important;
	text-shadow: 3px 3px 3px #333 !important;
	
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col2 .content .col2{
	
	border-left: 1px solid #cad7e4 !important;
    border-right: 1px solid #cad7e4 !important;
   
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col2 .content div .content-header,.footer-first .color-scheme-6 .col .content-header
{
	/*color:#fff !important;*/
	background-color:#67BDA0 !important;
	font-weight:normal !important;
}

.color-scheme-6 .link-accordion h3:hover, .color-scheme-6 .link-accordion > div > ul > li:hover, .color-scheme-6 .link-accordion > a:hover{
	cursor:pointer;
	color:#2C5F94;
	text-decoration:none;
	background: #ffe893; /* Old browsers */
	background: -moz-linear-gradient(left,  #BFE3D8 0%, #BFE3D8 30%, #F8FCFF 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#BFE3D8), color-stop(30%,#BFE3D8), color-stop(100%,#F8FCFF)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #BFE3D8 0%,#BFE3D8 30%,#F8FCFF 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #BFE3D8 0%,#BFE3D8 0%,#F8FCFF 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #BFE3D8 0%,#BFE3D8 30%,#F8FCFF 100%) !important; /* IE10+ */
	background: linear-gradient(to right,  #BFE3D8  0%,#BFE3D8 30%,#F8FCFF 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFE3D8', endColorstr='#F8FCFF',GradientType=1 ) !important; /* IE6-9 */
}


.color-scheme-6 .link-accordion .close{
	background-image: url("/PublishingImages/footer-first-1-li-bg.png");
	background-position:center 50%;
	

}



.color-scheme-6 .BannerLeftMenuAndThreeColumns .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 1px;
}
.color-scheme-6 .BannerLeftMenuAndThreeColumns .ui-tabs .ui-tabs-nav li {
    border-bottom-width: 0;
    float: left;
    height: 23px;
    list-style: none outside none;
    padding: 11px 0 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.color-scheme-6 .BannerLeftMenuAndThreeColumns .ui-state-active,.color-scheme-6 .BannerLeftMenuAndThreeColumns .ui-widget-content .ui-state-active,.color-scheme-6 .BannerLeftMenuAndThreeColumns .ui-widget-header .ui-state-active {
    background-color: #CFE7FF !important;
    background-image: url("../images/tabs-active.png");
    background-position: 2% 50%;
    background-repeat: no-repeat;
    color: #666666;
    font-weight: bold;
    text-align: center;
}


.color-scheme-6 .BannerLeftMenuAndThreeColumns .tab-area{
	
	scrollbar-track-color: #7D8FB1;
}



/*************************** Events row 1 *****************************/
.color-scheme-6 .events-container {
	/* Events row 1*/
}
.color-scheme-6 .events-container-r1 {
	
}
.color-scheme-6 .calendar-container {
	
	border: 1px solid #B2DECF !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff !important;
	 /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #B2DECF 100%) !important;
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#B2DECF )) !important;
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#B2DECF 100%) !important;
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#B2DECF 100%) !important;
	 /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#B2DECF 100%) !important;
	 /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%,#B2DECF 100%) !important; /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#B2DECF ',GradientType=0 ) !important; /* IE6-9 */;
						}
.color-scheme-6 .calendar-container label {
	
	color: #67BDA0;
}
.color-scheme-6 .calendar-container input {
	color: #666;
	
	-webkit-box-shadow: inset 0px 2px 2px 0px #666;
	-moz-box-shadow: inset 0px 2px 2px 0px #666;
	box-shadow: inset 0px 2px 2px 0px #666;
}
.color-scheme-6 .calendar-left {
}
.color-scheme-6 .calendar-left .calendar-left-r1:hover, .color-scheme-6 .calendar-left-r2:hover {
	color: #2a5785 !important;
	
}
.color-scheme-6 .calendar-left-r1 {
	
	color: #666;
	
}
.color-scheme-6 .calendar-left-r2 {
	
	color: #666;
	
}
.color-scheme-6 .events-container-r2 {
	color: #666;
}
.color-scheme-6 .events-container-r3 {
	
}
.color-scheme-6 .events-container-r3 input {
	
	color: #2a5785;
	
	border: 1px solid #B2DECF !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff !important;
	 /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #B2DECF 100%) !important;
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#B2DECF )) !important;
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#B2DECF 100%) !important;
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#B2DECF 100%) !important;
	 /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#B2DECF 100% !important);
	 /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%,#B2DECF 100%) !important; /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#B2DECF',GradientType=0 ) !important; /* IE6-9 */;
	cursor: pointer;
						}
.color-scheme-6 .events-container-r3 input:hover {
	color: #fff;
	border: 1px solid #67BDA0;
	background: #428ec9;
	 /* Old browsers */ background: -moz-linear-gradient(top, #428ec9 0%, #67BDA0 100%) !important;
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428ec9), color-stop(100%,#67BDA0)) !important;
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #428ec9 0%,#67BDA0 100%) !important;
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #428ec9 0%,#67BDA0 100%) !important;
	 /* Opera 11.10+ */ background: -ms-linear-gradient(top, #428ec9 0%,#67BDA0 100%) !important;
	 /* IE10+ */ background: linear-gradient(to bottom, #428ec9 0%,#67BDA0 100%) !important; /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428ec9', endColorstr='#67BDA0',GradientType=0 ); /* IE6-9 */ !important;
						}
.color-scheme-6 .content hr {
	background-color: #cad7e4 !important;
	
}

.color-scheme-6 .events-span {
	color: #666;
	
}
/*************************** End of Events row 1 *****************************/


.color-scheme-6 .tabs-row1:hover{
	background: #E2EBB6 !important; /* Old browsers */
	background: -moz-linear-gradient(left,  #E2EBB6 0%, #FFFFFF 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#E2EBB6 ), color-stop(100%,#FFFFFF )) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #E2EBB6 0%,#cce6ff 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #E2EBB6 0%,#FFFFFF 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #E2EBB6 0%,#FFFFFF 100%) !important; /* IE10+ */
	background: linear-gradient(to right,  #E2EBB6 0%,#FFFFFF 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2EBB6 ', endColorstr='#FFFFFF ',GradientType=1 ) !important; /* IE6-9 */
	 
}

.color-scheme-6 .tabs-row1{
	
	background: #E2EBB6 !important; /* Old browsers */
	background: -moz-linear-gradient(left,  #E2EBB6 0%, #FFFFFF 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#E2EBB6 ), color-stop(100%,#FFFFFF )) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #E2EBB6 0%,#cce6ff 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #E2EBB6 0%,#FFFFFF 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #E2EBB6 0%,#FFFFFF 100%) !important; /* IE10+ */
	background: linear-gradient(to right,  #E2EBB6 0%,#FFFFFF 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2EBB6 ', endColorstr='#FFFFFF ',GradientType=1 ) !important; /* IE6-9 */
	 
	 color:#666666;

 
}

.color-scheme-6 .tabs-row input{
	
	color:#2a5785;
	border:1px solid #b2b9ff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffffff !important;
	 /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #aed0ed 100%) !important;
	 /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#aed0ed)) !important;
	 /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#aed0ed 100%) !important;
	 /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#aed0ed 100%) !important;
	 /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#aed0ed 100% !important);
	 /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%,#aed0ed 100%) !important; /* W3C */;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aed0ed',GradientType=0 ) !important; /* IE6-9 */;
	cursor:pointer;
}

.color-scheme-6 .tabs-row input:hover{
	color:#fff;
	border:1px solid #67BDA0 !important;
	background: #428ec9 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #428ec9 0%, #67BDA0 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#428ec9), color-stop(100%,#67BDA0)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #428ec9 0%,#67BDA0 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #428ec9 0%,#67BDA0 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #428ec9 0%,#67BDA0 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #428ec9 0%,#67BDA0 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428ec9', endColorstr='#67BDA0',GradientType=0 ) !important; /* IE6-9 */
}

.color-scheme-6 .tabs-row a{
	
	color:#666666;
}

.color-scheme-6 .tabs-row a:hover{
	
	color:#2a5785;
}



.color-scheme-6 .BannerLeftMenuAndThreeColumns .content-box-header,
{
	
	color:#2C5F94 !important;
	background-color:#67BDA0 !important;
	font-weight:normal !Important;
	
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .content-box{
	background-color:rgb(233, 239, 244);
	
	color:#666;
}

.color-scheme-6  .BannerLeftMenuAndThreeColumns .content-link a{
	color:#666 !important;
}

.color-scheme-6  .BannerLeftMenuAndThreeColumns .content-link:hover a{
	color:#2A5785 !important;
	text-decoration:none !important;
}

.color-scheme-6 .BannerLeftMenuAndThreeColumns .col2 .content .content-panel-header{
	
	height:21px;
	padding-top:11px;
	padding-left:22px;
	font-size:11px;
	font-weight:bold;
	color:#2C5F94;
background: #E2EBB6 !important; /* Old browsers */
	background: -moz-linear-gradient(left,  #67BDA0 0%, #FFFFFF 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#67BDA0 ), color-stop(100%,#FFFFFF )) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #67BDA0 0%,#FFFFFF 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #67BDA0 0%,#FFFFFF 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #67BDA0 0%,#FFFFFF 100%) !important; /* IE10+ */
	background: linear-gradient(to right,  #67BDA0 0%,#FFFFFF 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67BDA0', endColorstr='#FFFFFF',GradientType=1 ) !important; /* IE6-9 */

}
