/*Fix && Customs*/
.clear-all {clear:both;	width:100%; height: 1%;}
.floatfix {overflow:hidden;}
.iefix { }
.clearfix {display:block;}

hr {
	height : 1px;
	border : 1px solid #eee;
}

hr.side-hr {
	height : 1px;
	border : 1px solid #eee;
}

h1, h2, h3, h4, h5, h6, form, p {margin:0;}

.middle h1, h2, h3, h4, h5, h6 {font-size:1.2em;}

.border {
	border : 1px solid #e1e1e1;
	margin-bottom : 5px;
}

.forum-caption {
	font-weight : bold;
	color : #888;
	background-color : #f1f1f1;
	padding : 2px 4px 4px 4px;
}

.forum-caption a{
	font-weight : bold;
	color : #888; 
	text-decoration: underline;
}

.news-category {
	border:0;
	margin:3px 5px 0 0;
	float:left;
}

.news-footer {
	text-align: center;
	font-size : 10px;
	color : #555;
	background-color : #f1f2f4;
	padding : 3px 4px 4px 4px;
}

.tbl-border {
	border : 1px solid #e1e1e1;
}

.tbl {
	color : #555;
	background-color : #fff;
	padding : 4px;
}

.tbl1 {
	color : #555;
	background-color : #fff;
	padding : 4px;
}

.tbl2 {
	color : #555;
	background-color : #f1f1f1;
	padding : 4px;
}
.quote {
	color : #555;
	background-color : #f8f8f8;
	padding : 4px;
	margin : 0px 20px 0px 20px;
	border : 1px solid #bbb;
}
.small {
	font-size : 10px;
	font-weight : normal;
}

.small2 {
	font-size : 10px;
	font-weight : normal;
	color : #555;
}

.side-small {
	font-size : 10px;
	font-weight : normal;
	color : #555;
	background-color : #f6f6f6;
}

.side-label {
	color : #555;
	background-color : #f1f1f1;
	padding : 2px 2px 3px 2px;
}

/* Page Navigation */


.pagenav {
	padding: 0.4em;
}

.pagenav span {
	color: #fff;
	font-size : 10px;
	background-color: #005599;
	border: 1px solid #e1e1e1;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
}

.pagenav a {
	color: #005599;
	font-size : 10px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	padding: 0.2em 0.4em 0.2em 0.4em;
	margin: 0.2em;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #005599;
	margin: 0.2em;
	text-decoration: none;
}#funtable{
	width: 100%;
	margin: 10px 0px; 
}

#funtable td{
	width: 25%;
	padding: 0px;
}


.type{
	margin: 10px auto;
	width: 93%;
	position: relative;
	overflow: hidden !important;
	height: 155px;
	cursor: pointer;
}

.type div.left{
	background: url(images/cont-l.png) left top no-repeat;
	-background: url(images/cont-l.gif) left top no-repeat;
	height: 155px;
	position: relative;
	z-index: 10;
	width: 10px;
	float: left;
}

.type div.right{
	background: url(images/cont-r.png) right top no-repeat;
	-background: url(images/cont-r.gif) right top no-repeat;
	height: 155px;
	width: 10px;
	position: relative;
	float: right;
	z-index: 10;
}


.type span.category{
	display: block;
	opacity: 0.85; 
	background: #0077c0;
    -moz-opacity:1.0; 
	height: 305px;
	margin-top: 115px;
	z-index: 1;
	width: 100%;
}

.type span.oops{
	display: block;
	opacity: 0.85;
	background: #0077c0;
	height: 155px;
	margin-top: 0px;
	z-index: 1;
	width: 100%;
}


.type span.category a, .type span.oops a{
	font-weight: bold; 
	text-align: center;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 0;
	padding: 15px 0px;
	cursor: pointer;
}

.type span.category a:hover, .type span.oops a{
	text-decoration: underline;	
}

.type span.oops a.bot:hover{
	text-decoration: underline;
}

.type span.oops a.bot{
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	z-index: 1000;
	cursor: pointer;
	width: 100%;
	text-align: center;
}


.type span.category strong, .type span.oops strong{
	text-align: center;
	font-weight: normal;
	color: #fff;
}

