/* CSS Document, extranet.villar.biz */
body {
	background-color:#666666;
	background-image:url(../images/backgrounds/main.gif);
	margin:26px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:10px;
	line-height:26px;
}
input {
	background-color:#CCCCCC;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #aaaaaa;
	border-bottom: 1px solid #eeeeee;
}
img { 
	border: 1px solid #cccccc;
	padding:3px;
	margin:10px;
	float:right;
	background-color:#FFFFFF;
}
li img { 
	border: none;
	float: left;
	padding:0px;
	margin:0px;
/*	padding:3px;
	position: relative;
	bottom: 12px;*/
}
acronym {
	cursor:help;
}
ol,ul {
	margin-left:0px;
	margin-bottom:5px;
}
li {
	list-style-image:url(../images/bullet.gif);
	margin-left:0px;
	vertical-align: middle;
}
a {
	color:#000000;
}
a:hover {
	text-decoration: none;
}
#container_header {
	width: 700px;
	padding-left:9px;
	padding-right:11px;
	background-image:url(../images/backgrounds/header.gif);
	background-repeat: no-repeat;
	margin:0 auto 0 auto;
	height:12px;
}

#container_body {
	width: 700px;
	padding-left:9px;
	padding-right:11px;
	background-image:url(../images/backgrounds/body.gif);
	background-repeat:repeat-y;
	margin:0 auto 0 auto;
	color: #333;
}
#container_body p {
	padding:15px;
	margin:0;
	line-height:15px;
}

td {
	padding:15px;
	margin:0;
	line-height:15px;
	vertical-align: top;
}
#cite {
	margin:0;
	line-height: 15px;
	padding-left: 15px;
	color: #333;
	background: url(../images/quote.png) no-repeat;
	padding-top: 35px;
	padding-bottom: 30px;
}
#container_footer {
	width: 700px;
	padding-left:9px;
	padding-right:11px;
	background-image:url(../images/backgrounds/footer.gif);
	background-repeat:no-repeat;
	margin:0 auto 0 auto;
	height:12px;
}
#header {
	border-top:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
/*	background-image:url(../images/backgrounds/header_h1.jpg); */
	margin-bottom:12px;
}
#header img { 
	border: none;
/*	padding:3px;
	margin:10px;*/
	float: none;
	display: inline-block;
}
#header h1 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
	font-size:200%;
	margin:5px;
	position: relative;
 }
#header a {
	color:#000000;
	text-decoration:none;
}
#header a:hover {
	color:#000000;
	text-decoration:underline;
}
#menu {
	background-color: #eeeeee;
	border-bottom:1px solid #666666;
	text-align:center;
	background-image:url(../images/backgrounds/menu.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#menu a {
	background-color:#cccccc;
	border:1px solid #333;
	padding:7px !important;
	padding-bottom:6px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:90%;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius: 10px;
  	-webkit-border-top-right-radius: 10px;
	background-image:url(../images/backgrounds/menu_a.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#menu a:hover {
	background-color:#FFFFFF;
	background-image:none;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #ffffff;
	color:#000000;
}
#menu .aactive {
	background-color:#FFFFFF;
	background-image:none;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
	border-right:1px solid #666666;
	border-bottom:1px solid #ffffff;
	color:#000000;
}
#content {
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-bottom:10px;
	padding:10px;
}
#content h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	color:#000000;
	border-bottom: 1px solid #eeeeee;
	padding-right:2px;
	padding-left:2px;
	margin-right:0;
	margin-left:0;
	margin-bottom:2px;
}
#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	color:#000000;
	padding-right:2px;
	padding-left:2px;
	margin-right:0;
	margin-left:0;
	margin-bottom:0px;
}
#footer {
	border-top:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	background-image:url(../images/backgrounds/footer_bg.jpg);
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
