html {
	padding:0;
	margin:0;
}
body, div, dl, dt, dd, li,h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote {
	margin:0;
	padding:0
}
ul, ol {
	margin:0;
}
body {
	font-size:13px;
	font-family: 'PT Sans Caption', sans-serif;
	position:relative;
	overflow-x:hidden;
	
	
}
img {
	border:0
}
.clear {
	clear:both;
	display:block;
	height:0;
	margin:1px 0;
	visibility:hidden
}
a {
	outline:none;
	text-decoration:none;
	cursor:pointer;
	color:#448bc3;
	transition-delay: 0s;
	transition-duration: 0.4s;
	transition-property: all;
	transition-timing-function: ease;
}

tr.spaceUnder > td
{
  padding-bottom: 1em
}
.fl {
	float:left !important
}
.fr {
	float:right !important
}
.allhover:hover {
	opacity:0.8;
}
.cursor-pointer {
	cursor:pointer
}
.cursor-default {
	cursor:default
}
.text-color {
	color:#565656;
}
.text-color.link a {
	color:#565656;
}
.text-color.link a:hover {
	color:#1b417d;
}
::-webkit-input-placeholder {
   color: #8e8e8e;
}
:-ms-input-placeholder {  
   color: #8e8e8e;  
}
:-moz-placeholder { /* Firefox 18- */
   color: #8e8e8e; 
   opacity:1; 
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #8e8e8e; 
   opacity:1;
}
.imgTable {
	width:100%;
	height:100%;
	display:table;
	text-align:center;
}
.imgCell {
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.imgTable img {
	max-width:100%;
	max-height:100%;
}

.centered{
	width:1170px;
	margin:0 auto;}
ul{
	padding:0;
	margin:0;}	
/* pagination */
.pagination {
	width:100%;
	float:left;
	padding:15px 0;
	background:#eae9e9;
	margin:20px 0;
}
.pagination ul {
	width:100%;
	float:left;
	text-align:center;
}
.pagination ul li {
	display:inline-block;
	list-style:none;
	margin:0 3px;
}
.pagination ul li a {
	padding:5px 10px;
	font-size:16px;
	background:white;
	font-family: 'PT Sans Caption', sans-serif;
	color:#828282;
}
.pagination ul li.active span {
	padding:5px 10px;
	font-size:16px;
	background:#f48c06;
	font-family: 'PT Sans Caption', sans-serif;
	color:#ffffff;
}
.pagination ul li a:hover {
	background:#f48c06;
	color:#ffffff;
}