@charset "utf-8";
/* CSS Document */


#expandingBanner
{
	height: 25px;
	width: 494px;
	background-color: #ddd;
	border: 1px solid #ccc;
	margin-bottom: 5px; 
	position: absolute;
	z-index: 9997;
}

#expandLogo
{
	float: left;
	width: 170px;
	height: 20px;
	position: relative;
	left: 5px;
	top: 3px;	
}

#expandText
{
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	position: relative;
	left: 100px;
	top: 6px;
}

body
{
	font-family: verdana, tahoma;
	font-size: 8pt;
	background-image: url("http://tvlatinascreenings.tv/img/bg.png");
	background-repeat: repeat-x;	
	margin: 0px;
	background-color: #1a1a19;	
}

a
{
	color: #c6c6c6;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #ffffff;	
}

#container
{
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	width: 960px;
}

#dateField
{
	font-weight: bold;
	text-align: right;
	padding: 4px 10px 5px 0px;	
}

#magMenu
{
	font-family: verdana;
	background-color: #6982BB;
	/*border-top: 1px solid #6982BB;
	border-bottom: 1px solid #6982BB;*/
	height: 27px;
	text-align: center;
}

.magMenuItem
{
	float: left;
	margin: 0;
	padding: 0;
	/*padding: 7px 3px 0px 11px;*/	
}

.magMenuItem a
{	
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.magMenuItem a:hover
{
	color: #ccc;
	text-decoration: underline;
}

#contentMenu
{
	/*font-family: verdana;
	clear: both;	
	background-color: #cccccc;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 27px;*/
}

.contentMenuItem
{
	float: left;	
	font-size: 10px;
	padding: 7px 7px 0px 5px;
}

.contentMenuItem a
{	
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.contentMenuItem a:hover
{
	text-decoration: underline;
	color: #6982BB;
}

.contentMenuSep
{
	float: left;
	width: 1px;
	height: 18px;
	margin: 5px 0px 0px 0px;
	background-color: #a6a6a6;
}

#header
{
	clear: both;	
	height: 86px;
}

#logo
{
	float: left;
	position: relative;
	top: 22px;
	left: 10px;	
}

#headerBanner
{
	float: right;
	width: 468px;
	height: 60px;
	position: relative;
	right: 16px;
	top: 11px;	
}

#mainContainer
{
	float: left;
}

#content
{
	position: relative;
	float: left;
	width: 960px;
	left: 4px;
	top: 8px;
}

#player
{
	height: 445px;
}

#articleBrowser
{
	margin-top: 5px;
	height: 311px;
}

.browserTab
{
	float: left;
	background-color: #DEDEDE;
	height: 19px;
	margin-right: 2px;	
}

.browserTab a
{
	color: #333333;
	text-decoration: none;
}

.browserTab a:hover
{
	color: #6982BB;
}

.browserTabLeft
{
	float: left;
	background-image: url('http://tvlatina.tv/img/graytab-left.png');
	width: 4px;
	height: 19px;
}

.browserTabText
{
	float: left;	
	font-size: 10px;
	font-weight: bold;
	padding: 3px 10px 0px 10px;
	height: 19px;
}

.browserTabRight
{
	float: left;
	background-image: url('http://tvlatina.tv/img/graytab-right.png');
	width: 4px;
	height: 19px;
}

#articleContainer
{
	height: 292px;
	border: 1px solid #dedede;
	clear: both;	
}

#articleList
{
	visible: hidden;
	overflow: auto;
	height: 291px;
}

#loadingArticles
{
	margin: 40px auto 0px auto;
	width: 125px;
}

#loaderImg
{
	float: left;	
}

#loaderText
{
	float: left;
	margin: 5px 0px 0px 5px;
}

#noArticles
{
	visible: hidden;
	margin: 40px auto 0px auto;
	width: 125px;
}

#noArticlesText
{
	float: left;
	margin: 5px 0px 0px 5px;
}


#topStories
{
	width: 279px;
	height: 740px;	
	overflow: auto;
}

#topStories a
{
	color: #6982BB;
	text-decoration: none;
	font-weight: bold;
}

#topStories a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#topStoriesText
{
	width: 240px;
	margin: auto;
}

.articleSep
{
	width: 240px;	
	border-bottom: 1px solid #dddddd;	
	margin: 5px 0px 10px 0px;
}

.articleHeadline
{
	margin-top: 5px;
}

.articleTagline
{
	margin-top: 5px;
}

.articleContinue
{
	margin-top: 5px;
	text-align: right;
}

#articleItemTemplate
{
	display: none;
}

.articleItem
{
	clear: both;
	margin: 5px 0px 0px 4px;
}

.articleItemImg
{
	float: left;
	width: 124px;
	border: 1px solid #eee;
}

.articleItemInfo
{
	float: left;
	width: 340px;
	border-bottom: 1px dotted #ddd;
	margin: 0px 0px 3px 4px;
}

.articleItemHeadline
{	
	margin: 0px 0px 0px 0px;	
}

.articleItemTagline
{
	float: left;
	clear: both;
	margin: 3px 0px 0px 0px;
	width: 251px;
}

.articleItemLink
{
	float: left;	
	margin-top: 40px;
}

#articleDisplay
{
	float: left;
	width: 540px;
	position: relative;
	left: 8px; 
	font-size: 10pt;
	overflow: auto;
}

.articleImage
{
	padding: 0px 5px 5px 0px;
}

#articleDisplayHeadline
{
	font-family: georgia, verdana, tahoma;
	font-size: 20px;
	
}

#otherArticles
{	
	float: left;
	width: 210px;	
}

.subNavHeader
{
	background-color: #6982BB;
	height: 23px;	
	border: 1px solid #6982BB;
	margin: 4px 5px 0px 0px;
}

.subNavHeaderText
{
	color: #fff;	
	font-weight: bold;
	padding: 5px 0px 0px 4px;	
}

.subNavItem
{
	margin: 10px 0px 10px 3px;
	border-bottom: 1px dotted #ddd;
	width: 193px;
}

#rightContainer
{	
	position: relative;
	top: 8px;	
	left: 5px;
	padding-left: 10px;
	width: 152px;
	/*height: 735px;*/
	float: left;	
}

#emmyStatue 
{	
	float: left;
	margin: 0px 0px 8px 25px;
}

#footer
{	
	clear: both;
}

#footerLeft
{
	width: 787px;
	float: none;
}

#bottomAds
{
	clear: both;
	float: none;	
	position: relative;
	top: 8px;
	left: 8px;		
	width: 960px;
	height: 150px;
}

#textLinks
{
	clear: both;	
	width: 675px;
	margin: 15px auto 0px auto;
	text-align: center;
}

#copyrightNotice
{
	text-align: center;
	width: 700px;
	margin: 17px auto 8px auto;
	font-size: 7pt;
}

.button
{	
	cursor: pointer;
	font-size: 7pt;
	font-family: verdana; 
	font-weight: bold; 
	display: block; 
	color: #fff;
	padding: 3px 10px 3px 10px;	
	-padding-left: 0px;
	-padding-right: 0px;
	background-color: #6982BB;
	border: 1px solid #fff;
	overflow:visible;
}

.button:hover
{
	background-color: #6699cc;
}

.textInput
{
	font-family: verdana;
	font-size: 8pt;
	padding: 3px 2px 3px 2px; 
	display: block; 	
}

.fieldHeader
{
	font-weight: bold;
}

select 
{
	font-family: verdana;
	font-size: 11px;
	padding-top: 1px;
	height: 19px;
}

.error, .notice
{
	color: #000000;
}
