/* ----------------------------------------------------------------------------------------------*/
/*-- GLOBAL -- */
/* ----------------------------------------------------------------------------------------------*/
.clear			{ clear: both; }
.clear-space	{ clear: both; height: 10px }
.float-left		{ float: left; }
.float-right	{ float: right; }
.text-left		{ text-align: left; }
.text-right		{ text-align: right; }
.text-center	{ text-align: center; }
.text-justify	{ text-align: justify; }
.bold			{ font-weight: bold; }
.italic			{ font-style: italic; }
.underline		{ border-bottom: 1px solid; }
.highlight		{ background: #ffc; }
.img-left		{ float: left; margin: 4px 10px 4px 0; }
.img-right		{ float: right; margin: 4px 0 4px 10px; }
.btt-left       { float:left;margin:0 1px 0 0; }
.btt-right      { float:right;margin:0 0 0 10px; }
.nopadding		{ padding: 0; }
.noindent		{ margin-left: 0; padding-left: 0; }
.nobullet		{ list-style: none; list-style-image: none; }
.noborder		{ border: none; }
.spacer			{ height: 20px }
.divido			{ background-image: url(../images/1px_verde.gif); height: 11px; font-size: 1px; clear: both; }
.divido_news	{ background: url(../images/1px_verde.gif) 0 5px; height: 21px; font-size: 1px; clear: both; }
.txt10px_cnt	{ text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.txt10px		{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
img				{ border: 0; }
h1, h2, h3		{ margin: 0; padding: 0; font-weight: normal; }
h4, h5, h6		{ margin: 0; padding: 0; font-weight: normal; }
html, body		{ background-color: #187E3D; margin: 0;}

/* ----------------------------------------------------------------------------------------------*/
/*-- LIVELLI PRINCIPALI PAGINA -- */
/* ----------------------------------------------------------------------------------------------*/	

#wrap {
	width: 970px;
	background-image: url(../images/bg_wrap.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	font-size: 1px;
}
#container {
	width: 950px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#header {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 181px;
	text-align: left;
}
#header div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #177C40;
	padding: 154px 0 0 30px;
	text-align: left;
}
#header div em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #177C40;
	font-style: normal;
	font-weight: bold;
}
#notehead {
	background-color: #FFF;
	height: 41px;
	text-align: center;
}
#notehead div{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 18px;
	color: #187E3D;
	text-align: center;
	padding-top: 9px;
}
#imghead {
	background-color: #FFF;
	padding-bottom: 0;
	height: 90px;
}
#body_page {
	width: 550px;
	float: left;
	margin-top: 4px;
	margin-bottom: 19px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187E3D;
	text-align: justify;
}
#body_page h1{
	background-image: url(../images/bg_h1_body.jpg);
	background-repeat: no-repeat;
	height: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #187E3D;
	padding: 10px 0 0 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#body_page h2{
	background-color: #D5E3D4;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #187E3D;
	padding: 4px 0 0 7px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 19px;
}
#body_page h3{
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #187E3D;
	padding: 4px 0 0 7px;
	margin-top: 10px;
	margin-bottom: 19px;
}
#body_page h4{
	background-color: #D5E3D4;
	height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #187E3D;
	padding: 6px 0 0 7px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 19px;
	font-weight: bold;
}
#body_page h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #187E3D;
	font-weight: bold;
}
#body_page h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #187E3D;
	font-style: italic;
	margin-top: 7px;
	margin-bottom: 7px;
}
#body_page p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187E3D;
	text-align: justify;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
#body_page strong{
	color: #CC0000;
}
#body_page a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187E3D;
	text-decoration: none;
	border-bottom: 1px dotted #187E3D;
	font-weight: bold;
}
#body_page a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	font-weight: bold;
}
#body_page a.noborder {
	border: none;
}
#datevisits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #187E3D;
	font-size: 10px;
	text-align: right;
}
#footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;
}
#footer div.copy {
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187E3D;
	font-weight: bold;
}
#footer div.copy a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187E3D;
	text-decoration: none;
	border-bottom: 1px dotted #187E3D;
	font-weight: bold;
}
#footer div.copy a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	font-weight: bold;
}
#footer div.cva {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #797979;
	padding: 30px 20px 50px 20px;
	text-align: right;
}
#footer div.cva a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #626262;
	text-decoration: none;
}
#footer div.cva a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
.home_img {
	border: 2px solid #187E3D;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: center;
	}
.title_home{
	color: #FF0000;
	font-weight: bold;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 4px 0 0 7px;
	margin-top: 10px;
	margin-bottom: 19px;
	}
	
.tit_corsi_1, .tit_corsi_2, .tit_corsi_3 { 
	float:left; text-align: center; 
	font-size:16px;
	font-style:normal;
	font-weight: bold;
	padding: 0 2px;
	}
.tit_corsi_1 { width: 49%; border-right: 1px dotted #187E3D; }
.tit_corsi_2 { width: 24%; border-right: 1px dotted #187E3D; }
.tit_corsi_3 { width: 24%; }

.cal_corsi_1 { width: 49%; float:left; text-align: left; padding: 0 2px; border-right: 1px dotted #187E3D; }
.cal_corsi_2 { width: 24%; float:left; padding: 0 2px; border-right: 1px dotted #187E3D;}
.cal_corsi_3 { width: 24%; float:left; padding: 0 2px;}
.cal_corsi_1, .cal_corsi_2, .cal_corsi_3 { height: 60px;}
/* ----------------------------------------------------------------------------------------------*/
/*-- BANNER -- */
/* ----------------------------------------------------------------------------------------------*/	
#banner_sx, #banner_dx {
	width: 190px;
	float: left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 9px;
}
#banner_sx div, #banner_dx div{
	width: 190px;
	text-align: center;
	border-bottom: 1px  dotted #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* ----------------------------------------------------------------------------------------------*/
/*-- MENU -- */
/* ----------------------------------------------------------------------------------------------*/	
#menu{
margin:0;
padding:0;
width: 946px;
height: 30px;
margin-left:1px;
margin-right:1px;
border: 1px solid #187E3D;
background: #FFF url(../images/bg_menu.gif);
}
#menu ul{
padding:0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#menu dl{
padding:0;
margin: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#menu ul li a{
color: #FFF;
width:125px;
padding-left: 10px;
display: block;
text-decoration:none;
text-align: left;
line-height: 30px;
font-weight: bold;
background: url(../images/div_menu.gif) no-repeat right;
}
#menu ul li em{
color: #FFF;
width:125px;
padding-left: 10px;
height: 30px;
display: block;
text-decoration:none;
text-align: left;
line-height: 30px;
font-weight: bold;
background: url(../images/div_menu.gif) no-repeat right;
}
#menu li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
}
#menu ul li dl dt a{
width:170px;
display: block;
text-decoration:none;
text-align: left;
line-height: 20px;
background: #F8FAF8;
border-bottom: 1px solid #187E3D;
border-left: 1px solid #187E3D;
border-right: 1px solid #187E3D;
color: #187E3D;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
}
#menu ul li dl dt a:hover{
background: #187E3D;
color: #FFF;
}
#menu ul li dl dt a.red{
color: #CC0000;
border-bottom: 1px solid #CC0000;
border-left: 1px solid #CC0000;
border-right: 1px solid #CC0000;
}
#menu ul li dl dt a:hover.red{
background: #CC0000;
color: #FFF;
}
#menu ul#nav li div.li_100, #menu ul#nav li div.li_200, #menu ul#nav li div.li_300, 
#menu ul#nav li div.li_400, #menu ul#nav li div.li_500, #menu ul#nav li div.li_600, 
#menu ul#nav li div.li_700 {
margin: 0;
position: absolute;
top: 30px;
width: 180px;
display: none;
border-top: 1px solid #187E3D;
}
#menu ul dl.last_dl{
margin-left: -45px;
}
#menu ul li a.li_700, #menu ul li em.li_700{
background: none;
}
#menu ul#nav li:hover div.li_100, #menu ul#nav li.over div.li_100,
#menu ul#nav li:hover div.li_200, #menu ul#nav li.over div.li_200,
#menu ul#nav li:hover div.li_300, #menu ul#nav li.over div.li_300,
#menu ul#nav li:hover div.li_400, #menu ul#nav li.over div.li_400,
#menu ul#nav li:hover div.li_500, #menu ul#nav li.over div.li_500,
#menu ul#nav li:hover div.li_600, #menu ul#nav li.over div.li_600,
#menu ul#nav li:hover div.li_700, #menu ul#nav li.over div.li_700 {
display: block;
}
#menu ul li dl dt span{
width:167px;
height: 20px;
display: block;
padding-left: 13px;
text-decoration:none;
text-align: left;
line-height: 20px;
background: #B6F1CC;
border-bottom: 1px solid #187E3D;
border-left: 1px solid #187E3D;
border-right: 1px solid #187E3D;
color: #187E3D;
font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style:italic;
font-weight: bold;
}
/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA ORGANIGRAMMA -- */
/* ----------------------------------------------------------------------------------------------*/
#organigramma {
	clear:both;
}
#organigramma a{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #187E3D;
	font-weight: normal;
	text-decoration: none;
	border: none;
	border-bottom: 1px dotted #187E3D;
}
#organigramma a:hover{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	font-weight: normal;
}
.nome_organigramma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	float: left;
	width: 155px;
	height: 24px;
	padding-top: 5px;
	padding-left: 3px;
	text-align: left;
}
.ruolo_organigramma {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	text-align: left;
	height: 22px;
	padding-top: 9px;
	padding-left: 7px;
	margin-left: 1px;
}
.titolo_nome_organigramma {
	background-color: #D5E3D4;
	height: 28px;
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #187E3D;
	padding: 4px 0 0 7px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 19px;
	float: left;
	text-align: left;
}
.titolo_ruolo_organigramma {
	background-color: #D5E3D4;
	height: 28px;
	width: 380px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #187E3D;
	padding: 4px 0 0 7px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 19px;
	margin-left: 1px;
	float: left;
	text-align: left;
}

/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA  RASSEGNA STAMPA-- */
/* ----------------------------------------------------------------------------------------------*/
#rassegna_stampa {
	clear:both;
}
#rassegna_stampa a{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187E3D;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
#rassegna_stampa a:hover{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.titolo_data_rassegna {
	background-color: #D5E3D4;
	height: 28px;
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #187E3D;
	padding: 4px 0 0 7px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 19px;
	float: left;
	text-align: left;
}
.titolo_testata_rassegna {
	background-color: #D5E3D4;
	height: 28px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #187E3D;
	padding: 4px 0 0 7px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 19px;
	margin-left: 1px;
	float: left;
	text-align: left;
}
.titolo_titolo_rassegna {
	background-color: #D5E3D4;
	height: 28px;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #187E3D;
	padding: 4px 0 0 7px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 19px;
	margin-left: 1px;
	float: left;
	text-align: left;
}
.data_rassegna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 78px;
	height: 24px;
	padding-top: 6px;
	padding-left: 3px;
	text-align: left;
}
.testata_rassegna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 118px;
	height: 24px;
	padding-top: 6px;
	padding-left: 3px;
	text-align: left;
}
.titolo_rassegna {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 24px;
	padding-top: 6px;
	padding-left: 3px;
	text-align: left;
	
}
/* ----------------------------------------------------------------------------------------------*/
/*-- NAVIGATOR-- */
/* ----------------------------------------------------------------------------------------------*/
#navigator {
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187E3D;
	font-weight: normal;
	text-decoration: none;
	border: none;
	text-align: center;
}
#rassegna_stampa a{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #187E3D;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
#rassegna_stampa a:hover{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA CHI SIAMO -- */
/* ----------------------------------------------------------------------------------------------*/	
.nome_chisiamo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ruolo_chisiamo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 30px;
}
/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA CONTATTI -- */
/* ----------------------------------------------------------------------------------------------*/
.contatti_sx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	text-align: left;
	height: 18px;
	width: 105px;
	padding-top: 5px;
	padding-left: 3px;
	margin-left: 1px;
}
.contatti_dx {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	text-align: left;
	height: 18px;
	width: 300px;
	padding-top: 5px;
	padding-left: 3px;
	margin-left: 1px;
}
.input_contatti {
	width: 270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #187E3D;
	border: 1px solid #187E3D;
}
.input_text {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #187E3D;
	border: 1px solid #187E3D;
}
.bt_contatti {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bt_contatti_little {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA CONVENZIONI -- */
/* ----------------------------------------------------------------------------------------------*/
#convenzioni a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #187E3D;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
#convenzioni a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #cc0000;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA GALLERY -- */
/* ----------------------------------------------------------------------------------------------*/
#gallery a {
	text-decoration: none;
	border: none;
}
#gallery a:hover {
	text-decoration: none;
	border: none;
}
.foto_gallery {
	float: left;
	width: 183px;
	text-align: center;
	padding: 7px 0;
}
/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA DOCUMENTI -- */
/* ----------------------------------------------------------------------------------------------*/
#download a {
	text-decoration: none;
	border: none;
}
#download a:hover {
	text-decoration: none;
	border: none;
}
.document {
	float: left;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA CATEGORIE -- */
/* ----------------------------------------------------------------------------------------------*/
#categorie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #187E3D;
}
#categorie a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #187E3D;
	text-decoration: none;
	border-bottom: 1px dotted #187E3D;
	font-weight: bold;
}
#categorie a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	text-decoration: none;
	border-bottom: 1px dotted #CC0000;
	font-weight: bold;
}
.wrap-cat {
	width: 600px;
	height: 80px;
	background-color:#00CC66;
}
.img-cat {
	width: 130px;
	float: left;
	margin: 4px 10px 4px 0;
	text-align: center;
}
/* ----------------------------------------------------------------------------------------------*/
/*-- PAGINA STAMPA LOCALE -- */
/* ----------------------------------------------------------------------------------------------*/
#stampa_locale a {
	text-decoration: none;
	border: none;
}
#stampa_locale a:hover {
	text-decoration: none;
	border: none;
}
/* ----------------------------------------------------------------------------------------------*/
/*-- LOGIN -- */
/* ----------------------------------------------------------------------------------------------*/
#login {
	background-image: url(../images/login.jpg);
	background-repeat: no-repeat;
	background-color: #305234;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	text-align: right;
	padding: 3px 0 0 10px;
	}
#login em{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff0000;
	font-style: normal;
	font-weight: bold;
	}
.input_login {
	width: 74px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DBDCE2;
	border: none;
	background-image: url(../images/bg_login.gif);
	background-repeat: no-repeat;
	background-color: #305234;
	padding: 3px 2px 3px 26px;
	}
.input_password {
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DBDCE2;
	border: none;
	background-image: url(../images/bg_password.gif);
	background-repeat: no-repeat;
	background-color: #305234;
	padding: 3px 2px 3px 20px;
	}
/* ----------------------------------------------------------------------------------------------*/
/* STILE PER GALLERIA FOTOGRAFICA */
/* ----------------------------------------------------------------------------------------------*/
#CB_ShowTh, #CB_Thumbs2, #CB_Thumbs, .CB_RoundPixBugFix, #CB_Padding, #CB_ImgContainer, #CB_PrevNext, #CB_ContentHide, #CB_LoadingImage, #CB_Text, #CB_Window, #CB_Image, #CB_TopLeft, #CB_Top, #CB_TopRight, #CB_Left, #CB_Content, #CB_Right, #CB_BtmLeft, #CB_Btm, #CB_BtmRight, #CB_Prev, #CB_Next, #CB_Prev:hover, #CB_Next:hover, #CB_CloseWindow, #CB_SlideShowS, #CB_SlideShowP, #CB_SlideShowBar, #CB_Email {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0px;
}
#CB_iFrCont {
	position: absolute;
	width: 0px;
	height: 0px;
}
#CB_HiddenText {
	position: absolute;
	visibility: hidden;
	z-index: -1000;
	top: -100px;
	left: -1000px;
}
.CB_Sep {
	color: #bbb;
}
.CB_TnThumbs {
	width: 0px;
	height: 0px;
	border: 0px;
	outline-style: none;
	outline: 0px;
	padding: 0;
	margin: 0;
	visibility: hidden;
}
.CB_BtmNav {
	position: relative;
	top: 4px;
	border: 0;
	padding: 0px 0px 0px 3px;
}
#CB_ImgHide {
	position: absolute;
	visibility: hidden;
	z-index: 1098;
	left: 0px;
}
#CB_ShowTh {
	width: 100%;
	height: 20%;
	visibility: hidden;
	position: absolute;
	z-index: 1097;
	bottom: 0px;
	left: 0px;
}
#CB_Thumbs {
	display: none;
	height: 62px;
	padding-top: 10px;
	position: absolute;
	z-index: 1100;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
}
#CB_Thumbs2 {
	margin: auto 0;
	height: 52px;
	position: absolute;
}
.CB_ThumbsImg {
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
}
.CB_RoundPixBugFix {
	display: block;
	visibility: hidden;
	font-family: arial;
	font-size: 1pt;
}
#CB_ImgContainer {
	position: relative;
	width: 100%;
}
#CB_PrevNext {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1002;
}
#CB_NavPrev, #CB_NavNext {
	visibility: hidden;
	position: absolute;
	z-index: 1001;
	top: 47%;
	cursor: pointer;
}
#CB_NavPrev {
	left: 18px;
}
#CB_NavNext {
	right: 15px;
}
#CB_ContentHide {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}
#CB_LoadingImage {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
	visibility: hidden;
}
#CB_Text {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#CB_T1 {
	height: 14px;
	white-space: nowrap;
	position: relative;
}
#CB_T2 {
	margin-top: -1px;
}
#CB_TL {
	position: relative;
	background-color: #fff;
	display: none;
}
#CB_Window {
	left:50%;
	position:absolute;
	top:50%;
	visibility:hidden;
	z-index: 1100;
	border-collapse: separate;
}
#CB_Image {
	position: relative;
}
#CB_iFrame {
	position: absolute;
	width: 0px;
	height: 0px;
	z-index: 1003;
}
#CB_TopLeft {
	background-image:url(../images/s_topleft.png);
	background-position:right bottom;
}
#CB_Top {
	background-image:url(../images/s_top.png);
	background-position:left bottom;
}
#CB_TopRight {
	background-image:url(../images/s_topright.png);
	background-position:left bottom;
}
#CB_Left {
	background-image:url(../images/s_left.png);
	background-position:right top;
}
#CB_Content {
	background-color: #fff;
}
#CB_Right {
	background-image:url(../images/s_right.png);
	background-position:left top;
}
#CB_BtmLeft {
	background-image:url(../images/s_btmleft.png);
	background-position:right top;
}
#CB_Btm {
	background-image:url(../images/s_btm.png);
	background-position:left top;
}
#CB_BtmRight {
	background-image:url(../images/s_btmright.png);
	background-position:left top;
}
#CB_Prev, #CB_Next {
	background: transparent url(../images/blank.gif) no-repeat scroll 0%;
	display: block;	
	width: 49%;
	cursor: pointer;
	outline-style: none;
	outline: 0px;
	z-index: 1102;
}
.CB_TextNav {
	text-decoration: underline;
	padding-right: 5px;
	color: #999;
	outline-style: none;
	outline: 0px;
	cursor: pointer;
	border: none;
}
.CB_TextNav:hover {
	text-decoration: underline;
	color: #555;
	border: none;
}
#CB_Prev {
	float: left;
	left: 0px;
}
#CB_Next {
	float: right;
	left: 0px;
}
#CB_Prev:hover {
background:transparent;
}
#CB_Next:hover {
background:transparent;
}
#CB_CloseWindow {
	position: absolute;
	right: -14px;
	top: -10px;
	z-index: 1104;
	cursor: pointer;
}
#CB_SlideShowS, #CB_SlideShowP {
	position: absolute;
	left: -11px;
	top: -10px;
	z-index: 1104;
	cursor: pointer;
}
#CB_SlideShowBar {
	background-color: #fff;
	width: 0px;
	position: absolute;
	height: 2px;
	display: none;
	z-index: 1102;
}
#CB_Email {
	position: absolute;
	right: 15px;
} 