@import url('contenuti.css');

body {
	background-color: #f5f5f5;
	text-align: center;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
.error {
	color:#FF0000;
}
.clearAll {
	float: none!important;
	height: 1px!important;
	min-height: 0px!important;
	overflow: hidden;
	clear: both;
}
#container {
	width: 912px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
#top {
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../../img/common/head/top_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 15px;
	background-color: #3896AE;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 10px;
	z-index: 200;
}
#top a {
	color: #FFFFFF;
	text-decoration: none;
}
#top a span {
	line-height: 14px;
}
#top a:hover {
	color: #000000;
}
#lingua {
	float: right;
	margin-right: 10px;
	width: 60px;
	margin-top: -2px;
	height: 13px;
}
#lingua a {
	height: 13px;
	width: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
	display: inline-block;
	float: left;
	margin-right: 7px;
}
#lingua .en {
	background-image: url(../../img/common/head/lingua-en.gif);
}
#lingua .it {
	background-image: url(../../img/common/head/lingua-it.gif);
}
#lingua a:hover, #lingua a.active {
	background-position: left top;
}
#topMenu {
	float: right;
	margin-top: -2px;
	position: relative;
	z-index: 200;
}
#loginlayer {
	border: 1px solid #357184;
	top: 18px;
	right: -10px;
	line-height: 14px;
	background-image: url(../../img/common/head/login_bg.png);
	padding: 8px;
	color: #000000;
	position: absolute;
	z-index: 200;
	text-transform: none;
}
#loginlayer a {
	color: #357184;
	text-decoration: underline;
}
#loginlayer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
#loginlayer a.userClose {
	text-align: right;
	display: block;
}
#loginlayer input {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#top .logged {
	color: #000000;
	padding-left: 15px;
}
#head {
	position: relative;
	background-image: url(../../img/common/head/head_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#head h1 {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#search {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 215px;
}
#searchForm {
	font-size: 11px;
	padding-bottom: 5px;
}
#searchForm input {
	height: 14px;
	width: 149px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 1px;
	margin: 0px;
}
#searchForm a {
	display: block;
	text-align: center;
	background-image: url(../../img/common/bg_green.gif);
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	width: 60px;
	padding-top: 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #74B1C4;
	background-position: top;
	height: 15px;
}
* html #searchForm a {
	/*top: 1px;*/
}
#searchForm a:hover {
	color: #000000;
	background-image: none;
	text-decoration: none;
}
#looking select {
	width: 215px;
}
table.menu td {
	background-image: url(../../img/common/bg_green.gif);
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	height: 22px;
	text-align: center;
	width: 20%;
	font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 22px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #326E80;
	border-right-width: 1px;
}
table.menu a {
	color: #FFFFFF;
	display: block;
	width: 100%;
}
table.menu a:hover {
	background-color: #326E80;
}
table.menu a.selected {
	background-color: #3C7C90;
}
/* === sotto-menu a comparsa === */
.menuVoce {
	position: relative;
	z-index: 199;
}
table.menu ul.sMenu {
	list-style-type: none;
	position: absolute;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #357184;
	margin: 0px;
	padding: 0px;
	left: 0px;
	background-image: url(../../img/common/head/smenu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F6F6F6;
}
table.menu ul.sMenu  a {
	text-align: left;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcdcdc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #046380;
	line-height: normal;
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;
	width: 174px;
	padding-bottom: 5px;
	font-weight: normal;
}
table.menu  ul.sMenu  .selected a {
	color: #000000;
	background-color: #B6C9CF;
	background-image: url(../../img/common/head/smenu_sel.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
table.menu ul.sMenu a:hover {
	color: #FFFFFF;
	background-color: #74b1c4;
	background-image: url(../../img/common/head/smenu_bg_o.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
}
/* === Fine sotto-menu a comparsa === */

/* === Inizio sezione Contenuti === */
#conts {
	padding-bottom: 15px;
	background-image: url(../../img/common/conts/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.banner {
	position: relative;
	height: 179px;
	background-repeat: no-repeat;
	background-position: center center;
}
.banner h3 {
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	width: 270px;
	text-align: right;
	background-image: url(../../img/common/conts/banner_bg.png);
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 10px;
}
#conts .sxTitolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 5px;
	vertical-align: middle;
	padding-top: 5px;
}
#conts .sxTitolo a {
	color: #000000;
}
#conts .sxTitolo a:hover {
	color: #009999;
}
#conts td.sx {
	background-image: url(../../img/common/conts/conts_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 31px;
	padding-left: 10px;
}
#conts td.sx h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #666666;
}
#conts td.sx p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 4px;
}
#conts td.sx img {
	margin-right: 5px;
	margin-left: 5px;
}
#conts td.sx a {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#conts td.sx a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
#conts td.dx {
	height:100%;
	width:233px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border: 2px none #FFFFFF;
	background-color: #FFFFFF;
}
#conts td.dx div.separatore {
	height: 10px;
	background-color: #F5F5F5;
}
#conts td.dx h3 {
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../../img/common/conts/dx_tit_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	margin-bottom: 0px;
	font-size: 12px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#conts td.dx ul {
	list-style-type: none;
	background-image: url(../../img/common/conts/conts_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#conts td.dx li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#conts td.dx li .separatore {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-color: transparent;
	margin: 5px;
	height: auto;
}
#conts td.dx ul a {
	font-size: 12px;
	color: #666666;
}
#conts td.dx ul a:hover {
	color: #009999;
}
#conts td.dx li.selected {
	font-weight: bold;
	background-color: #969696;
}
#conts td.dx li.selected a,
#conts td.dx li.selected a:hover {
	color: #FFFFFF;
}
#conts .dx .categories {
	padding-left: 10px;
}
#conts .dx .categories li {
	background-image: url(../../img/common/conts/categ_bull.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
}
#conts .dx .categories li:hover {
	background-image: url(../../img/common/conts/categ_bull_o.gif);
}
#conts .dx .categories .selected,
#conts .dx .categories .selected:hover {
	background-color: transparent;
	font-weight: bold;
	background-image: url(../../img/common/conts/categ_bull_s.gif);
}
#conts td.dx .categories li.selected a,
#conts td.dx .categories li.selected a:hover {
	color: #000;
}
#conts td.centrale {
	width: 10px;
	font-size: 9px;
	height: 10px;
	line-height: 9px;
}
p.archiveLink {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p.archiveLink a {
	color: #009999;
	text-transform: uppercase;
}
p.archiveLink a:hover {
	color: #006666;
}

.fondoNotizia {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #FDFDFC;
	background-image: url(../img/fondonews_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 10px;
	height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: 20px;
	width: 635px;
	top: 15px;
}
#conts td.sx .fondoNotizia strong {
	font-weight: normal;
	color: #000000;
}
#conts td.sx .fondoNotizia a {
	text-transform: uppercase;
	color: #009999;
	text-decoration: none;
	font-weight: normal;
}
#conts td.sx .fondoNotizia a.discuss {
	text-transform: none;
	color: #969696;
}
#conts td.sx .fondoNotizia a:hover {
	color: #FFFFFF;
	background-color: #009999;
}
.fondoNotizia td.pagine {
	text-align: right;
}
/* === Fine sezione Contenuti === */

/* === Inizio Footer a tre colonne === */
#footMenu {
	background-image: url(../../img/common/foot/footmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footMenu h2 {
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../img/common/bg_green.gif);
	background-position: bottom;
	list-style-type: circle;
	padding-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	background-repeat: repeat-x;
	background-color: #529FB6;
	text-align: left;
}
#footMenu .events  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
#footMenu .events a {
	color: #767f82;
}
#footMenu .events a:hover {
	color: #009999;
}
#footMenu .events ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767f82;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footMenu .events li {
	position: relative;
	padding-top: 6px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 40px;
}
#footMenu .events p {
	text-align: right;
	padding-right: 5px;
	color: #767f82;
}
#footMenu .events p a {
	text-decoration: underline;
}
#footMenu .events li span {
	position: absolute;
	font-weight: bold;
	width: 30px;
	text-align: center;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #767F82;
	left: 0px;
	top: 0px;
	text-transform: uppercase;
	line-height: 1.0em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#footMenu .quickLinks {
	width: 290px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footMenu .quickLinks a {
	color: #767f82;
}
#footMenu .quickLinks a:hover {
	color: #009999;
}
#footMenu .quickLinks ul {
	margin: 0px;
	float: left;
	list-style-type: none;
	font-size: 12px;
	padding-top: 14px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	width: 125px;
}
#footMenu .quickLinks li {
	margin-bottom: 8px;
	padding-left: 16px;
	background-image: url(../../img/common/foot/qlink_bull1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footMenu .quickLinks li:hover {
	background-image: url(../../img/common/foot/qlink_bull1_o.gif);
}
#footMenu .quickLinks .courses {
	padding-top: 10px;
	margin-right: 5px;
	width: auto;
}
#footMenu .quickLinks .courses li {
	padding-left: 32px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footMenu .sedi {
	width: 360px;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#footMenu .sedi img {
	margin-top: 35px;
}
.sedi h2 {
/*	position: relative; */
}
.sedi h2 span {
	background-image: url(../../img/common/foot/sigillo.png);
	position: absolute;
	height: 79px;
	width: 78px;
	right: 10px;
	top: -2px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #767f82;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer a {
	color: #767f82;
}
#footer a:hover {
	color: #009999;
	text-decoration: underline;
}
#slideWrapper {
	position: relative;
	height: 215px;
}
#slideWrapper #slidesource {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	background-image: url(../../img/common/slide/ico_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	width: 523px;
}
#slidesource .imagmini {
	display: inline;
	margin-left: 9px;
}
.articleCurrent {
	background-color: #FFFFFF;
	height: 215px;
}
.articleCurrent .art-text {
	width: 530px;
}
.articleCurrent .art-img {
	position: absolute;
	right: 10px;
	top: 15px;
	background-color: #DFDFDF;
	overflow: hidden;
	height: 215px;
	width: 340px;
	text-align: center;
}
#outliner {
	border: 2px solid #FFFFFF;
	margin: -2px;
	z-index: 101;
}
/* === Inizio Site map e Live Search === */
#sitemap {
	background-color: #FFFFFF;
	padding: 10px;
	width: 888px;
	text-align: left;
}
#sitemap div {
	float: left;
}
#sitemap h2 {
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../../img/common/sitemap/tit_bg.gif);
	background-position: bottom;
	background-color: #3F91A9;
	font-size: 12px;
	padding: 5px;
}
#sitemap .livesearch {
	width: 192px;
	margin-right: 5px;
	background-image: url(../../img/common/sitemap/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 260px;
}
.livesearch form {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.livesearch input {
	width: 155px!important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.livesearch #search_results {
	padding-right: 5px;
	padding-left: 5px;
	float: none;
}
.livesearch #search_results div {
	float: none;
}
.livesearch b {
	font-weight: normal;
	border: 1px solid #CC0000;
	text-decoration: none;
}
.livesearch .noResult {
	border : 1px solid #D51622;
	background-color : #FDEDED;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 40px;
	background-image: url(../../img/common/error_bull.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.livesearch .noResult b {
	font-weight: bold;
	color: #D51622;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
}


#sitemap .sitemap {
	background-image: url(../../img/common/sitemap/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 690px;
}
#sitemap .sitemap div {
	width: 128px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	min-height:250px;
}
#sitemap .sitemap h3 {
	font-weight: bold;
	color: #000000;
	margin-bottom: 3px;
	font-size: 12px;
}
#sitemap .sitemap p, .livesearch p {
	margin-bottom: 2px;
	color: #666666;
}
.livesearch p {
	margin-bottom: 5px;
}
#sitemap .sitemap a, .livesearch a {
	color: #000000;
}
#sitemap .sitemap a:hover, .livesearch a:hover {
	color: #3C8CA5;
}
#events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595959;
	background-color: #ededed;
	text-align: left;
	width: 384px;
	background-image: url(../../img/common/bg_green.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border: 10px solid #FFFFFF;
}
#events h2 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 15px;
	position: relative;
}
#events h2 span {
	position: absolute;
	right: 5px;
	top: 0px;
}
#events .testo {
	max-height: 350px;
	overflow: auto;
}

/* == Stili per le form, originariamente erano in tabbed.css == */
fieldset  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	margin-bottom: 20px;
}
fieldset legend {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
fieldset table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#conts td.sottoTitolo {
	white-space: nowrap;
	width: 120px;
}
#conts .formradio .col0 {
	white-space: nowrap;
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 10px;
}
#conts  .formradio .col1 {
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	padding-bottom: 10px;
}
#conts fieldset .note {
	font-size: 11px;
	color: #666666;
}
#conts input {
	margin-bottom: 2px;
}
#conts #pageloginform {
	width: 280px;
	border: 1px solid #357184;
	margin-bottom: 15px;
	text-align: right;
	font-weight: bold;
	background-color: #F0F4F6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#conts #pageloginform td {
	text-align: left;
}
#conts #pageloginform input {
	width: 120px;
	margin-right: 10px;
	margin-bottom: 10px;
}
#conts #pageloginform #submit {
	width: auto;
}
.dat_edit_selected {
	/*background-color:#F2DFE2;*/
}
.dat_edit_frame {
	margin-left: -2px;
	margin-top: -2px;
	border: solid 1px #CC0000;
	z-index: 0;
}
/* css per gallery */
.galleryWrapper {
	width: 100%;
	position: relative;
	text-align:left;
/*	width: 444px;
	height: 444px; */
}
.galleryWrapper div {
	height: 100px;
	width: 100px;
	float: left;
	text-align: center;
	margin: 5px;
	padding: 0px;
}
.galleryWrapper a {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 100px;
	width: 100px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.galleryWrapper img {
	background-color: #F1F1F1;
	padding: 5px;
	margin: 0px;
	border: 1px solid #9DB7C5;
}
.galleryWrapper a:hover {
	background-color: transparent!important;
}
.galleryWrapper a:hover img {
	background-color: #FFFFFF;
	border-top-color: #3593AB;
	border-right-color: #3593AB;
	border-bottom-color: #3593AB;
	border-left-color: #3593AB;
}
.clearAllGallery {
	clear: both!important;
	float: none!important;
	margin: 0px!important;
	padding: 0px!important;
}
/* stili per tabella sortabile */
.bloccoTabella {
	position: relative;
}
#conts .sortable th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-top-color: #CDCDCD;
	border-right-color: #FFFFFF;
	border-bottom-color: #CDCDCD;
	background-color: #F0F0F0;
	padding: 4px;
	color: #4D4D4D;
}
#conts .sortable .sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 12px;
	color: #000000;
}
#conts .sortable .sortcol:hover {
	color: #390906;
	background-color: #EAD5D5;
	background-image: url(../../img/common/conts/sort_asc.gif);
}
#conts .sortable .sortasc {
	background-image: url(../../img/common/conts/sorted_asc.gif);
	background-color: #FAFAFA;
	color: #941E31;
}
#conts .sortable .sortasc:hover {
	background-image: url(../../img/common/conts/sort_desc.gif);
}
#conts .sortable .sortdesc {
	background-color: #FAFAFA;
	background-image: url(../../img/common/conts/sorted_desc.gif);
	color: #941E31;
}
#conts .sortable td {
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #E6E6E6;
}
#conts .sortable .roweven td {
	background-color: #F8F8F8;
}
#conts .sortlayer {
	position: absolute;
	z-index:1000;
	top:0px;
	left:0px;
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
	height: 32px;
	text-align: center;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: default;
	line-height: 20px;
}




#conts td.sx #snipresults p {
	font-size: 18px!important;
}
#conts td.sx #snipresults h3 {
	font-size: 12px!important;
	text-decoration: underline!important;
}

#conts td.sx h3.accordion_toggle {
	font-size: 14px!important;
}
