body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	background: transparent url(../images/bg.gif) repeat 0 0;
	font-size: 13px;
	color: #000;
}
.wrapper {
	background: transparent url(../images/bg-shadow.png) repeat-y top center;
	padding: 0 26px;
	width: 958px;
	margin: 0 auto;
	height: auto;
}
.content{
	width:950px;
	margin:0 auto;
	background:#fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.main_table{
	background:#FFF;
}
/*------------------------------------*\
	Menu Styles
\*------------------------------------*/

#menu{
	height:30px;
	background-color: #00C;
	font-family:verdana;
	font-size:12px;
	color:#006;
	text-align:center;
	font-weight:bold;	
}
#menu td{
	background-image:url();
	border:solid 1px #06F;
	margin:1px;
}
#menu td:hover{
	background: #06F;
	color:#FFF;
}
#menu td a{
	text-decoration:none;
	color:#FFF;
}
#menu td a:hover{
	color: #FFF;
}
#footer{
	width:930px;
	height:15px;
	margin-bottom:0px;
	background:url(../images/footer.jpg);
	color:#000;
	padding:12px 10px;
}
#footer span{
	margin:0px;
	padding:0px;
	font-weight:bold;
}
#footer div{
	margin:0px;
	padding:0px;
	float:right;
	text-align:right;
}
#footer div a{
	text-decoration:none;
}
img {
	border:none;
}
h1 {
	border-bottom-style:dashed;
	border-bottom-color:#900;
	border-bottom-width:1px;
	font-weight:bold;
	font-size:medium;
	color:#900;
	padding:5px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#900;
	text-decoration:none
}
h3 {
	font-size:12px;
	font-weight:bold;
	color:#900;
	text-decoration:none
}
/*------------------------------------*\
	VIEW PAGE STYLES
\*------------------------------------*/
.view_block{
	margin:5px 0px 0px 5px;
	width:570px;
	float:left;
	text-align:left;
}
.view_block .top{
	background:url(../assets/images/box/view-top.jpg) no-repeat;
	height:10px;
}

.view_block .middle{
	background:url(../assets/images/box/view-middle.jpg) repeat-y;
	min-height:100px !important;
	padding:6px 15px 0px 15px;
}

.view_block .bottom{
	height:15px;
	background:url(../assets/images/box/view-bottom.jpg) no-repeat;
}

.post_title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:20px;
	font-weight:bold;
	color: #36f;
	text-transform:uppercase;
	text-align:center;
	margin-bottom:10px;
}
.post_description{
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:23px;
	font-weight:normal;
	text-align:justify;
	color:#000;
}
.post_description_image{
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.video_block{
	width:350px;
	height:303px;
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px;
	float:left;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.audio_block{
	background:#ebebeb;
	width:350px;
	height:27px;
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px;
	float:left;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.file_block{
	width:350px;
	height:45px;
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px;
	float:left;
	background: #D2E9FF;
	border:5px solid #0099FF;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	color: #0033FF;
	text-transform:uppercase;
}
.file_block h1{
	font-size:20px;
	margin:-3px;
	padding:0px;
}
.file_block p{
	margin:0px;
	padding:0px;
}
.file_block img{
	float:left;
}
.file_block a{
	color: #0033FF;
	text-decoration:none;
}
.file_block a:hover{
	color:#000099;
	text-decoration:none;
}

.welcome_title{
	width: 95%;
	height: auto;
	margin:0px auto;
	margin-top:5px;
	padding:5px 3px 3px 10px;
	background: #0066FF;
	border:2px solid #9ddaec;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	letter-spacing:2px;
	font-weight:bold;
	text-align:center;
	color: #fff;
}

.post_date{
	width:250px;
	height:25px;
	float:left;
	margin:5px 5px 5px 0px;
	border:5px solid #ccc;
	padding:3px 3px 3px 10px;
	background: #D2E9FF;
	border:1px solid #0099FF;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	color: #0033FF;
}
.share_article{
	float:left;
	width:100px;
	font-size:10px;
	font-weight:bold;
	margin-left:20px;
}
.share_article a{
	text-decoration:none;
}
.share_article a:hover{
	color:#000066;
	text-decoration:none;
}

.post_date_print{
	margin-left:8px;
	width:260px;
	font-weight:bold;
	padding-top:10px;
	height:20px;
}
.post_date_print a{
	text-decoration:none;
}

/*------------------------------------*\
	OTHER STYLES
\*------------------------------------*/
.list {
	text-align:justify;
	margin-bottom:3px;
	height:67px;
	border-bottom:dotted 1px #999999;
	padding-bottom:3px;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
}
.lists {
	text-align:justify;
	margin-bottom:3px;
	height:77px;
	border-bottom:dotted 1px #999999;
	padding-bottom:3px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}
.audio_list {
	text-align:center;
	margin:0px;
	padding:3px;
	border-bottom:dotted 1px #999999;
	font-family:Verdana;
	font-size:12px;
	font-weight: bold;
	line-height:16px;
}
.date {
	padding:3px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	font-weight:normal;
	text-align:right;
	color: #900;
}
.empty {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF0000;
}
.label {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	line-height:15px;
}
.label2 {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
}
.normal_txt {
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
	color:#000000;
}
.block_header_bg {
	background-image:url('../images/menu_bg.png');
	width:198px;
	height:25px;
	font-family:calibri, Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	border:solid 1px #000;
	border-bottom:0px;
	font-weight:bold;
}
.block_bg {
	border:solid 1px #000;
	border-top:0px;
	border-bottom:0px;
	background-color:#fff;
}
.block_bottom_bg {
	border:solid 1px #000;
	border-top:0px;
	height:15px;
	background-color:#000;
}
.content_listing {
	width: 100%; 
	height:100%;
	border: 0px;
}
.content_listing ul {
	margin: 0;
	padding: 1px;
	;
	float: left;
}
.content_listing ul li {
	margin:1px;
	padding:0px;
	border:0px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.content_listing ul li img {
	margin:0px;
	border:solid #036 1px;
	padding:2px;
	width:170px;
	height:140px;
}
.content_listing ul li .caption a:link, .content_listing ul li .caption a:visited, .content_listing ul li .caption a:active {
	display:block;
	margin:5px 1px 5px 1px;
	padding:2px;
	background-color: #B0DCFD;
	border:solid #036 1px;
	width:170px;
	text-align:center;
	color:#036;
	height:35px;
	text-decoration:none;
}
.content_listing ul li .caption a:hover {
	background-color: #8CCDFD;
	color:#036;
	text-decoration:none;
}
.content_listing ul li span {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
}
.content_listings {
	width: 100%; 
	height:100%;
	border: 0px;
}
.content_listings ul {
	margin: 0;
	padding: 1px;
	float: left;
}
.content_listings ul li {
	margin:1px;
	padding:0px;
	border:0px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.content_listings ul li img {
	margin:0px;
	border:solid #036 1px;
	padding:2px;
	width:170px;
	height:140px;
}
.content_listings ul li .caption a:link, .content_listings ul li .caption a:visited, .content_listings ul li .caption a:active {
	display:block;
	margin:5px 1px 5px 1px;
	padding:2px;
	background-color: #B0DCFD;
	border:solid #036 1px;
	width:170px;
	text-align:center;
	color:#036;
	height:57px;
	text-decoration:none;
}
.content_listings ul li .caption a:hover {
	background-color: #8CCDFD;
	color:#036;
}
.content_listings ul li span {
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
}
.links {
	width:190px;
	margin:0px;
	padding:0px;
}
.links ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.links ul li {
	width: 100%;
}
.links ul li a {
	display:block;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	margin:0px 0px 0px 10px;
	padding:7px 0px 7px 15px;
	border-bottom:1px solid #CCC;
	text-align:left;
	height: 1%;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.links ul li a:hover {
	color: #000;
	background-color: #EAF7FF;
}
.height {
	height:3px;
}
.datas {
	margin:1px auto;
	width:190px;
	border:1px solid #036;
	border-collapse:collapse;
	text-align:left;
}
.datas th, .datas td {
	font-family:calibri Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #09F;
	padding:3px 7px 2px 7px;
}
.datas th {
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#036;
	color:#ffffff;
}
.datas tr:hover {
	background-color: #72C1FC;
}
.dates .kutub {
	width:320px;
}
.data {
	margin:1px auto;
	width:565px;
	border:1px solid #036;
	border-collapse:collapse;
	text-align:left;
}
.data th, .data td {
	font-family:calibri Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	border:1px solid #09F;
	padding:3px 7px 2px 7px;
}
.data th {
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#036;
	color:#ffffff;
}
.data tr:hover {
	background-color: #DFF3FF;
}
.date .kutub {
	width:320px;
}
.image_skin {
	border:1px solid #036;
	display:table;
	float:left;
	overflow:hidden;
	position:relative;
	margin:3px 0px 0px 3px;
}
.image_inside_border {
	border:0px solid #999;
	float:left;
	font-size:0;
	line-height:0;
	padding:2px;
}
.image_holder a {
	display:block;
}
.image_holder a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}
image_hlder img {
	border:0px;
}
.over {
	position:absolute;
	margin:-42px 10px 10px 15px;
	border:0px;
}
.BlockTitleBig {
	height:25px;
	color:#000;
	font-family:calibri, Verdana, Geneva, sans-serif;
	font-size:20px;
	text-transform:capitalize;
	text-align:center;
	font-weight:bold;
}
.linkss {
	width:190px;
	margin:0px;
	padding:0px;
}
.linkss ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
.linkss ul li {
	width: 100%;
}
.linkss ul li a {
	display:block;
	margin:2px 0px 0px 10px;
	padding:0px;
	border-bottom:1px solid #CCC;
	text-align:left;
	height: 1%;
	font-family:Calibri, Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}
.linkss ul li a:hover {
	color: #fff;
}
.speaker_bg{
	padding:5px 0px 0px 5px; 
	width:25px;
	height:18px;
	background:#FFF;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	-moz-border-radius: 10px;	
}