.ui-widget-content {
	color:#59584a;
}

.ui-widget-header {
	color:#fff;
	font-weight:700;
}

.ui-widget-header a {
	color:#fff;
}

.ui-state-default,.ui-widget-content .ui-state-default {
	font-weight:700;
	color:#1c94c4;
	outline:none;
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited {
	color:#fff;
	text-decoration:none;
	outline:none;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus {
	font-weight:700;
	color:#9eaab1;
	outline:none;
}

.ui-state-hover a,.ui-state-hover a:hover {
	color:#9eaab1;
	text-decoration:none;
	outline:none;
}

.ui-state-active,.ui-widget-content .ui-state-active {
	font-weight:700;
	color:#fff;
	outline:none;
}

.t1 {	
	background:url(../images/tab1.gif);
	width:128px;
	height:31px;
	font-size:1.1em;
}
.t2 {	
	background:url(../images/tab2.gif);
	width:125px;
	height:31px;
	font-size:1.1em;
}
.t3 {	
	background:url(../images/tab3.gif);
	width:126px;
	height:31px;
	font-size:1.1em;
}

#tabs-1 {
	height:150px;
	margin:0;
	width:379px;
	margin:0;
	padding:0;
}
#tabs-2 {
	height:150px;
	margin:0;
	width:379px;
	margin:0;
	padding:0;
}
#tabs-3 {
	height:150px;
	margin:0;
	width:379px;
	margin:0;
	padding:0;
}

.innertxt {
	padding:10px;
	font-size:1.2em;
}

#tab1_in {
	background:url(../images/tab1_bg.gif) repeat-y;
}
#tab1_in h1 , #tab1_in  a {
	font-size:1.4em;
	color:#8d3143;
	text-decoration:none;
}
#tab1_in a:hover   {
	text-decoration:underline;
}

#tab2_in {
	background:url(../images/tab2_bg.gif) repeat-y;
}
#tab2_in h1 , #tab2_in  a {
	font-size:1.4em;
	color:#434f6d;
	text-decoration:none;
}
#tab2_in a:hover  {
	text-decoration:underline;
}

#tab3_in {
	background:url(../images/tab3_bg.gif) repeat-y;
}
#tab3_in h1 , #tab3_in  a {
	font-size:1.4em;
	color:#d2a008;
	text-decoration:none;
}
#tab3_in  a:hover {
	text-decoration:underline;
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
	color:#fff;
	outline:none;
	text-decoration:none;
}

.ui-tabs {
	padding:.2em;
}

.ui-tabs .ui-tabs-nav {
	list-style:none;
	position:relative;
}

.ui-tabs .ui-tabs-nav li {
	position:relative;
	float:left;
	border-bottom-width:0 !important;
	padding:0;
}

.ui-tabs .ui-tabs-nav li a {
	float:left;
	text-decoration:none;
	padding:.7em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-width:0;
	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor:text;
}

.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor:pointer;
}

.ui-tabs .ui-tabs-panel {
	display:block;
	background:none;
	border-width:0;
	padding:1.1em 1.4em;
}

.ui-tabs .ui-tabs-hide {
	display:none !important;
}



.ui-tabs h2 {
	margin-top:5px;
}



/* doesnt need to change below this */

.ui-helper-hidden {
	display:none;
}

.ui-helper-hidden-accessible {
	position:absolute;
	left:-99999999px;
}

.ui-helper-reset {
	border:0;
	outline:0;
	line-height:1.3;
	text-decoration:none;
	font-size:100%;
	list-style:none;
	margin:0;
	padding:0;
}

.ui-helper-clearfix:after {
	content:".";
	display:block;
	height:31px;
	visibility:hidden;
}

.ui-helper-clearfix {
	display:block;
}



.ui-helper-zfix {
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	opacity:0;
	filter:Alpha(Opacity=0);
}

.ui-state-disabled {
	cursor:default !important;
}

.ui-icon {
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	background-repeat:no-repeat;
}

.ui-widget-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
