@charset "UTF-8";

/*******************************************************************************
*  skidoo_redux_theme.css : 2007.03.05 : ruthsarian@gmail.com
* -----------------------------------------------------------------------------
*  
*  This stylesheet provides the theme of the layout. The theme includes
*  anything that controls the presentation of the page, but typically it's just
*  for setting colors, fonts, borders, and gutter space. 
*
*  It is possible to offer multiple themes for a single page and allow the
*  user to pick the one that best fits their needs. 
*  
* ------------------------------------------------------------------------------
*  This stylesheet is released into the public domain.
*******************************************************************************/
html
{
	height: 100%;
}
body
{
	margin: 0px;
	height: 100%;
	padding-bottom: 0px;
}
#page-container
{
	font-size: 80%;			/* font attributes set here so that
					   the font sizer javascript bit can
					   operate on the body element and not
					   fubar things */
	font-family: Helvetica, Arial, sans-serif; 
	position: relative;
}
img, div { behavior: url("templates/SFdesignV2/iepngfix.htc") }
* html #page-container
{
height: 100%;
}
#page-container, #inner-column-container, #masthead, #footer
{
	border-color: #99a;		/* all the borders within the layout */
}
#header
{	/* footer background color */
	background: #eee url(../images/struttura/bgheader.png) no-repeat center bottom;
	behavior: url("templates/SFdesignV2/iepngfix.htc");
}
#headerlogo
{

	padding-top: 20px;
}
#headerslide
{
	background-color: #fff;	/* footer background color */
}
#outer-column-container
{
	border-left-color: #f6f6f6;	/* left column background */
	border-right-color: #e6e6e6;	/* right column background */
}
#masthead
{
	background-color: #f6f6f6;	/* masthead background color */
}
#footer
{
	background-color: #161616;
	clear: both;
	position: absolute;
}

/* My Comment */
#inner-column-container
{
	background-color: #FFFFFF;	/* #fcfcfc middle column background */
}
#left-column h3, #right-column h3
{
	margin-bottom: 0;		/* column menu titles should
					   hug the menus */
}
#right-column p, #right-column ul
{
	margin-top: 0;
}
p.fontsize-set
{
	text-align: center;		/* center the icons for changing
					   font size */
}
p.fontsize-set input
{
	margin: 0 2px;			/* space them out a bit */
}






tableinfocontainer.tableinfotitle {
color:#444444;
height:25px;
width:200px;
font-size:22px;
}

.tableinfocontainer{
width:100%;
}

.tableinfo{
width:90%;
margin-left:8px;
}
.tableinfo1{
background:none repeat scroll 0 0 #000000;
width:12px;
border-bottom:3px solid white;
}
.tableinfo2{
background:none repeat scroll 0 0 #333333;
height:26px;
padding:9px;
vertical-align:middle;
border-bottom:3px solid white;
color:#AAAAAA;
}
.tableinfo tr td a{
color:#FFFFFF;
}
.line {
background:url("art/horizontal-line.gif") repeat-x scroll 0 10px transparent;
clear:both;
padding:10px 0;
width:920px;
}
