﻿/* GENERAL */
.clearBoth{clear:both}
.floatRight{float:right}
.floatLeft{float:left}
.b{border:1px red solid}
a img 
{
	border:0;
}
a
{
	color:Black;	
}
a:hover
{
	color:Black;
}
form
{
	display: inline;	
}
.blue{background-color:#3282dd}
.yellow{background-color:#ffd513}
.orange{background-color:#ff8f13}
.green{background-color:#8abe22}
.black{background-color:#4d4d4d}
.mint {background-color:#dceed4}
.systemGray
{
	background-color:#e9e8e6;
	color:#4d4d4d !important;
}
.b{border:1px solid red !important}
body
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin:0;
	padding:0;
}
img
{
	border:0;
}
h1
{
	font-family:  Times New Roman, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 0;
}
h2
{
	padding:0;
	margin:0;
	font-size:14px;
}
h3
{
	padding:0;
	margin:0;
	font-size:12px;
}
p
{
	margin:10px 0 10px 0;
	padding:0;	
}
.mainContent
{
	overflow:hidden;
	width:458px;
}
.section
{
	border-bottom: 1px dotted black;
	padding-bottom:10px;
	margin-bottom:10px;
}
.contentBlock
{
	margin-bottom:10px;
	width:458px;
	
	
}
.disclaimer
{
	font-style:italic;
	color:Gray;
	padding-top:10px 
}	
/* rounded corners */
.roundedCorners
{
	position:absolute;
}
.roundedCorners.topLeft
{
	top:0;		
	left:-1px;	
}
.roundedCorners.topRight
{
	top:0;		
	right:-1px;	
}
.roundedCorners.bottomLeft
{
	bottom:-1px;		
	left:-1px;	
}
.roundedCorners.bottomRight
{
	bottom:-1px;		
	right:-1px;	
}
.roundedCorners img
{
	border:0 !important;
}
/* balloon */
.balloon .roundedCorners.topLeft
{
	top:-2px;		
	left:-2px;	
}
.balloon .roundedCorners.topRight
{
	top:-2px;			
	right:-2px;	
}
.balloon .roundedCorners.bottomLeft
{
	bottom:-2px;		
	left:-2px;	
}
.balloon .roundedCorners.bottomRight
{
	bottom:-2px;		
	right:-2px;	
}
.balloon .roundedCorners.pointRight
{
	bottom:-13px;
	right:-2px;
}
.balloon .roundedCorners.pointLeft
{
	bottom:-13px;
	left:-2px;	
}
.balloon
{
	position:relative;
	border:2px solid #e9e9e9;
	padding:4px;
	margin-bottom:13px;
}
.balloon.quote
{
	font-style:italic;
}
.balloon.quote.question
{
	color:#637E56;
}
.balloon.quote.answer
{
	color:#536082;
}
/*******************************/
.offerArea
{
	height:136px;
	background-color:Gray;	
}

.bloglistItem
{
	height:33px;
	padding:5px 2px 10px 2px;	
}
	.bloglistItem .blogName
	{
		font-family:  Times New Roman, Arial, Helvetica, sans-serif;
		font-size:18px;
		font-weight:bold;
	}
	.bloglistItem .blogEntryTitle
	{
		font-size:13px;
		font-style:italic;
	}
	.date
	{
		font-size:12px;
	}
	.row
	{
		padding:0;
		margin-bottom:3px;	
		height:20px;
	}

.blogEntry
{
	
}
	.blogEntry .bloggEntryTitle
	{
		font-size:14px;
		font-weight:bold;
	}
	.blogEntry .bloggEntryTag
	{
		font-style:italic;
	}
.MovieInfo h3
{
	font-family:  Times New Roman, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px 0;
}

.banner
{
	
}
.banner h1
{
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 5px 0;
	font-size:18px;
	color:#4c69b1;
}
