@charset "UTF-8";
/* main elements */

body  {
	font: 100% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #f1efe2 url(/assets/images/global/beac-bg-01.jpg) repeat-x top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #585858;
	position: relative;
}

html, body {
	height: 100%;
	margin-bottom: 1px;
}

/* LINKS */
a:link {
	color: #5F75AA;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 p a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #FFFFFF;
	background-color: #5F75AA;
}
a:active {
	color: #FFFFFF;
	background-color: #5F75AA;
}

/* DIVS */

#container {
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.beac #content-container {
	width: 770px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	top: -24px;
	background: url(/assets/images/global/mainbg-shad.03.png) repeat-y center;
	position: relative;
	left: 0px;
	z-index: 1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
} 
.beac #header {
	background: url(/assets/images/global/new-header.png) no-repeat center top;
	padding: 0 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 149px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	z-index: 100;
	position: relative;
	margin-top: 21px;
	text-align: left;
} 
.beac #header h1 {
	margin: 20 0 0;
}
.beac #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 10px;
	margin-right: 20px;
	margin-top: 40px;
	font-size: 80%;
	color: #666;
	line-height: 17px;
}
.beac #mainContent {
	font-size: 0.85em;
	line-height: 1.3em;
	min-height: 500px;
	margin: 0 250px 0 0;
	padding: 20px 20px 0px 30px;
	border-right: 2px dotted #F3F2E7;
} 
.beac #mainContent-awards {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 0.85em;
	line-height: 1.3em;
	min-height: 500px;
}
h1 {
	color: #801103;
}
h2 {
	color: #801103;
}
#mainContent h1 {
	padding-top: 20px;
	font-size: 1.4em;
	color: #801103;
}
#mainContent h2 {
	margin-top: 20px;
	color: #801103;
	font-size: 1.1em;
}
#mainContent ul {
	font-size: 0.9em;
	color: #333;
	font-weight: normal;
}
.submission-data {
	width: 60%;
	border: 1px solid #E1E1E1;
}
.submission-data tr {
}
#mainContent-awards .submission-data tr td {
	margin: 2px;
}
.odd {
	background: #EBEBEB;
}
.even {
	background: #E0EBFE;
}

/* FOOTER */

.beac #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/assets/images/global/footer-bg.02.png) no-repeat center top;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
	top: -25px;
	position: relative;
	height: 48px;
} 
.beac #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #333;
}
 #footer a {
	color: #66231F;
    }
#sidebar1 h3 {
	color: #A10014;
}
	
/* MISC */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold-blue {
	color: #406498;
	font-weight: bold;
}
#navcrumb {
	color: #666;
	font-size: 0.85em;
}

/* LISTS */

#sidebar1 ul {
}
#sidebar1 ul li {
	padding-top: 5px;
}
#mainContent ul li ol li {
	padding-top: 5px;
	color: #666;
}
.ol-alpha {
	list-style: lower-alpha;
}

/* tables */

table {
	border-collapse: collapse;
	font-size: .90em;
}

th {
	text-align: center;
	padding: 0.3em;
	background: url(/assets/images/global/bg-grad/bg-grad09-red.jpg);
	white-space: nowrap;
	color: #FFF;
}
.table-tr-subhead01-blue {
	background: url(/assets/images/global/bg-grad/bg-grad01-blue.jpg);
	color: #FFF;
	font-weight: bold;
}
.table-tr-subhead02-grey {
	background: url(/assets/images/global/bg-grad/bg-grad02-grey.jpg);
	color: #333;
	font-weight: bold;
	text-align: center;
}
.table-tr-subhead03-orange {
	background: url(/assets/images/global/bg-grad/bg-grad03-orange.jpg);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.table-tr-subhead04-mustard {
	background: url(/assets/images/global/bg-grad/bg-grad04-mustard.jpg);
	color: #666;
	font-weight: bold;
}
.table-tr-subhead05-green {
	background: url(/assets/images/global/bg-grad/bg-grad05-green.jpg);
	color: #FFF;
	font-weight: bold;
}
.table-tr-subhead06-blue {
	background: url(/assets/images/global/bg-grad/bg-grad06-blue.jpg);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.table-tr-subhead07-yellow {
	background: url(/assets/images/global/bg-grad/bg-grad07-yellow.jpg);
	color: #666;
	font-weight: bold;
}
.table-tr-subhead08-black {
	background: url(/assets/images/global/bg-grad/bg-grad08-black.jpg);
	color: #FFF;
	font-weight: bold;
}
.table-tr-subhead09-red {
	background: url(/assets/images/global/bg-grad/bg-grad09-red.jpg);
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.table-tr-subhead10-beige {
	background: url(/assets/images/global/bg-grad/bg-grad10-beige.jpg);
	color: #333;
	font-weight: bold;
}
.table-tr-subhead11-blue {
	background: url(/assets/images/global/bg-grad/bg-grad11-blue.jpg);
	color: #FFF;
	font-weight: bold;
}

td {
	padding: 0.3em;
}

tr {
	vertical-align: top;
}
.table.fileformat {
/* declarations for file format tables */
	border: 1px solid #600;
}

.fileformat tr {
	border: 1px solid #999;
}
.fileformat tr td {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 4px;
	text-align: center;
}

table.boardmembers {
/* declarations for board member tables */
	border-style: none;
}

table.other {
/* declarations for other tables */

}
#documentary {
}
#drama {
}
#comedy {
}
#series {
}
#studio {
}
#corp_psa_short {
}
#eng_news {
}
#animation {
}
#commercial {
}
#web {
}
#aud_drama {
}
#aud_comedy {
}
#aud_spot {
}
#aud_commercial {
}
#audio_promo {
}
#aud_psa {
}
#header #login  {
	float: right;
	height: 100px;
	width: 250px;
	margin-top: -25px;
	margin-right: 36px;
	position: relative;
}
#header #login-gala {
	float: right;
	height: 100px;
	width: 250px;
	margin-top: -25px;
	margin-right: 36px;
	position: relative;
	display: none;
}

#header #login p a img { border-style: none; }

p a img { border-style: none; }
li#attachFile     { display: block; }
form#joinApp li.turnOff { display: none; }
form#joinApp li.turnOn { display: block; }
.turnOff {
	display: none;
}
.turnOn {
	display: block;
}
#chooseCat fieldset legend {
	font-size: .95em;
	color: #9C591D;
	font-weight: normal;
	text-transform: uppercase;
}
.show {
	display: block;
}
.choose-cat {
	padding: 0px 12px;
	color: #666;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-top: 20px;
	border: 2px groove #800000;
	font-weight: bold;
	text-transform: uppercase;
}
.choose-cat p a {
	color: #800000;
	text-decoration: underline;
}
#pp_submit #ticket-cost {
	margin-top: 15px;
	background: #900;
	border: 1px solid #F1EFE2;
}
#pp_submit #ticket-cost td {
	background: #FFF;
}
.center {
	text-align: center;
}
.pp_submit_odd {
	background: #FCECEC;
}
.pp_submit_even {
	background: #F1EFE2;
}
#pp_submit #user-info {
	background: #900;
	border: thin solid #F1EFE2;
}
#pp_submit #user-info td {
	background: #FFF;
	margin: 1px;
}
.video-border {
	border: 3px solid #585858;
	padding: 1px;
}

.beac #sidebar1-media {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 15px 10px;
	margin-right: 20px;
	margin-top: 40px;
	font-size: 80%;
	color: #666;
	background: E9EFF1;
	line-height: 17px;
}

.beac #mainContent-media {
	font-size: 0.85em;
	line-height: 1.3em;
	min-height: 500px;
	margin: 0 230px 0 0;
	padding: 20px 10px 0px 25px;
}

#mediaplayer {
}
#mainContent #contact ol #captcha { text-align: center; }
#login  {
	/* [disabled]display: none; */
}

