body {
	background-image: url(stripe.png);
	background-repeat: repeat;
	background-attachment:fixed;
	margin:10px 10px 0px 10px;
	padding:0px;
	color:#dfdfdf;
	background-color: #333333;
}

.tbldash {
	border-style:dotted
}

.updatebox {
width:101px;
margin-bottom:5px
}

.style4 {color: #FFCC00; font-weight: bold; }
.style7 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height:1.5em;
}

.noul {  text-decoration: none}

a:link {
	color: #FFFF66;
	text-decoration:none
}

a:visited {
text-decoration: color: #FF0000;
color: #FFFF99;
}

a:hover {
text-decoration: underline; 
color:#EE2020
}

a:active  {
text-decoration: none;
color: #FF6600;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.5em;	
}

.Verdana_small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}

.Verdana_Header {  font-family: Geneva, Arial, Helvetica, san-serif; font-size: 10px; font-weight: bold; color: #FFEE00}

.style9 {
	color: #FFFF66;
	text-transform:uppercase;
	font-weight:bold;
	line-height:1.5em
}

.cellstyle {
border:1px solid #555555; 
background-image:url(tinytile.gif); 
padding:3px
}

.style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

.tweetwhen { 
	font-style:italic; font-size:80%; color:#999
}

#hdrimg {
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.callout {
	
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;           
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	background: #959595;
	background: -moz-linear-gradient(top, #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b));
	background: -webkit-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
	background: -o-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
	background: -ms-linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );
	background: linear-gradient(top, #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);   
}

.callout span {
	padding:7px;
	display:block;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-align:center
}


