/* CSS Document */

html {
height:100%;
}

body {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	background:#ffffff;
}
img { border: 0 none; }
td,tr,p,div {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#7D7B89;
border: 0px;
}
a {
color:#4F90C2;
text-decoration:none;
border: 0px;
}
.moduletable {/*generic for all modules*/
/* well.. for formatting the table cells of the module table */
font-size: 1em;
margin: 0;
}
table.moduletable th, div.moduletable h3 {
background: trasparent;
font-size: 16px;
height: 15px;
width: 100%;
margin-left: 0px;
margin-right: -5px;
margin-top: -3px;
font-weight: bold;
color: #487FBC;
line-height: -25px;
text-indent: 8px;
}

.content_container {

}
.content_table {
background:url(../images/main.jpg) no-repeat;

}
.content_table_td {
background:trasparent;

}
.content_table_bottom {
background:trasparent;

}

/*
MODULE STYLING
These stylings are to format the way modules are
displayed. 
*/


/*only top 3 modules*/

#top_shelf .moduletable h3 {
font-size: 12px;
font-weight: bold;
background: #96b831;
color: #fff;
height: 25px;
margin: 0;
padding: 0;
margin-left: -5px;
margin-right: -5px;
line-height: 25px;
width: 246px;
text-indent: 10px;
}
#top_a_left {
font-size: 14px;
color: #eef2d0;
}

blockquote {
background: #EEF2D0;
border: 2px solid #CDEDF1;
border-left: 4px solid #CDEDF1;
margin: 10px;
padding: 0.5em;
color: #666;
line-height: 140%;
}

pre {
background: #fff;
color: #333;
padding: 10px;
border: 0px solid #EEF2D0;
border-left: 5px solid #EEF2D0;
}
/*General link Styling*/
a:link, a:visited {
	color: #487FBC;
	border: 0px;
}

a:hover {
	color: #61ADFF;
	border: 0px;
}

#pillmenu a:hover {
  color: #135cae;
  border: 0px;
}

#pillmenu a#active_menu-nav {
    color: #fff;
	border: 0px;
}

#pillmenu a#active_menu-nav:hover {
  color: #fff;
  border: 0px;
}

h3, .componentheading, {
  color: #487FBC;
  border: 0px;
}


h3, table.moduletable th {
background: url(../images/modulo1.jpg) no-repeat;
font-size: 15px;
height: 30px;
margin-left: -5px;
margin-right: -5px;
font-weight: bold;
color: #666;
line-height: 25px;
width: 100%;
text-indent: 45px;
}


/*SIDEBAR MENU STYLING STARTS*/

#sidebar #mainlevel{
padding: 0;
}

#sidebar ul#mainlevel {
list-style-type: none;
margin: 0;
width: 200px; 
margin-left: -5px;
margin-right: -5px;
margin-bottom: -6px;
margin-top: -6px;
padding 0px; 
}

#sidebar #mainlevel li {
text-indent: 0;
padding:0;
background: none;
list-style-type: none;
border-bottom: 1px solid #eef2d0;
margin: 0;
 }

#sidebar #mainlevel a {
display: block;
height: 25px;
line-height: 25px;
text-indent: 13px;
background-color:#CDEDF1;
color: #F00000;
text-decoration: none;
}
/*menu con immagini*/
a.mainlevel:link, a.mainlevel:visited {
 display: block;
 background: url(../images/button_bg2.png) no-repeat;
 vertical-align: middle;
 font-size: 15px;
 font-weight: bold;
 color: #333333;
 text-align: left;
 padding-top: 8px;
 padding-left: 35px;
 height: 25px;
 height: 25px;
 width: 250px;
 text-decoration: none;
 margin-left: 0px;
}


a.mainlevel:hover {
 background-position: 0px -32px;
 text-decoration: none;
 color: #333333;
}

a.mainlevel#active_menu {
 background-position: 0px -32px;
 color:#333333;
 font-weight: bold;
}
/*fine menu con immagini*/
/*fine menu con immagini*/
div#top_nav ul#mainlevel-nav {
margin: 0;
padding: 0;
width: 778px;
height: 31px;
line-height: 31px;
border: 0px solid red;
text-indent: 6px;
}

div#top_nav ul#mainlevel-nav li {
float: left;
width: auto;
margin: 0;
padding: 0 5px 0 5px;
list-style-type: none;
background: none;
}

div#top_nav ul#mainlevel-nav a.mainlevel-nav, 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:link,
div#top_nav ul#mainlevel-nav a.mainlevel-nav:visited {
color: #eef2d0;
text-decoration: none;
padding: 3px 6px 4px 6px;
}
 
div#top_nav ul#mainlevel-nav a.mainlevel-nav:hover {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

div#top_nav ul#mainlevel-nav a#active_menu {
background: #373737;
border: 1px solid #666;
text-decoration: none;
padding: 2px 5px 3px 5px;
}

.pathway {
margin-left: 4px;
color: #487FBC;
font-size: 11px;
}

.search {
top: 0px;
left: 0px;
}

.search input {
background: #373737;
border: 1px solid #404040;
color: #eef2d0;
}

.search input:hover {
background: #373737;
border: 1px solid #505050;
color: #eef2d0;
}

a.pathway:link, a.pathway:visited {
color: #fff;
}

a.pathway:hover {
color: #666;
}

/*CONTENT-BEREICH */
.contentpane {
/* This is used mainly for Table that holds all non-article information (components, category lists, contact forms, etc).
all contained within a single table*/
background-color : #fff;
font-size: 1em;
}

.contentpaneopen {	
background-color : trasparent;
font-size: 1em;
}

.moduletable .contentpaneopen {	
background-color : #eff2ce;
font-size: 1em;
margin-top: 10px;
}
 .componentheading {
font-size: 1.3em;
font-weight: bold;
color: #F00000;
/*color:#234C6D;*/
}
table.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}
.contentheading{
font-size: 15px;
border-bottom: 0px solid #F00000;
letter-spacing: 0.1em;
font-weight: bold;
color: #F00000;
line-height: 16px;
}
.contentpagetitle {
/*Title of articles*/
font-size: 15px;
font-weight: bold;
color: red;
text-align:left;
}
.small {
font-family:"Times New Roman", Times, serif;
font-size: 9px;
color: #999;
letter-spacing: 0.1em;
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
}
.createdate {
background:url(../images/date.png) no-repeat 0 5px;
font-size: 11px;
color:  #666;
text-indent:21px;
font-weight: normal;
margin:0;
margin: 7px 0 5px 4px;
padding: 5px 0 5px 0;
}

.readon {
display:block;
background:url(../images/read_more.png) no-repeat;
text-align: center;
width:74px;
height:18px;
line-height: 18px;
margin: 1em 0;
}

a.readon:link, a.readon:visited, a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
background:url(../images/read_more.png) no-repeat;
color: #fff; 
text-decoration: none; 
font-size: 11px;
}
.modifydate {
background: url(../images/bullet.gif) no-repeat 0px 4px;
text-indent: 12px;
font-size: 10px;
color: #666;
text-decoration: none;
font-weight: normal;
}

.inputbox {
font-size: 12px;
color: #666;
background: trasparent;
border: 1px solid #666;
padding: 1px 3px;
margin: 0;
}
.mostread li{
display:list-item;
list-style:circle;
color:#444444;
margin-left:-28px;
line-height:150%;
}
.mostread li a{
color:#444444;
font-weight:normal;
}

.sectiontablefooter{
background:url(../../../X%20creare%20template%20Joomla/Parente%20Viaggi/parente/templates/seriousblue/images/sectiontableheader_hg.gif);
font-weight:bold;
padding:5px;
}

hr { 
/*many components use this as a seperator line */
background: transparent; 
height:1px; 
border: 1px solid #ccc;
}
.pagenav{
font-weight: normal;
margin: 5px;
}

a.pagenav, a.pagenav:visited {
/* as above but specifically if they are links */
font-weight: bold;
color: #F00000;
}

a.pagenav:hover {
/* as above but specifically when the links are hovered over */color: #FF9900;
color: #666;
}

.pagenav_prev a {
float: left;
width: 430px;
font-weight: bold;

}

.pagenav_next a {
float: right;
width: 40px;
font-weight: bold;
color: #F00000;
}
 
.button {
background: url(../images/button_bg.gif) repeat-x;
color: #8D1E38;
margin: 4px;
font-weight: bold;
font-size:12px;
text-align: center;
padding: 1px 0 3px 0;
}
li {
list-style-type:none;
background: url(../images/bullet.gif) no-repeat 0px 5px;
padding-left: 13px;
margin-left: 5px;
}
ul {
margin: 10px;
}
.back_button {
width: 62px;
background: url(../images/button_bg.gif) repeat-x;
color: #F00000;
margin: 4px;
font-weight: bold;
font-size:10px;
text-align: center;
padding: 1px 0 3px 0;
}
.back_button a  {
color: #930700;
} 
.contenttoc {
margin: 10px;
padding: 0px;
float:right;
}
.contenttoc a:link, .contenttoc a:visited{
background:url(../../../X%20creare%20template%20Joomla/Parente%20Viaggi/parente/templates/seriousblue/images/link_voran.gif) no-repeat left;
padding-left:8px;
color:#444444;
}
.contenttoc a:hover{
background:url(../../../X%20creare%20template%20Joomla/Parente%20Viaggi/parente/templates/seriousblue/images/link_voran.gif) no-repeat left;
padding-left:8px;
color:#444444;
text-decoration:underline;
}
.sectiontableheader {
background-color : #F7F9E8;
background-repeat: repeat;
padding: 2px 0 2px 10px;
color : #F00000;
font-weight : bold;
}

.sectiontableentry1 {
background-color : #f7f9e8;
padding: 1px 0 1px 10px;
}
.sectiontableentry2 {
background-color : #F3F3F3;
padding: 1px 0 1px 10px;
}
.poll{
font-size: 1em;
line-height: 14px
}
.poll .sectiontableentry1, .poll .sectiontableentry2 {
background: none;
}
.pollstableborder {
/* set the border properties of the polls voting table */
border: none;
width: 178px;
border: none;
}

.poll td {
/* set the table data properties of the polls voting table */
font-size: 0.95em;
color: #F00000;
font-weight: normal;
padding: 4px;
}

.blog_more strong{
font-size:15px;
font-weight:normal;
color:#4F90C2;
padding-left:0px;

}
.blogsection{
font-size:11px;
font-weight:normal;
color:#444444;

}
