
.ui-state-disabled {

}
.ui-widget-overlay {

}

.ui-state-default a {

}
.ui-state-default a:link {

}
.ui-state-default a:visited {

}
.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 {

}
.ui-state-hover a {

}

.ui-state-active {

	
}
.ui-widget-content .ui-state-active {

	
}
.ui-widget-header .ui-state-active {


}
.ui-state-active a {

}
.ui-state-active a:link {

}
.ui-state-active a:visited {
}
.ui-widget :active {
	
}
.ui-state-highlight {

}
.ui-widget-content .ui-state-highlight {

}
.ui-widget-header .ui-state-highlight {
	background: url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") repeat-x 50% top rgb(255, 228, 92); 
	border: 1px solid rgb(254, 210, 47); color: rgb(54, 54, 54);
}
.ui-state-highlight a {
	color: rgb(54, 54, 54);
}
.ui-widget-content .ui-state-highlight a {
	color: rgb(54, 54, 54);
}
.ui-widget-header .ui-state-highlight a {
	color: rgb(54, 54, 54);
}
.ui-state-error {
	background: url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% rgb(184, 25, 0); border: 1px solid rgb(205, 10, 10); color: rgb(255, 255, 255);
}
.ui-widget-content .ui-state-error {
	background: url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% rgb(184, 25, 0); border: 1px solid rgb(205, 10, 10); color: #fff;
}
.ui-widget-header .ui-state-error {
	background: url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% rgb(184, 25, 0); border: 1px solid rgb(205, 10, 10); color: rgb(255, 255, 255);
}
.ui-state-error a {
	color: rgb(255, 255, 255);
}
.ui-widget-content .ui-state-error a {
	color: rgb(255, 255, 255);
}
.ui-widget-header .ui-state-error a {
	color: rgb(255, 255, 255);
}
.ui-state-error-text {
	color: rgb(255, 255, 255);
}
.ui-widget-content .ui-state-error-text {
	color: rgb(255, 255, 255);
}
.ui-widget-header .ui-state-error-text {
	color: rgb(255, 255, 255);
}
.ui-priority-primary {
	font-weight: bold;
}
.ui-widget-content .ui-priority-primary {
	font-weight: bold;
}
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary {
	font-weight: normal; filter: Alpha(Opacity=70); opacity: 0.7;
}
.ui-widget-content .ui-priority-secondary {
	font-weight: normal; filter: Alpha(Opacity=70); opacity: 0.7;
}
.ui-widget-header .ui-priority-secondary {
	font-weight: normal; filter: Alpha(Opacity=70); opacity: 0.7;
}
.ui-state-disabled {
	filter: Alpha(Opacity=35); opacity: 0.35; background-image: none;
}
.ui-widget-content .ui-state-disabled {
	filter: Alpha(Opacity=35); opacity: 0.35; background-image: none;
}
.ui-widget-header .ui-state-disabled {
	filter: Alpha(Opacity=35); opacity: 0.35; background-image: none;
}

.ui-widget-overlay {
	background: url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% rgb(102, 102, 102); filter: Alpha(Opacity=50); opacity: 0.5;
}
.ui-widget-shadow {
	background: url("images/ui-bg_flat_10_000000_40x100.png") repeat-x 50% 50% rgb(0, 0, 0); margin: -5px 0px 0px -5px; padding: 5px; border-radius: 5px; filter: Alpha(Opacity=20); opacity: 0.2; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;
}
.ui-tabs {
	min-width: 100px; /*WIDTH OF THE BODY CONTENT, - 4PX FROM 980 TO ACCOMODATE BORDER*/ 
	position: relative; 
	zoom: 1;
	
}

.ui-tabs .ui-tabs-nav {
	
}
.ui-tabs .ui-tabs-nav li {

}
.ui-tabs .ui-tabs-nav li a {
       /******************** button height ************************/
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	 background-position-x: left;
   background-position-y: top;
	background-image: url('../images/tab_on.png');
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	background-color: #fff;
		background-image: url('../images/tab_on.png');
	text-decoration: none;
	 background-position-x: left;
   background-position-y: top;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-nav li a {
	cursor: pointer;
}
.ui-tabs-collapsible.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {


}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

