.datetime { color:#333333; font-size: 12px; }

.main {  width:755px; margin: 25px 10px 40px; min-height:150px; float: left; }
.padl10 { padding-left: 10px;;}
.main h2 { font-size: 12px; font-weight: bold; color: #EA4031; padding: 0px; margin: 0px;}
.main p { color: #666666; font-size: 12px;  margin: 10px 10px 10px 0px; text-align: justify; }

.main .meta {  border-top: 1px solid #EEEEEE; color: #666666; font-size: 10px; text-transform: uppercase;
		margin-bottom: 0px; width:735px; float: left; padding: 0px 10px; background: #f2f2f2; margin-top: 5px; line-height: 25px; }
.main .meta a,.main_video .meta a { color: #F23B3A; text-decoration: none;}
.main .meta a:hover, .main_video .meta a:hover { color: #F23B3A; text-decoration: underline;}
.main .meta ul, .main_video .meta ul { margin: 0; padding:0; float:left }
.main .meta li, .main_video .meta li { margin: 0; padding:0; float: left; list-style: none; margin-left: 20px; }
.main .left, .main_video .left { float: left;}
.main .right, .main_video .right { float: right;}


.readicon { background: url(../images/read_icon.png) no-repeat 0px 2px; width: 27px; height: 24px; margin-right:5px; float: left; }
.videoicon { background: url(../images/video_icon.png) no-repeat 0px 2px; width: 27px; height: 22px; margin-right: 5px; float: left; }
.editicon { background: url(../images/edit_icon.png) no-repeat 0px 2px; width: 27px; height: 24px; margin-right: 5px; float: left; }
.imgicon { background: url(../images/img_icon.png) no-repeat 0px 2px; width: 27px; height: 24px; margin-right: 5px; float: left; }
.viewpdf { background: url(../images/pdf_icon.png) no-repeat 0px 2px; width: 27px; height: 24px; margin-right: 5px; float: left; }


.lft_cont { width: 540px; float: left;}
.rght_img { width: 200px; height: 180px; overflow: hidden; float: right; margin-top: 10px;}
.rght_img img { max-width: 200px; max-height: 180px;}

.filter { background:url(../images/but_apply.jpg) no-repeat; width:92px; height:29px; border:none; margin-left:5px; cursor:pointer; }
.clearfilter { background:url(../images/but_clear.jpg) no-repeat; width:92px; height:29px; border:none; margin-left:5px; cursor:pointer; }
.addrecord { background:url(../images/but_add-record.jpg) no-repeat; width:127px; height:32px; border:none; margin-left:5px; cursor:pointer; text-transform:-99999px; }
.deleterecord { background:url(../images/but_delete_selected.jpg) no-repeat; width:137px; height:32px; border:none; margin-left:5px; cursor:pointer; }


.left{
	float:left;
}

.main_video {  width:750px; margin: 10px 0px 20px; float: left;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DBDBDB;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 3px;
    padding: 20px 10px; 
    padding-bottom: 10px;
}
.main_video h2 { font-size: 12px; font-weight: bold; color: #333; padding: 0px; margin: 0px; line-height: 22px;}
.main_video .dt { font-size: 12px; font-weight: bold; color: #999; padding: 0px; margin: 0px; line-height: 22px; font-weight: normal; margin-left: 10px; margin-top: 10px;}
.main_video .meta {  color: #666666; font-size: 10px; text-transform: uppercase;
		margin-bottom: 0px; width:735px; float: left; padding: 0px 10px; margin-top: 5px; line-height: 25px; }

.button { font-family: calibri,arial; text-transform: none; font-size: 15px; color: #333333;
margin-right:5px;
border: 1px solid #8b8175; border-radius: 5px; line-height: 27px; padding: 0px 17px; cursor: pointer;
background: #fcfcfc !important; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfcfc 0%, #e5e6e8 11%, #d7d6d6 59%, #e4e5e5 93%, #ffffff 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(11%,#e5e6e8), color-stop(59%,#d7d6d6), color-stop(93%,#e4e5e5), color-stop(100%,#ffffff)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e5e6e8 11%,#d7d6d6 59%,#e4e5e5 93%,#ffffff 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfcfc 0%,#e5e6e8 11%,#d7d6d6 59%,#e4e5e5 93%,#ffffff 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfcfc 0%,#e5e6e8 11%,#d7d6d6 59%,#e4e5e5 93%,#ffffff 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #fcfcfc 0%,#e5e6e8 11%,#d7d6d6 59%,#e4e5e5 93%,#ffffff 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=0 ) !important; /* IE6-9 */
}