/* CSS Document */

/* BO NEEDS A FRIEND STYLES. */
/*///////////////////////////////////////*/
/* DESIGN PROVIDED BY ANDREAALDRIDGE.COM */
/*///////////////////////////////////////*/


/* Letters to the President */
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
color:#333333;/*Added color to affect the title*/
padding: 10px;/*Changed to 20 was 10*/
padding-bottom: 0;
background: #333333;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px Arial;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #FFFFFF;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #333333;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}



/* Fin. */




#bigL {
	width: 645px;
	height: 583px;
	margin-left: 2px;
}
#panelR {
	float: right;
	width: 224px;
	height: 583px;
	background-color: #FFFFFF;
	padding:2px;
	margin-left:5px;
}
#dogbox {
	float: left;
	height: 165px;
}

/* Text Styles. AA */
.footer1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #696262;
}

.topper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #FFFFFF;
}
.ticker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #FFFFFF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:1.25em;
	color: #333333;
}

.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-color: #FFFFFF;
}
.Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 1.15em;
}
.RedT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bolder;
	color: red;	
}
.Greysm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	line-height: 1.25em;
}
