/* 
    Document   : list
    Created on : 8/Jun/2009, 17:58:47
    Author     : pedro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/


.list_table
{
    border: 1px solid #cccccc;
}*/

.list_table_header
{
    height              : 20px;
	background-color    : #e6007e;
}

.list_table th
{
    font-family         : TrebuchetMS,sans-serif;
    text-align          : left;
    padding-left        : 5px;
    font-size           : 11px;
    font-weight         : bold;
    color               : #ffffff;
	background-color    : #717e86;
	text-transform		:uppercase;
}

.list_table td
{
    font-family         : TrebuchetMS,sans-serif;
    font-size           : 10px;
    color               : #717e86;
	border-bottom		:#b2b2b2 solid 1px;
}

.list_table td a
{
    text-decoration     : none;
    color               :#485156;
	font-weight			:bold;
}

.list_table td a:hover
{
    text-decoration     : underline;
    color               : #485156;
	font-weight			:bold;
}



