@CHARSET "UTF-8";
body{
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin:0px;
	padding: 0px;
	line-height: 1.4em
}
.width100{
width: 100%;
}
#facebox{
z-index: 300;
}
a{
color: #01205F;
/*text-decoration: underline;*/
	text-decoration: none;
}

.tablecenter{
margin: auto;
}
.center{
text-align: center;
}
.clear{
clear: both;
}
.loading-page, .loading{
display: none;
}
.site{
max-width: 1280px;
width:100%;
margin: auto;
}
.hh1{
	font-size: 38px;
}

.left{
	float:left;
	}	
.right{
	float:right;
	}	
.dotted{
text-decoration: none;
border-bottom: 1px dotted;
}	
.pag-table div{
	padding: 15px 23px 15px 23px;
	border-radius:10px;background: #f5f5f5;margin-right: 15px;
}
.pag-table .active div, .pag-table  div:hover{
	background: #ff6a28;color: white;
	
}
.pag-table{
	margin: auto;
	margin-top: 20px;
}
.pag-table a{
	text-decoration: none;
}
.editform{
-webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 3px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 3px 10px 0px rgba(50, 50, 50, 0.75);margin-bottom: 40px;
padding: 20px;

}
.editform .nav-tabs{
	margin-top: 20px;
}