/* 
http://www.w3schools.com/css/default.asp 
http://www.devarticles.com/c/a/Web-Style-Sheets/DIV-Based-Layout-with-CSS/3/

FONTS
http://www.somacon.com/p334.php

*/

A:link {text-decoration: none;}
A:hover {text-decoration: underline overline; color: red;}

#graphDiv
{
	background-color: white;
	height: 100px;
	font-size:1px;
}
#graphColorDiv
{
	background-color: red;
}

#tableDiv
{
	background-color: white;
    font: cursive; 
	font-family: tahoma;
	font-size: 90%;
	color: blue;
	margin: 2px 2px 2px 2px;
    padding: 10px 10px 10px 10px;
	border-style: dashed;
    border-width: medium;        /* sets border width on all sides */
    border-color: #FF8888;                           
}
#tableDiv a
{	
	color: red;
}


div.eventDiv
{
	background-color: yellow;
    font: cursive; 
	font-family: cursive;
	font-size: 150%;
	color: blue;
	margin: 2px 2px 2px 2px;
    padding: 10px 10px 10px 10px;
	border-style: dashed;
    border-width: medium;        /* sets border width on all sides */
    border-color: #FF8888;                           
}


.toolTip 
{
	    text-decoration: underline overline;
}
div.toolTipDiv
{
	background-color: #FFCC66;
    font: 14px "Trebuchet MS",Verdana,Arial,sans-serif; 
}
.toolTipDiv H3
{
	color: blue;
	text-align: center;
}

/* <span class='large0'> */
span.large0
{
font-size: 140%;
letter-spacing: 0.2ex;
word-spacing: 1.2ex;
}

/* <span class='largeRed'> */
span.largeRed
{
font-size: 140%;
color: red;
letter-spacing: 0.2ex;
word-spacing: 1.2ex;
}

/* <span class='small0'> */
span.small0
{
font-size: 70%;
letter-spacing: 0.2ex;
word-spacing: 1.2ex;
}

/* <span class='small1'> */
span.small1
{
	font-size: 90%;
	letter-spacing: 0.2ex;
	word-spacing: 1.2ex;
	color: red;
}

/* <span class='error0'> */
span.error0
{
font-family: Impact;
font-size: 120%;
letter-spacing: 0.2ex;
word-spacing: 1.2ex;
color: red;
}

span.Balance
{
font-family: Impact;
font-size: 150%;
letter-spacing: 0.2ex;
word-spacing: 1.2ex;
color: blue;
}

#TT {
font-family: Impact;
font-size: 150%;
letter-spacing: 0.2ex;
word-spacing: 1.2ex;
color: blue;
}

#CalHead {
font-family: Impact;
font-size: 100%;
letter-spacing: 0.2ex;
word-spacing: 1.2ex;
color: blue;
}


#CalDays {
font-family: Impact;
font-size: 80%;
color: #000000;
}

.Toolbar {
font-family: Times;
font-size: 60%;
color: #FF0000;
}

td.Large
{
	font-family: Impact;
	font-size: 150%;
	color: #ff4444;
	text-align: center;
}

td.Small
{
	font-size: 70%;
	text-align: center;
}

td.HotelCal
{
	font-family: Impact;
	font-size: 150%;
	color: #ff4444;
	background-color: #ffffff;
	text-align: center;
}

table.Graph
{
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 5px;
	border-color: #000000;
	background-color: #FFCC99;
}
th.GraphHead
{
	font-family: Impact;
	font-size: 120%;
}

td.GraphRepublican
{
	font-family: Impact;
	font-size: 80%;
	color: #ffffff;
	background-color: #ff3366;
}
td.GraphDemocrat
{
	font-family: Impact;
	font-size: 80%;
	color: #ffffff;
	background-color: #6633ff;
}

#GraphTable 
{
	font-family: Impact;
	font-size: 80%;
	color: #ffffff;
}

table.SelectGame
{
	background-image: url('../gifs/WhiteHouse2.jpg'); 
	background-repeat: no-repeat;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 5px;
	border-color: #000000;
	font-size: 150%;
	color: #FF0000;
}

table.Issues
{
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 4px 5px;
	border-color: #000000;
}

/* <td class='CenterTD'> */
td.CenterTD
{
	text-align: center;
}

td.LogonTD
{
	font-size: 70%;
}

td.RepublicanI
{
	border-left-width: 5px;
	background-image: url('../gifs/RepublicanI.jpg'); 
	background-repeat: repeat;
	vertical-align: top;
	color: #000000;
	font-size: 120%;
	text-align: left;
}
td.DemocratI 
{
	border-right-width: 5px;
	background-image: url('../gifs/DemocratI.jpg'); 
	background-repeat: repeat;
	vertical-align: top;
	background-color: #6688ff;
	color: #0000ff;
	font-size: 120%;
	text-align: left;
}
td.UndecidedI
{
	border-left-width: 5px;
	border-right-width: 5px;
	background-image: url('../gifs/UndecidedI.jpg');
	background-repeat: repeat;
	vertical-align: top;
	background-color: #ffff88;
	font-size: 120%;
	text-align: left;
}


#RepublicanL 
{
	background-color: #ff8866;
	text-align: center;
}

#DemocratL 
{
	background-color: #6688ff;
	color: #ffffff;
	text-align: center;
}

#Republican 
{
	background-color: #ff0000;
	text-align: center;
}

#Democrat 
{
	background-color: #0000ff;
	color: #ffffff;
	text-align: center;
}

#Undecided 
{
	background-color: #ffff88;
	text-align: center;
}

body
{
	background-color: #99FF66;
	margin:0;
	padding:0;
	line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 770px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#WhiteHouse4{
background: #0000FF;
width: 100%;
}

#topsection{
background: #0000FF;
height: 80px; /*Height of top section*/
width: 100%;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 160px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 160px; /*Width of left column*/
margin-left: -770px; /*Set left margin to -(MainContainerWidth)*/
background: #0000FF;
}

#footer{
clear: left;
width: 100%;
background: #0000FF;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


/* vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv */
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../gifs/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../gifs/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../gifs/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */
/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
