/* styles.css canopywireless.info
*/

body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #8E8E8E;
	vertical-align: top;	
	/*line-height:12px;*/
}
body {
	background-color: rgb(255, 255, 255);
	margin: 0px;
}
img{border:0;}
a {
	font-family:tahoma;
	font-size: 11px;
	color: #3E889D;
}
a:visited {color: #3E889D;}
a:hover {color: #3E889D;}
a:active {color: #3E889D;}

h1{color: #CCCCCC; font-family: Tahoma; font-size: 24px; }
h2{color: #CCCCCC; font-family: Tahoma; font-size: 22px; }
h3{color: #CCCCCC; font-family: Tahoma; font-size: 20px; }


h5{color: #8E8E8E; font-family: Tahoma; font-size: 16px; }
h6{color: #8E8E8E; font-family: Tahoma; font-size: 14px; }

.infoBPG {font-family: tahoma; font-size: 9px; color: #8E8E8E; }

.style-b{
	color:#3E889D;
	font-size:12px;
}
.style-w{color:#FFFFFF;}

/*-----------*/

.Stile6 {color: #3E889D}
.Stile10 {font-family: tahoma; font-size: 11px; color: #8E8E8E; }
.Stile18 {color: #CCCCCC}
.Stile20 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Stile21 {
	font-family: tahoma;
	font-size: 11px;
	color: #3E889D;
	font-weight: bold;
}
.Stile22 {font-family: tahoma; font-size: 11px; color: #999999; font-weight: bold; }
.Stile24 {font-family: tahoma; font-size: 11px; color: #8E8E8E; font-weight: bold; }
.Stile25 {color: #FF0000}
.Stile26 {color: #CCCCCC; font-family: Tahoma; }
.Stile28 {color: #666666}
.Stile15 {font-size: 11px}
.Stile19 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Stile23 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E889D;
	font-weight: bold;
}
.Stile29 {color: #8E8E8E}


/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none;
	background: #fff;
	padding: 20px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
