/* @group Layout */

* {
  margin: 0;
  padding: 0;
}
html {
  background: #ccc url(/images/new_layout/bg.png);
}
body {
	text-align: center;
	background: #ccc url(/images/new_layout/bg.png);
}
#wrapper {
	width: 997px;
	margin: 0 auto;
	border: 1px solid #000;
	border-width: 0 2px 2px;
	position: relative;
	background: #fff url(../images/new_layout/header_bg.jpg) no-repeat;
}
#wrapper_inner {
	width: 959px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	position: relative;
	height: 175px;
}

dl, dl dt, dl dd {
  margin: 0;
  padding: 0;
}
table {
  width: 100%;
  margin-bottom: 28px;
}
table thead th {
  background: #788EC9;
  color: #fff;
  font-size: 85%;
}
table caption {
  font-weight: bold;
  font-size: 138.5%;
}
table td {
  border-color: #aaa;
}
table tr.even td {
  background: #eee;
}
a {
  color: #6f87bf;
}
a, label {
  cursor: pointer;
}
/* @end Layout */


/* @group .fauxbutton */

#page a.fauxbutton {
	text-decoration: none;
	margin: 2px;
  border: 1px solid #bbb;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  background-color: #ddd;
  color: #999;
}
#page a.fauxbutton.add {
  padding-left: 20px;
  background: #ddd url(/images/icons/add_gray.png) 2px center no-repeat;
}
#page a.fauxbutton.delete {
  padding-left: 20px;
  background: #ddd url(/images/icons/remove_gray.png) 2px center no-repeat;
}
#page a.fauxbutton.checkbox_checked {
  padding-left: 20px;
  background: #ddd url(/images/icons/checkbox.png) 2px center no-repeat;
}
#page a.fauxbutton.checkbox {
  padding-left: 20px;
  background: #ddd url(/images/icons/checkbox_checked.png) 2px center no-repeat;
}
#page a.fauxbutton:hover, #page a.fauxbutton:active {
	border: 1px solid #6f87bf;
	background-color: #85a8fb;
	color: #42547d;
}

/* @end .fauxbutton */


/* @group Common Classes */

.access {
	position: absolute;
	left: -1000em;
}
.clear {
  clear: both;
}

.required {
  font-weight: bold;
  color: #ec701e;
}
span.required {
  margin: 0 3px;
}
.nowrap {
  white-space: nowrap;
}
a:focus {
  outline: none;
}
a.add {
  padding-left: 22px;
  background: url(/images/icons/add.png) left center no-repeat;
}
#page .clip a.add {
  padding-left: 0;
  background: url(/images/icons/add.png) left center no-repeat;
}
a.checkbox {
  padding-left: 22px;
}
.autocomplete li {
  list-style: none;
  cursor: pointer;
}


/* @end Common Classes */


/* @group #admin_nav spec */

#admin_nav * {
  margin: 0;
}
#admin_nav {
	width: 997px;
	margin: 0 auto;
  background: #FDDEDE;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 1px solid #f00;
}
#admin_nav ul {
  width: 945px;
  margin: 0 auto;
  background: #FDDEDE;
  padding: 5px;
}
#admin_nav li {
  list-style: none;
  display: inline;
  border-left: 1px solid #ffacac;
  padding-left: 10px;
  margin-right: 6px;
}
#admin_nav li.first {
  padding-left: 0;
  border: none;
}
#admin_nav a {
  color: #f00;
}

/* @end #admin_nav spec */


/* @group #header */

#header {
  margin-bottom: 21px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: block;
	width: 255px;
	height: 161px;
/*  background: #0f0;
  opacity: 0.5;
*/	position: absolute;
	top: 1px;
	z-index: 1;
	cursor: pointer;
}
#tag_line {
  position: absolute;
  left: 130px;
  top: 140px;
  color: #fff;
  font-style: italic;
}
#nav {
	margin: 50px 0 0 290px;
	padding: 0;
	float: left;
	width: 450px;
}
#nav li {
	list-style: none;
/*  float: left;*/
  display: inline;
	font-size: 138.5%;
	margin-left: 1.5em;
}
#nav li.first {
  margin-left: 0;
}
#nav li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#search {
	float: right;
	width: 215px;
	position: relative;
	margin-top: 50px;
}
#search dl {
	float: left;
	margin: 0;
}
#search dd {
	margin: 0;
}
#search .input_wrapper {
  background: #fff;
  border: 1px solid #6f87bf;
  height: 24px;
  width: 136px;
  padding: 0 5px;
  margin-bottom: 3px;
}
#search .input_wrapper input {
  height: 26px;
  line-height: 26px;
  width: 100%;
  background: none;
  border: none;
}
#search .adv_search a {
  color: #6f87bf;
  font-weight: bold;
  font-size: 93%;
}
#search .adv_search img {
/*  position: absolute;*/
  float: left;
  margin-right: 3px;
}
#search .buttons {
/*  float: right;*/
  position: absolute;
  left: 148px;
  top: -3px;
  height: 100px;
}
#search .hd {
  position: relative;
  z-index: 5;
  font-size: 93%;
  color: #fff;
  margin-bottom: 5px;
}
#search .hd label {
  margin-left: 7px;
}
#search .hd label.first {
  margin-left: 0;
}
#search .hd abbr {
  border-color: #fff;
}
#login_bar {
  position: absolute;
  top: 140px;
  right: 0;
  color: #fff;
}
#login_bar a {
  color: #6e86c1;
}
/* @end #header */


/* @group #page */

#page {
  margin-bottom: 28px;
}
#page a {
  color: #512b25;
}
#page h2 {
  font-size: 153.9%;
  color: #283956;
  padding: .2em 0;
  margin: 0 0 7px 0;
}

#page form {
  margin-bottom: 14px;
}
#page form .col {
  float: left;
  width: 400px;
  margin-left: 10px;
}
#page form .col_first {
  margin-left: 0;
}
#page form dt, dl.info dt {
  font-size: 85%;
  font-weight: bold;
}
#page form dd, dl.info dd {
  margin-left: 0;
  margin-bottom: 14px;
}
#page form .tips {
  font-size: 77%;
}
.col dd input, .col dd textarea {
  width: 80%;
}
#page form dd input, #page form dd textarea {
  width: 20em;
/*  font-size: 116%;*/
}
#page form dd textarea {
  height: 10em;
}
#page form dd select {
/*  font-size: 116%;*/
}
#page form dd fieldset p {
  margin: 5px 0;
}
#page form dd fieldset input, #page form dd input.button {
  width: auto;
}
#page form .buttons input {
  font-size: 116%;
  padding: 0 7px;
}

#page fieldset.ready_to_order {
	margin: 10px 0 10px 0;
	padding: 10px;
	border: 1px solid #CCC;
}

#page fieldset.ready_to_order legend {
	font-size: 1.4em;
}

/* @end #page */


/* @group #content */

#content h2 {
  background: #512b25;
  color: #fff;
  padding: .2em .3em;
}

/* @end #content */


/* @group #sidebar */

#sidebar .highlighted h2 {
  background: #6f87bf;
  color: #283956;
  padding: .2em .3em;
}

/* @end #sidebar */


/* @group #footer */

#footer {
  padding: 45px 0 14px;
  background: url(/images/new_layout/footer_bg.png) no-repeat;
  text-align: center;
}
#footer ul {
  margin: 7px 0 21px;
  padding: 0;
}
#footer li {
  list-style: none;
  display: inline;
  margin-left: 7px;
}
#footer li.first, #footer ul > li {
  margin-left: 0;
}
#footer li:before {
  content: " •  ";
}
#footer li.first:before {
  content: "";
}
#footer a {
  color: #000;
}
#footer p {
  margin: 0 0 7px 0;
}

/* @end #footer */


/* @group body#home */

body#home .noticebox, body#home .errorbox {
  margin-bottom: 40px;
}
body#home #king_bar {
  top: 2px;
  margin-bottom: 21px;
  height: 345px;
  position: relative;
}
body#home #king_wrapper {
  background: #777fbf url(/images/new_layout/film.jpg) no-repeat;
  border: 2px solid #000;
  border-width: 2px 0;
  width: 997px;
  height: 316px;
  position: absolute;
  left: -19px;
  top: 0;
}
body#home #king {
  position: absolute;
  left: 5px;
  top: -21px;
  width: 576px;
  height: 376px;
  background: url(/images/new_layout/king.png) no-repeat;
}
body#home #king * {
  padding: 0;
  margin: 0;
}
body#home #king .inner {
  position: absolute;
  left: 15px;
  top: 8px;
}
body#home #content {
  float: left;
  width: 326px;
  border-right: 1px solid #e2e2e2;
}
body#home #content .inner {
  padding-right: 17px;
}
body#home #sidebar {
  float: right;
  width: 614px;
}
body#home #sidebar .clear {
  padding-bottom: 7px;
}
body#home #featured_clip {
  padding-bottom: 7px;
}
body#home #featured_clip .text {
  float: left;
  width: 406px;
}
body#home #featured_clip .image {
  float: right;
  width: 200px;
  padding: 7px 0;
/*  background: #777fbf url(/images/new_layout/film.jpg) left center no-repeat;*/
/*  border: 1px solid #e2e2e2;*/
  background: url(/images/new_layout/film_clip.png) repeat-y;
  text-align: center;
}
body#home #featured_playlists .playlists {
  background: url(/images/new_layout/featured_playlists_bg.png) repeat-y;
}
body#home #featured_playlists .playlist {
  margin-left: 7px;
  padding-top: 7px;
  background: #b3b3b3;
  float: left;
  width: 200px;
  text-align: center;
}
body#home #featured_playlists .first {
  margin-left: 0;
}
body#home #featured_playlists .image {
  width: 190px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}
body#home #featured_playlists .playlist a {
  display: block;
  padding: 5px 5px 2px;
  margin: 0 5px;
  color: #4c4c4c;
  font-weight: bold;
}

/* @end body#home */


/* @group body#static_page */

body#static_page #content_wrapper {
  text-align: center;
}
body#static_page #content {
  text-align: left;
  width: 700px;
  margin: 0 auto;
}

/* @end body#static_page */


/* @group .noticebox, .errorbox */

.noticebox {
  border: 1px solid #3c9a00;
  margin-bottom: 20px;
  padding: 7px;
  background: #97c57a;
  color: #154100;
}
.errorbox, .errorExplanation {
  padding: 7px;
  margin-bottom: 20px;
  border: 1px solid #f00;
  background: #fcc;
  color: #900;
}
.errorExplanation {
  margin-bottom: 10px;
}
.fieldWithErrors {
  padding-left: 20px;
  background: url(/images/exclamation.png) left top no-repeat;
}
.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
  color: #900;
  background: #fcc;
}
.noticebox img, .errorbox img {
  margin-right: 7px;
}

/* @end .noticebox, .errorbox */


/* @group #playlist_clips */

.clip_tools {
  margin: 15px 0;
}
.clip_tools label {
  margin-right: 21px;
}
.select_all {
  text-align: center;
  margin: 7px 0;
}
#playlist_clips {
  position: relative;
  margin: 0 auto;
  width: 844px;
}
#playlist_clips .clip {
  float: left;
  position: relative;
  width: 199px;
/*  height: 192px;*/
    height: 205px;
  background: #ddd;
  margin: 5px 10px 5px 0;
  text-align: center;
  border: 1px solid #bbb;
  color: #777;
}
#playlist_clips .clip .rights {
  font-size: 77%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 199px;
  text-transform: uppercase;
  padding: 2px 0 0;
  border-top: 1px solid #b3b3b3;
}
#playlist_clips .managed {
  color: #555;
  background: #bfbfbf;
}
#playlist_clips .unmanaged {
  background: #bac5e3;
  color: #40537d;
}
#playlist_clips .clip .popup {
  position: absolute;
  z-index: 3;
  text-align: left;
  left: 0;
  top: 0;
  width: 211px;
  font-size: 85%;
}
#playlist_clips .clip .popup .top {
  background: url(/images/clip_popup_bg.png) no-repeat;
/*  border: 1px solid #f00;*/
}
#playlist_clips .clip .popup .bottom {
  background: url(/images/clip_popup_bg.png) left bottom no-repeat;
  height: 8px;
}
#playlist_clips .clip .popup .inner {
  padding: 16px 16px 10px;
}
#playlist_clips .clip .popup h3 {
  margin: 0 0 .5em 0;
}
#playlist_clips .clip .popup ul {
  margin: .5em 0 0 1em;
  padding: 0;
}
.clip span.flash_alt a {
  display: block;
}
#playlist_clips .clip.selected, #playlist_clips .clip.selected:hover {
  border-color: #333;
}
#playlist_clips .clip:hover {
  border-color: #999;
}
#playlist_clips .clip_img {
  width: 190px;
  height: 120px;
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
}
#playlist_clips .clip_info {
  margin: 2px 0 5px;
}
#playlist_clips .clip embed, #playlist_clips .clip object {
  position: absolute;
  left: 15px;
  bottom: 5px;
  vertical-align: bottom;
}
#submit_add_selected {
  visibility: hidden;
}
div.clip_actions {
  margin: 3px 0 6px 0;
}
div.clip_actions * {
  vertical-align: bottom;
}
div.clip_actions a span {
  position: absolute;
  left: -1000em;
}
div.clip_actions a {
  display: -moz-inline-box;
  display: inline-block;
  width: 16px;
  height: 16px;
}
div.clip_actions a.add {
  background: url(/images/icons/add.png) no-repeat;
  padding-left: 0;
}
div.clip_actions a.remove {
  background: url(/images/icons/remove.png) no-repeat;
}
div.clip_actions a.info {
  background: url(/images/icons/info.png) no-repeat;
}

/* @end #playlist_clips */


/* @group .playlist_actions */

div.playlist_actions {
  margin-bottom: 10px;
}
div.playlist_actions a.view_link {
  background: url(/images/icons/images.png) left top no-repeat;
  padding-left: 20px;
  display: inline-block;
  height: 20px;
  margin-left: 10px;
}
div.playlist_actions a.remove_link {
  background: url(/images/icons/remove.png) left top no-repeat;
  padding-left: 20px;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
}

/* @end .playlist_actions */


/* @group pagination */

div.pagination {
  padding: 15px 0;
  text-align: center;
}
#page .pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #bbb;
	background: #ddd;
	text-decoration: none;
	color: #999;
}
#page .pagination a:hover, #page .pagination a:active {
	border: 1px solid #6f87bf;
	background: #85a8fb;
	color: #42547d;
}
#page .pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	font-weight: bold;
	color: #512b25;
	border: 1px solid #512b25;
	background: #ef9182;
}
.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #ddd;
	color: #bbb;
}

/* @end pagination */


/* @group demo page */

body#demo #player {
  width: 544px;
  float: left;
}
body#demo #player div#summary {
  font-size: 123.1%;
  padding-top: 10px;
  margin-bottom: 20px;
}
body#demo #side-content {
  float: right;
  width: 265px;
  border: 1px solid #999;
  border-top-width: 0;
  background: #eee;
}
body#demo #player .keywords span {
  font-weight: bold;
}
body#demo #side-content .inner {
  padding: 0 10px;
}
body#demo #side-content h3 {
  margin: 0;
  font-size: 85%;
  background: #e2e2e2;
  padding: 5px 10px;
  color: #555;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}
body#demo #side-content ul {
  margin: 0 0 28px 0;
  font-size: 85%;
}
body#demo #side-content .inner ul {
  margin-bottom: 5px;
}
body#demo #side-content ul ul {
  margin: 0 0 0 10px;
  font-size: 100%;
}
body#demo #side-content li {
  list-style: none;
  margin: 4px 0;
}
body#demo #side-content li a {
  display: block;
  padding: 5px;
  margin: 5px 0;
/*  border: 1px solid #fff;*/
}
body#demo #side-content li span {
  font-weight: bold;
}
body#demo #side-content li a:focus, body#demo #side-content li a:hover {
  background: #6F87BF;
  color: #fff;
}
body#demo .draft {
  background: url(/images/icons/not_published.gif) right 3px no-repeat;
  padding-right: 66px;
}


/* @end demo page */


/* @group adv_search page */

body#adv_search #page form {
}
body#adv_search #page form dt {
  font-weight: bold;
}
body#adv_search #page form dd {
  margin-bottom: 10px;
}
/* @end adv_search page */


/* @group admin_dashboard page */

body#admin_dashboard dt {
  font-size: 138.5%;
  font-weight: bold;
}
body#admin_dashboard dd {
  margin: 0 0 28px 14px;
}

/* @end admin_dashboard page */



/* @group Fulfillment progress graph */
.graph {
  border: 1px solid #bbb;
  margin: 10px 0;
  width: 420px;
  position: relative;
  left: 0;
  top: 0;
  background: #ddd;
}
.graph .number {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 20px;
  color: #c61b18;
}
.completed .graph .number {
  color: #fff;
}
.graph .bar {
  height: 20px;
  background: url(/images/ajax-loader.gif) repeat-x;
}
.completed .graph .bar {
  background: url(/images/ajax-loader-completed.gif) repeat-x;
}
.progress_phrases {
  text-align: center;
  line-height: 1.1em;
}
.progress_phrases span {
  background: url(/images/colored_checkboxes.gif) left 1px no-repeat;
  padding-left: 14px;
}
.progress_phrases span.yellow_check {
  background-position: left -84px;
}
.progress_phrases span.green_check {
  background-position: left -187px;
}
.prog {
  background-position: -16px center;
}
.progrees_phrases .checkbox.completed {
  background-position: -32px center;
}
.progress_phrases span {
  margin-right: 3em;
}
.progress_meter {
  float: left;
  position: relative;
  margin-top: 4.5em;
}
.progress_meter .download_link {
  font-size: 1.3em;
}
.progress_meter p {
  font-size: 123.1%;
  font-weight: bold;
}
/* @end Fulfillment progress graph */


/* @group .playlist_picker */

div.playlist_picker ul {
  margin-left: 0;
}
div.playlist_picker ul li {
	float: left;
	display: block;
	font-size: 1.0em;	
	margin: 0 10px 14px 0;
	padding-left: 14px;
	background: url(/images/playlist-bullet.gif) left center no-repeat;
}
div.playlist_picker ul li.first {
  background: none;
  padding-left: 0;
}
#page div.playlist_picker a.fauxbutton {
  padding-left: 5px;
}

/* @end .playlist_picker*/


