* {
	margin: 0;
}

/**********UseBB Port Custom Styles **********/

#pagebox-bg {
width: 90%;
	background-color: transparent;
	/*background-image: url(images/page-bg.gif);*/
	margin: 0px auto 0 auto;
	border: 0px solid #284B6A;
	padding: 0px;
	background-repeat : repeat-y;
	background-position : top;
}
#shadow-left {

}
#shadow-right {
	padding: 0px 30px 15px 30px;
}

#topmenu * {
	text-align: left;
	padding: 0;
}
#topmenu {
	clear: both;
	float: left;
	width: 100%;
	height: 33px;
	background-image: url(images/gradviola.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	border: 0px solid #FFF;
	padding: 3px;
	margin: 5px 0px 0 0px;
}
#topmenu ul {
	list-style: none;
}
#topmenu ul li {
	display: inline;
}
#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:hover {
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	border-right: 1px solid #8995BE;
	font-weight : normal;
		font-size :  16px;
}
#topmenu ul li#logout a:link, #topmenu ul li#logout a:visited, #topmenu ul li#logout a:hover {
	border-right: 0;
	border-left: 1px solid #8995BE;
}
#topmenu ul li a:link, #topmenu ul li a:visited {
	color: #000;
}
#topmenu ul li a:active, #topmenu ul li a:hover {
	color: #4254C5;
	background-image: url(images/topmenu_bg_reverse.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#topmenu-shadow {
	clear: both;
	height: 5px;
	background-color: transparent;
	line-height: 100%;
	overflow: hidden;
	margin: 0 0 15px 0;
	width: 100%; /* Be nice to Safari */
}

#bottom {
	clear: both;
	float: left;
	width: 760px;
	padding: 3px 9px 3px 9px;	
	background-color: #FFFFFF;
	border: 1px solid #369;
	font-style: normal;
	text-align: right;
	color: #333;
}
#bottom a:link, #bottom a:hover, #bottom a:active, #bottom a:visited {
	text-decoration: none;
}
#bottom-shadow {
	float: left;
	height: 5px;
	background-image: url(images/topmenu_shadow.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	line-height: 100%;
	overflow: hidden;
	width: 100%; /* Be nice to Safari */
}

.icon {
	color: #000000;
	background-color: White;
	width: 25px;
	text-align: center;
}

/* Normal, standard links. */
a:link
{
	color: #3340A6;
	text-decoration: none;
}
a:visited
{
	color: #3340A6;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #4254C5;
	text-decoration: none;
	margin-left : 4px;
	font-size :  14px;
}
a.nav:hover
{
	color: #000000;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. 
body, td, th , tr
{
	color: #000000;
	font: 0.7em Tahoma, Arial, sans-serif;
}*/

/* The main body of the entire forum. */
body {
	padding: 0;
	font: 0.7em "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
	line-height: 1.6em;
	color: #454545;
	background-color: #f7f7f7;
	background-image: url(images/bg-int.jpg);
	background-repeat : repeat-x;
	background-position : top;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #303CA0;
	text-decoration: none;
	/*font-size:  9px;*/
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(images/maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) left bottom repeat-x;
	color : #000066;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #3340A6;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	/*font-size: 9px;*/
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
}

.mirrortab_first
{
	background: url(images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #3340A6;
	text-decoration: none;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
input, button
{

}

textarea
{
	color: #000000;
	font-family: "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 0.9em;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-weight: normal;
	color: #000000;
	font-family: "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: 0.9em;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: 0.7em;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
	font-size: 12px;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */

#preview_body
{
	color: #000000;
	background-color: #fafad2;
	font-size: 16px;
}

.windowbg
{
	color: #000000;
	background-color: #f7f7f7;
	font-size: 1.4em;
}
.windowbg2
{
	color: #000000;
	background-color: White;
	font-size: 1.4em;
}
.windowbg3
{
	font-size: 1.4em;
	color: #000000;
	background-color: #F3F7F0;
}
.windowbg3 a:link, .windowbg3 a:visited
{
	color: #ff4500;
	font-weight : normal;
}
.windowbg3 a:hover
{
	color: #3340A6;
	font-weight : normal;
}
.windowbg4
{
	color: #000000;
	background-color: White;
	font-size: 1.2em;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #3340A6;
	font-style: normal;
	background-color: #E7E9F8;
	background-image: url(images/titlebg.jpg);
	border-bottom: solid 1px #9BAEBF;
	border-top: solid 1px #FFFFFF;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #246BAB;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{	
	background-image: url(images/gradviola.gif);
	background-color: #ffffff;
	color: #3340A6;
	padding-left: 10px;
	padding-right: 10px;
	
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/gradviola.gif);
	background-repeat : repeat-x;
	background-position : left;
	background-color: #6a7793;
	color: #3340A6;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	color: #246BAB;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #3340A6;
	text-decoration: underline;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #7F0000 !important;
	text-decoration: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: #e6e6e6;
	padding: 0px;
	margin: auto;
}

/* This is used on tables that should just have a border around them. */
.tborder
{  
    width: 100%;
	padding: 1px;
	border: 1px solid silver;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
		font-family: verdana, sans-serif;
		font-size: 12px;
}
.middletext
{
border-bottom: 1px solid silver;
height: 2em;
padding-left: 8px;
font-size: 16px;
}
.middletext b a:link, .middletext b a:visited
{
color: #58A42B;
}
.middletext  a:link, .middletext  a:visited
{
color: #000033;
}
.normaltext
{
	
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
	font-size: 0.9em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}



/* integratori*/
/* headings */
h1 { font: bold 2.5em "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif; margin: 0; letter-spacing: -1px; color: #3340A6;
}
h2 { font: bold 2em "Segoe UI", Frutiger, Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif; margin: 0; padding: 0; color: #3340A6;}
h1 a, h2 a,h1 a:visited { color: #3340A6; background: transparent; text-decoration: none; }
h1 a:hover, h2 a:hover { color: #1D66A8; background: transparent; }
.title { color: #79B148; background: transparent; }
/* header */
#header {
	background: transparent url(images/bg-int.jpg) left top;
	height: 180px;
	width: 100%;
	background-repeat: repeat-x;
	margin: 0;
}

/*Navigation menu */
/*--------------------------------------*/
.nav-global-container {position: absolute; z-index: 3; width: 90%; top: 2px; background-color: transparent;}
.nav-global {float: right; width: 100%; margin: 0px; padding: 0px; background-color: transparent;}	
.nav-global ul {float: right; display: inline; list-style: none; margin: 0px; padding: 0px;}	
.nav-global li {display: inline; white-space: nowrap; text-transform: none;}
.nav-global li a {
	display: inline;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	border-left: solid 1px rgb(100,100,100);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}
.nav-global a:hover {color: #391D58; text-decoration: none;}
.img-flag {display: inline; vertical-align: text-bottom; height: 1.0em; margin: 0px; padding: 0px; border: solid 1px rgb(0,0,0);}

#logo {
	float: left;
	margin: 30px 0 50px 20px;
	width: 500px;
	height: 97px;
	background: url(images/logo.jpg) no-repeat left top;
}

#logo h1 {
font-size: 14px;
	font-weight: normal;
	margin: 95px 0 0 80px;
	color: #8996eb;
	/*background-color: #8b0000;*/
}



.footer {
	clear: both;
	width: 100%;
	height: 120px;
	margin: 0px;
	background-color: transparent;
	color: #FFFFFF;
	background-image: url(images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:5px 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer a {color: #FFFFFF; text-decoration: underline;}
.footer a:hover {color: #FFFFFF; text-decoration: none;}
.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}
 /* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }
input.glass {  height: 18px; background-image: url(images/glass.gif); background-repeat: repeat-x; 
  border: 1px solid #B6BAE9; }
input.btn { padding: 5px; background-image: url(images/gradviola.gif);  background-repeat : repeat-x; }
#topbanner {
margin: 0 0 0 0;
	text-align: center;
	height: 90px;
}

