/**
 * @Author	Francesco Rabottini <dev@webzone.it>
 * @Version	1.0.0
 * @Copyright	2006 (C) Webzone srl, Inc. All rights reserved.
 */

* {
    padding: 0;
    margin: 0;
    border: 0;
  }


body, table, div {

    font: normal 12px "Lucida Grande", Arial, Helvetica, Tahoma, sans;
  }

body {
	color: #ccc;
    background-color: #000;
  }

th {
    text-align: left;
  }


a {
    color: #fc3;
    text-decoration: underline;
  }


a:hover {
    text-decoration: none;
  }


h1 {
    color: #fc3;
    font-size: 14px;
    margin: 0;
  }


h2, h3 {
    font-size: 16px;
    padding: 10px 0 0 0;
    line-height: 20px;
    font-weight: bold;
    color: #000;
  }


h3 {
    font-size: 12px;
    padding: 10px 0 5px 0;
  }


h4 {
    font-size: 14px;
    color: #ba0000;
    text-transform: uppercase;
  }


.testo-intro {
    color: #ccc;
    font-size: 11px;
    padding-right: 20px;
    padding-left: 20px;
  }


img {
    padding: 0;
    margin: 0;
    border: 0;
  }

/* -- FOOTER --------------------------------------------------------------------------- */


hr {
    border-top: 1px dashed #b2b2b2;
    color: #fff;
    background-color: #fff;
    height: 1px;
    margin: 20px;
  }

/* New section */

#webzone a {
    color: #585858;
    font-size: 9px;
  }


#mainContent {
    padding-top: 20px;
    padding-bottom: 30px;
  }


#logged {
    text-align: right;
    margin-right: 30px;
  }


.tableForm {
    width: 75%;
  }


.error {
    color: #ccc;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin: 2px 0px;
  }

/** Layout **/

#content {
    text-align: left;
    padding: 0px 10px 20px 25px;
    vertical-align: top;
    background: #999999;
  }

#detail {
	color: #000;
	}

/** Navigator **/

#catNavigator {
    clear: both;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #ccc;
    padding: 2px 0px;
  }


#catNavigator a:hover, #catNavigator a:link, #catNavigator a:visited {
    text-decoration: none;
    color: #DCDCDC;
    font-weight: bold;
  }

/** Table View Css **/

.tableView {
    width: 90%;
  }


.tableView td, .tableView th {
    text-align: left;
    padding: 1px 2px;
  }


.tableView th {
    background: #666666;
    color: #fff;
  }


.tableView td a:link, .tableView td a:visited, .tableView td a:hover {
    text-decoration: none;
  }


.tableView td a:hover {
    text-decoration: underline;
  }


.act {
    text-align: center;
    width: 30px;
  }

/** Dropdown Menu **/
#menu {
    background: #666666;
    width: 185px;
    border-right: #808080;
    padding-top: 1px;
    padding-bottom: 80px;
  }

#imenus0 a {
    display: block;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #585858;
  }


#imenus0 a:hover {
    background-color: #787878;
  }


.wideButton {
    padding: 1px 3px;
    cursor: pointer;
  }


.wideButton:hover {
  }


#message {
    width: 70%;
    margin: 10px auto;
    color: white;
    text-align: left;
  }


#message li {
    list-style: square;
    margin-left: 20px;
  }


.darkRow {
    background: #A0A0A0;
    color: #000;
  }

.lightRow a:hover, .lightRow a:link, .lightRow a:visited {

	color: #585858;
	color: #800000;
	}

.darkRow a:hover, .darkRow a:link, .darkRow a:visited {

	color: #EDEDED;
	color: #800000;
	}

.lightRow {
    background: #DCDCDC;
    color: #000;
  }

.tableImages, .tableAttach {
	width: 100%;
	}

.tableImages th, .tableAttach th {
	background: #666666;
	}

/** News **/
#detail_news {
	margin: 0px 100px;
	text-align: left;
}

.aImages {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.aAttach span  {
	border-bottom: 1px dotted white;
}

.aAttach a {
	text-decoration: none;
	}

ul.aAttach li {
	list-style: none;
	}