.text_size {
   font-size: 10pt; 
   font-weight: 100;
   color: #444444;
}

.index_classified {
   font-size: 10pt;
   color: #FFFF33;
   font-weight: 800;
   background-color: #6699FF;
}

.index_auto {
   font-size: 10pt;
   color: #FFCC66;
   font-weight: 800;
   background-color: #6699FF;
}

.index_book {
   font-size: 10pt;
   color: #CCC66C;
   font-weight: 800;
   background-color: #6699FF;
}

.index_real_estate {
   font-size: 10pt;
   color: #CCCCFF;
   font-weight: 800;   
   background-color: #6699FF;
}

.index_more {
   font-size: 10pt;
   color: #F6CCC0;
   font-weight: 800;
   background-color: #6699FF;
}



.index_unselect {
   font-size: 10pt;
   background-color: #6699FF;
   font-weight: 800;
   color: #ffffff;
}

.index_table {
   padding: 0px 0px 0px 0px;
   margin: 0px 0px -9px 0px;  
}

.index_tab_div {
   font-size: 10pt;
   color: #444444; 
   padding: 5px 5px 5px 5px;
   margin: 0px 0px 0px 0px;  
   border: 1px solid #6699FF;
}


/******************** Rounded corner css, don't try to mess with it without Jack's permission!! *****************/
div.rounded-box {
position:relative;
text-align: center;
margin: 5px;
background-color: #6699FF;
width: 93%
}

div.top-left-corner, 
div.bottom-left-corner, 
div.top-right-corner, 
div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#ffffff; overflow:hidden;}

div.top-left-inside, 
div.bottom-left-inside, 
div.top-right-inside, 
div.bottom-right-inside 
{position:relative; font-size:150px; font-family:arial; line-height: 40px;}

div.top-left-corner { top:0px; left:0px}
div.bottom-left-corner {bottom:0px; left:0px}

div.top-right-corner {top:0px; right:0px}
div.bottom-right-corner {bottom: 0px; right:0px}

div.top-left-inside {left:-8px; color:#6699FF;}
div.bottom-left-inside {left:-8px; top:-17px;}

div.top-right-inside {left:-25px; color:#6699FF;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {position: relative; padding: 3px 15px 1px 15px; font-size: 11pt; color: #ffffff; font-weight: 400;}

/********************  End of rounded corner css *****************/
