html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
}

body{ 


	font-size: 11px;
	line-height: 135%;

}

/* 
 * ========================================
 * Set up IPB table
 * ========================================
 */
 
.ipbtable { width:100% }

table.ipbtable,
tr.ipbtable,
td.ipbtable
{ /* required for text in tables, because tables do not inherit from body */
	background: transparent;
	color: #444;
	font-size: 11px;
	line-height: 135%;
}

.ipbtable td,
.divpad{ /* gives all tables faux cellpadding of 5px */
	padding: 5px;
}

td.nopad,
.nopad
{
	padding: 0;
}



#itab-js-data
{

}

.itab-tab-off,
.itab-tab-on
{
	margin-right: 1px;
	cursor: pointer;
	width: 200px;
}

.itab-tab-off-left,
.itab-tab-off-right,
.itab-tab-on-left,
.itab-tab-on-right
{
	width: 5px;
	height: 34px;
	margin: 0;
	cursor: pointer;
}

.itab-tab-off-left,
.itab-tab-off-right
{
	width: 5px;
}

.itab-tab-off-left
{
	background: transparent url(itab23/itab_off_left.gif) no-repeat left top;
}

.itab-tab-on-left
{
	background: transparent url(itab23/itab_on_left.gif) no-repeat left top;
}

.itab-tab-off-right
{
	background: transparent url(itab23/itab_off_right.gif) no-repeat right top;
}

.itab-tab-on-right
{
	background: transparent url(itab23/itab_on_right.gif) no-repeat right top;
}

.itab-tab-off-text,
.itab-tab-on-text
{
	height: 34px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	cursor: pointer;
	font-size: 12px;
	font-family:  Tahoma, Verdana, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
        font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

.itab-tab-off-text
{
	width: 180px;
	background: url(itab23/itab_off_tile.gif) repeat-x left top;
}

.itab-tab-on-text
{
	width: 180px;
	background: url(itab23/itab_on_tile.gif) repeat-x left top;
}

.itab-tab-text
{
	overflow: hidden;
	white-space: nowrap;
}

.itab-tab-content
{
	display: none;
}

.itab-cat-tile,
.itab-cat-left,
.itab-cat-right
{
	height: 34px;
	margin: 0;
	padding: 0;
}

.itab-cat-left
{
	width: 20px;
	background: url(itab23/itab_cat_left.gif) no-repeat left bottom;
}

.itab-cat-right
{
	width: 18px;
	background: url(itab23/itab_cat_right.gif) no-repeat right bottom;
}

.itab-cat-tile
{
	background: url(itab23/itab_cat_tile.gif) repeat-x left bottom;
	vertical-align: bottom;
	position: relative;
}

#itab_cat_table_end
{
	width: 5px;
	height: 34px;
	float: left;
	background: transparent url(itab23/itab_off_left.gif) no-repeat left top;
}

#itab-master table,
#itabs-cat-tabs-table,
#itabs-cat-tabs-table table,
#itabs-cat-tabs-table tbody,
#itabs-cat-tabs-table tr,
#itabs-cat-tabs-table td,
.itab-tab-row,
.itab-tab-row td
{
	padding: 0px;
}

#itab-master table
{
	margin: 0px;
	padding: 0px;
}

.itab-tab-row
{
	height: 34px;
}

#itab-tab-container
{
	margin: 0;
	padding: 0;
}

#itabs-cat-tabs-table
{
	float: left;
}

#itab_loading
{
	position: absolute;
	visibility: hidden;
	z-index: 999999;
	width: 200px;
}

#itab_loading .itab_loading_text
{
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	padding: 10px;
}



#itab_about_bg
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
}

#itab_about_wrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1010;
	width: 450px;

	margin: 0px;
	padding: 3px;
	border: 1px solid #DDDDDD;
	background-color: #777777;
}

#itab_about_content
{
	background-color: #B9C2D1;
	margin: 3px;
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px solid #000000;
	padding: 2px;
	cursor: default;
}

.itab_about_title,
.itab_about_title_c
{
	font-size: 14px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: #D25C1B;
}

.itab_about_title_c
{
	font-size: 11px;
}

#itab_about_changelog
{
	background-color: #D5DBE5;
	margin: 3px;
	position: absolute;
	top: -500px;
	left: -500px;
	border: 1px solid #000000;
	padding: 2px;
	cursor: default;
	width: 400px;
	height: 300px;
	z-index: 999;
}

#itab_about_changelog_data
{
	text-align: left;
	vertical-align: top;
	overflow: scroll;
	font-family: Courier New;
	font-size: 11px;
	width: 100%;
	height: 285px;
}

#itab_about_close
{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	background-color: #B9C2D1;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	cursor: pointer;
	font-family: Arial Black;
	font-size: 10px;
}

#itab_about_close:hover
{
	background-color: #E1E5EC;
}

#itab-firefox-logo
{
	cursor: pointer;
	margin: -5px 0 3px 20px;
	padding-right: 15px;
}



#itab-blog-hdr-logo-bg
{
	background: transparent url(itab23/logo_blog.png) no-repeat left top;
	margin: 0;
	padding: 0;
	width: 461px;
	height: 90px;
}

#itab-blog-hdr-logo-text
{
	position: absolute;
	color: #FFFFFF;
	text-decoration: none;
	left: 50px;
	top: 20px;
	font-weight: bold;
}

#itab-blog-hdr-logo-text .title
{
	font-size: 24px;
}

#DeltaFoX {
	text-align: center;
	color: #600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 48px;
	font-weight: bold;
	white-space: nowrap;
}
 h2.c1 {
  color: #CC6600;
  font-size: 24px;
  font-weight: lighter;
  white-space: nowrap;
}
 p.c2 {
	color: #060;
	font-size: 13px;
	font-weight: lighter;
	font-weight: bold;
	white-space: nowrap;
}
.Contoallarovescia {
	background: transparent url(../img/cd_tile.png) repeat-x;
	border: 0;
	color: #00F;
	font-weight: bold;
	width: auto;
	font-size: 14px;
	align: center;
	height: 99px;	
	white-space: nowrap;
	/*vertical-align: middle;*/
}


