﻿* {
	margin : 0;
	padding : 0;
background : no-repeat;
}

a {
	text-decoration : none;
	color : #3366cc;
}

a:hover {
	text-decoration : underline;
	color : #0066ff;
}

a.side, #left-side a, #right-side a {
	text-decoration : none;
	color : #ccc;
}


body {
	background : #444;
	color : #444;
	font : normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin : 10px;
	background-attachment: fixed;
	background-repeat: repeat-y;
}

hr {
	height : 1px;
	color  : #ddd;
	background-color : #ddd;
	border : 0;
	margin : 10px;
}

hr.side-hr {
	height : 1px;
	color  : #000;
	background-color : #000;
	border : 0;
	margin : 10px;
}

.button {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	color : #666;
	background : #eee;
	border : 1px solid #666;
	padding : 3px;
	margin-top : 2px;
}

#left-side .button, #right-side .button {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	color : #ddd;
	background : #0b4061;
	border : 1px solid #000;
	padding : 3px;
	margin-top : 2px;
}

.textbox {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	color : #555;
	background : #f9f9f9;
	border : 1px solid #aaa;
	padding : 3px;
}

#left-side .textbox, #right-side .textbox {
	font-family : "Lucida Sans Unicode",sans-serif;
	font-size : 11px;
	color : #ddd;
	background : #222;
	border : 1px solid #000;
	padding : 3px;
}

.bbcode {
	font-family : "Lucida Sans Unicode",sans-serif;if;
	font-size : 11px;
	background : #f9f9f9;
	border : 1px solid #eee;
	margin-top : 2px;
}

#left-side .bbcode, #right-side .bbcode {
	font-family : "Lucida Sans Unicode",sans-serif;if;
	font-size : 11px;
	background : #0b4061;
	border : 1px solid #000;
	margin-top : 2px;
}

h1 {
	font-size : 13px;
	margin-bottom : 4px;
}

h1,h2,h3 {
	color : #367ea6;
	padding : 0px 0 0 0;
}

.clearer {
	clear : both;
}

.header {
	height : 150px;
	background : #0d4f78 url(http://img96.imageshack.us/img96/8194/headerq.gif) repeat-y;
        
	border-top : 1px solid #718897;
	
	border-bottom : 1px solid #052132;
        border-left : 1px solid #3e6882;
	border-right : 1px solid #06293f;
	
	
}
.xxheader {
background-image:  url(http://img96.imageshack.us/img96/8194/headerq.gif) repeat-x;
	
      height: 150px;
      
}

#title {
	font : bold 30px "Trebuchet MS", verdana, arial, sans-serif;
	color : #f59c02;
	line-height : 28px;
	margin-top : 15px;
}

#title .subtitle {
	font : bold 15px "Trebuchet MS", verdana, arial, sans-serif;
	color : #fff;
}

.main {
	clear : both;
	padding : 8px 8px;
}

.sub-header {
	height : 27px;
	color : #fff;
	font-size : 11px;
	background : #000 url(images/sub-header-bg2.png) center center repeat-x;
}

.sub-header li {
	font-size : 11px;
	display : inline;
}

.sub-header li a {
	float : left;
	color : #fff;
	padding : 6px 11px;
	text-decoration : none;
	border-right : 1px solid #666;
}

.sub-header li a:hover {
	color : white;
	background : transparent url(images/sub-header-bg.png) center center repeat-x;
}

.side-title {
	color : #fff;
	background : #000;
	padding : 3px 4px 4px 4px;
}

.side-body {
	color : #fff;
	background : #0d4f78 url(images/bg-g.gif) repeat-x;
	border-top : 1px solid #718897;
	border-left : 1px solid #3e6882;
	border-right : 1px solid #06293f;
	border-bottom : 1px solid #052132;
	padding : 5px;
	margin-bottom : 5px;
}

#left-side {
	font-size : 11px;
	width : 180px;
}

#right-side {
	font-size : 11px;
	width : 180px;
}

#navigation h2, #left-side h1, #right-side h1 {
	color : #fff;
	font-size : 11px;
	height : 20px;
	margin-top : 6px;
}

#navigation ul {
	border-top : 1px solid #000;
	margin : 0;
	padding : 0;
}

#navigation li {
	font-size : 11px;
	border : 1px solid #000;
	border-top : none;
	list-style : none;
	margin : 0;
}

#navigation li a {
	color : #ccc;
	display : block;
	padding : 3px 6px 3px 4px;
	text-decoration : none;
}

#navigation li a:hover {
	color : #ddd;
	background : #3366cc;
	text-decoration : none;
}

#main-content {
	padding : 0 8px 0 8px;
}

#main-content .title {
	font-size : 12px;
	color : #fff;
	background : #000;
	padding : 3px 4px 4px 4px;
}

#main-content .body {
	font-size : 12px;
	padding : 5px;
	border : 1px solid #eee;
	background : #fff;
	margin-bottom : 8px;
}

#main-content .descr {
	font-size : 12px;
	color : #333;
	margin-bottom : 6px;
}

#main-content .news-footer {
	font-size : 10px;
	color : #333;
	text-align : right;
	margin-top : 12px;
}

#main-content li {
	list-style : url(img/li.gif);
	margin-left : 18px;
}

#footer {
	background : #000;
	border : 1px solid #222;
	color : #ddd;
	font-size : 10px;
	padding : 6px;
}

#footer a {
	color : #bbb;
	text-decoration : none;
}

#footer a:hover {
	color : #ccc;
	text-decoration : underline;
}

.pagenav {
	color : #000;
	font-size: 11px;
	padding: 4px;
}

.pagenav span {
	color : #111;
	background : #eee;
	border: 1px solid #e5e5e5;
	padding: 2px 4px;
	margin: 2px;
}

.pagenav a {
	text-decoration: none;
	color : #777;
	background : #eee;
	border: 1px solid #e5e5e5;
	padding: 2px 4px;
	margin: 2px;
}

.pagenav a:hover {
	text-decoration: none;
	background : #eee;
	color : #111;
	margin: 2px;
}

.news-category {
	border:0;
	margin:3px 5px 0 0;
	float:left;
}

.side-border-left {
	width: 140px;
	color : #000;
	background-image: url(images/side_left.jpg);
	padding : 10px 5px 10px 10px;
}
.side-border-right {
	width: 140px;
	color : #fff;
	background-image: url(images/side_right.jpg);
	padding : 10px 10px 10px 5px;
}

.tbl-border {
	border : 1px solid #eee;
}

.tbl {
	font-size : 11px;
	padding : 4px;
}

.tbl1 {
	font-size : 11px;
	background : #fff;
	padding : 4px;
}

.tbl2 {
	font-size : 11px;
	background : #f1f1f1;
	padding : 4px;
}

.forum-caption {
	font-size : 11px;
	color : #fff;
	background : #000;
	padding : 2px 4px 3px;
}

.quote {
	background : #f9f9f9;
	border : 1px solid #aaa;
	font : normal 11px "Lucida Sans Unicode",serif;
	margin-bottom : 12px;
	padding : 8px 10px;
}

.poll {
	height : 12px;
	border : 1px solid #000;
}

.comment-name {
	color : #3366cc;
}

.shoutboxname {
	color : #ccc;
}

.shoutbox {
	color : #aaa;
}

.shoutboxdate {
	font-size : 9px;
	color : #999;
}

.small {
	font-size : 11px;
	font-weight : normal;
}

.small2 {
	font-size : 11px;
	font-weight : normal;
	color : #888;
}

.side-small {
	font-size : 11px;
}

.side-label {
	font-weight : bold;
	color : #fff;
	padding : 2px;
}
	
.center {margin : 0 auto;}

.center, *[align="center"] {margin : 0 auto;}

.flleft {float : left !important;}

.flright {float : right !important;}

.clear {clear : both;}

/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 120px;
	height: 24px;
	position: relative;
	background: url(http://www.streamgratis.net/StreamingFilm/stelle.png) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:24px;
	height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 24;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(http://www.streamgratis.net/StreamingFilm/stelle.png) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:24px;
}
.star-rating a.two-stars{
	left:24px;
}
.star-rating a.two-stars:hover{
	width: 48px;
}
.star-rating a.three-stars:hover{
	width: 72px;
}
.star-rating a.three-stars{
	left: 48px;
}
.star-rating a.four-stars{
	left: 72px;
}	
.star-rating a.four-stars:hover{
	width: 96px;
}
.star-rating a.five-stars{
	left: 96px;
}
.star-rating a.five-stars:hover{
	width: 120px;
}
img {
	border: none;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 0px;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}


/* bottom nav */
.bottom_nav {
	width: 94%; 
	min-width: 900px;
	margin: 0 20px -2px 30px;
	border: thin solid #666666; 
	text-align: left; 
	padding: 0px 6px 0px 6px; 
	color: rgb(255, 102, 0); 
	position: fixed; 
	bottom: 0px; 
	background-color:#fff; 
	z-index: 100; 
	font-size:0.8em;
	background-image: url(http://static.blogo.it/i/bg_navbar.gif) ;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 11px;
	line-height:16px;
	height:25px;
	}

.ie .bottom_nav {height: 23px;}
/*.ie6 .bottom_nav {height: 13px !important;}*/


.ie .bottom_nav {left: 0%;}

.bottom_nav strong {float: left; margin-right: 10px; font-weight: normal; padding: 4px 0 4px 0; }
.bottom_nav a {color: #858585; text-decoration: none;}	
.bottom_nav .blogs_list { margin: 0;  padding: 0;  float: left; white-space: nowrap;  border-right: 1px solid #B0AFAF; }
.bottom_nav .blogs_list li, .bottom_nav .action_list li { margin: 0; padding: 4px 7px 3px 7px;  display: block; float: left;  list-style-type: none; border-left: 1px solid #B0AFAF;  z-index: 300;}
.bottom_nav .blogs_list li ul { display: none; background: #fff; list-style:none}

.bottom_nav .blogs_list li ul li:hover {padding-bottom: 0;}
.bottom_nav .blogs_list li:hover, .bottom_nav .blogs_list li.navbar_ie6_hover  { padding: 5px 7px 3px 7px; top: -1px; position: relative; background-color: #fff; border-left-color: #414141; z-index: 300; } 
.bottom_nav .blogs_list li:hover ul , .bottom_nav .blogs_list li.navbar_ie6_hover ul {
	float: right; 
	visibility: visible;
	display: block; 
	position: absolute; 
	width: 120px; 
	margin: 0 0 -0 -8px;
	bottom: 24px; 
	border-top: 1px solid #414141;
	border-left: 1px solid #414141;
	border-right: 1px solid #414141; 
	padding: 8px; 
	z-index: 101;}
	
.ie .bottom_nav .blogs_list li:hover ul,
.ie .bottom_nav .blogs_list li.navbar_ie6_hover ul{left: -1px; bottom: 25px; margin: 0;}
.ie .bottom_nav .blogs_list li.navbar_ie6_hover ul{bottom: 24px;}

.bottom_nav .blogs_list li:hover ul li, .bottom_nav .blogs_list li.navbar_ie6_hover ul li {display: block; float: left; padding: 0; margin-bottom: 0;  width: 100%; border: 0;}
.bottom_nav .blogs_list li:hover ul li:hover, .navbar_ie6_hover ul li {top: 0;}
.bottom_nav .blogs_list li:hover ul li img, .navbar_ie6_hover ul li img {margin: 2px 7px -2px 0;}

.bottom_nav .blogs_list li:hover ul li.titolo, 
.bottom_nav .blogs_list li.navbar_ie6_hover ul li.titolo, 
.bottom_nav .action_list.blogs_list li ul h4 {border-bottom: 1px solid #ddd; color: #858585; padding-bottom: 3px; margin-bottom: 5px; display: block;}

.bottom_nav .blogs_list li:hover ul li a:hover, .navbar_ie6_hover ul li a {text-decoration: underline;}

.bottom_nav .blogs_list li a {float: left; text-decoration: none; }
.bottom_nav .blogs_list li ul li a  {float: none;  }
.bottom_nav .blogs_list li ul li + li a {border-top-style: none;}

/* right links */
.bottom_nav .link_list, .bottom_nav .ie6_box {float: right; list-style: none; padding: 4px 0 4px 0; }
.bottom_nav .link_list li, .bottom_nav .ie6_box li {display:block; float:left; margin-left: 4px;}
.bottom_nav .link_list li.last {border: 0; margin: 0; padding: 0;}	




#window2
{
	width: 700px;
	height: 610px;
	overflow: hidden;
	display: none;
}

#window2 {
	position: absolute;
	right: 200px;
	top: 200px;
}
#windowTop2
{
	height: 30px;
	overflow: 30px;
	background-image: url(images/window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent2
{
	margin-right: 13px;
	background-image:url(images/window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #dadada;
}
#windowMin2
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax, #windowMax2
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
 #windowClose2
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom2
{
	position: relative;
	height: 420px;
	background-image: url(images/window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
 #windowBottomContent2
{
	position: relative;
	height: 420px;
	background-image: url(images/window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
 #windowResize2
{
	position: absolute;
	right: 6px;
	bottom: 6px;
	cursor: se-resize;
}
#windowContent2
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #dadada;
	height: 410px;
	width: 680px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #333;
}
#windowContent2 *
{
	margin: 0px;
}
.transferer2
{
	border: 1px solid #dadada;
	background-color: #0000000;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
