@import url("layout.css");
@import url("import.css");
@import url("tables.css");
@import url("confirm.css");
@import url("modal.css");
@import url("forms.css");

h1 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	margin-left: 11px;
	width: 600px;
}

h1.progressBar {
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	font-family: Arial;
	margin-left: 15px;	
	width: 100px;
	position: relative;
	border: 0px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-left: 14px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	background-color: #C3C9B3;
	padding: 3px;
	color: white;
}

p {
	margin: 0 5px;
	line-height: 1.5em;
	text-align: justified;
}

	p.alert {
		color: red;
	}
	

/* LIGAZONS ======================================================== */

a, a:visited {
	color: black;
	text-decoration: none;
}

	a:hover {
		color: black;
		text-decoration: underline;
	}


/* DIVS PARA CONTIDO ======================================================== */

div.buttonContainer {
	float: right;
	padding-bottom: 5px;
	margin-top: 10px;
    text-align: right; 
    margin-right: 20px;
    width: 80px;
}

div.loadSolutionButtonContainer {
	float: right;
	padding-bottom: 5px;
	margin-top: 20px;
    text-align: right; 
    margin-right: 40px;
    width: 80px;
}

div.startProcessButtonContainer {
	clear: both;
	width: 705px; 
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-left: 20px;
	margin-top: 5px;
    text-align: right; 
    margin-right: 5px;
    background-color: rgb(234,234,234);
}


div.imageContainer {
	clear: both;
	padding: 5px 0;
	text-align: center;
}

div.center {
	clear: both;
	text-align: center;
}

/* FORMULARIOS ============================================================== */

form {
	width: 100%;
}

input.text{
	padding: 0 2px;
	background-color: #FFFFE4;
}

input.readOnly {
	/*background-color: #ddd;
	color: #555;*/
	background-color: inherit;
	color: inherit;
	border: none;
	font-weight: bold;
}

div.field {
	clear: both;
	padding-top: 1px;
	width: 100%;
}


div.field label {
	float: left;
	text-align: right;
	width: 49.5%;
	line-height: 1.5em;
}

div.field span.entry {
	float: right;
	text-align: left;
	width: 49.5%;
	line-height: 1.5em;
}

input.error {
	background-color:#EB9691;
}

select.error {
	background-color:#EB9691;
}

div.createSubgroups {
	padding: 12px 0px 7px 0px;
	margin: 0 auto;
	font-weight: bold;
	width: 560px;
}

	div.createSubgroups span.disabled {
		color: rgb(150, 150, 150); 
	}

/* INCIDENCIAS ============================================================== */

div.incidence {
    position: relative;
    top: 10px;
    clear: both;
	background-color: #927052;
	color: white;
	font-weight: bold;
	padding: 6px;
	margin-top: 10px;
	height: 20px;
	cursor: pointer;
	cursor: hand;
}

div.incidence span {
	line-height: 20px;
}

li {
	padding: 2px;
}

.littlelink	{
	color: #445544;
	font-weight:bold;
	text-decoration:none;
}

.littlelink:hover {
	color: #000000;
}


.checked  {
	background-image: url(../images/accept.png); 
	background-repeat: no-repeat; 
	width: 50px;
	padding-left: 20px;
}


.verylittlelink             {font-family: Tahoma; font-size: 9px; color: #445544; font-weight:bold; text-decoration:none;}
.verylittlelink:visited     {font-family: Tahoma; font-size: 9px; color: #445544; font-weight:bold; text-decoration:none;}
.verylittlelink:hover       {font-family: Tahoma; font-size: 9px; color: #000000; font-weight:bold; text-decoration:none;}
.verylittletext             {font-family: Tahoma; font-size: 9px; color: #445544; font-weight:bold; text-decoration:none;}
.verylittletextcenter        {font-family: Tahoma; font-size: 9px; color: #445544; font-weight:bold; text-decoration:none;text-align:center;}


/* Error messages. */

.errorMessage {
    font-weight: bold;
    color: red;
    margin-left: 5px;
}


a img {
	border: 0px;
}


/* PÁXINA PRINCIPAL ============================================================== */
#kronowinImageLink {
	background: url('../images/logo_kronowin.png') no-repeat;
	display: block;
	height: 81px;
	width: 300px;
}

	#kronowinImageLink:hover {
		background: url('../images/logo_kronowin_selected.png') no-repeat;
		display: block;
		height: 81px;
		width: 300px;
	}

#penalaraImageLink {
	background: url('../images/logo_penalara.png') no-repeat;
	display: block;
	height: 64px;
	width: 300px;
}

	#penalaraImageLink:hover {
		background: url('../images/logo_penalara_selected.png') no-repeat;
		display: block;
		height: 64px;
		width: 300px;
	}
	
button.helpButton {
	color: #445544;
	height: 20px;
	float: right;
	font-size: 0.8em; 
	font-weight: bold; 
	margin-right: 15px; 
	padding: 0px 8px 5px 8px; 
}



/* CENTROS ============================================================== */

#centros table {
	border-collapse: collapse; 
	width: 728px;
}

#centros table thead th {
	background-color: #927052;
	border: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	text-align: left;
}

#centros table td {
	padding: 3px 0px 3px 2px;	
}


/* XANELA MODAL ============================================================== */


div.xanelaModal {
	background-color: #FFF;
	color: #393939;
	padding: 6px;
	padding-bottom: 12px;
	width: 600px;
	z-index: 2000;
}

	div.xanelaModal h2 {
		color: #222222;
		font-size: 13px;
		margin: 6px 0px 15px 6px;
		text-transform: uppercase;
	}

	div.xanelaModal div.pechar {
		float: right;
		margin: -20px;
	}

    div.xanelaModal div.camposObrigatorios {
    	color: red;
		float: left;
		font-size: 10px;
		margin: 10px 0px 5px 4px;
		width: 100%;
    }
    
    div.xanelaModal div#erros {
    	color: red;
		float: left;
		font-size: 10px;
		margin: 10px 0px 5px 4px;
		width: 100%;
    }

    div.xanelaModal h3 {
        color: #444444;
        float: left;
        padding: 8px 0px 8px 5px;
        width: 100%;
    }
	
    div.controis {
    	float: right;
    	padding-right: 20px;
    }
	