/* 
    Document   : organization
    Created on : 09-feb-2009, 18:39:12
    Author     : Francisco Javier Merino Guardiola
    Description:
        Purpose of the stylesheet follows.
*/


.organization_title {
	font-family: "Times New Roman";
    font-weight: bold;
    color: #000080;
	padding: 0.25em;
	background-color: #cccccc !important;
    border: solid 1px #bbbbbb;
}

.organization_list {
    width: 100%;
    margin: auto;
    border-style: none;
}

.organization th {
    font-family: serif;
    font-size: 15pt;
    font-variant: small-caps;
	color: #ffffff;
	padding: 0.25em;
	background-color: #333333;
    text-align: center;
}

.organization_odd {
    background-color: #cccccc;
}

.organization_even {
    background-color: #f0f0f0;
}

.organization_field {
	list-style-type:decimal;
	color: #000080;
	font-weight: bold;
}

