/* ======================== START SKELETON ============================ */
body
{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Verdana, Arial, Serif;
    font-size: 12px;
    background: #000000 ;
}

img
{
    border: 0px;
}

td.fieldname
{
    text-align: center;
}


/* ---------------------- START GENERAL STYLES ---------------------- */

hr
{
    color: #770006;
}

input, textarea
{
    color: #000;
    background-color: #FFFFFF;
    font-size: 12px;
}

input[type=text], input[type=password], input[type=submit]
{
    border: 1px solid #C0C0C0;
}

#maincontainer
{
    position: relative;
    width: 980px; /*840 Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-color: #000;
}

/* (en) clearfix method for clearing floats */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.innertube
{
    margin: 3px; /*Margins for inner DIV inside each column (to provide padding)*/
    margin-top: 0;
    text-align : left;
}


div .imgcenter
{
text-align:center;
}

img  .imgcenter
{
  border-width : 0;
}

/* ---------------------- START CENTER COL ---------------------- */
#centercolumnwrapper
{
	padding: 0;
	background-color: #FFF;
}

#centercolumnwrapper A:link
{
    text-decoration: none;
    color: #770006;
}
#centercolumnwrapper A:visited
{
    text-decoration: none;
    color: #770006;
}
#centercolumnwrapper A:active
{
    text-decoration: none;
    color: #770006;
}
#centercolumnwrapper A:hover
{
    text-decoration: none;
    color: #770006;
}


#centercolumn
{
	background-color: #FFF;
	float: left;
	width: 612px;
	margin: 0;
	text-align: left;
}


#centercolumncontent
{
    padding: 15px 3px 15px 6px;
   
}

#centercolumncontent div.sectiontitle, #centercolumncontent .sectiontitle span
{
    font-weight: bold;
    font-size: larger;
    color: #770006;
}

#centercolumncontent div.sectionsubtitle
{
    font-weight: bold;
    padding-bottom: 4px;
}
/* ---------------------- END CENTER COL ---------------------- */


/* ---------------------- START RIGHT COL ---------------------- */
#rightcolumn
{
	width: 358px; /*Width of right column*/
	float: right;
	padding-top: 5px;
	background-color: #FFF;
	padding-right: 5px;
}

#rightcolumn div.text
{
    padding: 6px 6px 6px 6px;
    text-align: justify;
}

#rightcolumn div.sectiontitle, #rightcolumn .sectiontitle span
{
    padding: 6px 6px 6px 3px;
    font-size: 12px;
    font-weight: bold;    
    color: #770006;
}

#rightcolumn div.sponsortitle
{
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #A52A2A;
	background-image: url(Images/sponsortitle.gif);
	background-position: bottom;
	background-repeat : no-repeat;
}
/* ---------------------- END RIGHT COL ---------------------- */


/* ---------------------- START HEADER STYLES ---------------------- */
#header
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 179px;
    background-color: #000;
    background-image: url(images/header.gif);
    background-repeat: no-repeat;
}

#header2
{
    padding: 0px;
    margin: 0px;
    height: 170px;
}

#headermenu
{
    position: relative;
    top: 15px;
    left: 155px;
    width: 750px;
    /*padding: 4px 2px 2px 2px;*/
    font-size: 15px;    
    
}

#headermenu a
{
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana;
}

#headermenu a:hover
{
    text-decoration: underline;
}

#headermenu .static a
{
 color : #FFF;
}
#headermenu .dynamic 
{
    z-index : 100;
}
#headermenu .dynamic a
{
    color: #000223;
}
/* ---------------------- END HEADER STYLES ---------------------- */

/* ---------------------- START FOOTER STYLES ---------------------- */
#footer
{
	clear: both; /* fix for Firefox */
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 103px;
	visibility: visible;
	text-align: center;
	color: #ccc;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-color: Black;
}

#footermenu
{
    text-align: center;
    padding-top: 18px;
}

#footertext
{
    text-align: center;
    padding-top: 12px;
}

#footer a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}
#footer a:hover
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}
/* ---------------------- END FOOTER STYLES ---------------------- */
/* ======================== END SKELETON ============================ */

/* ---------------------- START SPECIALTY STYLES ---------------------- */



.highlight
{
    background-color: #fefbd2;
    color: #000080;
}

/* ---------------------- END SPECIALTY STYLES ---------------------- */


/* ---------------------- START COMPONENTS ---------------------- */
#breadcrumb
{
    padding: 6px;
    font-size: medium;
    padding-left: 5px;
    color: #DF3800;
}

#breadcrumb a
{
}
.pathSeparator
{
background-image: url(images/ArrowR2.gif);
background-repeat : no-repeat;
}


#welcome
{
    font-size: 12px;
    text-align: right;
    padding: 4px;
}

.note
{
    color: #b45d16;
    padding: 6px 6px 6px 6px;
    font-size: smaller;
}

.articlebox
{
    color: #333333;
    padding: 4px;
}

.articlebox_last
{
    padding: 6px 6px 6px 6px;
    font-size: x-small;
    border-left: 1px solid #C7C7C7;
    border-right: 1px solid #C7C7C7;
}

.articletitle
{
    font-size: 15px;
    font-weight: bold;
    color: #995117;
    text-decoration: none;
}

.articleabstract
{
    padding-top: 6px;
}

.articleinfo
{
    color: #996633;
}

.comment
{
    padding: 4px 0px 4px 0px;
    font-size: smaller;
}

.pollbox
{
    font-size: 11px;
    text-align: left;
}

.pollcontent
{
    padding: 1px;
}

.pollquestion
{
    font-size: 11px;
    font-weight: bold;
}

.polloptions
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.pollbar
{
    background-color: Green;
    font-size: 4px;
}

.progressbarcontainer
{
    width: 98%;
    height: 10px;
    border: solid 1px black;
    padding: 1px;
}

.progressbar
{
    width: 0px;
    background-color: #FF6600;
    height: 10px;
}

.newsletterbox
{
    font-size: 11px;
    background: #DBE5FF;
    border: 1px solid #3366FF;
    margin-top: 10px;
}

.newsletterboxcontent
{
    padding: 6px;
}



.postinfo
{
    background-color: #336633;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.posttitle
{
    background-image: url(images/background_nav.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    color: #FFFFFF;
    font-weight: bold;
}

.postbody
{
    /*background-color: #CCDCC0;*/
    min-height: 200px;
    height: auto !important;
    height: 200px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #003300;
    margin-top: 2px;
    padding: 3px;
}

.shoppingcartbox
{
    font-size: 11px;
}

.shoppingcartboxcontent
{
    padding: 6px;
}

.campheader
{
    padding: 6px 6px 6px 3px;
    background-color: transparent;
    font-weight: bold;
    background-image: url(images/background_nav.jpg);
    color: #ffffff;
    background-repeat: repeat-x;
}

/* ---------------------- END COMPONENTS ---------------------- */


#marqueecontainer
{
    position: relative;
    width: auto; /*marquee width */
    height: 250px; /*marquee height */
    background-color: white;
    overflow: hidden;
    padding: 2px;
    padding-left: 4px;
}


#rightcolumn .DivCont
{
    width: 170px;
    margin : 5px 0 5px 0;
}

#rightcolumn .DivContTop
{
    background-image: url( 'Images/cont_sup.jpg' );
    background-repeat: no-repeat;
    width: 170px;
    height: 11px;    
    /*font-weight: bold;
    color: #FFFFFF;
    margin: 0;
    padding-left: 3px;*/
}
#rightcolumn .DivContMed
{
    padding: 1px 3px 1px 3px;
    background-image: url(      'Images/cont_cen.jpg' );
    background-repeat: repeat-y;
    margin: 0;
}
#rightcolumn .DivContBot
{
    background-image: url(           'Images/cont_inf.jpg' );
    background-repeat: no-repeat;
    width: 170px;
    height: 9px;
}


/* ajax__tab_technorati-theme theme */
.ajax__tab_technorati-theme .ajax__tab_header 
{
    font-family:"Helvetica Neue", Arial, Sans-Serif;
    background:url(Images/tab-line.png) repeat-x bottom;
    font-size:12px;
    display:block;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(Images/tab.png) no-repeat left top;
    border-color:#222;
    color:#222;
    padding-left:10px;
    margin-right:3px;
}
.ajax__tab_technorati-theme .ajax__tab_header .ajax__tab_inner 
{
    background:url(Images/tab.png) no-repeat right top;
    border-color:#666;
    color:#666;
    padding:3px 10px 2px 0px;
}
.ajax__tab_technorati-theme .ajax__tab_hover .ajax__tab_inner 
{
    color:#000000;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_outer 
{
    background:url(Images/tab.png) no-repeat 0pt -40px;
    border-bottom-color:#ffffff;
}
.ajax__tab_technorati-theme .ajax__tab_active .ajax__tab_inner 
{
    background:url(Images/tab.png) no-repeat right -40px;
    color:#000000;
    border-color:#333
}
.ajax__tab_technorati-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:8px;
    background-color:#ffffff;
    border:solid 1px #d7d7d7;
    border-top-width:0;
}


.Elenco
{
    background: #FFFFFF;
    width : 55px;
}


.Elenco a
{
    display: block;
    height : 55px;
    width : 55px;
    background:url(Images/profilo1.gif) no-repeat;
    
}
.Elenco a:hover
{
    background: #FFFFD5;
    display: block;
    height: 55px;
    background:url(Images/profilo2.gif) no-repeat;
}
