/*************************************************************************************
Base Stylesheet: master document which imports style information through sub-documents
**************************************************************************************/


@import url("reset.css");

@import url("layout.css");
#mainlayout #box #lb #rb #bb #blc #brc #tb #tlc #trc #content #content_main #content_center table tr th strong {
	color: #3f3c30;
}


/***************************************************
			INDEX LIST SERVICES
***************************************************/
.index-list-services ul {
	float: center;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	background-color: #EAEAEA;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;

}
.index-list-services ul li {
	width: 283px;
	margin-right: 12px;
	float: left;
	display: block;
	margin-left: 0px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CDCDCD;
	background-image: none;
	padding-left: 12px;
}
.index-list-services ul li.last {
	width: 300px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.index-list-services .icon {
	width: 55px;
	margin-right: 10px;
	float: left;
}
.errorLabel {
    color: red;
}

.errorMessage {
    color: red;
}

table{
    padding: 5px;
    border-width: 1px;
    border-style: none;

}
table tr td {
    text-decoration: none;
}
table tr td {
    padding: 2px;

}
input[type=text], input[type=password], textarea, select{
    border: 1px solid #CFCFCF !important;
    padding:4px;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus{
    border: 1px solid #008EBD !important;
}
