/* SRS COMMON CLASSES */
.neon-green { color: #79D700; }
.cool-blue { color: #0D4159; }
	
.back-to-top
{ 
	color: #D68D00;
	font-size: 82%;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}
	
.box
{
	margin: 20px 18% 0 18%;
	width: 160px;
}

.title
{
	background: #0D4159;			/* dark blue */
	border-bottom: none;
	color: white;
	margin: 0 0 8px 0; padding: 3px 10px 3px 10px;
}

.legend
{
	background: url(../images/heading_symbol.jpg) no-repeat center right;
	border-bottom: 3px solid #79D700;
	color: black;
	margin: 0 0 8px 0; padding: 3px 10px 3px 0;
}

.legend a
{
	color: black;
	text-decoration: none;
}

.legend a:hover
{
	color: #D68D00;				/* med brown */
}

.headline
{
	font-weight: bold;
}

.article, .date, .headline, .article-link, .content-link
{
	line-height: 1.3em;
	font-size: 75%;
}

.article-link
{
	margin: 0; padding: 3px 0 0 0;
}

.article-link a
{
	color: #37BAD8;				/* light blue */
	font-weight: bold;
}

.article-link a:hover
{
	color: #D68D00;				/* med brown */
}

.divider
{
	border-bottom: 1px solid #C0C0C0;
	margin: 0 0 8px 0; padding: 3px 10px 3px 0;
}

.textbox
{
	color: black;
	font-family: "Century Gothic", "Trebuchet MS", Georgia, Arial, "Times New Roman";
	font-size: x-small;
	font-weight: bold;
	margin: 0; padding: 0;
	height: 15px; width: 124px;
}

.button
{
	_cursor: hand;
	cursor: pointer;
	background-color: #79D700; 
	border: 1px solid #79D700;
	color: white;
	font-family: "Century Gothic", "Trebuchet MS", Georgia, Arial, "Times New Roman";
	font-size: x-small;
	margin: 0; padding: 0;
	width: 25px; height: 20px;
}

.button:hover
{
	color: #D68D00;
}

.button-link
{
	_cursor: hand;
	cursor: pointer;
	background-color: white; 
	border: 0;
	color: black;
	font-family: "Century Gothic", "Trebuchet MS", Georgia, Arial, "Times New Roman";
	font-size: 75%;
	margin: 0; padding: 0;
	text-align: left;
	width: 65px; height: 15px;
}
	
.row
{
	clear: both;
	margin: 0; padding: 16px 3px 0 3px;
	width: 100%;
	_width: 466px;
}

.col
{
	padding-bottom: 10px;
}

.img
{	
	margin: 0; padding: 0;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
}

.center
{
	text-align: center;
}

.speaker-name
{
	color: #0D4159;			/* dark blue */
	padding-top: 2px; padding-bottom: 2px;
}

.speaker-info
{
	font-size: 85%;
}

