/* CLASSLESS TAGS */
h2 {
  color: #5B5B7E;
  background: none;
}

h3 {
  color: #5E8C99;
}

fieldset legend {
  color: #5B5B7E;
}

a {
	text-decoration: none;
}

 /*Allow terms with more characters to remain on one line for definition lists*/
dd {
  margin-left: 13em;   
}
dt {
  width: 12em;   
}

.definition_list_action {
  margin-left: 5px;   
}

span.definition_list_action a {
  padding: 0 8px;   
}

/*MULTI_TAG CLASSES*/


.text_align_right {
	text-align: right;
}

.text_align_left {
	text-align: right;
}

.ajax_link {
	color: #360297;	
}

.clickable {
	cursor: pointer;
}

.toggle_content {
    cursor: pointer;
    width: 24px;
    height: 24px;
    float: right;
}
.toggleable_content {
    margin-top: 10px;
}
span.more_content {
  float: right;
  font-size: 80%;
  font-weight: bold;
  margin-top: 5px;
}

.toggle_content.show {
    background: url("../img/plus_24.png") no-repeat scroll left top transparent;
}

.toggle_content.hide {
    background: url("../img/minus_24.png") no-repeat scroll left top transparent;
}


.float_right {
	float: right;
}

.float_left {
	float: left;
}

.hidden {
	display:none;	
}

.clear_both {
	clear: both;	
}
.clear_none {
	clear: none;	
}


/*
span.hover_show {
	display: none;
}

span.hover_show:hover .hover_show  {
	display: block;
}
*/

/* Tables */
tr.totals_row {
    font-weight: bold;
}

/* DISPLAY BOXES */

div.display_box {
	width: 310px;
	margin: 15px;
	float: left;
	border-color: #000000;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 5px 5px rgba(0, 0, 0, 0.2);
	background-color: rgba(0, 52, 235, 0.08);

}
div.display_box_title {
	color: #444444;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px 0 10px;
}

div.display_box_title a  {
    font-weight: bold;
    color: #444444;
}

div.display_box_content {
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	line-height: 135%;
        min-height: 55px;
}

div.display_box_additional_content_item {
    margin-top: 8px;
}


div.display_box_footer {
	padding: 5px 10px;
	height: 10px;
	background-color: #E6E6E6;
	font-size: 75%;
	font-weight: bold;
	clear: both;
        border-top: 1px solid #E6E6E6;
}

div.display_box_content .content_1 {
	font-weight: bold;
}

div.display_box_content .content_2 {
	font-weight: bold;
	color: #024528;
}

div.display_box_content .content_3 {
		padding-top: 3px;
}

select.display_box_select {
	width: 125px;
	height: 14px;
	font-size: 10px;
	font-weight: bold;
	background: transparent;
	border: none;
	clear: none;
	text-align: center;
}


.display_box a {
	color: #333333;
	font-weight: normal;
}

.display_box_links_container {
    position: relative;
    width: 100%;
}

div.display_box .content_4 {
	
}

div.display_box_links img{
    width: 20px; 
    height: 20px;
    padding-left: 5px;
}

div.display_box_links {
    position: absolute;
    right: 0;
    bottom: 2px;
}

div.display_box_footer_links img {
    width: 16px; 
    height: 16px;
}

div.display_box_footer_links {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*Format if content of box required non-urgent attention (like order needing to be submitted or assigned) */
div.display_box.attention {
    background: none repeat scroll 0 0 #F9F9BC;
}

div.display_box.attention .display_box_footer {
    background: none repeat scroll 0 0 #F9F9BC;
    border-top: 1px solid #EEED93;
}

/*Format if content of box should be ignored (like cancelled order) */
div.display_box.ignore {
    background-color: #DFDCDC;
    color: #BAB3B3;
    outline: medium none;
}
div.display_box.ignore .display_box_footer {
    
}

/*Format if content of box requires urgent attention 
(like has missing info) */
div.display_box.urgent {
    background: none repeat scroll 0 0 #FFD2D2;
}
div.display_box.urgent .display_box_footer {
    background: none repeat scroll 0 0 #FFD2D2;
    border-top: 1px solid #F7C2C2;
}

/*Format if content of box should be considered "good"*/
div.display_box.good {
    background: none repeat scroll 0 0 #89EBAC;
}
div.display_box.good .display_box_footer {
    background: none repeat scroll 0 0 #89EBAC;
    border-top: 1px solid #9DEEBD;
}

.discrete {
	font-size: 9px;
	color: #9F9B9B;
}

/*ALL FORMS/INPUTS*/
div.ad_code input {
	width: 100px;
}

div.input_value_subsitute {
    clear:none;
    float: left;
}

input, select, textarea {
  width: auto;
  clear: none;
  float:left;
}

input.website_address {
    width: 500px;
}

div.modal_form input, div.modal_form textarea {
    width: 95%;
}

input {
	padding: 0%;
}

form .required.not_required label:after {
    content: '';
}

form .required.not_required {
    font-weight: normal;
}

div.toggleable_form_fields {
    padding: 0;
}

div.submit.with_cancel input {
    margin-right: 25px;
}

input.edition_dates, select.edition_dates {
    width: 150px;
}

input.ad_width, input.ad_height  {
    width: 75px;
}

input.currency {
    width: 110px;
}

input.insert_tabs {
    width: 50px;
}

input.insert_number  {
    width: 100px;
}

/* QUICK FORMS */

div.quick_form {
    font-size: 10px;
}
.quick_form fieldset legend {
    margin-top: 10px;
}

.quick_form fieldset{
    max-width: 800px;
}

div.quick_form div.input  {
    clear: none;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 7px 0 7px;
    /*height: 10px;*/
}

div.quick_form input {
    padding: 1%;
}

div.quick_form div.error.input  {
    margin: 0 10px;
    height: 53px;
}

div.quick_form div.error-message {
    padding: 0 0 0 4px;
}

div.quick_form form  {
    border: 1px solid #DDDDDD;
    max-width: 900px;
    margin-bottom: 15px;
}

div.quick_form .submit {
    margin-top: 10px;
}


div.quick_form .ajax_lookup_button {
	top: 14px;
	position: relative;
	margin: 10px 10px 0 2px;
	bottom:0;
	font-weight:normal;
	padding: 4px 8px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
	color:#333;
	border:1px solid #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-user-select: none;
	user-select: none;
/*
	font-size: 110%;
	background: -moz-linear-gradient(center top , #949494 0%, #001F2E 100%) repeat scroll 0 0 #62AF56;
	border-color: #000000;
	color: #FFFFFF;
	padding: 0 10px 1px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	height: 25px;
	clear: none;
	float: left;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
	font-weight: normal;
	min-width: 0;
	text-decoration: none;
*/
}

div.quick_form div.inputless_action_link{
    margin-top: 20px;
}
/*UNIVERSAL AJAX*/
#ajax_loading { 
	display:none; 
	position: fixed;
    left: 50%;
    top: 35%;
    z-index: 10000;
}

.ajax_success {
    background: #24A4DF;
    border: 1px solid #0A7DB2;
}

.ajax_error {
    
    background: #E31D0F;
    border: 1px solid #9C1208;
   
}

#ajax_message p {
    margin: 0;
    padding: 0 40px 0 20px;
    text-align: center;
    font-weight: bold;
}

#ajax_message {
    border-radius: 15px;
    position: fixed;
    top: 15%;
    width: 20%;
    left: 40%;
    padding: 15px 50px;
    z-index: 9999; /* Make sure it is above any other modal/dialog */
}

button.ajax_lookup_button {
	background: -moz-linear-gradient(center top , #949494 0%, #001F2E 100%) repeat scroll 0 0 #62AF56;
	border-color: #000000;
	color: #FFFFFF;
	padding: 0 10px 1px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	height: 25px;
	clear: none;
	float: left;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
	font-weight: normal;
	min-width: 0;
	text-decoration: none;
	position: relative;
	font-size: 110%;
	bottom: 20px;
	margin-left: 5px;
        cursor: pointer;
}


/*Plugin Specific*/
.AnyTime-pkr .AnyTime-cur-btn {
  background-color: #dee0e7;
  border: 1px solid #bebcd2;
  color: #363636;
  font-weight: bold;
}

form.cloaked, form.cloaked div {
    clear: none;
    margin: 0;
    width: auto;
    padding: 0;
}

/*MODAL BOXES*/
div.for_modal {
    padding-left: 0;
    width: 95%;
    height: 95%;
}
.for_modal {
    font-size: 11px;	
}

.for_modal dd {
    margin-left: 13em;
}

.for_modal dt {
    width: 13em;
}
.for_modal dl {
    width: 580px;	
}

table.for_modal  {
    table-layout: fixed;
    width: 580px;
    font-size: 11px;
}

.modal_action_icons_wrapper {
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.modal_action_icon {
    margin-left: 15px;
    width: 50px;
    height: 50px;
}

/*LAYOUT*/
div.no_actions {
    border: none;
    float: left;
    width: 96%;
}

td.image_links {
    width: 85px;
}

td.image_links img{
    margin: 3px 2px 0 0;
}

tr.disabled_record, table tr.diabled_record:nth-child(2n) {
    background-color: #EA2222 !important;
}

ul.horizontal_menu {
    display: block;
    float: left;
    list-style: none outside none;
    overflow: hidden;
    padding: 0;
}

ul.horizontal_menu li {
    float: left;
    position: relative;
    padding: 0 19px;
}

.horizontal_actions li {
  clear: none;
  float: left;
  margin-right: 15px;
  position: relative;
  width: 150px;
}

.horizontal_actions {
    width: 100% !important;
}

#logged_in_user {
    float: left;
    width: auto;
    clear:left;
}
#logout {
    clear: right;
    float: left;
    margin-left: 10px;
}

#logout a {
    color: #838383;
}

#current_edition {
    float: left;
    clear:none;
    width: auto;
}

#edition_dates_wrapper {
    float: left;
    clear:none;
    width: 300px;
    margin: 0 5px 0 0;
}

.print_group_name {
    float: left;
    width: 175px;
}
.print_group_edition_date {
}

#site_name {
    clear: both;
    font: 20px "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
    text-align: left;
    padding-top: 10px;
}

body {
    background: none repeat scroll 0 0 #F1F1F1;
    height: 100%;
    color: #838383;
}

#header {
    background: url("../img/top-gradient.png") repeat-x scroll left top #F1F1F1;
    height: 80px;
    position: relative;
    z-index: 1000;
    padding: 0;
}

#header_position_wrapper {
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1100px;
}

#content {
  background: none repeat scroll 0 0 transparent;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding: 0;
}

td:first-child {
    border-left: 1px solid #B7A8A8;
}
td:last-child {
    border-right: 1px solid #B7A8A8;
}

div.stats {
    width: 500px;
}

.stats li {
    width: 110px;
}

.stats ul {
    float: right;
}

.stat_notes {
    font-size: 70%;
    float: right;
    margin-top: 5px;
}

.stat_name {
    font-weight: bold;
}

img.action_icon {
    margin-left: 7px;
}
/* Top menu is copy of http://www.beoplay.com/ */

#topmenu {
    height: 76px;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 1;
}
#topmenu ul {
    background: url("../img/top-menu-divider.png") no-repeat scroll left top transparent;
    display: block;
    float: left;
    height: 76px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#topmenu li {
    background: url("../img/top-menu-divider.png") no-repeat scroll right top transparent;
    float: left;
    height: 76px;
    position: relative;
}
#topmenu li:hover {
    background: url("../img/top-menu-hover.png") repeat-x scroll left top transparent;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-left: -2px;
}
#topmenu li.first_top_menu_item:hover {
    background: url("../img/top-menu-hover.png") repeat-x scroll left top transparent;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin-left: 0;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
    color: #919191;
    display: block;
    font-size: 13px;
    line-height: 76px;
    text-decoration: none;
}
#topmenu a:hover {
    color: #919191;
}
#topmenu ul li a:link, #topmenu ul li a:visited, #topmenu ul li a:active, #topmenu ul li a:hover {
    font-weight: lighter;
    padding: 0 19px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
#topmenu ul li:hover a:hover {
    padding: 0 18px 0 20px;
}
#topmenu ul li a.selected {
}
#topmenu ul li.megamenu-enabled a {
    background: url("../img/top-menu-arrow-down.png") no-repeat scroll 90px center transparent;
    display: block;
    padding-right: 35px;
}
#topmenu ul li.megamenu-enabled a:hover {
    background: url("../img/top-menu-arrow-down.png") no-repeat scroll 91px center transparent;
    padding-right: 34px;
}
#topmenu ul li.megamenu-enabled a.active:hover {
    background: url("../img/top-menu-arrow-up.png") no-repeat scroll 91px center transparent;
}
#topmenu ul ul {
    display: none;
    position: absolute;
    top: 30px;
}
#topmenu ul li.last_top_menu_item ul {
    right: 0;
}

#topmenu {
    font-family: ProximaRegular;
}

#topmenu ul, li {
    margin: 0;
}

.stats_wrapper {
    clear: both;
    margin-bottom: 50px;
    width: 100%;
    overflow: auto;
}

.stats_day {
    font-size: 120%;
    margin-bottom: 5px;
    color: #5E8C99;
}

.stats_title, .ui-widget .stats_title {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 10px;
    color: #666666;
}

.stats_summary_box {
   
}

.stats_hour_count {
    width: 150px;
}

.stats_detail_box {
    width: 300px;
    overflow: auto;
}

.stats_detailed_publication, .ui-widget .stats_detailed_publication {
    font-weight: bold;
    font-size: 125%;
    margin-bottom: 10px;
    color: #6666ff;
}

.stats_detail_publication_box {
    clear:both;
    margin-bottom: 20px;
    overflow: auto;
}

.stats_hour {
    width: 50px;
    float: left;
}

.stats_type_counts {
    float: left;
}

.stats_detailed_hour_box {
    width: 200px;
    clear: both;
    margin-bottom: 10px;
    overflow: auto;
}

.stats_day_box {
    overflow: auto;
}

ul.edition_dates_list {
    list-style-type: none;
}

ul.edition_dates_list li {
    float:left;
    width: 150px;
    margin-bottom: 20px;
}

div.edition_dates_list span.edition_date {
    padding-right: 2em;
    display: inline-block;
}

div.edition_dates_list {
    width: 75%;
}

ul.scrollable_list{
    width: 200px; 
    height: 135px;
    border: 1px solid #DAD9D9;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #E9ECF8;
    box-shadow: 5px 5px 15px #888888;
    cursor: default;
}

ul.scrollable_list.edition_dates {
    width: 115px;
}

ul.scrollable_list li {
    padding-left: 5px;
}
div.scrollable_list_header {
    margin-bottom: 8px;
}

/*Uploadify Uploader and Drop zones*/

.drop_zone {
	border: 1px solid #E5E5E5;
	height: 60px;
	margin: 0 10px 0 0;
        clear: none;
        float: left;
	padding: 0 3px 3px;
	width: 250px;
        background-image: url("../img/stripe_blue.png");
}

/*When the mouse is over the drop zone, or file dragged onto dropzone*/
.drop_zone:hover, #drop_zone.hover {
   background-image: url("../img/stripe_blue_hover.png");
   box-shadow: 0 0 25px -5px #0B00FF;
}

/*When a file is dragged onto the page*/
.drop_zone.in {
   box-shadow: 0 0 20px -5px #15EA60;
}

.drop_area {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%; 
}


.uploadifive-queue-item {
    height: 25px;
    width: 220px;
}

.uploadifive-queue-item {
  background-image: -moz-linear-gradient(bottom, #B6CCEB 0%, #057FB7 100%);
  border-color: #000000;
  border-radius: 4px 4px 4px 4px;
  bottom: 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
  clear: none;
  color: #000000;
  padding: 0 10px 1px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

.uploadifive-queue-item.complete {
    background-image: -moz-linear-gradient(bottom, #76CF87 0%, #07891B 100%);
}

.uploadifive-queue-item.complete .close {
    background: none;
}

.uploadifive-queue-item .progress {
  border-color: #000000 !important;
}

form .drop_area .uploadifive-queue-item div {
    margin-bottom: 0;
    clear: none;
    padding: 0;
}

.drag_drop_label {
    clear: right;
    color: #444444;
    font-weight: bold;
    margin: 10px 0 3px;
    padding: 0;
}

/*Clocks/Timers*/
.top_clock {
    margin-top: 10px;
    font-weight: bold;
}

/*Universal Text Formats*/
span.warning {
    color: red;
    font-weight: bold;
    
}

/*Customer Orders*/
div.customer_orders_wrapper {
    margin-top: 20px;
    display: block;
    float: left;
    clear: both;
}

div.customer_order_wrapper {
    margin-top: 30px;
    display: block;
    float: left;
    border-bottom: 3px solid #D7DCDD;
}

div.customer_order_lines_wrapper {
    margin-top: 30px;
    display: block;
    float: left;
}
div.customer_order_lines_wrapper h3 {
    color: black;
    font-size: 140%;
}

table.customer_order_lines {
    font-size: 80%;
}

.no_orders_warning {
    float: left;
    clear: both;
    margin-top: 20px;
}
