/* Llista */

table.table-list
{
	width: 90%;
	margin: 25px auto;
	
	text-align: center;
	
	clear: both;
}

tr.row-administrator
{
	background-color: #FFEEDD;
}

tr.row-evaluator
{
	background-color: #DDFFEE;
}

tr.row-client
{
	background-color: #DDEEFF;
}

div.list-panel div.form-layout
{	
	position: relative;
	float: left;
}

p.list-paginate
{
    text-align: center;
}

div.panel-operations p
{
    margin: 0px;
    margin-top: 5px;
    
    font-style: italic;
    font-size: 0.9em;
}

div.panel-operations
{
    position: relative;
    float: right;
}

/* Panel de control */

table.expanded-table tr td
{
    padding: 10px 0px;
}

tr.row-passed
{
    background-color: #DDFFDD;
}

tr.row-accepting
{
    background-color: #FAE5C3;
}

tr.row-accepted
{
    background-color: #D9DAFC;
}

tr.row-evaluating
{
    background-color: #FFFEC5;
}

tr.row-rejected
{
    background-color: #FFEEEE;
}

#control-panel-admin-form
{
    position: relative;
    float: left;
    
    margin: -5px 10px;
}

/* Cel·les alternades */
tr.odd
{
    background-color: #DDEEFF;
}

tr.even
{
    background-color: white;
}

/* indice de webs acreditadas */

h3.index-webs
{
    color: #003399;
    font-weight: normal;
    font-size: 1.1em;
}

#search-link
{
    text-align: center;
    font-size: 1em;
    
    clear: both;
}

#search-link a
{
    color: #003399;
    font-style: italic;
}

#index-container
{
    position: relative;
    width: 50%;
    margin: auto;
    
	background: #DDEEFF;
	border: 1px solid #4CADCC;
	
	color: #4CADCC;
}

#index-results
{
    margin: 50px 100px;
    clear: both;
}

#index-list-right, #index-list-left
{
    position: relative;
    list-style: none;
    width: 45%;
    
    margin: 10px 0px;
    padding: 0px;

    text-align: center;
}

#index-list-right li, #index-list-left li
{
    padding: 3px 5px;
}

#index-list-left
{
    float: left;
}

#index-list-right
{
    float: right;
}