﻿/* Row of text box teasers right below the search box */
#textrow
{
    overflow: hidden;
}

.sep
{
    height: 253px;
    width: 1px;
    float: left;
    margin: 15px 12px;
}

.maintitle
{
    font-family: Times New Roman,Arial,Sans Serif;
    color: #152257;
    font-size: 18pt;
    text-indent: 0px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
h1
{
    text-decoration:none;
}
.maintext
{
    text-indent: 18px;
    text-align: justify;
    color: #454545;
}

.analysis
{
    float: left;
    width: 30%;
    text-indent: 18px;
    text-align: justify;
}

.txtbox
{
    float: left;
    width: 65%;
    text-align:left;
   
}
.txtbox a
{
    display: block;
    text-align: right;
    color: #454545;
    font-size: 10px;
}
.pollster
{
    float: left;
    width: 20%;
    text-align: left;
    padding-top:10px;
    
}
/* end text teasers */

#indexgraph
{
    float: left;
    width: 400px;
    margin-top: 10px;
    border-right: solid 1px #cccccc;
}

#idxNav
{
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    width: 85px;
}
#idxNav ul
{
    background: #454545;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#idxNav a
{
    display: block;
    color: #FFF;
    text-decoration: none;
    padding: 0 15px;
    line-height: 2.0;
    border-bottom: 1px solid #FFF;
    height: 26px;
}
#idxNav a:hover
{
    background-color: maroon;
}

.idxCurrent
{
    background-color: maroon;
}

#index10
{
    float: left;
    font-size: 11px;
    width: 330px;
    overflow: hidden;
}
#index10 ol
{
    margin-left: 35px;
    padding-left: 0;
}
#index10 li
{
    padding: 2px 0 0 0;
    white-space: nowrap;
}
#index10 a
{
    color: Black;
    text-decoration: none;
}
#index10 a:hover
{
    text-decoration: underline;
}
#index10 img
{
    vertical-align: middle;
}

#innertab
{
    border:3px solid #a3b0b9;
    width: 740px;
    height: 280px;
    overflow: hidden;
    padding: 10px;
}

#ajaxoverlay
{
     visibility: hidden;
}

.griditem
{
    text-align:left;
    padding:0;
    margin:0;
    
}
