﻿/* General Layout */

.floatImageLeft
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.gridRow
{
    /*background: #bcc;*/
}
.gridRowAlt
{
    /*background: #eee*/
}
.gridHeader
{
    font-size: 1.4em;
    text-align: center;
}

.authorBlurb 
{
    padding: 5px; 
    margin-bottom: 15px; 
    border: solid 1px #000; 
    background-color: #ffeecd;
    /*height: 125px;*/
    min-height: 125px;
}

table 
{
    width: 100%;
}

.headerShadedBox /* identical to quickLInks but without bottom padding */
{
    background: #fecc67;
    border: solid 1px #333;
    padding: 5px;
    overflow: hidden; 
    margin: 5px 0px;
    position: relative;
}

.quickLinks {
    background: #fecc67;
    border: solid 1px #333;
    padding: 10px;
    padding-bottom: 20px; /* allows for the abs pos. next/prev links */
    overflow: hidden; 
    /*margin-bottom: 5px;*/
    position: relative;
}

.quickLinks .hd
{
    margin: 0px;
    font-weight: bold;
    font-size: 1.2em;
}
.quickLinks .ft
{
    position: absolute;
    bottom: 10px;
}

.prevLink 
{
    position: absolute;
    left: 10px;
    bottom: 5px;
}
.nextLink 
{
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.quickLinks ul{
    /*list-style-image: url("../styleimages/blue_bullet.gif");*/
    list-style-type: none;
    margin: 5px 5px;
    padding: 0px;
}

.quickLinks ul li
{
    float: left;
    width: 46%;
    margin: 0, 2%;
    overflow: hidden;
}
.headImageMap 
{
    left: 0px; 
    border: 0px; 
    position: absolute;
    z-index: 1;
}

.bioHeader 
{
    padding: 0 0 15px;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.centered
{
    text-align: center;
}

.hide
{
    display: none;
}
.show
{
    display: block;
}
.fontSizer 
{
    /*background-image: url(../styleimages/font-sizer-bg.gif);*/
    padding: 2px 10px; 
    background-position: right; 
    background-repeat:no-repeat; 
    text-align:right;
}

/* Poll Styles */
.pollCaption {
	background-color:#003F8B;
	border:1px solid #CCCCFF;
	color:#CCCCCC;
	font-size:10pt;
	padding:10px;
}

.pollBack {
	background-color:#FDFDFD;
	border:1px solid darkgray;
	color:#333333;
	font-size:9pt;
	margin:10px 0px 0px;
	padding:4px 4px;
}

.pollBar
{
	background-image: url(../StyleImages/PollImages/Bar9.jpg);
	background-repeat:repeat-x;
	height: 100%;
	border: solid 1px #CCC;
	text-align: center;
}
.pollOuter
{
	padding: 2px;
	border: solid 1px #333;
	background: #fff;
}
/* End Poll Styles */

/* MUST APPEAR AT THE END OF THE CSS!!! */
/* for Internet Explorer 6 */
/*\*/
* html .authorBlurb {
height: 125px;
}
/**/
