/*
' ******************************************************************************
	'  File name	: htmlclasses.css
'  -----------------------------------------------------------------------------
	'  Comments	 :
'  -----------------------------------------------------------------------------
	'  Since		: 23-7-2006 16:07:35
	'  Project	  : Vasco Internet Classes Library
	'  Author	   : Ramón Vasconcellos
	'  Copyright	: Vasco Internet,
'				 All Rights Reserved ©2006
' ******************************************************************************
*/
.columnheader {
	font-family: sans-serif,tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #7F9DB9;
	border-bottom: 2px solid #CACECE;
	border-right: 1px solid #B5B6C8;
	vertical-align: middle;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	height: 17px;
	background-color: #F9FAFD;
}


.columnheader_hover {
	font-family: sans-serif,tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-top: 1px solid #7F9DB9;
	border-bottom: 2px solid #FFB924;
	border-right: 1px solid #B5B6C8;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
	height: 17px;
	background-color: #FEFEFE;
}
