html, body{height:100%}

body {
	margin:0;
	background:url(/img/body_bg.jpg) top left repeat-x #010f1a;
}
body.nobg {
	background:#ffffff !important;
}
body.nobg .message.noindent {
	margin-left:0 !important;
	padding-left:0 !important;
}

* {
	font-family:Arial;
}
body, p, th, td, input, select, option, textarea {
	font-size:11px;
}
form {
	margin:0;
}
div#content {
	width:978px;
	margin:0 auto;
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#52514f;
	background:#ffffff;
}
table tr td#content {
	width:978px;
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#52514f;
	background:#1a1a1a;
}
div#contentwell {
	width:978px;
	padding:0px;
	background:#ffffff;
}
div#contentinner {
	/*padding:10px 20px 20px 24px;*/
	padding:15px;
}
div#contentinner table td, div#contentinner table th {
	padding-left:0px;
}
div#contentinner input.button {
	margin-left:0;
}
div#contentinner pre {
	width:938px;
	font-family:monospace;
}
div#contentinner div#errors {
	margin:0 0 20px 0;
}

div#hdr {
	height:99px;
	background:url(/img/header.jpg) no-repeat #080703;
}
div#infobar {
	height:25px;
	background:url(/img/infobar_bg-tile.jpg) repeat-y #8a8888;
	border-bottom:1px solid #353535;
	clear:both;
}
div#infobar h1 {
	width:500px;
	font-size:11px;
	font-weight:bold;
	float:left;
	margin:6px 0 0 10px;
	color:#ffffff;
	/* text-transform:capitalize;*/
}
div#infobar h1 a {
	color:#ffffff;
	text-transform:capitalize;
	text-decoration:underline;
}
div#infobar h1 a:hover {
	color:#41bff4;
	text-decoration:underline;
}
div#infobar select {
	width:150px;
	font-size:9px;
	border:1px solid #c0c0c0;
	padding:2px;
	background:#ffffff !important;
	margin-right:10px;
}

#footer {
	background:#1a1a1a;
	color:#858585;
	font-size:11px;
	padding:10px 10px 20px 10px;
	text-align:center;
}
#footer a {
	color:#ffffff;
}
#footer #left {
	width:150px;
	float:left;
	text-align:left;
}
#footer #right {
	width:150px;
	float:right;
	text-align:right;
}
#footer #links a {
	font-weight:normal !important;
}
#footer #browsers {
	margin-top:40px;
	clear:both;
}
#footer #browsers b {
	color:#999;
}
#footer #browsers a {
	color:#CCC;
	text-decoration:none;
}
#footer #browsers a:hover {
	color:#ffffff;
}

ul.morespace li {
	line-height:25px;
}

ul.lessspace {
	margin:0;
}

div#paginate {
	height:25px;
	font-size:11px;
	background:#5c5c5c;
	color:#ffffff;
	/*background:#f2f2f2;
	color:#000000;*/
	border-bottom:1px solid #969696;
	/*border-top:1px solid #000000;*/
	clear:both;
}
div#paginate .pagenum {
	width:200px;
	float:left;
	margin:6px 0 0 10px;
}
div#paginate .pagelinks {
	width:700px;
	float:right;
	margin:6px 10px 0 0;
	text-align:right;
}
div#paginate a {
	color:#ffffff;
	/*color:#000000;*/
}
div#paginate a:hover {
	color:#ffffff;
	/*color:#000000;*/
	text-decoration:underline;
}

/* login header */
div#login {
	float:right;
	clear:right;
	text-align:right;
	padding-right:10px;
	margin-top:61px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
div#login a {
	text-transform:capitalize;
	color:#ffffff;
}

/* login page */
div#login-page {
	margin:0 100px 0 100px;
	padding:0 0 200px 0;
}
div#login-page div#login-page {
	margin:0 !important;
	padding:0 !important;
	background:#f0f0f0;
	padding:15px 0 15px 0 !important;
}
div#login-page div#login-page.pad {
	padding-right:20px !important;
	padding-left:20px !important;
}
div#login-page .page-title {
	margin:0px;
}
table#login-page td {
	text-align:left;
	padding:2px 20px 4px 20px !important;
}
table#login-page td ul {
	margin:0 0 0 -20px;
}
table#login-page td p {
	margin-top:0px;
}
table#login-page th.div {
	width:1px;
	margin:0 15px 0 15px !important;
	padding:0 !important;
	background:url(/img/grid_div-tile-vert.gif) repeat-y;
}
div#login-page #login-form th a, 
div#login-page #login-form td a {
	color:#333333;
}
div#login-page #login-form th, 
div#login-page #login-form td {
	text-align:left;
	padding:0 20px 0 0 !important;
}
div#login-page #login-form th {
	color:#000000;
	padding-top:10px !important;
}
div#login-page #login-form td {
	padding-top:2px !important;
}

/* login header form */
table#login-small {
	margin:0;
	margin-top:0px;
}
table#login-small th, table#login-small td {
	padding-left:4px;
	color:#ffffff;
	vertical-align:middle;
	font-weight:bold;
}
table#login-small th {
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	vertical-align:bottom !important;
}
table#login-small td {
	text-transform:capitalize;
	font-size:9px;
	line-height:14px;
	vertical-align:bottom !important;
}
table#login-small td a {
	color:#ffffff;
}
table#login-small td input.text {
	font-size:11px;
	padding:1px 3px 1px 3px;
	border:1px solid #7c7c7c;
	background:#ffffff !important;
	width:100px;
	margin:0;
}

/* filter */
div#infobar div#filter {
	width:450px;
	float:right;
}
div#infobar div#filter table td {
	padding:3px;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	color:#ffffff;
}
div#infobar div#filter table td * {
	font-size:9px;
}
div#infobar div#filter select {
	margin-right:0;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
}

h3, h3 a {
	font-size:12px;
	text-decoration:none;
}
h4, h5, h6, h4 a, h5 a, h6 a {
	font-size:11px;
	text-decoration:none;
}

a {
	color:#06C;
}

input.more-results, img.more-results {
	display:block;
	background:none;
	color:#000000;
	text-decoration:underline;
	font-weight:bold;
	border:none !important;
	margin:10px 0 15px 0 !important;
	padding:0 !important;
}
input.checkbox {
	margin:0 5px 0 0;
}
input.text, select, textarea.text {
	width:200px;
	border:1px solid #c0c0c0;
	padding:4px;
	background:#ffffff !important;
	margin-right:20px;
}
select {
	width:210px;
}
input.text-sm, select.sm, textarea.text-sm {
	width:75px;
	border:1px solid #c0c0c0;
	padding:4px;
	background:#ffffff !important;
	margin-right:20px;
}
input.text-lg, textarea.text-lg {
	width:400px;
	border:1px solid #c0c0c0;
	padding:4px;
	background:#ffffff !important;
	margin-right:20px;
}
option {
	padding-left:4px;
}
input.button {
	margin:10px 0 10px 15px;
	padding:1px 3px 1px 3px;
	border:1px solid #163955;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	background:url(/img/bg_btn.jpg) repeat-x;
}
input.submit {
	padding:1px 3px 1px 3px;
	margin-top:10px;
	border:1px solid #163955;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	background:url(/img/bg_btn.jpg) repeat-x;
}

div#cancelbtn, div#closebtn {
	margin-top:5px;
}

#topspace {
	height:40px;
}

.message {
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding:0 100px 20px 100px;
}
.message.noindent {
	padding:15px 0 0 15px !important;
}

.success {
	color:#009900;
}

.failure {
	color:#CC0000;
}

/* errors */
div#errors {
	margin:0 20px 0 20px;
	padding:10px;
	width:300px;
	border:1px solid #177dbd;
	background:#daf4ff;
}

/* form */
table#form th, table#form td {
	padding:6px;
	padding-right:20px;
}
table#form th {
	color:#000000;
	width:180px !important;
}
table#form td {
	padding:4px;
	width:auto;
}
/*
table#form tr td:first-child {
	font-weight:bold;
	padding-right:20px;
	width:200px;
}
*/

/* data */
table#data td a {
	color:#333333;
}
table#data th, table#data td {
	padding:6px;
	padding-right:20px;
}
table#data th {
	background:#ffffff;
	color:#000000;
	width:180px;
}

/* general table */
table .spacer {
	height:20px;
	border:0px !important;
}

th {
	text-align:left;
	vertical-align:top;
}

td {
	vertical-align:top;
}

/* general table */
table .spacer {
	height:20px;
	border:0px !important;
}

th {
	text-align:left;
}
td {
	vertical-align:top;
}

/* header */
div.header {
	border-bottom:1px solid #353535;
	margin:0 !important;
}
div.header h4 {
	margin:0 !important;
	padding:8px 8px 8px 10px !important;
	font-size:11px;
	line-height:11px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
}
#sidebar div.header {
	width:248px;
	height:26px;
	background:url(/img/sidebar_hdr-tile.jpg) repeat-y #777777;
}
#sidebar-dark div.header {
	width:248px;
	height:26px;
	background:url(/img/sidebar_hdr-tile-dark.jpg) repeat-y #777777;
}
#sidebar-dark div.header.short {
	height:24px;
}
#sidebar-dark div.header.short h4 {
	padding:7px 8px 7px 10px !important;
}
div.header.blue {
	width:729px;
	height:26px;
	background:url(/img/main_hdr-tile-blue.jpg) repeat-y #777777;
}
div.header.gray {
	width:729px;
	height:26px;
	background:url(/img/main_hdr-tile-gray.jpg) repeat-y #777777;
}

/* buttons */
div.button {
	margin:0 !important;
	padding-top:4px;
}
div.button h5 {
	margin:0 !important;
	padding:2px 8px 6px 10px !important;
	font-size:11px;
	line-height:11px;
	float:left;
}
div.button a h5 {
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
div.button a h5 img {
	float:left;
	margin-top:4px !important;
}
#sidebar div.button {
	width:248px;
	height:21px; /* height - padding */
	background:url(/img/sidebar_tile.jpg) repeat-y #777777;
}
#sidebar div.button a {
	color:#000000;
}
#sidebar-dark div.button {
	width:248px;
	height:20px;
	background:url(/img/sidebar_tile-dark.jpg) repeat-y #777777;
}
#sidebar-dark div.button a {
	color:#ffffff;
}
#sidebar-dark div.button.short {
	padding-top:3px;
	height:19px;
}
#sidebar-dark div.button.short h5 {
	padding:2px 8px 6px 10px !important;
}

/* grid */
table#grid {
	width:100%;
	margin:20px 0 20px 0;
	border-style:solid;
	border-color:#c0c0c0;
	border-width:1px 1px 0 1px;
}
table#grid td a {
	color:#333333;
}
table#grid th, table#grid td {
	padding:4px;
	padding-right:20px;
}
table#grid thead th {
	border:0px;
	background:#003399;
	color:#FFFFFF;
}
table#grid tbody td {
	border:0px;
	border-style:solid;
	border-color:#c0c0c0;
	border-bottom-width:1px;
	vertical-align:middle;
}
table#grid tbody tr.odd td {
	background:#efefef;
}
table#grid tbody tr.even td {
	background:#ffffff;
}

/* media-feature
div#media-feature {
	width:250px;
	border:1px solid red;
	float:left;
}
div#media-feature .title {
	font-size:14px;
	font-weight:bold;
} */

/* sidebar */
div#sidebar {
	/*border:1px solid red;*/
	width:218px;
	float:left;
	padding:15px;
	background:url(/img/sidebar_tile.jpg) repeat-y #ffffff;
}
div#sidebar img {
	border:1px solid #353535;
}
div#sidebar .title {
	font-size:14px;
	font-weight:bold;
}
table td#sidebar {
	/*border:1px solid red;*/
	width:248px;/*if using padding: 248-(15*2) */
	border-right:1px solid #353535 !important;
	/*padding:15px;*/
	background:url(/img/sidebar_tile.jpg) repeat-y #ffffff;
}
table td#sidebar p {
	margin-top:0;
}
table td#sidebar img.keyart {
	border:1px solid #353535;
	margin:10px 10px 0 10px;
}
table td#sidebar img.keyart.noborder {
	border:0 !important;
}
table td#sidebar img.hdr {
	border-bottom:1px solid #353535;
}
table td#sidebar .title {
	margin:10px 10px 3px 10px;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
}
table td#sidebar .airtime {
	margin:0 10px 10px 10px;
	font-size:11px;
	line-height:13px;
}
table td#sidebar .synopsis {
	margin:0 10px 0 10px;
	font-size:11px;
	line-height:13px;
}
table td#sidebar .synopsis p {
	margin:0px;
}
table td#sidebar .item {
	margin:10px 10px 10px 10px;
}
table td#sidebar .item a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
table td#sidebar .item a:hover {
	color:#053F6D;
}
table td#sidebar .item a.action:hover {
	color:#053F6D;
}

table td#sidebar-dark {
	/*border:1px solid red;*/
	width:248px;/*if using padding: 248-(15*2) */
	border-right:1px solid #353535 !important;
	/*padding:15px;*/
	background:url(/img/sidebar_tile-dark.jpg) repeat-y #7c7c7c;
}
table td#sidebar-dark p {
	margin-top:0;
}
table td#sidebar-dark .item {
	margin:7px 10px 10px 10px;
	padding:0px !important;
	line-height:13px;
	height:40px; /*57-(10*2)*/
	overflow:hidden;
	vertical-align:middle;
	color:#ffffff;
}
table td#sidebar-dark .item a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
table td#sidebar-dark .item a.action {
	text-decoration:underline !important;
	color:#ffffff;
}
table td#sidebar-dark .item a:hover {
	color:#053F6D;
}
table td#sidebar-dark .item a.action:hover {
	color:#053F6D;
}
table td#sidebar-dark.short {
	border-left:1px solid #353535 !important;
	border-right:0 !important;
}
table td#sidebar-dark.short .item {
	margin:7px 10px 10px 10px;
	height:23px;
	line-height:11px !important;
}

/* main-content */
div#main-content {
	width:700px;
	margin:15px;
	float:left;
}
table#main-content {
	width:100%;
}
table#main-content #detail p {
	margin:0px;
}

#main-content #item {
	margin-bottom:0;
}

h1.page-title {
	font-size:16px;
	margin-bottom:15px;
	text-transform:uppercase;
}
h1.page-title-lg {
	font-size:20px;
	margin-bottom:15px;
	text-transform:uppercase;
}
h2.page-title {
	font-size:16px;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
	text-transform:uppercase;
}
h4.page-title {
	font-size:14px;
	margin-bottom:15px;
	text-transform:uppercase;
}
.page-title.noshell {
	padding:15px 0 0 0 !important;
	margin:0 15px 0 15px !important;
}

div.div {
	height:1px;
	margin:15px 0 15px 0 !important;
	padding:0 !important;
	background:url(/img/grid_div-tile.gif) repeat-x;
}
div.div-dark {
	height:1px;
	margin:15px 0 15px 0 !important;
	padding:0 !important;
	background:url(/img/grid_div-tile-dark.gif) repeat-x;
}
div.div-list {
	height:4px;
	margin:0 !important;
	padding:0 !important;
	background:url(/img/list_div.jpg) no-repeat;
}
div.div-list-top {
	height:2px;
	margin:0 !important;
	padding:0 !important;
	background:url(/img/list_div_top.jpg) no-repeat;
}
div.div-list-dark {
	height:4px;
	margin:0 !important;
	padding:0 !important;
	background:url(/img/list_div-dark.jpg) no-repeat;
}
div.div-list-dark-top {
	height:2px;
	margin:0 !important;
	padding:0 !important;
	background:url(/img/list_div-dark_top.jpg) no-repeat;
}
div.div-list-dark-bottom {
	height:2px;
	margin:0 !important;
	padding:0 !important;
	background:url(/img/list_div-dark_bottom.jpg) no-repeat;
}


/* press */
table.press h4.title, table.press h4.date {
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
div.press #pdf {
	text-align:right;
	height:16px;
	margin-bottom:15px;
}
div.press #pdf div {
	float:right;
}
div.press #pdf img {
	float:left;
	margin-right:6px;
}
div.press #pdf a {
	float:left;
	font-size:11px;
	font-weight:normal;
}
div.press table tr td {
	width:inherit;
	margin:0px !important;
	padding:1px 5px 1px 1px !important;
	vertical-align:top !important;
}
div.press table tr td p {
	margin:0px !important;
}

/* 101 */
div#main_101 {
	background:#2d2c2c;
	padding:20px;
}
div#main_101 * {
	color:#ffffff !important;
}

div#main_101 table td.logo {
	width:214px;
}
div#main_101 table td.logo img {
	display:block;
	margin-bottom:10px;
}
div#main_101 table td.spotlight {
	background:#777777;
	width:456px;
	padding:10px;
}
div#main_101 div.div-dark {
	margin:0 20px 0 21px !important;
}
div#main_101 td.div {
	width:20px;
	padding:0 !important;
	background:url(/img/grid_div-tile-vert-dark.gif) top center repeat-y;
}

div#main_101 table td.photo {
	padding-right:10px !important;
}
div#main_101 table td.photo img {
	border:1px solid #353535;
}
div#main_101 table td div#body {
	color:#ffffff !important;
}
div#main_101 table td div#body hr {
	background:#ffffff !important;
	color:#ffffff !important;
	border:0 !important;
	height:1px !important;
	padding:0 !important;
	margin:4px 0 4px 0 !important;
}
div#main_101 table td div#body p {
	margin:0 !important;
	line-height:12px;
}
div#main_101 table td div#body h3 {
	font-size:16px !important;
}
div#main_101 table td div#body h4 {
	font-size:12px !important;
}
div#main_101 table td div#body h6 {
	font-size:11px !important;
	font-weight:normal;
}

table#promo {
	background:#5c5c5c;
}
table#promo td.main {
	padding:10px;
}
table#promo td.main div#body {
	color:#ffffff !important;
}
table#promo td.main div#body p {
	margin:0 !important;
	line-height:12px;
}
table#promo td.main div#photo {
	float:left;
	width:120px;
	margin-right:10px;
}
table#promo td.main div#photo img {
	border:1px solid #353535;
}
table#promo td.main div#detail {
	float:left;
	margin:0;
	color:#ffffff !important;
	width:320px;
}
table#promo td.main div#detail.full {
	width:100% !important;
}
table#promo td.main, table#promo td.main a {
	color:#ffffff;
}
table#promo td div.div-dark {
	margin:10px 0 10px 0 !important;
}

/* media-grid */
table.media-grid {
	/*border-left:1px solid #353535 !important;*/
	width:100% !important;
}
table.media-grid thead th {
	border:0px;
	background:#ffffff;
	color:#000000;
	text-transform:uppercase;
	border-bottom:1px solid #353535;
	padding:15px 0 4px 0;
}
table.media-grid thead th a {
	color:#000000;
	text-decoration:none;
}
table.media-grid tbody td {
	border:0px;
	verticle-align:top;
	padding:15px 25px 15px 0;
}
table.media-grid tbody td, table.media-grid tbody td * {
	font-size:11px;
}
table.media-grid tbody tr.odd {
	background:#ffffff;
}
table.media-grid tbody tr.even {
	background:#f0f0f0;
}
table.media-grid td.spacer {
	width:15px;
	height:1px;
	padding:0 !important;
	margin:0 !important;
}
table.media-grid td.downloads {
	color:#6b6b6b;
}
table.media-grid td img.thumbnail {
	border:1px solid #353535;
}
table.media-grid td a {
	color:#333333;
	font-weight:bold;
}
table.media-grid th, table.media-grid td {
	padding:4px;
	padding-right:20px;
}
table.media-grid td.div {
	height:1px;
	margin:0 !important;
	padding:0 !important;
	background:url(/img/grid_div-tile.gif) repeat-x;
}

/* grid-101 */
table.grid-101 {
	width:100% !important;
}
table.grid-101 th {
	border:0px;
	background:#ffffff;
	color:#000000;
	text-transform:uppercase;
	padding:15px 0 4px 0 !important;
}
table.grid-101 td {
	border:0px;
	verticle-align:top;
	padding:15px 15px 15px 0;
}
table.grid-101 td, table.grid-101 td * {
	font-size:11px;
}
table.grid-101 tr.odd {
	background:#ffffff;
}
table.grid-101 tr.even {
	background:#f0f0f0;
}
table.grid-101 td.spacer {
	width:15px;
	height:1px;
	padding:0 !important;
	margin:0 !important;
}
table.grid-101 td img.thumbnail {
	border:1px solid #353535;
	margin-bottom:15px;
}
table.grid-101 td a {
	color:#333333;
	font-weight:bold;
}
table.grid-101 th, table.grid-101 td {
	padding-bottom:0;
}
table.grid-101 td.div {
	height:1px;
	margin:0 !important;
	padding:0 !important;
	background:url(/img/grid_div-tile.gif) repeat-x;
}

/* bio-grid */
table.bio-grid {
	/*border-left:1px solid #353535 !important;*/
	width:100% !important;
}
table.bio-grid tbody td {
	border:0px;
	verticle-align:top;
	padding:15px 15px 15px 0;
}
table.bio-grid tbody tr.odd {
	background:#ffffff;
}
table.bio-grid tbody tr.even {
	background:#f0f0f0;
}
table.bio-grid td.spacer {
	width:15px;
	height:1px;
	padding:0 !important;
	margin:0 !important;
}
table.bio-grid td img.thumbnail {
	border:1px solid #353535;
}
table.bio-grid td .link {
	margin-top:5px;
	text-align:center;
}
table.bio-grid th, table.bio-grid td {
	padding:4px;
	padding-right:20px;
}
table.bio-grid td.div {
	height:1px;
	margin:0 !important;
	padding:0 !important;
	background:url(/img/grid_div-tile.gif) repeat-x;
}

table.bio td {
	border:0px;
	verticle-align:top;
	padding:0 15px 15px 0;
}
table.bio td img.thumbnail {
	border:1px solid #353535;
}
table.bio td div#body p {
	margin-top:0 !important;
}
table.bio td .link {
	margin-top:5px;
	text-align:center;
}

/* home */
table#home {
	width:100%;
}
table#home #homepage_101 {
	background:#5c5c5c;
}
table#home #homepage_101 td.photo img {
	margin:10px 0 10px 10px;
	border:1px solid #353535;
}
table#home #homepage_101 td div#body {
	margin:8px 10px 10px 10px;
	color:#ffffff !important;
	height:251px;
	overflow:hidden;
}
table#home #homepage_101 td div#body hr {
	background:#ffffff !important;
	color:#ffffff !important;
	border:0 !important;
	height:1px !important;
	padding:0 !important;
	margin:4px 0 4px 0 !important;
}
table#home #homepage_101 td div#body p {
	margin:0 !important;
	line-height:12px;
}
table#home #homepage_101 td div#body h3 {
	font-size:16px !important;
}
table#home #homepage_101 td div#body h4 {
	font-size:12px !important;
}
table#home #homepage_101 td div#body h6 {
	font-size:11px !important;
	font-weight:normal;
}

table#home td.spacer {
	height:10px;
	border-width:1px 0 1px 0;
	border-style:solid;
	border-color:#353535;
	background:#1a1a1a;
}
table#home td img.hdr {
	border-bottom:1px solid #353535;
	margin:0px;
}
table#home td#sidebar {
	/*border:1px solid red;*/
	width:248px;/*if using padding: 248-(15*2) */
	border-right:1px solid #353535 !important;
	/*padding:15px;*/
	background:url(/img/sidebar_tile.jpg) repeat-y #ffffff;
}
table#home td#sidebar p {
	margin-top:0;
}
table#home td#sidebar .item {
	margin:7px 10px 10px 10px;
	padding:0px !important;
	line-height:13px;
	height:67px; /*84-(10*2) +3 for ie*/
	overflow:hidden;
	vertical-align:middle;
}
table#home td#sidebar .item a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
table#home td#sidebar .item a:hover {
	color:#053F6D;
}
table#home td#sidebar .item a.action:hover {
	color:#053F6D;
}

table#home #press {
	height:379px;
	overflow:hidden;
}
table#home #recent {
	height:269px;
	overflow:hidden;
}
table#home #showing {
	height:244px;
	overflow:hidden;
}
table#home #homepage_video {
	width:729px;
	height:379px;
	background:#2d2c2c;
}
table#home #homepage_video #video_player {
	/* set in asset.css for use in lightbox */
}

table#home #homepage_video #playing {
	height:69px;
	overflow:hidden;
	margin:10px;
	color:#ffffff;
}
table#home #homepage_video #playing a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
table#home #homepage_video #playing a.action {
	text-decoration:underline !important;
	color:#ffffff;
}
table#home #homepage_video #playing a:hover {
	color:#053F6D;
}
table#home #homepage_video #playing a.action:hover {
	color:#053F6D;
}
table#home #homepage_video #playing #description {
	font-weight:bold;
}
table#home #homepage_video #playing #body {
	line-height:14px;
}

table#home #homepage_video td div#sidebar-video {
	width:248px;/*if using padding: 248-(15*2) */
	border-left:1px solid #3c3c3c !important;
	background:#2d2c2c;
	height:379px;
	overflow:auto;
}
table#home #homepage_video td div#sidebar-video p {
	margin-top:0;
}
table#home #homepage_video td div#sidebar-video .item {
	padding:7px 10px 10px 10px !important;
	margin:0 !important;
	overflow:hidden;
	color:#ffffff;
}
table#home #homepage_video td div#sidebar-video .item a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
table#home #homepage_video td div#sidebar-video .item a.action {
	text-decoration:underline !important;
	color:#ffffff;
}
table#home #homepage_video td div#sidebar-video .item a:hover {
	color:#053F6D;
}
table#home #homepage_video td div#sidebar-video .item a.action:hover {
	color:#053F6D;
}
table#home #homepage_video td div#sidebar-video .item .description {
	margin-bottom:7px;
	font-weight:bold;
}
table#home #homepage_video td div#sidebar-video .item table.preview {
	width:110px;
}
table#home #homepage_video td div#sidebar-video .item table.preview td img {
	display:block;
}
table#home #homepage_video td div#sidebar-video .item .body {
	width:100px;
	margin-top:-2px !important;
	margin-left:10px;
	line-height:13px;
}
table#home #homepage_video td div#sidebar-video .item img.thumbnail {
	border:1px solid #555555;
	margin:0 !important;
	padding:0 !important;
}
table#home #homepage_video td div#sidebar-video div.div {
	height:1px;
	margin:0 !important;
	padding:0 !important;
	background:#3c3c3c;
}

/* show */

table.show td div#photo {
	float:left;
	margin:15px 0 15px 15px;
}
table.show td div#photo img {
	border:1px solid #353535;
}
table.show td div#detail {
	margin:15px 0 15px 15px;
	float:left;
	color:#000000 !important;
	width:459px;
}
table.show td div#detail.full {
	width:700px !important;
}
table.show td h2 .airtime {
	font-size:11px;
}

/* fact sheet */
div.fact-sheet a {
	color:#000000;
}
div.fact-sheet hr {
	background:#ffffff !important;
	color:#ffffff !important;
	border:0 !important;
	height:1px !important;
	padding:0 !important;
	margin:4px 0 4px 0 !important;
}
div.fact-sheet p {
	margin:0 !important;
	line-height:12px !important;
	font-size:11px !important;
}
div.fact-sheet h3 {
	font-size:16px !important;
}
div.fact-sheet h4 {
	font-size:12px !important;
}
div.fact-sheet h6 {
	font-size:11px !important;
	font-weight:normal;
}

/* link styleguide */

a.action {
	text-transform:capitalize;
	text-decoration:underline !important;
	color:#000000;
	font-weight:bold;
}
a:hover, a.action:hover {
	color:#053F6D;
}

a.active {
	color:#053F6D !important;
}

div.active {
	float:right;
	margin-top:1px;
}