/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #010180;
	background-color:#0076C0; /*#53b3dd;*/
	padding: 0px;
	line-height: 120%;
	margin:0;
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	/* margin:0;*/
	margin-left: auto; 
	margin-right: auto; 
	padding:10px 20px 20px 20px;
	text-align: left; 
	width: 85%;
}

/*holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.header 
{
	background: #fff5cb;
	height: 138px;
	text-align:center ;
	margin: 5px 0 10px 0; 
	padding-top: 5px; 

}

h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	border-bottom: 2px solid #038CCB; /*#010180;*/
    color: #0076C0; /*#010180;*/
	padding: 3px;
}

h2 
{
	font-variant:small-caps;
	margin: 55px 0 0 50px;
	letter-spacing:130%;
	line-height: 180%;
	color:#0076C0;
}

.sponsor
{
	font-family: "Times New Roman", Serif;
	font-size:x-large;
	font-weight:bold ;
	margin: 35px 0 0 50px;
	font-variant:small-caps;
	letter-spacing:130%;
	line-height: 180%;
	color:#010180;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #EDEEEA url(images/corner.gif) no-repeat right top;
	color: #3D3535;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #D6D8CF url(images/corner2.gif) no-repeat right top;
	color: #000000;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
   
}

.clearfix {
	display: inline-table;
    text-align:left;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	margin-right: 305px;
	padding:20px 20px 0 0;
}

.content h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	border-bottom: 2px solid #038CCB; /*#010180;*/
    color: #0076C0; /*#010180;*/
	padding: 3px;
}
.content p {
	padding-left:20px;
}

.contatti {
    clear: both; 
	padding: 0 20px 20px 0px;
}

.contatti h1 {
	font-size: 110%;
	margin: 0;
	border-bottom: 2px solid #038CCB; /*#010180;*/
    color: #0076C0; /*#010180;*/
	padding: 3px;
}

/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
	margin-top: 29px;
	width: 285px;
	float: right;
}

.newsbar h1 {
	font-size: 110%;
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #038CCB; /*#010180;*/
	background: #fff5cb /*url(img/sfo2.gif) repeat-x*/;
	color: #0076C0; /*#010180;*/
	padding: 3px;
}

p{	text-align:justify;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #fff5cb;
	font-size:90%;
	text-align:justify;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 0 20px 20px 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(images/b.gif);
	list-style-position: 10px;
}

.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*the footer, with copyright*/
.footer {
    clear:both;
	background-color: #fff5cb;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #506E9C;
}

a:hover {
	color: #506E9C;
	text-decoration: none;
}

.style1 {color: #0873ad}

.ecomm {
	font-family: verdana, arial, "Times New Roman";
}

/* caselle e pulsanti */

input {
	border:1px solid #53b3dd;
	font-size:13px;margin-right:10px
}

input[type=radio], input[type=checkbox] {
    border:none; }

input[type=button], input[type=submit] {
    	border:1px solid #32335a;
    	color:#32335a;
	font-size:13px;margin-right:10px
 }

/*Modal Popup*/
.modalBackground {
background-color:#53b3dd;
filter:alpha(opacity=70);
opacity:0.7;
}
.modalPopup {
height:500px; overflow:auto;
width:490px;
}

.modalPopup img {
border:solid 5px #fff;
}
.modalPopup-text {
display:block;
color:#000;
background-color:#fff;
text-align: justify;
border:solid 2px #000;
padding:10px;
width:450px;
font-size: 75%;
}
.modalPopup-text input {
width:75px;
}    
