html
{
	height: 100%;
}

body
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	/*background: #101010;*/
	background: #101010 url(images/background_header.png) repeat-x top left;
	color: #bebebe;
	font-family: "lucida grande", tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 15px;

	text-align: center;
	min-width: 894px;
}

a, a:active, a:visited
{
	/*color: #f7f7f7;*/
	color: White;
	text-decoration: none;
	cursor: pointer;
}

a:hover
{
	color: #db1414;
	text-decoration: underline;
}

img
{
	border: 0px;
}

/* PAGE */
#page
{
	margin-top:-30px; /* Used for proper footer alignment */
	min-height:100%;
}

/* HEADER */
#header
{
	/*border-top: 84px solid black;*/ /* Consumes top margin used for footer alignment */
	height: 108px;
	/*height: 260px;*/
	line-height: 19px;
}

#logo
{
	position: relative;
	float: left;
	width: 205px;
	height: 82px;
	margin-top: 21px;
	margin-left: -2px;
}


#header .container
{
	background: url(images/background_menu.png);
	margin: 0px auto;
	/*width: 894px;*/
	width: 840px;
	height: 340px;
	text-align: right;
}

#header .menu
{
	padding-top: 60px;	
	white-space: nowrap;
}

#header .subMenu
{
	padding-top: 5px;
	font-size: 10px;
	white-space: nowrap;
}

#header .subMenu .subMenuOffset
{
	color: Red;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	visibility: hidden;
}



#header a, #header a:active, #header a:visited, #header a:hover
{
	color: #727272;
	font-weight: bold;
	text-transform: uppercase;
}

#header a.selected
{
	color: #db1414;
}

#header .subMenu a
{
	color: #bebebe;
}

#header .subMenu a.selected
{
	color: #727272;
}


/* FOOTER */

#footer
{
	background: #090909;
	height: 30px;
	clear: right;
}

#footer .container
{
	margin: 0px auto;
	padding-top: 5px;
	/*width: 894px;*/
	width: 840px;
	text-align: right;
	color: #4f4f4f;
}

#footer b
{
	/*color: #db1414;*/
	text-transform: uppercase;
}

#layoutTable
{
	border: 0px;
	border-top: 30px solid black;
	width: 100%;
}

#centerLayout
{
	width: 840px;
	vertical-align: top;
}

#logoGlow
{
	background: url(images/background_left.png) top right no-repeat;
	
}

/* CONTENT */

#content
{
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 20px;
	/*width: 894px;*/
	width: 840px;
	text-align: left;
	position: relative;
}

/* SIDEBAR */

.sidebar
{
	float: right;
	width: 222px;
}

.sidebar h1
{
	clear: right;
	color: #727272;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.table.item
{
	width: 222px;
	border: 0px;
}

.sidebar .thumbnailInfo
{
	width: 114px;
	text-align: left;
}

.sidebar .thumbnailInfo a
{
	display: block;
	text-align: right;
	margin-top: 4px;
}

.sidebar div.formLabel
{
	width: 72px;
	height: 22px;
	min-width: 72px;
}

.sidebar input.text
{
	clear: right;
	float: right;
	width: 135px;
	height: 14px;
	border: solid 1px #bebebe;
	background: white;
	margin-bottom: 4px;
	margin-right: 1px;
	color: #727272;
	font-size: 11px;
}

.sidebar input.button
{
	clear: right;
	float: right;
}

/* MAIN */

input.text
{
	width: 135px;
	height: 14px;
	border: solid 1px #bebebe;
	background: white;
	margin-right: 1px;
	color: #727272;
	font-size: 11px;
}

.main
{
	width: 576px;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

.line
{
	background: url(images/linedot.png);
	height: 11px;
	width: 100%;
}

img.thumbnail
{
	width: 96px;
	height: 54px;
	/*height: 72px;*/
}

.newsItemTitle
{
	font-size: 13px;
	font-weight: bold;
}

.featureOverlay
{
	width: 576px;
	height: 75px;
	margin-top: -75px;
	overflow: hidden;
}

.featureOverlayBackground
{
	position: absolute;
	width: 576px;
	height: 75px;
	background: black;
	opacity: 0.65;
	filter: alpha(opacity=65);
}

.featureOverlay .title
{
	position: absolute;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
}

.featureOverlay .subtitle
{
	position: absolute;
	padding-top: 49px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;
}

.main .mediaThumbnailInfo
{
	width: 114px;
	text-align: left;
}

.main .mediaThumbnailInfo .mediaByTitle
{
	color: #727272;
}

.imageLabel
{
	font-size: smaller;
	font-style: italic;
}

/* COMMENTS */

.commentCollection
{
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.commentCollection .title
{
	background: #484848;
	
	color: #cecece;
	color: White;
	/*color: #db1414;*/
	border: solid 1px #727272;
	border-bottom-color: #484848;
	border-right-color: #202020;
	text-align: right;
	font-weight: bold;
	padding: 2px;
}

.commentBox
{
	overflow: auto;
	max-height: 500px;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.comment
{
	background: #202020;
	padding: 15px;
	padding-top: 4px;
	margin-bottom: 10px;
	
}

.comment .title
{
	border: 0px;
	background: transparent;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	padding-bottom: 10px;
	margin-left: -10px;
}

.comment .title .date
{
	font-weight: normal;
	color: #727272;
}

.comment .small
{
	padding-top: 4px;
	font-size: 10px;
	font-style: italic;
}

.commentCollection input
{
	background: #505050;
	border: 1px solid #727272;
	color: White;
}

.commentCollection .button
{
	border: 0px;
}

.commentCollection textarea
{
	width: 100%;
	height: 100px;
	background: #505050;
	border: 1px solid #727272;
	color: White;
}

.commentCollection form .title
{
	border: 0px;
	background: transparent;
	text-align: left;
	color: #bebebe;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0px;
}

.commentCollection .inputTitle
{
	width: 100px;
	display: inline-block;
}