@charset "utf-8";
/* CSS Document */
#cpsty_Container {
   margin: 0px auto;
}

/* ----------------- CP Tab Structures ------------------------*/
.cpsty_DynamicTab_Content {
	background-color:#efe392 !important;
    border-left: 1px solid #cccccc !important;
    border-top: 0px solid #cccccc !important;
    border-right: solid 1px #cccccc !important;
    border-bottom: solid 1px #cccccc !important;
	width: 368px;
	height: 348px;
    padding: 10px !important;
    background: #efe392 !important; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 1%, #efe392 50%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(50%,#efe392)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 1%,#efe392 50%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 1%,#efe392 50%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 1%,#efe392 50%) !important; /* IE10+ */
	background: linear-gradient(top, #ffffff 1%,#efe392 50%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efe392',GradientType=0 ) !important; /* IE6-9 */
    margin:-32px -5px 0px 5px !important;
}
.cpsty_DynamicTab_Content img.capps {
	width: 100%;
        max-width: 350px;
	height: auto;
}
a.ui-default-state {
	border-bottom: 0px !important;
	color: #888 !important;
	background-color: #e1dfd3;
	height: 20px !important;
	width: 119px !important;
	margin: 0px !important;
	text-decoration: none;
	padding: 0px !important;
}
.ui-tabs {
	position: relative;
	padding: 0em;
	margin: 0;
	zoom: 1;
}
.ui-tabs-nav {
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
	margin: -32px 0 0 1px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
	margin: 0 1px 0px 4px !important;
	padding: 0;
	white-space: normal;
}
.ui-state-default {
	margin: 0 auto;
	border: 0px solid #872723;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 2px 2px 0px 5px !important;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-selected {
	margin-bottom: 0;
	padding-bottom: 1px;
}
.ui-state-default {
	height: 22px !important;
}
.ui-tabs-selected {
	height: 22px !important;
}
.ui-tabs .ui-tabs-nav .ui-tabs-selected a, .ui-tabs .ui-tabs-nav .ui-state-disabled a, .ui-tabs .ui-tabs-nav .ui-state-processing a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav .ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 0em 0em;
	background: none;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px !important;
}
/* ------------------------ Tab Colors, Borders and Backgrounds ------------------------ */
.ui-widget-content {
	border: 0px solid #FFF;
	background: #ffffff none;
	color: #333333;
}
.ui-widget-content a:link, .ui-widget-content a:visited, .ui-widget-header a {
	color: #2C559A;
}
.ui-widget-content a:hover {
	color: #872723;
}
.ui-widget-header {
	border: 0px solid #aaaaaa;
	background: #872723 !important;
	font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 0px solid #872723;
	font-weight: bold;
	color: #000000;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-default a:hover {
	color: #000000;
	text-decoration: none;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 0px solid #872723;
	background: #FFF;
	font-weight: bold;
	color: #872723 !important;
	height: 22px !important;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #872723 !important;
	text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, .ui-tabs-selected a {
	border: 0px solid #872723;
	background: #FFF !important;
	font-weight: bold;
	color: #872723 !important;
}
.ui-widget :active {
	outline: none;
}

 /*------------- Rounded Corner Fixes ------------------*/
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	-khtml-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	-khtml-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

/*------------- Tab Structure Containers ------------------*/
#tabholder {
	height: 400px;
	overflow: hidden;
}
#tab_col_left_homepage {
	float: left;
	width: 400px;
	height: 380px;
        min-height: 380px;
}
#tab_col_right_homepage {
	float: right;
	width: 400px;
	height: 380px;
        min-height: 380px;
}
@media screen and (max-width: 1040px) {
#tabholder {
	height: auto;
}
#tab_col_left_homepage {
	width: 50%;
	height: auto;
}
#tab_col_right_homepage {
	width: 50%;
	height: auto;
}
.cpsty_DynamicTab_Content {
	width: 90%;
	height: auto;
}
a.ui-default-state {
	width: auto !important;
	font-size: 0.9em !important;
}
.ui-tabs-nav {
	font-size: 0.9em;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 3px 6px 0px 5px !important;
}
}
@media screen and (max-width: 768px) {
 
}
@media screen and (max-width: 520px) {
.cpsty_DynamicTab_Content {
	width: 368px;
	height: 348px;
}
a.ui-default-state {
	width: 119px !important;
	font-size: 1em !important;
}
.ui-tabs-nav {
	font-size: 1em;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 2px 2px 0px 5px !important;
}
#tabholder {
	height: auto;
	overflow: hidden;
}
#tab_col_left_homepage {
	float: none;
	width: 400px;
	height: 380px;
	margin: 0 auto;
}
#tab_col_right_homepage {
	float: none;
	width: 400px;
	height: 380px;
	margin: 0 auto;
}
}
@media screen and (max-width: 460px) {
.cpsty_DynamicTab_Content {
	width: 287px;
	height: 378px;
}
a.ui-default-state {
	width: 92px !important;
	font-size: 0.9em !important;
}
.ui-tabs-nav {
	font-size: 0.9em;
}
.ui-tabs .ui-tabs-nav li a {
	padding: 2px 2px 0px 5px !important;
}
#tabholder {
	height: auto;
	overflow: hidden;
}
#tab_col_left_homepage {
	float: none;
	width: 320px;
	height: 420px;
	margin: 0 auto;
}
#tab_col_right_homepage {
	float: none;
	width: 320px;
	height: 420px;
	margin: 0 auto;
}
}