﻿
/* expandable box */

.hiddenDiv
{
    display:none;
}
.visableDiv
{
    display:block;
}

.middleBlueText {color: #FFFFFF;}
.expandTitle {
	font-size: 12pt;
	font-weight: bold;
	color: #0f7fbf;
}
.style8 {
	font-size: 18px;
	font-weight: bold;
}
.font14 {
	font-size: 14px
}
.middleBlueFont24 {
	font-size: 24px;
	color: #FFFFFF;
}
.toogleExpandFont {font-family: Webdings}
.searchRankTitle {
	color: #0F7FBF;
	font-size: 24px;
}
.estDailySearches {
	color: #010101;
	font-size: 14px;
}

body
{
    background-color:#eeeceb;
    
    
    background: #ffffff url(http://www.predictad.com/images/bg/bluestrip.gif) repeat-x top center;
    font-family:"Trebuchet MS";
    color:#000;
}
/* for the upper/button menu*/
.navMenuElement {
    color:#000;
    font-family:"Trebuchet MS";
}

.navMenuElement a:link ,a:visited {
text-decoration: none;
color:#000;
font-size:10pt;
font-family:"Trebuchet MS";
}

.navMenuElement a:hover{
    color:#666666;
    font-family:"Trebuchet MS";
    text-decoration: underline;

}

.expandTable
{
background-color:#fff;
border: solid #b5b5b6 1px;
color:#6a7d88;
font-weight:100;
font-size: 10pt;

}

.line{
color:#e7e7e7;
}

.menulinks a:link ,a:visited {
text-decoration: none;
color:#fff;
font-size:12pt;
font-family:"Trebuchet MS";
}


.menulinks a:hover{

color:#fff;
font-family:"Trebuchet MS";
text-decoration: underline;
}


.toogleExpand a:link ,a:visited {
text-decoration: none;
color:#087ebf;
font-size:10pt;
font-family:"Trebuchet MS";
}


.toogleExpand a:hover{

color:#087ebf;
font-family:"Trebuchet MS";
text-decoration: underline;}

.button {

background-color:#f1934c;
color:#fff;
font-weight:bold;
border-color:#fec451 1px;

}
