/**
 * Style sheet xBasic
 */
#footerUpdates .updatesInfo
{
	padding-left:10px;
	background-image:url("tl_files/layout/bullet.gif");
	background-position:left center;
	background-repeat:no-repeat;
}

.txtJustify
{
	text-align:justify;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:36px 0px 0px 0px;
	padding:0px;
	background-color:#333333;
}


/**
 * Font family
 */
fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a,
b,
body,
cite,
div,
em,
fieldset,
form,
i,
input,
label,
li,
ol,
optgroup,
p,
select,
strong,
textarea,
td,
th,
u,
ul
{
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#ffffff;
}


/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Arial, Verdana, sans-serif;
	line-height:100%;
}

h1
{
	height:200px;
	float:left;
	display:block;
	margin:4px 0px 0px 6px;
	padding:0px;
	font-weight:bold;
	font-size:64px;
	color:#ffffff;
	line-height:85%;
}

h2
{
	display:block;
	margin:8px 10px 6px 0px;
	padding:0px;
	text-align:right;
	font-weight:bold;
	font-size:26px;
	color:#99CCFF;
}

h3
{
	clear:none;
	display:block;
	margin:0px 10px 6px 0px;
	padding:0px;
	text-align:right;
	font-style:italic;
	font-weight:normal;
	font-size:24px;
	color:#FF9900;
}

h4,
#main .slidepack .ce_text
{
	display:block;
	margin:30px 10px 0px 0px;
	padding:0px;
	text-align:justify;
	font-weight:normal;
	color:#999999;
}

#main .slidepack .ce_text p
{
	display:block;
	margin:0px;
	padding:0px;
	text-align:justify;
	font-weight:normal;
	color:#999999;
}

h5
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
	color:#99CCFF;
}

h6
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	color:#FF9900;
}


/**
 * Layout
 */
#container
{
	margin:0px;
	padding:0px;
	text-align:left;
}

.logo
{
	padding:0px 0px 24px 0px;
	border-bottom:1px solid #666666;
}

/* the entire bottom block containing updates and filmNavigator */
#footerControls
{
	height:54px;
	margin-top:12px;
	padding-top:6px;
	padding-left:6px;
	background-color:#1D1D1D;
}

/* the updates section */
#footerUpdates
{
	width:410px;
	float:left;
}

/* the updates headline */
#footerUpdates h5
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	color:#99CCFF;
}

/* the updates section text formatting */
#footerUpdates .layout_simple div
{
	font-size:10px;
}

/* the updates section text formatting */
#footerUpdates .layout_simple .updatesDate
{
	width:100px;
	float:left;
	display:none;
	font-weight:bold;
	color:#ff9900;
}

.footerCopy
{
	margin:10px 0px 0px 0px;
	color:#666666;
}


/**
 * Links
 */
a
{
	font-weight:bold;
	text-decoration:none;
	color:#bbbbbb;
}

a:hover
{
	text-decoration:underline;
}
