/**
 * Generic elements
 */
body {
  background: #fff;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #777;
  margin: 0;
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
  margin: .5em 0;
  font-family: Verdana, sans-serif;
  letter-spacing: normal;
}
h1 {
  font-size: 2em;
}
h1.title {
  font-size: 1.1em;
  margin: 0 0 .5em 0;
  color: #636363;
  line-height: 1em;
}
h2 {
  font-size: 11px;  
}
h3 {
  font-size: 1.4em;
}
h4, h5, h6 {
  font-size: 1.2em;
}
p {
  margin: 1em 0;
}
quote, code, fieldset {
  margin: .5em 0;
}
a:link, a:visited {
  color: #777;
  text-decoration: none;
  font-weight: normal;
    outline-style: none;
}
a:visited {
  color: #555;
    outline-style: none;
}
a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
    outline-style: none;
    cursor:pointer;
}
ul.primary li a:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
    outline-style: none;
    cursor:pointer;
}
a:active, a.active {
  color: #636363;
    outline-style: none;
}
ul.links li {
  padding: 0 .5em 0 0;
}
.item-list ul li {
  margin: 0 0 .25em .5em;
}
dl {
  margin: .5em 0 1em 1.5em; /* LTR */
}
dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}
code, pre {
  padding: .5em;
  background-color: #ececec;
  font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace;
  font-size: .95em;
}

/**
 * Tables.
 */
table {
  margin: 1em 0;
  width: 100%;
}
tr.even, tr.odd {
  background-color: #ffffff;    
  border-bottom: 1px solid #ffffff;
}
tr.even {
  background-color: #F5F5F5;
}
thead th {
  font-size: 1.2em;
  color: #636363;
  border-color: #ceebf3;
}
tbody {
  border-color: #ceebf3;
}
tr.odd td.active {
  background-color: #ddeef3;
}
tr.even td.active {
  background-color: #e8f1f3;
}

/**
 * Forms.
 */
input {
  color: #152a3d;
}
span.form-required {
  color: #ffae00;
}
.description {
  line-height: 150%;
  margin-bottom: .75em;
  font-size: .9em;
}
input.form-submit {
  padding: 3px 10px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  
}
#edit-submit {
  font-weight: bold;
}
fieldset {
  padding: 1em;
  border: 2px solid #e6e6e6;
}
fieldset legend {
  display: block;
  font-weight: bold;
  padding: 5px;
  font-size: 1.2em;
  letter-spacing: -1px;
  margin: 0;
}
html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

#container {
  position: absolute;
  left:50%;
  width: 1040px;
  margin: auto;
  margin-left: -550px;
  text-align: left;
}

/**
 * Header.
 */
#header {
  /*background: #08a url(images/header.png) bottom left repeat-x;*/
  border-bottom: 1px solid #000;
  position: relative;
  height: 70px;
}
#logo {
  position: absolute;
  top: 33px;
  left: 0;
}
#site-name {
  margin: 0;
  position: absolute;
  top: .3em;
  left: 2.2em;
  font-size: 3em;
  color: #000;
}
#site-name a {
  color: #000;
}
#site-slogan {
  margin: 0;
  position: absolute;
  top: 3.8em;
  left: 5.4em;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
#primary-links {
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 4px;
}




ul.menu {
  list-style-type: none;
}
li.leaf {
  list-style-type: none;
  list-style-image: none;
}


/*
#primary-links ul {
  list-style-type: none;
  margin: 0;
}
#primary-links ul li {
  float: left;
  list-style-type: none;
  padding: 0;
}
#primary-links ul li a {
  color: #000;
  display: block;
  list-style-type: none;
  padding: 0px 12px;
  text-decoration: none;
  white-space: nowrap;
}
*/


#secondary-links {
  position: absolute;
  top: 1em;
  right: 1.5em;
}
#secondary-links ul li a {
  background: #08a;
  color: #fff;
  padding: .3em .5em;
}
#secondary-links ul li.active a {
  background: #0cf;
}

.breadcrumb {
  padding: 0;
  margin-bottom: 1em;
}
.breadcrumb ul {
  margin: 0;
}
.breadcrumb ul li {
  background: transparent url(images/breadcrumb-left.png) left top no-repeat;
  float: left;
  margin: 0 0 0 -7px;
  padding-left: 10px;
  list-style: none;
}
.breadcrumb ul li.first {
  background: transparent;
  margin: 0;
  padding-left: 0;
}
.breadcrumb ul li a {
  background: transparent url(images/breadcrumb-right.png) right top no-repeat;
  display: block;
  padding: .1em 1em .5em .2em;
}
.breadcrumb ul li.first a {
  padding-left: .5em;
}

#wrapper {
  padding: 0;
  padding-top: 178px;
}

#content {
  width: 70%;
  float: left;
  line-height: 1.5em;
  padding-left:0;
}

#mission {
  padding: 1em;
  margin-bottom: 1em;
  background: #44aa00 url(images/mission.png) bottom left repeat-x;
  color: #fff;
  font-size: 1.2em;
}
#mission a {
  color: #fff;
  text-decoration: underline;
}

/**
 * Different page layouts.
 */
.body-left #content {
  width: 77%;
  padding-left: 0;
}
.body-right #content {
  width: 77%;
  padding-right: 2%;
}
.body-both #content {
  width: 55%;
  padding-left: 2%;
  padding-right: 2%;
}
.body-none #content {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  float: none;
}

/**
 * Sidebars.
 */
.sidebar {
  width: 160px;
}
#sidebar-left {
  float: left;
}
#sidebar-right {
  float: right;
}

/**
 * Local tasks
 */
#tabs {
  margin-bottom: 1em;
   /*position: relative;*/ /*in explorer 7 non si sposta con lo scroll*/
}
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
ul.primary {
  padding: .5em 0;
  /*font-size: 1.3em;*/
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border: none;
  margin: .5em 0 1em 0;
  padding: .5em 0;
  position: relative;
  z-index: 5;
}
ul.primary li a, ul.primary li.active a {
  border: none;
  background: transparent;
  padding: .5em .7em;
  margin: 0;
  text-decoration: none;
  /*position: relative;*/ /*in explorer 7 non si sposta con lo scroll*/
  /*font-family: "Helvetica Neue", Arial, sans-serif;*/
}
ul.secondary li a, ul.secondary li.active a {
  border: none;
  padding: .5em .5em;
  font-size: 1.1em;
  background: #fff;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited {
  background: transparent;
  border: none;
  /*position: relative;*/ /*in explorer 7 non si sposta con lo scroll*/
  z-index: 10;
  color: #000;
}
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited {
  background: #0cf;
  color: #fff;
}

ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Messages.
 */
.messages {
  border: none;
  margin-bottom: 1em;
}
.preview {
  background-color: #fff6d5;
}
div.status {
  background-color: #e5ffd5;
  padding: 1em;
}
div.warning {
  border: none;
  background-color: #fff6d5;
  padding: 1em;
}
div.error {
  border: none;
  background-color: #ffd5d5;
  padding: 1em;
}
div.help {
  background-color: #d5f6ff;
  padding: 1em;
  margin-bottom: 1em;
}
.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #494949;
}

/**
 * Admin styles.
 */
div.admin .left {
  width: 48.5%;
  margin-left: 0;
}
div.admin .right {
  width: 48.5%;
  margin-right: 0;
}
div.admin-panel {
  padding: .5em;
  margin-bottom: 1em;
  border: 2px solid #e6e6e6;
  background: #fff;
}
div.admin-panel h3 {
  font-weight: bold;
  margin: 0 0 .5em 0;
  padding: .3em .5em;
  font-size: 1.6em;
  background: #0cf;
  color: #fff;
}
div.admin-panel .body {
  padding-left: .7em;
}
div.admin-panel .description {
  margin-bottom: 1em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dt {
  font-weight: bold;
}
div.admin-panel dd {
  font-size: .9em;
  line-height: 1.3em;
}
.block-region {
  background-color: #c7ffb7;
  padding: .5em;
}

/**
 * Status report.
 */
table.system-status-report th {
  border-color: #d4eff8;
}
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #ffd5d5;
  border-color: #f3c8c8;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #fff6d5;
  border-color: #ffeeaa;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #e5ffd5;
  border-color: #d9f3c8;
}
table.system-status-report tr.error th {
  background-image: url(images/error.png);
}
table.system-status-report tr.warning th {
  background-image: url(images/warning.png);
}
table.system-status-report tr.ok th {
  background-image: url(images/ok.png);
}

/**
 * Available updates.
 */
.update .version-status {
  padding-right: 20px;
  margin-right: 10px;
}
.update .version-status .icon {
  display: none;
}
.update tr.error {
  background-color: #fce2da;
  border-color: #f3c8c8;
}
.update tr.error .version-recommended {
  background-color: #fef1ed;
}
.update tr.error .version-status {
  background: transparent url(images/error.png) right top no-repeat;
}
.update tr.warning {
  background-color: #fcf3da;
  border-color: #f9e7b5;
}
.update tr.warning .version-recommended {
  background-color: #fef9ed;
}
.update tr.warning .version-status {
  background: transparent url(images/warning.png) right top no-repeat;
}
.update tr.ok {
  background-color: #e3ffdb;
  border-color: #d9f3c8;
}
.update tr.ok .version-recommended {
  background-color: #f1ffee;
}
.update tr.ok .version-status {
  background: transparent url(images/ok.png) right top no-repeat;
}

/**
 * dblog.module
 */
#admin-dblog img {
  display: none;
}
#admin-dblog tr {
  vertical-align: top;
}
tr.dblog-user {
  background: #e5ffd5 url(images/ok.png) 1px 4px no-repeat;
  border: none;
}
tr.dblog-user td {
  border-bottom: 1px solid #d9f3c8;
}
tr.dblog-user td.active {
  background-color: #e5f3dd;
}
tr.dblog-warning {
  background: #fff6d5 url(images/warning.png) 1px 4px no-repeat;
  border: none;
}
tr.dblog-warning td {
  border-bottom: 1px solid #f3eac8;
}
tr.dblog-warning td.active {
  background-color: #f3eedd;
}
tr.dblog-error, tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #ffd5d5 url(images/error.png) 1px 4px no-repeat;
  border: none;
}
tr.dblog-error td, tr.dblog-page-not-found td, tr.dblog-access-denied td {
  border-bottom: 1px solid #f3c8c8;
}
tr.dblog-error td.active, tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background-color: #f3dddd;
}

/**
 * User account.
 */
.profile h3 {
  border-bottom: 2px solid #c8ebf7;
}

/**
 * Blocks.
 */
.sidebar .block {
  padding: 0;
  margin-bottom: 1em;
  background: #fff;
}
.sidebar .block .title {
  margin: 0;
  padding: .3em .5em;
  border-bottom: solid 1px #000;
  color: #777;
}
.sidebar .block .content {
  padding: 0;
}
.sidebar .block .menu {
  padding-left: 0;
}
/**
 * User module blocks.
 */
.sidebar .block-user .title {
  border-bottom: solid 1px #000;
  color: #777;
}

/**
 * Login block.
 */
#user-login-form {
  text-align: left;
}
#user-login-form input.form-text {
  width: 95%;
}
#user-login-form .item-list {
  padding-top: .5em;
}

/**
 * Menus.
 */

/*
ul.menu li, ul.menu li.leaf {
  list-style: none;

}
ul.menu li.expanded {
  list-style: none;
}
ul.menu li.collapsed {
  list-style: none;

}
*/


/**
 * Nodes/Comments.
 */
.node, .comment {
  background: #fff;
  margin-bottom: 1em;
  padding: 1em;
}
.node .title, .comment .title {
  margin: 0;
}
.node .title a, .comment .title a {
  color: #636363;
}
.node .submitted, .comment .submitted {
  color: #636363;
  font-size: .9em;
}
.node .content {

}
.node .terms {
  font-size: .9em;
  margin-top: .5em;
}
.node .terms ul.links li {
  padding-right: .25em;
}
.node .links, .comment .links {
  text-align: right;
}
.node .links a, .comment .links a {
  background: #eee;
  padding: .3em .5em;
  -moz-border-radius: 4px;
}


/**
 * Pager.
 */
.item-list .pager {
  margin-top: 2em;
}
.item-list .pager li {
  padding: 0;
  margin: 0;
}
.item-list .pager li.pager-current {
  background: #0cf;
  color: #fff;
  padding: .3em .5em;
}
.item-list .pager li a {
  padding: .3em .5em;
  background: #eee;
}
.item-list .pager li a.active {
  color: #006680;
}

/**
 * Forum.
 */
.forum-topic-navigation {
  border-color: #e6e6e6;
  margin-bottom: .5em;
}
.forum-topic-navigation .topic-next {
  text-align: right;
}
.forum-topic-navigation .topic-previous {
  text-align: left;
}

/**
 * Footer.
 */
#footer {
  width: 1040px;
  left: 50%;
  top:930px;
  margin-left: -550px;
  
  position: absolute;
 
  border-top:solid 1px #000;
  padding: 1.5em;
  height: 10em;
}
#footer a {

}

h1.title
{
    display: none;
}


#stack_link
{
    text-align: left;
}

#sp
{
float:left;
height:17px;
cursor:pointer;
}

#sn
{
float:right;
height:17px;
cursor:pointer;
}

#actions
{
    height:23px;
    text-align:center;
    width:332px;
}

#download
{
    height:23px;
    float:right;
    position:absolute;
    right: 0px;
}

.ori_list
{
    display: inline;
}


/**
 * Rounded corners.
 */
div.admin-panel,
div.block {
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;	
  -moz-border-radius: 6px;
  border-radius: 6px;
}
ul.primary li a,
code,
pre,
ul.secondary li a,
#secondary-links ul li a,
.messages, div.help,
div.admin-panel h3,
.block-region,
fieldset,
.sidebar .block .title,
#loading,
#mission,
.node,
.node .links a,
.comment .links a,
.comment,
.item-list .pager li.pager-current,
.item-list .pager li a {
/*  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;	
  -moz-border-radius: 4px;
  border-radius: 4px;*/
}
fieldset.collapsed {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;	
  -moz-border-radius: 0;
  border-radius: 0;
}
#primary-links ul li a {
/*  -webkit-border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-radius-topright: 4px;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;*/
}

/**
 * Loading...
 */
#loading {
  background: #fff;
  color: #fff;
  top: -71px;
  /*width: 870px;
  height: 755px;*/
  width: 1px;
  height: 1px;
  left: 50%;
  margin: auto auto auto -330px;
  /*border: solid 1px #000;*/
}

/**
 * maxton
 */
 
 
/*container02 e' il divi intorno a container che serve per farlo scorrere
in finestra*/
#container02
{
  /*width: 867px;*/
  margin: auto;
  height: 670px;
  overflow: hidden;
  background-color: #fff;
}

div.scrollbarpaper-container
{
  background-color: #fff;
  left: 49%;
  margin-left: 516px;
}

div.scrollbarpaper-track
{
  width: 10px;
  background-color: #fff;
}

div.scrollbarpaper-drag
{
  background-color: #fff;
  border-left: solid 1px #000;
}

div.scrollbarpaper-drag-top
{
}

div.scrollbarpaper-drag-bottom
{
}

#content.scrollbarpaper-visible
{
  padding-right: 33px;
}

/*gallery assist*/
.gallery_assist
{
    margin-left: 0;
}
.node-gallery_assist
{
    margin-left: 0;
    border: 0;
    margin: 0;
    padding:0;
    overflow: hidden;
}
#gallery-container
{
    height: 630px;
    overflow: hidden;
    width: 332px;
}
#gallery-container a, #gallery-container img
{
    text-decoration: none;
    outline: none; 
}

.block-ad
{
    padding-top: 85px;  
}
#outerImageContainer
{
    top:158px;
}

/*maxton slideshow*/
#slideshow {
    position:relative;
    height:0;
    top: 71px;
    left: -2px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



