﻿.tabBody
{
    color:#E2DFCD;
}

input[type='text'],input.text {background-color:#FFFFFF; } 
input[type='textarea'],input.textarea { background-color:#FFFFFF; } 
input[type='select'],input.select {background-color:#FFFFFF; } 

.httstyle .ajax__tab_header 
{
	font-size:12px;
	font-weight:bold;
    font-family:Arial;
    padding-left:5px;
    border-bottom:solid 2px #E2DFCD;
}
.httstyle .ajax__tab_body 
{
    font-family:Arial;
    font-size:10pt;
    border:solid 1px #E2DFCD;
    border-top:none;
    color:#E2DFCD;
    padding:15px;
} 
/* Active/Hover States */
.httstyle .ajax__tab_active .ajax__tab_outer
{
    margin-right:4px;
/* background-color:#E2DFCD; */
	background:url(htt_tab_images/active-tl.png) no-repeat left top;  
	  
}
.httstyle .ajax__tab_active .ajax__tab_inner
{
   margin-left:4px;
  /* background-color:#E2DFCD;*/
  	background:url(htt_tab_images/active-tr.png) no-repeat right top; 	
}
.httstyle .ajax__tab_active .ajax__tab_tab
{
	margin-right:4px;	
	color:#32331D;
	background:#E2DFCD;
	text-decoration:none;
		 background-color:#E2DFCD;
}
/* Regular States */
.httstyle .ajax__tab_outer
{
    margin-right:4px;
    /*	background-color:#6d6d4d;*/
 	background:url(htt_tab_images/inactive-tl.png) no-repeat left top; 
}
.httstyle .ajax__tab_inner
{
    margin-left:4px;
 	/*background-color:#6d6d4d;*/
	background:url(htt_tab_images/inactive-tr.png) no-repeat right top;      	
}
.httstyle .ajax__tab_tab
{
	margin-right:4px;
	padding:5px 3px;
	color:#32331D;
	text-decoration:none;
    background:url(htt_tab_images/inactive-mid.png) repeat-x;
	background-color:#6d6d4d;
	text-decoration:underline;
}
