.print_only {
	display: none;
}

body {
	background-color: #272420;
	text-align: center;
	margin: 18px 18px;
}

dl {
	/*  */
}	dl dt {
		float: left;
		clear: left;
		font-weight: bold;
	}
	dl dd {
		margin-left: 20px;
	}
	dl.block dt {
		display: block;
		float: none;
		margin-top: 4px;
	}

#container {
	width: 936px;
	background-color: #3e3832;
	background-image: url(../images/container_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px auto;
}

#logo {
	display: block;
	padding: 24px 0px 30px 28px;
}

#logo_print {
	display: none;
}

#main {
	position: relative;
	background-color: #ffffff;
	background-image: url(../images/main_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 12px 15px 12px 15px;
	text-align: left;
}

#media_title {
	padding: 15px 0px 21px 7px;
}

#media_sub_title {
	padding: 13px 0px 13px 11px;
	border-top: 1px dotted #a3a09d;
	border-bottom: 1px dotted #a3a09d;
	margin-bottom: 10px;
}

	.no_menu #menu_container {
		background-image: none;
	}

#menu_container {
	width: 906px;
	background-image: url(../images/menu_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	position: relative;
}

	.no_menu #menu {
		display: none;
	}

#menu {
	width: 220px;
	background-color: #f1f1f1;
	border: 1px solid #f1f1f1;		/* fix for margin bug on FF */
	position: absolute;
	top: 0px; left: 0px;
}

#menu a {
	display: block;
	color: #858380;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 25px;
}

#menu a:hover {
	color: #5f5e5b;
}

#menu a.on {
	font-weight: bold;
}

#menu a h5 {
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	margin: 23px 0px 0px -8px;
}

#menu hr {
	color: #f1f1f1;
	width: 196px;
	height: 0px;
	margin-left: 11px;
	background-color: #f1f1f1;
	border-bottom: 1px dotted #858380;
}

#menu hr.last {
	margin-bottom: 23px;
}

	.no_menu #content {
		width: 906px;
	}

#content {
	/* width: 678px;
	margin: 0px 0px 0px auto; */
}

#content #header {
	width: 678px;
	height: 245px;
}

/* #content h1 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 18px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
*/
	.no_menu #content .text {
		width: 100%	!important;
	}

#content .text {
	width: 640px;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
}

#content .cell {
	width: 678px;
	height: 134px;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	margin-top: 12px;
}

#content .movie {
	height: 348px;	!important
}

#content .movie object,
#content .movie .object_place_holder {
	width: 384px;
	height: 332px;
	margin: 8px 0px 0px 8px;
}


#content .cell .left {
	float: left;
	margin-right: 10px;
}

#content .cell h1 {
	padding-left: 0px;
}

#content .cell .img_type {
	width: 110px;
	float: left;
}

#content .text a,
#content .cell a,
#content #contacts td a,
#press a {
	color: #189ad7;
	text-decoration: none;
}

#content .text a:hover,
#content .cell a:hover,
#content #contacts td a:hover,
#press a {
	color: #0075af;
}

#content #contacts td {
	color: #84837f;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #a0a0a0;
}

#content #contacts .no_border {
	border: none;
}

#press {
	width: 430px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 40px 0px 0px 0px;
	padding-left: 10px;
	position: relative;
}

#press h1,
#press h2,
#press h3,
#press h4,
#press h5 {
	color: #666666;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}	#press h1 { font-size: 18px; }
	#press h3 { font-size: 15px; }
	#press h4 { font-size: 13px; }
	#press h5 { font-size: 12px; }

#press h2 {
	color: #888888;
	font-size: 12px;
}

#press_download {
	width: 190px;
	font-size: 11px;
	line-height: 15px;
	/*
	position: absolute;
	top: 150px;	right: -240px;
	z-index: 1;
	*/
	border: 1px solid #dddddd;
	padding: 9px 15px 9px 15px;
}	#press_download a {
		display: block;
		position: relative;
	}
	#press_download a span {
		display: none;
		position: absolute;
		top: 0px; right: -10px;
		font-size: 9px;
	}
	#press_download a:hover span {
		color: #666666;
		display: inline;
	}
	#press_download a img {
		margin: 0px 7px -2px 0px;
		opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);
	}
	#press_download a:hover img {
		opacity: 1.0;
		-moz-opacity: 1.0;
		filter: alpha(opacity=100);
	}

#press .left {
	/*
	position: absolute;
	top: 0px;	right: -240px;
	z-index: 1;
	*/
}

#press_right_col {
	width: 220px;
	position: absolute;
	top: 0px;	right: -240px;
	z-index: 1;
}

#press .left,
#press_download {
	float: right;
	clear: right;
	margin: 0px 0px 16px 0px;
}

#bottom {
	padding: 17px 19px 17px 19px;
}

#bottom, #bottom a, #bottom #copyright {
	color: #7a7672;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#bottom a:hover {
	color: #afaaa6;
}

#bottom #copyright {
	width: 30%;
	float: right;
	text-align: right;
}

#bottom #copyright img {
	float: right;
	margin:  0px 0px -3px 10px;
}

#bottom #logo_mini_print {
	display: none;
}

#login {
	display: none;
	width: 220px;
	height: 134px;
	color: #cccccc;
	font-size: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #292929;
	border: 1px solid #000000;
	position: absolute;
	top: 50%;	left: 50%;
	z-index: 100;
	margin: -67px 0px 0px -110px;
}

#login #pad_me {
	position: relative;
	padding: 10px;
}

#login #login_close {
	cursor: pointer;
	position: absolute;
	top: 3px;	right: 3px;
	z-index: 101;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

#login #login_close:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

#login form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#login form .middle {
	margin: 9px 0px 9px 0px;
}

#login form .text_descript {
	width: 65px;
	float: left;
	margin: 4px 0px 0px 10px;
}

#login form .text {
	width: 120px;
	height: 16px;
	color: #292929;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e3e4e4;
	border: 1px solid #828177;
	margin-bottom: 2px;
}

#login form .check {
	margin-bottom: -2px;
}

#login form .check_text {
	font-size: 9px;
}

#login form .cancel {
	float: right;
	cursor: pointer;
	margin-right: 3px;
}

#login form .submit {
	float: right;
	cursor: pointer;
}

#login a {
	color: #cccccc;
}

#login a:hover {
	color: #b96133;
	text-decoration: none;
}

#inline_login {
	width: 220px;
	height: 114px;
	color: #cccccc;
	font-size: 10px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #292929;
	border: 1px solid #000000;
	margin: 16px auto 24px auto;
}

#inline_login #pad_me {
	padding: 10px;
}


#inline_login form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#inline_login .middle {
	margin: 9px 0px 9px 0px;
}

#inline_login .text_descript {
	width: 65px;
	float: left;
	margin: 4px 0px 0px 10px;
}

#inline_login form input {
	width: 120px;
	height: 16px;
	color: #292929;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e3e4e4;
	border: 1px solid #828177;
	margin-bottom: 2px;
}

#inline_login .submit {
	float: right;
}

.manage {
	width: 750px;
	border-collapse: collapse;
	border: 1px solid #272420;
	margin: 0px auto;
}

.manage tr th {
	height: 24px;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #272420;
	padding-left: 4px;
}

.manage #sorter td {
	height: 11px;
	cursor: pointer;
	color: #cccccc;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3e3832;
	border-bottom: 1px solid #272420;
	padding-right: 10px;
}

.manage #sorter td:hover {
	background-color: #48413a;
}

.manage #sorter .on {
	color: #b96133;
	font-weight: bold;
}

.manage #sorter img {
	margin: 0px 3px 1px 0px;
}

.manage tr td {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	border-bottom: 1px dashed #dddddd;
	padding-left: 4px;
}

.manage .button_cell {
	text-align: right;
}

.manage .button_cell img {
	margin-right: 10px;
	cursor: pointer;
}

.manage .gray td {
	color: #808080;
}

.manage .gray .button_cell img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.manage .gray .button_cell img:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}

.manage #search_row td {
	height: 16px;
	cursor: pointer;
	background-color: #3e3832;
	border-bottom: none;
	padding-right: 10px;
}

.manage #search_row input {
	width: 100%;
	height: 12px;
	color: #3e3832;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #514c46;
	background-color: #6e6a65;
	margin: 2px auto 2px auto;
}

.manage #search_row .on {
	border: 1px solid #6e6a65;
	background-color: #bcbab7;
	text-transform: uppercase;
}

.manage .add_tab {
	width: 120px;
	float: right;
	font-size: 12px;
	text-align: right;
	cursor: pointer;
}	.manage .add_tab img {
		margin: 0px 7px -3px 5px;
	}

.manage .alert_bad {
	height: 20px;
	color: #540d08;
	line-height: 20px;
	padding-left: 26px;
	background-color: #faa391;
	background-image: url(../images/buttons_error.gif);
	background-position: 6px 2px;
	background-repeat: no-repeat;
	border-bottom: none;
}	.manage .alert_bad_bg {
		color: #540d08;
		background-color: #faa391;
	}
	
.manage .alert_good {
	height: 20px;
	color: #21431b;
	line-height: 20px;
	padding-left: 26px;
	background-color: #a0d996;
	background-image: url(../images/buttons_add_gbg.gif);
	background-position: 6px 2px;
	background-repeat: no-repeat;
	border-bottom: none;
}	.manage .alert_good_bg {
		color: #21431b;
		background-color: #a0d996;
	}

.manage .input_text {
	width: 200px;
	height: 18px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

.disclaimer {
	color: #888888;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f1f1f1;
	border: 2px dashed #cccccc;
	margin-top: 20px;
	padding: 15px;
}	.disclaimer ul {
		margin: 0px 0px 5px 30px;
		padding: 0px 0px 0px 0px;
	}
	.disclaimer li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

#overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;	left: 0px;
	z-index: 99;
	background-color: #292929;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
