#content-wrap
{    
    min-width: 1000px;
    width: 100%;
}

#content
{
    padding: 10px 75px;
}

/* Login */

#login
{
    width: 200px;
    margin: auto;
    
    text-align: center;
    
    margin-top: 100px;
    padding: 10px 0px 20px 0px;
    
    border: 1px solid #4CADCC;
    background: #DDEEFF;
}

#login h3
{
    padding: 0px;
    margin: 0px;
    
    color: #003399;
    font-weight: normal;
}

#login label
{
    color: #003399;
}

#login input.form-text-label
{
    border: 1px solid #4CADCC;
}

#form-login-submit
{
    border: 1px solid #4CADCC;
    background: #AABBFF;
    color: #003399;
    
    font-family: "Geneva", "Trebuchet MS", sans-serif;
    font-size: 0.9em;
}

#login p
{
    margin: 0px;
    padding: 0px;
    
    text-align: center;
    font-size: 0.9em;
    font-style: italic;
}

#login p a
{
    color: #003399;
}

/* Títol de pàgina */

h2
{
    margin: 10px 0px;
	padding-left: 15px;
	
	font-weight: normal;
	color: #003399;
	border-bottom: 1px solid #003399;
}

/* Llista de preguntes */

td.question-comment p, td.test-comment p
{
    font-style: italic;
}

td.question p, td.question-comment p
{
    margin: 2px;
    text-align: left;
}

/* Modificar preguntes */

#questions-exam-layout
{
	position: relative;
	float: left;
}

#panel-questions-modify
{
	list-style: none;

	position: relative;
	float: right;
}

div.question-wrap
{
	clear: both;
	
	margin: 30px 0px;
}

ul.question-options
{
	list-style: none;
}

ul.question-options li
{
	display: inline;
	padding: 2px 10px;
}

span.question-title
{
	text-decoration: underline;
	color: #003399;
}

p.question-description
{
	font-style: italic;
	font-size: 0.9em;
}

/* Detalles de una web */

span.form-item-label
{
	font-weight: bold;
	font-style: italic;
	
	color: #003399;
}

table.table-states-view
{
    width: 80%;
    margin: auto;
    
    text-align: center;
}

/* Evaluación */

div.question-answer
{
	padding: 5px 20px;
	margin: 5px 0px;
}

div.question-answer-passed
{
	background-color: #EEEEFF;
}

div.question-answer-failed
{
	background-color: #FFEEEE;
}

div.question-answer p.question
{
	color: #003399;
	font-weight: bold;
}

div.question-answer p.question span.answer
{
	font-size: 1.1em;
	font-weight: bold;
	
	padding: 0px 20px;
	
	color: black;
}

div.question-answer p.question-comment
{
	font-size: 0.9em;
	font-style: italic;
}

div.table-evaluators
{
    margin: auto;
    width: 75%;
}

span.simple-label
{
    color: #003399;
	font-style: italic;
	font-weight: bold;
}

/* Denúncies */

div.claim-layout
{
    border: 1px solid #EEEEFF;
    
    padding: 10px 25px;
}

p.claim-description
{
    font-style: italic;
}

div.claim-operations p
{
    font-size: 0.9em;
    text-align: center;
    
    margin: 0px;
}
