﻿/* CSS - EVENTS LISTNG elements */


div.video-container{ /* Container CSS for In the News sectino of home page */ 
				/* clear:both; */				
				background-color: #ffffff;
				margin-top:-30px;
				margin-left:0px;
				margin-bottom:0px;
				width: 100%;
				text-align: left;
				
                }


div.video-container1{ /* Container CSS for In the News sectino of home page */ 
				clear:both;				
				background-color: #ffffff;
				margin-top:125px;
				margin-left:0px;
				margin-bottom:0px;
				width: 100%;
				text-align: left;
                }



div.video-main-header {  /* Header banner before the individual news items */
				background-color:#595959; /*#27397a;*/
				color: #ffffff;
				margin-left: 0px;
				margin-top:5px;
				padding-left: 10px;
				padding-top: 5px;
				padding-bottom: 5px;
				margin-bottom:100px;
				font-family: Arial;
				font-weight: bold;
				width: 100%;
				font-size: 22px;
				line-height: 125%;
				margin-bottom:0px;
     }


div.video-caption-header {  /* To be placed above the video player */
				background-color:#595959; /*#27397a;*/
				color: #ffffff;
				margin-left:0px;
				margin-top:0px;
				padding-left: 0px;
				padding-top: 5px;
				padding-bottom: 5px;
				margin-bottom:100px;
				font-family: Arial;
				font-weight: normal;
				width: 100%;
				font-size: 22px;
				line-height: 125%;
				margin-bottom:0px;
     }


div.video-category-header {  /* Header banner for a video category */
				
				float:left; 
				background-color:#bbbbbb; /*#27397a;*/
				color: #ffffff;
				margin-left: 0px;
				padding-left: 10px;
				padding-top: 5px;
				padding-bottom: 5px;
				/* margin-bottom:100px; */
				font-family: Arial;
				font-weight: bold;
				width: 100%;
				font-size: 22px;
				line-height: 100%;
				margin-top:15px;
				margin-bottom:5px;
     }






div.video-item-container {  /* Container CSSS for an individual news item */
				clear:both;
				background-color:#ffffff;
				margin-top:10px; 
				margin-bottom:10px;
				margin-left: 0px;
				padding-left: 0px;
				padding-bottom: 0px;
				height: 120px;
				width: 100%;
			}


div.video-item-title {  /* Style for individual news item title */
				float:left;
				background-color:#ffffff; /*#dddddd;*/
				color:#444444; /*#27397a;*/
				margin-top:0px;
				margin-left:0px; 
				margin-right:0px;
				margin-bottom:5px;
				padding-left: 1%; /*2%; */
				padding-right:1%; /* 2%; */
				padding-bottom:0px;
				padding-top:5px;
				font-family: Arial;
				font-weight: bold;
				/*height:115px; /*105px; */  
				width: 78%; /*289px; */ 
				font-size: 14px;
				line-height: 160%;
				text-decoration: none;
				
				
     }



div.video-item-description {  /* Style for news item text excerpt */
				background-color:#ffffff; /* #dddddd;*/
				color:#000000;
				margin-top:-12px;
				margin-left: 0px;
				padding-left: 0px;
				padding-right:0px;
				padding-bottom: 5px;
				font-family:verdanna;
				font-weight:normal;
				/*width: 390px;*/
				font-size: 14px;
				line-height: 125%;
				text-align:justify;
				text-decoration: none;
				
     }




div.video-item-thumbnail {  /* Style for news item image */
				float:left;  
				background-color: #ffffff;
				margin-left: 0px;
				padding-top:0px;
				width:20%; /*Default thumbnail width (1/2/3.jpg)*/
				height:90px; /*Default thumbnail height (1/2/3.jpg)*/
				
     }



.video-hr-elem{
				margin-top: 20px;
				margin-left: 0px;
				margin-right: 0px;
				border-style:solid;
				border-color:#f0f0f0;
				border-width:1px;
								
	 }


