/*--- Copyright © 2005 - Captiva Marketing - All Rights Reserved.*/
/* CSS Document for Press Release Manager */
td
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#loadingMessage
{
	text-align: center;
	font-size: 18px;
	color:#FF0000;
	font-weight: bold;
	border: 1px dashed #CCCCCC;
}

a.question:link
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	border-bottom: 3px double #000000;
}

a.question:visited
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	border-bottom: 3px double #000000;
}

a.question:active
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	border-bottom: 3px double #000000;
}

a.question:hover
{
	cursor: help;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
	text-decoration:none;
	border-bottom: 3px solid #000000;
}

.question
{
	margin: 0px;
	padding: 0px;
	cursor: help;
	border-bottom: 3px dashed #333333;
	background-color: #eeeeee;
}
