
/*image floats*/
img.floatLeft { 
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}
img{
	border:0px;
}

hr {
	color:#000000;
	background-color:#000000;
}



.infoboxheader
{
	padding:3px;
	background:black;
	border-bottom:0px;
	border:1px solid black;
	text-align:center;
	font:14pt verdana,helvetica,sans-serif;
	color:#ffcc00;
}
.infobox
{
	padding:3px;
	border:     1px solid black;
	font:       12pt verdana,helvetica,sans-serif;
	text-align: left;
	background: #ffcc00;
	color: black;
	margin-bottom:10px;
}
a.infobox {
	color: black;
	font-weight:bold;	
	border:0px;
	padding:0px;
}

/* headerbox and headerbox data are used for page titles and info  -- we will remove these in favor of pageheader and pagesubheader*/
#headerboxdata
{
  	color:#000;
	background-color:#fff;
	border:1px solid #ffcc00;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px; /* separate header from the rest of content */	
}

.headerbox
{
	color:#000;
	background-color:#ffcc00;
	border:1px solid #ffcc00;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	text-align:center;
	font-weight:bold;
	font-size:200%;
	padding:5px;
}

a.headerbox {
	color:black;
	font-weight:bold;
}

/* listenbox and listenboxdata are used for smaller headers within a page with other information below  -- we will be removing these*/
.listenbox{
	color:#000;
	background-color:#ffcc00;
	border:1px solid #ffcc00;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	text-align:center;
	font-weight:bold;
	font-size:150%;
	padding:5px;
}

.listenboxdata{
  	color:#000;
	background-color:#fff;
	border:1px solid #ffcc00;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	text-align:center;
	font-weight:bold;
	padding:5px;
	margin-bottom:10px; /* separate header from the rest of content */	
}

#showinfo{
	margin-left:5px;
}
a.listenboxdata {
	color:black;
	padding:0px;
	font: 12pt verdana,helvetica,sans-serif;
	font-weight:bold;
	text-decoration:underline;
   border:0px;	
}

	
/******************************************************************************/
