@charset "utf-8";
body {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
br {
	line-height: 10px;
	font-size: 10px;
}

img {
	border:none;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding-right: 45px;
}
a {
	color:#2455CD;
	text-decoration:underline;
}
a:visited {
	color:#6A95FF;
}
a:hover {
/*	color:#2A2A2A;*/
}

hr {
	height:0;
	margin-top:5px;
	margin-bottom:5px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #B2B4B6;
}

h1,
h2,
h3 {
	margin:0;
	padding:0;
}

h1 {
	font-size: 1.5em;
	color: #4a4a4a;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.3em;
	color: #00465B;
	margin: 0px;
	padding: 0px;
	margin-top:20px;
	margin-bottom:10px;
}
h3 {
	font-size: 1.1em;
}

form {
	margin:0;
	padding:0;
}

form input,
form textarea,
form select {
	border: 2px solid #4d4c4d;
}

thead {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}

tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0;
	width:0;
}
/*#overall {
	width: 765px;
	width: 1000px;
	margin:auto;
}*/

#top,
#content,
#footer {
	width:1000px;
	margin:auto;
}
#top {
	background-image: url(../img/layout/top.png);
	background-repeat: no-repeat;
	background-color:#C3F1FF;
/*	width: 765px;*/
	height:50px;
	position:relative;
}
#top .logo {
	position:absolute;
	top:10px;
	left:10px;
	font-size:14px;
	color:#206579;
	text-align:center;
}
#top .logo a,
#top .logo a:visited {
	font-size:12px;
	font-weight:bold;
	color:#206579;
	display:block;
}
#top .logo a:hover {
	text-decoration:none;
}
#top .links {
	position:absolute;
	bottom:4px;
	right:2px;
}
#top .links a,
#top .links a:visited {
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 2px;
	color:#206579;
	border:solid 1px white;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:4px;
	background-color:#BCEFFF;
	text-decoration:none;
}
#top .links a:hover {
	text-decoration:none;
	background-color:white;
}

#content {
	padding-top:10px;
}

#left {
	width:128px;
	float:left;
/*	padding-right:10px;
	padding-left:10px;
	*/
	border:solid 1px #67AFC6;
	background-color:#EFF8FB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#middle {
	width:700px;
	float:left;
	margin-left:15px;
	margin-right:15px;
}
#right {
	width:125px;
	float:right;
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	background-image:url(../img/layout/deco.png);
	background-repeat:repeat-y;
}

#content p {
	margin-top: 0px;
	padding: 0px;
}

#footer {
	background-color:#5FCDEC;
	margin-top:10px;
	padding-bottom:3px;
	position: relative;
}
#footer .box1 {
	margin-left: 18px;
	padding-top: 5px;
	font-size: 11px;
	color: #FFFFFF;
}
#footer a,
#footer a:visited {
	margin-right: 5px;
	margin-left: 5px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .box2 {
	position: absolute;
	top:5px;
	right:18px;
	font-size: 10px;
}
#search {
	position:absolute;
	top:30px;
	right:17px;
	width: 213px;
}
#search input {
	background-color: #000000;
	height: 13px;
	width: 130px;
	border:solid 2px #4d4c4d;
	margin-left:5px;
	margin-right:5px;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
}
#search label {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 2px;
}
#search div.submit {
	position:absolute;
	top:3px;
	right:5px;
}

/*   SUBPAGE STYLES DEFINITION     ***/

#menu {
	width: 145px;
	margin-left: 9px;
	float: left;
	margin-top:20px;
	color:#000000;
	font-weight:bold;
}
#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:solid 1px #000000;
	margin-top:10px;
}
#menu ul li {
	margin:0;
	padding:0;
	border-bottom:solid 1px #000000;
	padding-top:5px;
	padding-bottom:5px;
}
#menu a:link,
#menu a:visited {
	color:#000000;
	text-decoration:none;
	display:block;
	font-weight:normal;
}
#menu a:hover {
	font-weight:bold;
}

/* BREADCRUMB */

#breadcrumb {
	color: #666666;
/*	margin-top: 9px;*/
	margin-bottom: 10px;
	padding:3px;
	padding-left:10px;
	border:solid 1px #67AFC6;
	background-color:#EFF8FB;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#breadcrumb,
#breadcrumb * {
	font-size: 0.9em;
	font-weight: bold;
}
#breadcrumb span {
	margin-right:5px;
}
#breadcrumb a,
#breadcrumb a:visited {
	font-weight: normal;
	margin-right:5px;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

#spa_list ul {
	float:left;
	width:185px;
	margin:0;
	padding:0;
	margin-left:25px;
}
#spa_list ul li {
	padding-bottom:10px;
}
#trafic {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
img.border {
	padding:0px;
	border:solid 2px #DADBD6;
	margin:5px;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: pointer;
}

table.allborders {
    border-color: #ADADAD;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

table.allborders th,
table.allborders td {
    border-color: #ADADAD;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
table.allborders thead {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
table.allborders tfoot {
	background-color:#D2D2D2;
	font-weight:bold;
	color:#000000;
}
table.allborders tr.highlight td {
	background-color:#FF6A6A;
}

/* Google ads */

#google_ads_top {
	margin-left:-14px;
}
#google_ads_bottom {
	margin-left:-14px;
	margin-top:15px;
}

/* COMMENTS FORM AJAX */

#add_comments {
	height:250px;
	margin-top:20px;
	margin-left:200px;
}
#add_comments h3 {
	color:#0090BD;
	margin-bottom:10px;
	text-decoration:underline;
}
#comments_form {
	float:left;
	position:relative;
	width:100%;
}
#comments_form label {
	display: block;
	margin-bottom: 13px;
	position: relative;
	font-size:11px;
	color:#0090BD;
}
#comments_form input,
#comments_form textarea {
	border: 1px solid #04B7ED;
	color: #0895C1;
	font-size: 11px;
}
#comments_form label input {
	position: absolute;
	top:0;
	left: 110px;
	height: 13px;
	width: 175px;
}
#comments_form label textarea {
	position: absolute;
	left: 110px;
	height: 100px;
	width: 175px;
}
#comments_form label.textarea {
	height: 100px;
}
#comments_form input.submit {
	margin-left:135px;
	font-weight:bold;
	padding:3px;
}
#comments_form .captcha {
	position:relative;
	font-size:11px;
	color:#0090BD;
}
#comments_form .captcha img {
	position:absolute;
	left:110px;
	top:0;
}
#comments_form .captcha input {
	position:absolute;
	left:230px;
	top:0;
	height: 20px;
	width: 55px;
}
#comments_form input.submit {
	margin-top:10px;
	background-color:#ffffff;
}
#comments_form span {
	position:absolute;
	top:0;
	left:300px;
	font-size:11px;
	color:red;
}

.info {
	font-size:12px;
	color:#0090BD;
}

#comments_show {
	background-color:#FBFBFB;
	border:dashed 1px #04B7ED;
	margin-top:20px;
	padding:10px;
}
#comments_show p {
	margin-top:20px;
	margin-bottom:20px;
}
#comments_show p strong {
	color:#3146FF;
}
.content_submenu {
	border:solid 1px #67AFC6;
	background-color:#EFF8FB;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.content_submenu li {
	margin-top:4px;
	margin-bottom:4px;
	padding:0;
	margin-left:15px;
	color:#E4A228;
}
.content_submenu a {
	font-size:0.9em;
}


/* NEWS PREVIEW */

#news_preview {
	margin-bottom:10px;
}
#news_preview h2 {
	font-size: 14px;
	margin:0;
	padding:0;
}
#news_preview p {
	margin:0;
	padding:0;
	color:#E0DDF2;
	margin-left:15px;
}
#news_preview ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-top:10px;
}
#news_preview ul li {
	margin:0;
	padding:0;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:dashed 1px #cacaca;
}
#news_preview a,
#news_preview a:visited {
	font-size: 11px;
	text-decoration: none;
}
#news_preview a:hover {
	text-decoration: underline;
}

#news_list p.date {
	font-weight:bold;
	color:#374149;
	padding-top:5px;
	padding-bottom:5px;
}


/***************************/

.pagination {
	padding:10px;
	font-size:12px;
}
.pagination .results {
	float:left;
	padding-top:3px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.pagination .container {
	float:right;
	text-align:right;
}
.pagination span,
.pagination a:link,
.pagination a:visited {
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	display:block;
	border: solid 1px #5FCDEC;
	font-size:14px;
	float:left;
	margin-right:2px;
	text-decoration:none;
}
.pagination span {
	background-color:#263643;
	color:#ffffff;
}

.pagination a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#263643;
}
/***************************************/

.spa-menu {
	margin-left:10px;
	margin-right:10px;
}
.spa-menu ul {
	list-style: none;
	padding-left:0;
	margin-left:0px;
}
.spa-menu h2 {
	color:#1E7794;
	margin-top:10px;
	text-align: center;
}
.spa-menu li.selected a,
.spa-menu li a:hover {
	border:solid 1px #67AFC6;
	background-color:#FFFCC0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:2px;
}
.spa-menu a {
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding:3px;
	margin-bottom:1px;
}

#left h2 {
	font-size: 14px;
}

a.type-doc,
a.type-pdf {
	background-repeat: no-repeat;
	padding-left:20px;
}
a.type-doc {
	background-image: url(../img/icons/word.png);
}
a.type-pdf {
	background-image: url(../img/icons/pdf.png);
}
.highlighted-box {
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	padding:2px;
	border:solid 1px #67AFC6;
	background-color:#EFF8FB;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.highlighted-box a {
	font-size: 13px;
	text-decoration:none;
	color:#090049;
}
.highlighted-box a:hover {
	text-decoration:underline;
}
.photo-gallery {
	margin:auto;
	width:640px;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	padding-right:0;
	padding-bottom:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:solid 1px #797979;
	background-color:#E6E6E6;
/*	text-align:center;*/
}
.photo-gallery img {
	margin-right:10px;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#content .admin_actions {
	background-color:#D21515;
	border:solid 1px #F73131;
	margin-bottom:10px;
	text-align:center;
}
#content .admin_actions a {
	padding:5px;
	color:#ffffff;
	display:block;
	text-decoration: none;
}

#google_ads_right {
	margin-left:3px;
}
