/**************
 * Property Search Global Tab.
 ***/
.propTabContainer {
    BACKGROUND:url(Images/box_header_brown.jpg) repeat; 
	HEIGHT:32px;
	/*width: 100%;*/
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	font-weight: bold;
	font-size: 8pt;
	color: White;
}
#propTab {
        margin: 0;
        padding: 0 0 5px 10px;
}
#propTab li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}
#propTab a:link, #propTab a:visited {
        float: left;
        /*line-height: 14px;*/
        padding: 6px 12px 6px 12px;
        text-decoration: none;
        color: #fff;
        height: 32px;
        border-right: 1px solid #f5d7b4;
}

#propTab a:link.active, #propTab a:visited.active {
    color: #fff;
    background: #930 url(Images/Tab/prop_tab_on.gif) no-repeat bottom center;
}
#propTab a:hover
{
	color: #993300;
	background: #f5d7b4 url(Images/Tab/prop_tab_on.gif) no-repeat bottom center;
}


/**************
 * ProPlanner Top Global Tab.
 **/
#ppMainTab {
    float:left;
    width:100%;
    background:#EFF4FA;
    font-size:100%;
    line-height:normal;
    border-bottom:1px solid #DD740B;
}
#ppMainTab ul {
    margin:0;
    padding:10px 10px 0 20px;
    list-style:none;
}
#ppMainTab li {
    display:inline;
    margin:0;
    padding:0;
}
#ppMainTab a {
    float:left;
    background:url("Images/Tab/ppmaintab_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
}
#ppMainTab a span {
    float:left;
    display:block;
    background:url("Images/Tab/ppmaintab_right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#ppMainTab a span {float:none;}
/* End IE5-Mac hack */
#ppMainTab a:hover span {
    color:#FFF;
}
#ppMainTab a:hover {
    background-position:0% -42px;
}
#ppMainTab a:hover span {
    background-position:100% -42px;
    color: Black;
}
#ppMainTab #current a {
    background-position:0% -42px;
}
#ppMainTab #current a span {
    background-position:100% -42px;
    color: Black;
}


/***************
 * ProPlanner Inner Tab.
 **/
#myTab 
{
    float:left;
    width:100%;
    background:#FFFFFF;
    font-size:8pt;
    line-height:normal;
    border-bottom:1px solid #24618E;
    margin: 0;
}

#myTab ul 
{
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}
#myTab li 
{
    display:inline;
    margin:0;
    padding:0;
}

#myTab a 
{
    float:left;
    background:url("Images/Tab/ppinnertab_left.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 5px;
    text-decoration:none;
}

#myTab a span 
{
    float:left;
    display:block;
    background:url("Images/Tab/ppinnertab_right.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#myTab a span {float:none;}
/* End IE5-Mac hack */
#myTab a:hover span 
{
    color:#FFF;
}
#myTab a:hover 
{
   background-position:0% -42px;
}

#myTab a:hover span {
   background-position:100% -42px;
}

#myTab #current a 
{
	background-position:0% -42px;
}

#myTab #current a span
{
    background-position:100% -42px;
    color:#FFF;
}
