/* 
    Document   : style
    Created on : 20-mar-2010, 18.54.13
    Author     : gianni
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
#navlist a {
    color: #f1f6fe;
    padding: 5px 15px;
    margin-left: 3px;
    border: 1px solid #0f3974;
    border-bottom: none;
    background: #002b56 bottom left repeat-x;
    text-decoration: none;
}

#navlist a:hover {
    color: #ffffff;
    background: #3364bb;
    border-color: #0f3974;
}

#navlist a#current_page {
    color: #000;
    background: #ffffff;
    border: 1px solid #000;
}

#plain-table table, #plain-table td, #plain-table th
{
	padding: .2em .5em;
	vertical-align: top;
	font-weight: normal;
	border-collapse: collapse;
	border: 1px solid #000;
        border-spacing: 0;
}


#plain-table thead, #plain-table th{
	text-transform: uppercase;
	background: #666;
	color: #fff;
}

#plain-table tbody, #plain-table td{
	background:#ccc;
}
#plain-table tbody, #plain-table th{
	background:#888;
}
#plain-table caption{
	text-align: left;
	font-size: 140%;
	text-transform:uppercase;
	letter-spacing:-1px;
}

.label {
	background:#888;
        border: 1px solid #000;
}
.caption {
	background:#fff;
        border: 1px solid #000;
}
