img { border:none;}

/* BUTTONS*/

.content_box h2, .content_box h3, .content_box h4, .content_box h5 { margin:0px; }
.content_box h1 { margin-bottom: 10px; }

a.more { background:url(../img/bullet_more1.gif) right 50% no-repeat; color:#999999; font-size:10px; line-height:190%; padding:3px 20px 3px 0px;}
a.more2 { background:url(../img/bullet_more2.gif) left 8px no-repeat; color:#000000; font-size:11px; line-height:100%; padding:3px 0px 3px 10px; }
a.more3 {color: #BB0025; padding:0px 5px 0px 5px; text-decoration:none; white-space:nowrap; }

a.goleft { background:url(../img/button_left.gif) right 50% no-repeat; color:#999999; font-size:10px; line-height:190%; padding:3px 20px 3px 0px;}
a.goright { background:url(../img/button_right.gif) right 50% no-repeat; color:#999999; font-size:10px; line-height:190%; padding:3px 20px 3px 0px;}

a.link1 { background:url(../img/bullet_more2.gif) left 8px no-repeat; color:#000000; font-size:12px; padding:3px 0px 3px 10px; display:block}

a.link2_active { background:url(../img/bullet_collapse.gif) left 8px no-repeat; color:#000000; font-size:18px; line-height:100%; padding:3px 0px 3px 15px; color:#BB0025; display:block}
a.link2_inactive { background:url(../img/bullet_expand.gif) left 4px no-repeat; color:#000000; font-size:12px; line-height:100%; padding:3px 0px 3px 15px; color:#000000; display:block}

.button_large {  background:url(../img/button_large_bg1.gif) no-repeat left 0px; margin:auto}
.button_large a { background:url(../img/button_large_bg2.gif) no-repeat right 0px; color:#BB0025; display:block; font-size:12px; text-decoration:none; font-weight:bold; padding:6px 5px 6px 5px; }
.button_large a:hover{text-decoration:underline; }
IFRAME { background-color: transparent;}


/* -----------*/

body.main {
	background: #085A7A;
    }
body {
    }
    
    body,body.main,html {
        height: 100%;
    }
IFRAME.content{
	width: 800px; height: 410px;
	}

div.content{

	max-height:410px;
	height: 410px;
	width:800px;
	overflow: hidden;
	}
	
div.closebutton{
	position: absolute; top: 108px; left: 834px; 
	width: 53px; height: 53px; cursor: pointer;
	background: url(../img/closebutton.png) no-repeat;
	}

div.logoart{
	position: absolute;
	top:0px;
	left:10px;

	}
	
/*************** FLEXCROLL styles **************/
#mycustomscroll {
/* Typical fixed height and fixed width example */
	height:410px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;

}

	
	/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:26px;
background: url(../img/vscrollbg.png) no-repeat 6px 4px;
}
.vscrollerbar {
background-image: url(../img/scrollbar.png);
width: 26px;
/* following is the bit that allows us fixed height scrollbars */
height: 26px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-image: url(../img/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 0px;}
.hscrollerbar {height: 0px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}


#standard-website {
	position: fixed;
	z-index: 0;
	background-color: #085A7A;
	overflow: inherit;
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}

#flash-website {
	position:relative;
	z-index:1;
	width: 100%;
	height: 100%;
}

#website{
	width: 100%;
	height: 100%;
}

.vote-box {
	margin: 2px;
	padding: 2px;
	height: 180px;
	width: 140px;	
}
	.vote-box p {
	 padding: 3px;	
	}
	.vote-box input {
		margin-right: 3px;
	}
	
.sonda-button {
	display: block;
	text-align: center;
}

.sonda-box a {
	color: #c0c0c0;
}

/* banner popup */
#bannerPopup{ position:absolute; margin:auto; z-index:1000000; text-align:center; }
	.bannerPopupSwf{ border:0px solid #000000; }
	.bannerPopupImg{ border:1px solid #aaaaaa; padding:2px; background:#FFFFFF; }
#bannerPopupClose{
	position:absolute;
	top:-18px;
	right:-1px;
	padding:2px 6px 2px 6px;
	color:#FFF;
	font-weight:bold;
	font-size:10px;
	background-color: #09F;
}
#bannerPopupClose a{ color:#ffffff; text-decoration:none; }
#bannerPopupClose a:hover{
	color:#93D3FF;
	text-decoration:none;
}
