html, body, select {

scrollbar-face-color:#ffffff;
scrollbar-arrow-color:#004467;
scrollbar-track-color:#f1f1f1;
scrollbar-shadow-color:#000;
scrollbar-highlight-color:#555;
scrollbar-3dlight-color:#dddddd;
scrollbar-darkshadow-Color:#dddddd;
}

body {
background-image:url(../../../layout/1/images/bg.jpg);
background-attachment:fixed;
background-repeat: repeat-x;
background-position:top;
font-family: Arial;
color: #444;
margin:0px;
}

p {
line-height: 170%;
font-size:12px;
}

/*----------------------------------------------------------------------*/

#wrapper {
	padding-top:30px;
width:980px;
margin:20px auto;
}

#header {
height:170px;
color: #79B30B;
background-image:url(../../../../layout/1/images/bgtop.png);
}

#banner {
height:340px;
background-color:#fff;
}


#innerpage {
overflow:hidden; /* make pay attention to height of floats inside it */
background-image:url(../../../layout/1/images/bgmidden.png);
padding-right:12px;
padding-left:12px;
}


#links {
	width:250px;
	min-height:400px;
	padding:220px 20px 10px 20px;
	text-align:left;
	float:left;
	vertical-align:top;
	background-image:url(../../../layout/1/images/hand.jpg);
	background-repeat:no-repeat;
}

#linksgroot {
	width:614px;
	min-height:300px;
	padding:20px 20px 20px 20px;
	text-align:left;
	float:left;
	vertical-align:top;
	background-color:#d9dcd7;
}

#midden {
	width:540px;
	float:right;
	text-align:left;
	border-left:1px solid #DDD;
	padding:0px 80px 20px 40px;
	min-height:400px;

}

#footer {
height:34px;
clear:both;
text-align:right;
background-image:url(../../../layout/1/images/bgbottom.png);
background-repeat:no-repeat;
padding-bottom:50px;

}

#print {
position: absolute;
top:230px;
margin-left:930px;
width:20px;
}

/*----------------------------------------------------------------------*/

ul {
margin-left:0px;
font-family: Arial;
padding-left:20px;
font-size:12px;

}

li {
line-height:170%;
font-family: Arial;
}

/*----------------------------------------------------------------------*/

h1 {
font-family: Arial;
font-weight:lighter;
color: #004467;
letter-spacing:1px;
font-size:16px;
}

h2 {
font-family: Arial;
font-weight:lighter;
color: #004467;
letter-spacing:1px;
font-size:14px;
}

h3 {
font-family: Arial;
font-weight:lighter;
color: #004467;
letter-spacing:1px;
font-size:14px;
}


h4 {
font-family: Arial;
font-weight:lighter;
color: #004467;
letter-spacing:1px;
font-size:11px;
}

h5 {
font-family: Arial;
font-weight:lighter;
color: #004467;
letter-spacing:1px;
font-size:10px;
}

/*----------------------------------------------------------------------*/

a {
color: #004467;
text-decoration: none;
}

a:hover {
color: #555;
border:none;
}

p a {
color: #004467;
text-decoration: none;
}

p a:hover {
color: #fff;
background-color:#95C11F;
border:none;
}


/*----------------------------------------------------------------------*/

input, textarea {
font-family: Arial, sans-serif;
font-size: 11px;

}

td{
line-height:170%;
font-size:12px;

}

.homepagina {
padding-left: 10px;
padding-right: 10px;
background-image:url(../images/diligentiabg.jpg);
height:100px;
}

.homepaginacell {
border-right:1px solid #b3b9af;
height:50px;
width:33%;
vertical-align:top;
}


/*----------------------------------------------------------------------*/

.textfield_effect    { border-width: 1px;    border-style: solid;    border-color: #DDDDDD;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
width: 125px;    height: 15px;
} 

.area_effect    { border-width: 1px;    border-style: solid;    border-color: #DDDDDD;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
} 

.select_effect    { border-width: 1px;    border-style: solid;    border-color: #DDDDDD;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
} 


.textfield_effect:hover    {    border-color: #004467;    border-width: 1px;    }
.textfield_effect:focus    {    border-color: #004467;    border-width: 1px; color:#000;    } 
legend    {    font-family: sans-serif;    font-size: 18px;    color: #097bc3;    font-weight: bold;    }
 

/*----------------------------------------------------------------------*/

.textfield_effect:hover    {
    border-color: #424240;
    border-width: 1px;
	color:#004467;
    }
 
.textfield_effect:focus    {
    border-color: #004467;
    border-width: 1px;
    }
 
.area_effect:hover    {
    border-color: #424240;
    border-width: 1px;
	color:#F00;
    }
 
.area_effect:focus    {
    border-color: #004467;
    border-width: 1px;
    }
 
.select_effect:hover    {
    border-color: #424240;
    border-width: 1px;
	color:#F00;
    }
 
.select_effect:focus    {
    border-color: #004467;
    border-width: 1px;
    }
 
legend    {
    font-family: sans-serif;
    font-size: 18px;
    color: #097bc3;
    font-weight: bold;
    }

/*----------------------------------------------------------------------*/

.button {
	background-color:#476E8F;
	border:1px solid #424240;
	color:#FFF;
	width: 50px;
	height: 18px;
    padding: 1px 6px;
	margin-left:10px;
}

.button:hover {
    border: none;
	background-color:#95C11F;
	border:1px solid #878787;
	color:#fff;
	width: 50px;
	height: 18px;
    padding: 1px 6px;
	margin-left:10px;
}

.button:focus {
    border: none;
	background-color:#004467;
	border:1px solid #999;
	color:#FFF;
	width: 50px;
	height: 20px;
    padding: 2px 8px;
	margin-left:10px;
}

/*----------------------------------------------------------------------*/



