/* light blue 	#18a6e6 */
/* medium blue 	#005fa4 */
/* dark blue 	#000d50  */

img {
	border: 0px;
}
submit {
	font-size:3em;
	background-color:red;
}
div.message {
	text-align: center;
	border: 1px solid #FF0000;
	padding: 10px;
	width: 300px;
	margin: 10px auto;
	color: #FF0000;
}
div#main_panel {
	width: 800px;
	margin: 0px;
	padding: 0px;
}
div#admin_wrapper {
	width: 100%;
	min-width: 800px;
	background-color: white;
	border: 1px solid #555;
	border-top: 0px;
}
div#admin_pop_wrapper {
	width: 100%;
	height:100%;
	background-color: white;
	border: 0px solid #555;
	border-top: 0px;
	padding-top: 0px;
}
/****************************************************************/
/*  Top Bar, Status Bar and Search										*/


div#status_selector {
	margin: 10px 0px;
	padding: 5px 0px;
	width: 100%;
	background-color: #ddd;
	height: 16px;
}
div#status_selector ul {
	list-style: none;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	border: none;
}
div#status_selector p {
	margin: 0px 0px 0px 30px;
}
div#status_selector li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
div#status_selector a {
	color: #fff;
	text-decoration: none;
	background: #190439;
	margin: 0px;
	padding: 1px 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #777;
}
div#status_selector a:hover {
	background-color: #00B2EC;
}
div#status_selector div#search_box {
	float: right;
	margin-right: 20px;
}
div#status_selector .highlighted {
	background-color:#18a6e6;
}
div#add_link {
	float: left;
	margin: 0 30px;
}
/****************************************************************/
/*  File Upload sections										*/

div.uploader {
	margin: 30px;
}
div.uploader div.file_box {
	padding: 5px;
}
/****************************************************************/
/*  Side Panel.													*/

div#side_panel {
	width: 250px;
	float: right;
	background-color: #efefef;
	padding: 5px;
	min-height: 300px;
}
div#side_panel h2 {
	padding: 0px 0px 0px 18px;
	margin: 0px;
	border-bottom: 1px solid #000d50;
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #000;
}
div#side_panel h2#uploaded_title {
	background-image:url('/client_area/images/icons/folder_blue.png');
}
div#side_panel h2#proof_title {
	background-image:url('/client_area/images/icons/folder_amber.png');
}
div#side_panel h2#signed_off_title {
	background-image:url('/client_area/images/icons/folder_green.png');
}
div#side_panel a:link, div#side_panel a:visited {
	color: #9e0530;
}
div#side_panel a:hover {
	color: #0C6799;
}
div#side_panel div.no_files {
	text-align: center;
	padding: 10px;
}
/*
table.file_box {
	border-collapse: collapse;
	color: white;
	margin: 5px 0px;
	width: 100%;
}

table.file_box td {
	background-color: #ccc;
	border: 1px solid #efefef;
}

table.file_box td.title {
	padding: 3px;
}

table.file_box td.delete {
	width: 60px;
	text-align: center;
}
*/

div.each_file {
	color: white;
	width: 230px;
	background-color: #ccc;
	margin: 10px auto;
	padding: 3px;
}
div.each_file div.delete_wrapper {
	float: right;
}
/****************************************************************/
/*  Admin Tables - All Tables in Client and Admin Areas showing orders etc.*/

table.admin_table {
	margin: 10px auto;
	border-collapse: collapse;
	border-top: #005fa4;
	width: 90%;
}
table.admin_table th {
	border: 1px solid white;
}
table.admin_table th img {
	margin-left: 5px;
}
table.admin_table th.narrow {
	width: 50px;
}
table.admin_table th.extra_narrow {
	width: 30px;
}
table.admin_table th {
	border: 1px solid white;
}
table.admin_table th a {
	color:#fff;
}
table.admin_table td {
	padding: 5px;
	border: 1px solid #fff;
	text-align: left;
}
table.admin_table tr {
	background-color: #FFF;
}
table.admin_table tr.alternate {
	background-color: #EFEFEF;
}
table.admin_table tr:hover {
	color: #000;
	background-color:#E2FFE1;
	cursor: default;
}
table.admin_table tr.std {
	background-color: #FFFFFf;
}
table.admin_table tr.alt {
	background-color: #E0E0E0;
}
table.admin_table tr.filterColumns {
	background-color: #AAAAAA;
}
div.admin_top { /* the list of links to select a page number */
	margin: 10px auto;
	width: 90%;
	background-color: #fff;
}
div.admin_top_right { /* the list of links to select a page number */
	margin: 0px auto;
	width: 90%;
	text-align:right;
}
table.admin_table#price_table input {
	border: 1px solid #CCC;
}
table.admin_table_select tr:hover {
	color: #F00;
	cursor: pointer;
}
table.tight td {
	padding: 0px;
	margin: 1px auto;
}
/****************************************************************/
/*  Admin Forms													*/

div.form_row {
	width: 90%;
	margin: 5px auto;
}
div.form_row * {
	padding: 3px;
}
div.form_row select * {
	padding: 0px;
	width: 200px;
}
div.form_row label {
	display: block;
	float: left;
	width: 100px;
}
div.form_row input.text {
	width: 200px;
}
/****************************************************************/
/*  Notes Section 											    */


div#add_note_button {
	float: right;
	margin: 0px;
}
div#new_note_area {
	display: none;
	margin: 10px 0 10px 30px;
}
div.note {
	width: 450px;
	margin: auto;
	padding: 5px;
	border-bottom: 1px dashed #000;
}
div.note div.icon {
	float: left;
	margin: 5px;
	margin-right: 20px;
}
div.note div.system_type {
	font-weight: bold;
}
div.note div.details {
	width: 100%;
	text-align: right;
	padding-right: 10px;
}
div.note span.date {
	margin-left: 10px;
}
/****************************************************************/
/*  Admin Specific											    */

table#admin_log_in {
	width: 400px;
	margin: 20px auto;
	padding: 0px;
	background-color: #efefef;
}
select#site_id {
	font-size: 0.9em;
	border: 1px solid #666;
	margin-top: 10px;
}
h2.product_title {
	margin-top: 20px;
	text-align: center;
}
#update_data {
	background-color: #efefef;
	border: 0px;
	margin: 10px 0px 10px 30px;
	padding: 0px;
	float:left;
	width: 635px;
}
.dark_row {
	background-color: #ddd;
}
select#print_type_select {
	font-size: 0.9em;
	border: 1px solid #666;
	margin-top: 10px;
}
/* ----------- Job Log ------------------------- */


table#authorise {
}
table#order_prices {
	width: 100%;
	background-color: #fff;
	border-collapse:collapse;
}
table#order_prices td {
	border: 1px solid #777;
	margin: 0px;
}
tr.total {
	background-color: #dedede;
 font-weight:
}
tr.paid {
	background-color: #cdcdcd;
}
tr.outstanding {
	background-color: #ccc;
	color:#E3007F;
}
/* Add Job */

.addorder_outercontainer {
	position:relative;
	width:100%;
	margin:30px 0;
}
.addorder_container {
	width:100%;
	float:left;
}
.addorder_subcontainer table {
	background-color:#DDD;
	margin-bottom:10px;
}
.addorder_slcontainer {
	width:50%;
	float:left;
}
.addorder_srcontainer {
	width:50%;
	float:left;
}
.addorder_row {
}
.addorder_subcontainer {
	padding:0 20px;
}
.addorder_slcontainer .addorder_subcontainer {
	padding:0 10px 0 20px;
}
.addorder_srcontainer .addorder_subcontainer {
	padding:0 20px 0 10px;
}
.addorder_header {
	height:18px;
	text-align:center;
	font-size:14px;
	background-image:url(/images/tile_table_header.gif);
	color:#FFF;
	font-weight:bold;
}
#addn_items {
	display:none;
}
#items_supplied {
	display:none;
}
/* OUTER CONTAINER */

#order_artwork_outer_container {
	position:relative;
}
#order_artwork_outer_container table {
	background-color:#DDD;
	margin-bottom:10px;
}
/* LARGE CONTAINER */
.order_artwork_container {
	width:100%;
	float:left;
	clear:left;
}
.order_artwork_subcontainer {
	padding:0 20px;
}
/* SMALL CONTAINER */
.order_artwork_small_container {
	width:30%;
	float:left;
}
.order_artwork_left_subcontainer {
	padding:0 10px 0 20px;
}
.order_artwork_right_subcontainer {
	padding:0 20px 0 10px;
}
.order_artwork_header {
	height:18px;
	text-align:center;
	font-size:14px;
	background-image:url(/images/tile_table_header.gif);
	color:#FFF;
	font-weight:bold;
	letter-spacing:2px;
}
div.chart_container {
	width: 100%;
	background-color: #EEEEEE;
	padding: 10px 10px 15px 10px;
	text-align: center;
}
div.chart_box {
	width: 78%;
	height: 300px;
	background-color: #FFFFFF;
	text-align: left;
	border:1px solid #000000;
}
div.chart_options {
	width: 16%;
	background-color: #FFFFFF;
	text-align: left;
	border:1px solid #000000;
	padding: 5px 10px 10px 10px;
}
div.iconbox {
	text-align:center;
}
div.iconbox a {
	color:#AAA;
	text-decoration:none;
	font-size:9px;
}

div.iconbox span.temp_offer {
color:#0A0;

}

div.iconbox span.perm_offer {
color:#700;
}

div.moviebox {
	text-align:center;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

.stationery_container {
	width:40px; display:inline;	float:left;
	margin:10px;
}
.stationery_img_container, .stationery_bin_container {
	background-color:#AAA;
	height:30px;
}
.stationery_bin_container {
	background-image:url(/global/images/icons/trash.gif);
}