a:link, a:visited
{ 
	color: #777777;
}
a:active, a:hover
{
	color: #555555;
}

body, hr, .highlightedAction, .availableAction, .existingAction
{
	background-color: #D0D0D0;
}
table
{
	border: 2px solid #666666; 
}

.table_subheading
{
	border-top: 1px solid #666666;
}	
.table_heading	
{
	border-bottom: 2px solid #666666;
}
.forumtd
{
	border: 1px solid #666666;
}

.temp_thin_table td
{
	border: none;
	border-top: 1px solid #666666;
}

.quote
{
	background-color: #C0C0C0; 
	color: #403040;
	border: 1px double #666666;
}
.txt_combo, .error_field, .submit, .bigsubmit
{ 
	background-color: #C0C0C0; 
	color: #403040; 
	border: 1px solid #000000;
}
.txt_combo_clean
{
	border: none;
}

/* Actions Page*/
#newActionDropPoint
{
	border: thin dashed #000000;
}
.highlightedAction, .availableAction, .existingAction
{
	border: thin solid #000000;
}
