#ctl00_MainLeftNavContent_TabContainer1_header
{
	color:#000000;
}
/*FRONTPAGE*/
.front-tabs
{
	width:100%;
}
.front-tabs .ajax__tab_tab
{
	background-color:#7A67AE;

}
.front-tabs .ajax__tab_hover
{
	background-color:Orange;
}
.front-tabs .ajax__tab_body
{
	border:solid 1px #7A67AE;
	padding:10px;
}

/*
Tabs Css classes 
.ajax__tab_header: A container element that wraps all of the tabs at the top of the TabContainer.
	Child CSS classes:.ajax__tab_outer.
.ajax__tab_outer: An outer element of a tab, often used to set the left-side background image of the tab.
	Child CSS classes: .ajax__tab_inner.
.ajax__tab_inner: An inner element of a tab, often used to set the right-side image of the tab. 
	Child CSS classes:.ajax__tab_tab.
.ajax__tab_tab: An element of the tab that contains the text content.
.ajax__tab_body: A container element that wraps the area where a TabPanel is displayed.
.ajax__tab_hover . This is applied to a tab when the mouse is hovering over. 
	Child CSS classes:.ajax__tab_outer.
.ajax__tab_active: This is applied to a tab when it is the currently selected tab. 
	Child CSS classes:.ajax__tab_outer.

.ajax__tab_header {
	
}

.ajax__tab_outer {
	
}

.ajax__tab_inner {
	
}

.ajax__tab_tab {
	background-color: red;
}

main box 
.ajax__tab_body {
	
}

.ajax__tab_hover {
	
}

.ajax__tab_active {
	
}

/*
background-image: url(/img/style/tip_corner.jpg);

<span id="__tab_ctl00_MainLeftContent_TabContainer1_TabPanel1" class="ajax__tab_tab">For Sale</span>
*/