/*
* Name:		headlines.css
* Purpose:	stylesheet for Connex custom branding
* Version:	1.00	2010-04-29	Brian Kathler	Initial Release
*/
/* main table */

body {
	background: #FFFFFF; /* table background */
	background-repeat: no-repeat;
	color: #666666; /* text color */
	font-family:Arial, sans-serif; /* font name */
	font-size: 12px; /* font size */
	margin: 10px 10px 10px 10px; /* top right bottom left */
	border: none;
}

a:active {
	color: #666666; /* active link color */
	text-decoration:none
}

a:link {
	color: #666666; /* link color */
	text-decoration:none
}

a:visited {
	color: #666666; /* visited link color */
	text-decoration:none
}
.HeadlinesTable {
	width: inherit; /* table width */	
	color: #000000; /* text color */
	font-family:Tahoma; /* font name */
	font-size:12px;
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.HeadlinesTable td {
	padding: 0px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #000000;  /* table background color */
}

/* Text */
.irheadline {
	color: #000000; /* message color */
	font-family:Tahoma; /* font name */
	font-size: small; /* font size */
	font-weight: bold;
}

/* Copyright */
.ircopy {
	color: #000000; /* message color */
	font-family:Arial, Helvetica, sans-serif; /* font name */
	font-size: small; /* font size */
}

/* Date */
.irdate {
	color: #387CE3; /* message color */
	font-family:Times New Roman, Helvetica, sans-serif; /* font name */
	font-size: small; /* font size */
}

/* Footer */
.prnews_p {
	color: #52585d; /* message color */
	font-family:Tahoma; /* font name */
	font-size: small; /* font size */
}

.txtdate {background:F1F1F1; font-size:12px; color:#387CE3; padding:2px; line-height:20px; font-family:Tahoma; }

.txt {background:FFFFFF; font-size:12px; color:#52585d; padding:2px; line-height:20px; font-family:Tahoma; }

.txt2 {background:#f7f7f7; font-size:12px; color:#387CE3; padding:2px; line-height:20px; font-family:Tahoma;}
