@charset "utf-8";
/* CSS Document */


#page a i {
font-size:0.9em;
font-style:normal;
color: #CC3300;
padding-right:25%;
float:right;
display: inline;
}

#page .panou {
width:100%;
display:block;
margin-bottom:30px;
margin-top:20px;
}

#page .box {
width:96.5%;
display:block;
background-color:#e9e9e9;
border:1px solid #b9b9bb;
padding-top:10px;
padding-left:1.5%;
padding-bottom:10px;
text-align:left;
}
#page .box span.cont {
display: inline-table;
float:none;
width:102px;
height:140px;
margin-left:auto;
margin-right:auto;
text-align:center;
padding-left:22px;
}

#page .panou h2 {
padding-left:3%;
padding-right:3%;
width:auto;
display:inline;
background-color:#e9e9e9;
border:1px solid #b9b9bb;
padding-top:5px;
padding-bottom:5px;
float:left;
border-bottom:0px;
height:16px;
}

#page .panou .tabs {
	width:95%;
	display:block;
	padding-left:5%;
	height:26px;
	position:relative;
	margin-bottom:-1px;
}

#page .panou .tabs a {
margin:0px;
padding:0px;
padding-left:1.2%;
padding-right:1.2%;
width:auto;
display:inline;
background-color:#e9e9e9;
border:1px solid #b9b9bb;
padding-top:5px;
padding-bottom:5px;
float:left;
border-bottom:0px;
border-right:0px;
height:16px;
text-indent:0px;
text-decoration:none;
}
#page .panou .tabs a#tactive {
color:#FFFFFF;
font-weight:bold;
background-image:url(/img/other/box-not-selected.jpg);
}

#page table {
	width:100%;
	padding:0px;
}

#page table tr {
	width:100%;
	padding-top:0px;	
	height: 130px;
}
#page table tr td {
	width:25%;
	padding-top:0px;	
	vertical-align: top;
}