/* PowerPhotography.it css style
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background-color: #FFFFFF;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	padding: 12px 0;
}

h1 {
	/* Forum name */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-right: 200px;
	color: #FFFFFF;
	margin-top: 15px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	/* Forum header titles */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #3f3f3f;
	font-size: 2em;
	margin: 0.8em 0 0.2em 0;
}


/* Round cornered boxes and backgrounds
---------------------------------------- */
.headerbar {
	color: #FFFFFF;
	background-image: url(../image/Verticale.jpg);
	background-repeat: repeat-x;
	height: 108px;
	font-family: Tahoma;
	font-size: 12px;
}
.headerbar_grigio_titolo {
	color: #0099CC;
	background-image: url(../image/Verticale_Grigo.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Tahoma;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;


}
.headerbar_grigio_footer {
	color: #0099CC;
	background-image: url(../image/footer_centro.jpg);
	background-repeat: repeat-x;
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;


}
.headerbar_foto {
	color: #FFFFFF;
	background-image: url(../image/Verticale_Blu_Sopra.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
	vertical-align: ;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}
.headerbar_menu {
	color: #000000;
	height: 30px;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	vertical-align: ;
	vertical-align: middle;
	font-weight: normal;
}
.seleziona {
	color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #006699;
	width: 150px;


}
.table {

	color: ;
	text-align: ;
	font-family: ;
	font-size: ;
	background-color: ;
	width:
	float: no;
	height: 625px;
	width: 700px;
}

.cella {

	color: ;
	text-align: ;
	font-family: ;
	font-size: ;
	background-color: ;
	width: 
}

.foto_winner {
	border: 2px solid #FFFFFF;	
}

.foto_other {
	border: 1px solid #0077b2;	
}

/*  	
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link	{ color: #105289; }
a:visited	{ color: #105289; }
a:hover	{ color: #D31141; }
a:active	{ color: #368AD2; }
