﻿/* CSS layout CT-N.com Home Page Only */
#pressScroll {
width: 95%; 
height: 220px;
padding-left: 5px;
padding-right: 5px; 
float: left; 
overflow: auto;
margin-bottom:6px;
}

#odScroll {
height: 300px;
width: 97%;
padding-right: 5px; 
float: left;
overflow-y:auto;
overflow-x:hidden;
}

.thumbImage {    
    position:relative;
    left:0;
    top:0;
    width:200px;
    height:113px;
    background-color:silver;
    margin-top:2px;
    overflow-y:hidden;
}
.thumbCaption {
	background-color:rgba(66,66,66,0.9);
    z-index:100;
    position:absolute;
    color:white;
    font-family: verdana, arial, sans-serif;
    font-size:11px;
    top:82px;
    bottom:auto;
	padding: 2px 6px 2px 3px;
   	cursor:pointer;
}

.thumbCaption:hover {
	top:auto;
	bottom:0px;
}

#twitScroll {
	width:98%;
	height:340px;
	margin-bottom: 4px;
}

#ctnhighlights{
width: 95%; 
height: 80px;
padding-left: 5px;
padding-right: 5px;
float:left;
}

#billsearch {
	padding: 4px;
	overflow: hidden;
	font-size:0.8em;
	text-align:left;
	background-color:#f6f6f6;
}

#billsearch fieldset{
	border:0;
	margin: .5em 0;
	color: #333;	
}

.smallDropDown {
	font-size:.8em;
}

.pressTitle {font-size:.8em;font-weight:bold;}
.pressDate {font-size:.6em;color:gray;}
.pressText {font-size:.7em;}

.odThumb {
	border-style:solid;
	border-color:#333333;
	border-width:1px;
	margin-right:4px;
	margin-top:2px;
	margin-left:1px;
	float:left;
}

.odThumb:hover {
	border-color:#999999;
}

.odDate {
	font-family: verdana,arial,sans-serif;
	color: gray;
	font-size:10px;
}

.odContainer {
	clear:left;
	margin-bottom:6px;
	padding-bottom:6px;
}

.odTitle {
	font-family: verdana, arial, sans-serif;
	color:#000000;
	font-size: 12px;
	text-decoration:none;
	clear:left;
	margin-top:2px;
}

.odTitle:hover {
	text-decoration:underline;
}

.nowshowing {
	color:#000000; font-size:10px;
}

.fpDate {
	position:absolute;
	top:6px;
	right:10px;
	color:#232155;
	font-size:.7em;
}
