/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body { 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #6e6e6e;
	background: #f6ffe7 url(body.jpg) no-repeat top center;
	height: 100%;
}

/* LAYOUT */
#adminbar {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 18px;
	background: #f0f0f0;
	font-size: 13px;
	text-align: center;
	z-index: 9;
}

#container { 
	margin: 0px auto 0px auto;
	width:900px;
	height: auto
	position:relative;
	z-index: 1;
}

#header {
	width: 100%;
	height: 230px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#header .logo {
	width: 247px;
	height: 65px;
	background: transparent url(logo.png) no-repeat;
	position: absolute;
	top: 55px;
	left: 50px;
}
#header .slogan {
	width: 380px;
	height: 83px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#header .slogan h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: normal; 
	color: #0b499c;
	font-size: 16px;
	text-align: left;
	margin: 6px 0px 0px 25px;
	letter-spacing: 2px;
}
#header .slogan h2 span {
	color: #67bd49;
}

/* CLOUDS */

#cloud1 {
	position: absolute;
	top: 1px;
	left: 100px;
	width: 62px;
	height: 37px;
	background: transparent url(cloud1.png) no-repeat 0px 0px;
}
#cloud2 {
	position: absolute;
	top: 10px;
	right: 340px;
	width: 104px;
	height: 64px;
	background: transparent url(cloud2.png) no-repeat 0px 0px;
}

/* NAV */

#menu {
	width: 450px;
	height: 45px;
	position: absolute;
	bottom: 100px;
	right: 0px;
}
#menu a {
	display: block;
	text-indent: -9999em;
	float: left;
	cursor: pointer;
}
#menu a.home {
	width: 45px;
	height: 45px;
	background: transparent url(menu/home.png) no-repeat 0 0;
	margin-right: 8px;
	margin-left: 1px;
}
#menu a.ambiente {
	width: 165px;
	height: 45px;
	background: transparent url(menu/ambiente.png) no-repeat 0px -45px;
	margin-right: 8px;
}
#menu a.sicurezza {
	width: 165px;
	height: 45px;
	background: transparent url(menu/sicurezza.png) no-repeat 0px -45px;
	margin-right: 8px;
}
#menu a.contatti {
	width: 45px;
	height: 45px;
	background: transparent url(menu/contatti.png) no-repeat 0 0;
}
#menu a:hover {
	background-position: 0px 0px;
}

#menu a.active { 
	color: #ffffff;
}
		
#menu a:hover {
	color: #ffffff;
}

/* CONTENT */

#content {
	width: 100%;
	min-height: 400px;
	position: relative;
	padding-top: 5px;
}
#center {
	width: 100%;
	height: auto;
}
#left {
	width: 380px;
	height: auto;
	float: left;
}
div#left .contact-label {width:75px; float:left; clear:both; font-size: 12px; color: #492b23;}
div#left .contact-info {width:250px; float:left; font-size: 12px; color: #492b23;}
#right {
	width: 450px;
	height: auto;
	float: right;
}
#fumetto {
	width: 450px;
	height: 150px;
	float: right;
	margin-bottom: 10px;
}
div.amb {
	position: absolute;
	top: -95px; right: 227px;
	width: 220px;
	height: 277px;
	z-index: 999;
	background: transparent url(amb.png) no-repeat top;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}
div.sic {
	position: absolute;
	top: -95px; right: 0px;
	width: 220px;
	height: 277px;
	z-index: 999;
	background: transparent url(sic.png) no-repeat top;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}
a.close {
	position: absolute;
	bottom: 0px;
	right: -5px;
	display: block;
	background: transparent url(close.png) no-repeat;
	width: 32px;
	height: 32px;
	text-indent: -999em;
}
/* MISC */

img { border: none; }

.clear { clear: both; }

ul {
	width: auto;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 0px;
}
li {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	color: #bcbcbc;
}

ul#servizi {
	width: auto;
	height: auto;
	list-style: none;
	margin: 35px 5px 0px 5px;
	padding: 0px;
}
ul#servizi li.amb {
	margin: 2px 0px 2px 0px;
	padding: 5px 25px 5px 5px;
	font-size: 13px;
	border-bottom: 1px solid #f6ffe7;
	text-align: right;
	color: #492b23;
	background: transparent url(arrow_left.png) no-repeat right;
}
ul#servizi li.sic {
	margin: 2px 0px 2px 0px;
	padding: 5px 5px 5px 25px;
	font-size: 13px;
	border-bottom: 1px solid #f6ffe7;
	color: #492b23;
	background: transparent url(arrow_right.png) no-repeat left;
}
ul#servizi li.sic a:hover {
	padding-left: 3px;
}
ul#servizi li.amb a:hover {
	padding-right: 3px;
} 
/* NEWS */

h3.news {
	width: 430px;
	height: auto;
	padding: 10px;
	margin: 5px 0px 2px 0px;
	background: #eefad4;
	color: #0b499c;
}
      #news {
        list-style: none;
        width: 450px;
        height: 120px;
        border-top: 1px solid #eee;
        margin: 0px;   
        float: left;
        position: relative;
      }
      #news li {
        border-bottom: 1px solid #98ce4b;
        position: relative;
        background: none;
        padding: 0;
        margin: 0;
        float: none;
        width: auto;
        height: 40px;
      }
      #news div p {
      	line-height:1.2;font-size:12px;
      }
      #news li a {
        color: #492b23;
        display: block;
        padding: 10px;
        text-decoration: none;
        border: 0;
        /* IE is the myspace of browsers! */        
        position: relative;
        height: 1%;
        /* /IE */
      }
      #news li a:hover { 
        background: #eefad4; 
        color: #0b499c;
      }
      #news li a span {
        position: absolute;
        left: -35px;
        top: 50%;
        margin: -4px 0 0;
        height: 8px;
        width: 24px;
        background: url(arrow.png) 0 0 no-repeat;
        display: none;
      }
      /* 
        In this example there is now IE6 specific Style Sheet but if there was
        this hack would go there. Just for the record I do not reccomend using '* html' hack.
        Done and done.
      */  
      * #news li a span {
        background: url(arrow.gif) 0 0 no-repeat;
      }

/* TYPE */
a { 
	color: #516064;
	text-decoration: none;	
}

a:hover { 
	color: #0b499c;
	text-decoration: none;	
}

a:active, a:focus{ 
   outline:0;
}

p {
	font-size: 13px;
	text-align: justify;
	line-height:  1.9;
	padding: 0px;
	font-weight: 400;
	color: #492b23;
}
p.titolo { 
	color: #516064;
	font-size: 32px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 1.0;
}
span.evidence {
	text-transform: uppercase;
	color: #ff0084;
	font-size: 18px;
}
h1 {
	width: 440px;
	height: 30px;
	position: absolute;
	top: -55px;
	right: 0px;
	font-size: 22px;
	margin: 5px 0px 10px 0px;
	color: #0b499c;
}
h1 a {
	color: #0b499c;
}

/* SECTIONS */

div#sections_navigation
{
    width: 100%;
    height: 100%;
    text-align: right;
    border-top: 1px dotted gray;
    border-bottom: 1px dotted gray;
    margin-bottom: 10px;
    padding: 0px;
    display: none;
}
div.OtkPagesList
{
    width: 96%;
    border-bottom: 1px solid #ccc;
    margin: 5px 0px 10px 0px;
    padding-bottom: 5px;
}
#img_associata
{
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
	width: 99%;
}
div#menu_article, div#section_description
{
	width: 160px;
	height: auto;
	float: none;
	padding-top: 0px;
	text-align: left;
	margin:0px;
	font-size: 12px;
	float: right;
}
ul#sections_articles_archive
{
	list-style: none;
	width: 150px;
	position: absolute;
	top: 40px; right: 0px;
}
#sections_articles_archive li
{
	font-size: 13px;	
}

#list_sections {
        list-style: none;
        width: 380px;
        border-top: 1px solid #eee;
        margin: 0px;   
        float: left;
        position: relative;
      }
      #list_sections li {
        border-bottom: 1px solid #98ce4b;
        position: relative;
        background: none;
        padding: 0;
        margin: 0;
        float: none;
      }
      #list_sections li a {
        color: #492b23;
        display: block;
        padding: 10px;
        text-decoration: none;
        border: 0;
        font-size: 16px;
        /* IE is the myspace of browsers! */        
        position: relative;
        height: 1%;
        /* /IE */
      }
      #list_sections li a:hover { 
        background: #eefad4; 
        color: #0b499c;
      }
      #list_sections li a span {
        position: absolute;
        left: -35px;
        top: 50%;
        margin: -4px 0 0;
        height: 8px;
        width: 24px;
        background: url(arrow.png) 0 0 no-repeat;
        display: none;
      }
      
div.sections_articles {
	float: left;
	width: 350px;
	height: 100%;
	font-size: 12px;
}
.sections_info {
	margin-top: 30px;
	float: left;
	font-size: 11px;
}
img.sections_article_img
{
	border: 1px solid #ccc;
	padding: 2px;
	margin: 0px 5px 0px 0px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#data_article img
{
	text-align: center;
}
    form fieldset iframe.otk_input_file
	{
	width: 99%;
	float: left;
	height: 75px;
	border: none;
	overflow: hidden;
	text-align: left;
	margin-right: 25px;
	margin-top: 10px;
	}
	#otk_upload_img_wrapper
	{
		position: relative;
	}
	#otk_upload_img_preview_wrapper img
	{
		position: absolute;
		top: -30px;
		right: -5px;
	}
    #section_rss
    {
    	display: none;
    }
    div.sections
    {
        clear: right;
        width: 100%;
    }
    div.sections div.section
    {
        width: 100%
        padding: 5px;
        border-bottom: 1px dashed gray;
        font-size: 12px;
        text-align: left;
    }
    div.sections img.section
    {
        margin-right: 5px;
        width: 100%;
    }
    div.sections div.section_description
    {
        font-size: 8px !important;
        text-align: left;
        width: 100%;
    }
    div.subsections
    {
		height: auto;
		float: none;
		padding-top: 0px;
		text-align: left;
		margin:0px;
		font-size: 12px;
		float: right;
    }
    div.section
    {
        font-size: 12px;
        text-align: left;
    }
    div.subsections img.section
    {
        margin-right: 5px;
    }
    div.subsections div.section_description
    {
        font-size: 8px !important;
        text-align: left;
    }
    ul#sections_articles_archive
    {
    	clear: left;
    	margin-top: 10px;
    }
    div.sections_articles
    {
        margin-top: 0px;
    }
    div#section_description {
    	width: 430px;
    	position: absolute;
    	top: -25px;
    	right: 0px;
    	margin: 0px;
    	padding: 10px;
    	text-align: justify;
    	line-height: 2.0;
    	background: #f6ffe7;
    }
    div.sections_articles div.sections_article
    {
        height: auto;
        text-align: left;
        margin: 5px 0px 5px 0px;
    }
    div.sections_articles img.sections_article
    {
        margin: 0px 5px 5px 0px;
        padding: 4px;
        float: left;
        border: none;
    }
    div.sections_articles div.sections_article_description
    {
        float: none;
    }
    div.sections_articles div.sections_article_info
    {
        margin-left: 10px;
        float: none;
        font-size: 10px !important;
        text-align: left;
    }
    div.sections_articles div.sections_article_info2
    {
        float: none;
        font-size: 10px !important;
        text-align: left;
        margin: 2px 0px 2px 0px;
        border-bottom: 1px solid #ccc;
        padding: 0px 0px 5px 0px;
    }
    div.sections_articles div.sections_article_tags
    {
        display: none;
        float: none;
        font-size: 9px !important;
        text-align: left;
        margin-left: 10px;
    }   
   	table.sections_articles
   	{
   		width: 560px;
		height: auto;
		border-right: 1px solid #c0c0c0;
		font-size: 12px;
		float: left;
		padding-right: 20px;
   	}
   	table.sections_articles td
   	{
   		border: none;
   		margin: 0px;
   		padding: 0px;
   		padding: 5px 0px 5px 15px;
   	}
   	table.sections_articles img
   	{
   		border: 1px solid #ccc;
   		padding: 3px;
   		border-radius: 5px;
		-khtml-border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;

   	}
    div.sections_article_text
    {
        float: left;
        width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
    }
    div.sections_article_text img
    {
        margin: 0px 5px 5px 0px;
        padding: 5px;
    }
    div.sections_article_description
    {
        width: 430px;
    	position: absolute;
    	top: -25px;
    	right: 0px;
    	margin: 0px;
    	padding: 10px;
    	text-align: justify;
    	line-height: 2.0;
    	background: #f6ffe7;
    }
    div.sections_article_info
    {
        float: left;
        width: auto;
        margin: 0px 0px 5px 0px;
        font-size: 10px;
        text-align: left;
    }
    div.sections_article_tags
    {
        float: left;
        width: 98%;
        margin-bottom: 10px;
    }
    div#sections_article_comments_wrapper
    {
        display: none;
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    /* comments */
    div.sections_article_comment
    {
        border: 1px dashed ccc;
        background-color: #f1f1f1;
        text-align: left;
        width: 99%;
        padding: 5px;
    }
    div.sections_article_comment div.section_article_comment_info
    {
        font-size: 8px;
        font-style: italic;
    }
    div.sections_article_comment_children
    {
        padding: 20px;
    }
    div.sections_article_comment_children a.no_targetting
    {
        border: 1px solid gray;
    }
    
/* forms */
form {
    vertical-align: middle;
}
fieldset
{
   
}
legend
{

}
input[type="text"]  
{  
	width: 98%;
	border: 1px solid #ccc;
	padding: 3px;  
}
textarea  
{  
	width: 98%;  
	height: 200px;
	border: 1px solid #ccc;
	padding: 3px; 
}
optgroup
{
    font-style: italic;
}
form fieldset div div#otk_friends_list
{
    width: 65%;
    float: right;
    text-align: right;
}

/* validation */
.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	
}
input.validation-failed, input[type="file"].validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #37a705;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	color : #FF3300;
	font-weight: normal;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;

}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

/* label and input used for forms */ 
td.label  
{  
	vertical-align: top;
	width: 20%;  
	text-align: left;  
}  
td.input  
{  
	vertical-align: top;
	width: 80%;  
	text-align: left;
	border: 1px solid #ccc;
	padding: 3px;  
}
   
/* footer*/

div#footer
{
    clear: both;
    width: 100%;
    height: 230px;
    background: #0a459b url(footer.jpg) no-repeat top;
}
div#footer div.center {
	width: 900px;
	margin: 25px auto 0px auto;
	padding-top: 50px;
}
div#footer div.center div.right {
	width: 445px;
	float: right;
	margin-top: -5px;
}
div#footer div.center div.left {
	width: 450px;
	float: left;
	margin-top: -10px;
}
div#footer div.center p {
	color: #799fd5;
	line-height: 1.5;
	font-size: 12px;
	font-family: "Helvetica Neue-Ultra-Light", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
}
div#footer div.center a {color: #799fd5;}
div#footer div.center a:hover {color: #f0f0f0;}
div#footer div.center .contact-label {width:75px; float:left; clear:both; font-size: 12px; color: #799fd5;}
div#footer div.center .contact-info {width:350px; float:left; font-size: 12px; color: #668abd;}

/* tables */
table
{
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #505050;
}
tr
{
    padding: 0px;
    margin: 0px;
    border: none;
}
th
{
    border: 1px solid #B9B9B9;
    background-color: #F5F5F5;
    padding: 2px;
    margin: 0px;
    font-size: 9pt;
    font-family: Verdana, sans-serif;
    line-height: 1.2;
    text-align: center;
    font-weight: bolder;
}
td
{
    border: 1px solid #B9B9B9;
    font-size: 9pt;
    padding: 2px;
    margin: 0px;
    font-family: Verdana, sans-serif;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
}
table.section
{
    float: right;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
    width: 230px;
    padding: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: none;
}
table.section td
{
    border: none;
    padding: 0px;
    margin: 0px;
    font-family: Verdana, sans-serif;
    text-align: center;
    font-weight: normal;
}
table.section th
{
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 9pt;
    font-family: Verdana, sans-serif;
    text-align: center;
    font-weight: bolder;
}
table.section img
{
    padding: 5px;
    margin: 5px;
    border: 1px solid #ccc;
}
table.section img:hover
{
    padding: 5px;
    margin: 5px;
    border: 1px dashed #ccc;
}
div.links
{
    width: 99%;
    padding: 2px;
    margin: 0px;
    font-size: 9pt;
    font-weight: bolder;
    font-family: Verdana, sans-serif;
    line-height: 1.2;
    text-align: left;
    color: #505050;
}
/* h5 opposite h3 (right link) */


/* block of quote or code */
blockquote
{
    border: 1px solid #B9B9B9;
    margin: 4px;
    padding: 2px;
    background-color: #DDDDDD;
    text-align: left;
}
q
{
    font-style: italic;
}
div.quote /* backwards compatibility */
{
    border: 1px solid #B9B9B9;
    margin: 4px;
    padding: 2px;
    background-color: #DDDDDD;
    text-align: left;
}
div.code
{
    border: 1px solid #B9B9B9;
    margin: 4px;
    padding: 2px;
    background-color: #DDDDDD;
    text-align: left;
}
/* hidden text (for screen readers) */
.hidden
{
    display: none;
}
/* smile and evidence */
span.smile
{
    padding: 2px;
}
span.evidence
{
    color: #0000CC;
    font-weight: bolder;
}
/* small link (used for partner) */
a.partner
{
    color: #808080;
    text-decoration: none;
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    line-height: 1.2;
    text-align: center;
    font-weight: normal;
}
/* link for button and button which open new windows */
a.button_blank
{
    color: #006699;
    text-decoration: none;
}
a.button
{
    color: #006699;
    text-decoration: none;
}
/* element without margin, padding and border (collapsed images) */
.null
{
    background-color: inherit;
    padding: 0px;
    border: none;
    margin: 0px;
}
/* positive and negative span (for example 'online' and 'offline') */
.positive
{
    color: #00CC00;
    text-align: left;
}
.negative
{
    color: #CC0000;
    text-align: left;
}
/* color of error messages */
.error
{
    color: #CC0000;
}
/* ajax */
div.ajax_window
{
    width: 200px;
    height: 200px;
    position: absolute;
    top: 20px;
    height: 20px;
    border: 1px solid gray;
}
/* otk */
    div.otk_html_bar
    {
    width: 65%;
    }
    div.otk_html_tag_short
    {
        width: 27px;
        height: 18px;
        float: right;
        background-image: url(tag/short.png);
        margin: 2px;
        border: none;
        padding: 4px 4px 3px 4px;
        font-size: 18px;
        font-weight: normal;
        font-family: Verdana, sans-serif;
        line-height: 1;
        text-align: center;
    }
    div.otk_html_tag_long
    {
        width: 52px;
        height: 18px;
        float: right;
        background-image: url(tag/long.png);
        margin: 2px;
        border: none;
        padding: 4px 4px 3px 4px;
        font-size: 18px;
        font-weight: normal;
        font-family: Verdana, sans-serif;
        line-height: 1;
        text-align: justify;
    }
    div.otk_html_color_map
    {
        border: 1px solid #000000;
        width: 112px;
        float: right;
    }
        div.otk_html_color_column
        {
        width: 16px;
        height: 64px;
        float: left;
        }
        div.otk_html_color
        {
            width: 16px;
            height: 16px;
            margin: 0px;
            padding: 0px;
        }
        a.otk_html_color:link, a.otk_html_color:visited, a.otk_html_color:active, a.otk_html_color:hover
        {
            display: block;
            width: 16px;
            height: 16px;
            padding: 0px;
            margin: 0px;
            font-size: 14px;
            text-decoration: none;
        }
    div.otk_html_smiles
    {
    float: left;
    width: 50%;
    }
    div.otk_html_smiles a
    {
    }
   
    div.otk_pages_list
    {
        width: 100px;
        float: left;
        margin-right: 500px;
    }

/* prototype window library */
.overlay_pink {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.pink_nw {
	background: transparent url(window_pink/left-top.gif) no-repeat 0 0;			
  width:10px;
  height:25px;
  border: none;
}

.pink_n {
  background: transparent url(window_pink/top-middle.gif) repeat-x 0 0;			
  height:25px;
}

.pink_ne {
  background: transparent url(window_pink/right-top.gif) no-repeat 0 0;			
  width:10px;	  
  height:25px;
  border: none;
}

.pink_w {
  background: transparent url(window_pink/frame-left.gif) repeat-y top left;			
  width:7px;
  border: none;
}

.pink_e {
  background: transparent url(window_pink/frame-right.gif) repeat-y top right;			
  width:7px;
  border: none;	  
}

.pink_sw {
  background: transparent url(window_pink/bottom-left-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  border: none;
}

.pink_s {
  background: transparent url(window_pink/bottom-middle.gif) repeat-x 0 0;			
  height:7px;
  border: none;
}

.pink_se, .pink_sizer  {
  background: transparent url(window_pink/bottom-right-c.gif) no-repeat 0 0;			
  width:7px;
  height:7px;
  border: none;
}

.pink_sizer {
	cursor:se-resize;	
}

.pink_close {
	width: 23px;
	height: 23px;
	background: transparent url(window_pink/button-close-focus.gif) no-repeat 0 0;
	border: none;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.pink_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(window_pink/button-min-focus.gif) no-repeat 0 0;
	border: none;			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
	z-index:1000;
}

.pink_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(window_pink/button-max-focus.gif) no-repeat 0 0;
    border: none;			
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
	z-index:1000;
}

.pink_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.pink_content {
	overflow:auto;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
  font: 12px arial;
	background:#FDFDFD;
}

/* For alert/confirm dialog */
.pink_window {
	border:1px solid #F00;	
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.pink_message {
  font: 12px arial;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}

.pink_buttons {
	text-align:center;
	width:100%;
}

.pink_buttons input {
	width:20%;
	margin:10px;
}

.pink_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	border: none;
	background: #FFF url('alert/progress.gif') no-repeat center center
}

.pink_wired_frame {
	background: #FFF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;	
}




.overlay_dialog {
    background-color: #666666;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

.dialog_nw {
    width: 9px;
    height: 23px;
    background: transparent url(default/top_left.gif) no-repeat 0 0;       
}

.dialog_n {
    background: transparent url(default/top_mid.gif) repeat-x 0 0;   
    height: 23px;
}

.dialog_ne {
    width: 9px;
    height: 23px;
    background: transparent url(default/top_right.gif) no-repeat 0 0;       
}

.dialog_e {
    width: 2px;
    background: transparent url(default/center_right.gif) repeat-y 0 0;   
}

.dialog_w {
    width: 2px;
    background: transparent url(default/center_left.gif) repeat-y 0 0;       
}

.dialog_sw {
    width: 9px;
    height: 19px;
    background: transparent url(default/bottom_left.gif) no-repeat 0 0;           
}

.dialog_s {
    background: transparent url(default/bottom_mid.gif) repeat-x 0 0;       
    height: 19px;
}

.dialog_se {
    width: 9px;
    height: 19px;
    background: transparent url(default/bottom_right.gif) no-repeat 0 0;           
}

.dialog_sizer {
    width: 9px;
    height: 19px;
    background: transparent url(default/sizer.gif) no-repeat 0 0;   
    cursor:se-resize;   
}

.dialog_close {
    width: 14px;
    height: 14px;
    background: transparent url(default/close.gif) no-repeat 0 0;           
    position:absolute;
    top:5px;
    left:8px;
    cursor:pointer;
    z-index:2000;
}

.dialog_minimize {
    width: 14px;
    height: 15px;
    background: transparent url(default/minimize.gif) no-repeat 0 0;           
    position:absolute;
    top:5px;
    left:28px;
    cursor:pointer;
    z-index:2000;
}

.dialog_maximize {
    width: 14px;
    height: 15px;
    background: transparent url(default/maximize.gif) no-repeat 0 0;           
    position:absolute;
    top:5px;
    left:49px;
    cursor:pointer;
    z-index:2000;
}

.dialog_title {
    float:left;
    height:14px;
    font-family: Tahoma, Arial, sans-serif;
    font-size:12px;
    text-align:center;
    width:100%;
    color:#000;
}

.dialog_content {
    overflow:auto;
    color: #DDD;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 10px;
    background-color:#123;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
    display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* DO NOT CHANGE THESE VALUES*/
.dialog {
    display: block;
    position: absolute;
}

.dialog table.table_window  {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
    margin: 0px;
    padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th {
  padding: 0;
}

.dialog .title_window {
  -moz-user-select:none;
}

/* lightbox */
#lightbox{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
    }

#lightbox a img{ border: none; }

#outerImageContainer{
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    }

#imageContainer{
    padding: 10px;
    }

#loading{
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
    }
#hoverNav{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
    width: 49%;
    height: 100%;
    background: transparent url(lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
    display: block;
    }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%   
    }

#imageData{    padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }   
#imageData #caption{ font-weight: bold;    }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }           
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }   
       
#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
    background-color: #000;
    }

