@charset "utf-8";
/* CSS Document */
/*Add for 404 page css*/
.content-box {
	margin-bottom:20px;
	padding:15px;
	border:15px #f4f4f4 solid;
}
.content-box:after {
	content:"";
	display:block;
	clear:both;
	height:0;
}
.four-four {
	text-align:center;
	padding-top:40px;
	padding-bottom:30px;
	margin-bottom:0;
}
.four-four img {
	max-width:100%;
}
.four-four h3 {
	color:#8b0202;
}
.related-pages {
	text-align:center;
	padding-bottom:35px;
	padding-top:15px;
	background:#f4f4f4;
}
.related-pages h3 {
	margin-top:0;
}
.related-pages ul {
	position: relative;
	padding: 7px 0;
	margin-top: 10px;
	display: inline-block;
	background: #FFF;
	border: 1px #a5a5a5 solid;
}
.related-pages ul li {
	margin: 0px 10px;
	display: inline-block;
	background: none !important;
}
.related-pages a{
	color:#6B189F !important;
}
.related-pages ul:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -11px;
	margin-left: -9px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 10px solid #a5a5a5;
}


/*For User Registration Details in Admin*/
table.display thead th{border-bottom:1px solid #ddd; line-height:25px;}
table.display tbody td{border-top:1px solid #ddd; line-height:25px;}
table.display tbody tr.odd{background-color:#f5f5f5; line-height:25px;}
table.display tbody tr.odd:hover{background-color:#a7b5ce; line-height:25px;}
table.display tbody tr.even{background-color:#f1f1f1; line-height:25px;}
table.display tbody tr.even:hover{background-color:#a7b5ce; line-height:25px;}
table.display tbody tr.selected{background-color:#3FA343; line-height:25px;}

table.display tbody tr.notfound{background-color:#f1f1f1; line-height:25px;}
table.display tbody tr.notfound:hover{background-color:#a7b5ce; line-height:25px;}

table.display div.td_view_user_atten_details{background: #DDD; padding: 10px;}
table.display div.td_view_user_atten_details thead th{background: #D0D0D0;}