@charset "UTF-8";
/* CSS Document */

:focus {-moz-outline-style: none;}

html, body, #container {
	height: 100%;
	margin: 0 auto;
}

#container {
	width: 1200px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

body {
	background-color: #000;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
}

#header {
	height: 82px;
	padding: 22px 50px 0px 50px;
	width: 1100px;
	background-position: 45px 8px;
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-align: right;
	color: #6f6f6f;
}

.header_login {
	background-image: url('images/header_login.png');
}

.header_admin {
	background-image: url('images/header_admin.png');
}

.header_projects {
	background-image: url('images/header_projects.png');
}

#account_div {
	margin-top: 40px;
}

#header h1 {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}

a, a:visited {
	text-decoration: none;
	color: #CCC;
}

#header a {
	margin-left: 12px;
	padding-left: 15px;
	border-left: 1px solid #555;
	color: #fb0000;
	font-weight: bold;
}

a:hover, #header a:hover, #menu a:hover {
	color: #FFF;
}

img {
	border: none;
}

#menu {
	background: #000 url('images/shade_red.png') top center no-repeat;
	height: 32px;
	padding-left: 50px;
	padding-right: 50px;
	width: 1100px;
	line-height: 32px;
}

#menu a {
	margin-right: 15px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fb0000;
	font-weight: bold;
}

#content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 60px;
	background: #000 url('images/shade_grey.png') top center no-repeat;
}

#content h1 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	margin-top: 4px;
	margin-left: 50px;
}

#content h2 {
	text-transform: uppercase;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}

#content h3 {
	text-transform: uppercase;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
}

.break {
	padding-top: 6px;
	padding-left: 50px;
	padding-right: 50px;
	width: 1100px;
	background: #000 url('images/shade_grid.png') top center no-repeat;
}

#footer, .push {
	height: 40px;
}

#footer {
	text-transform: uppercase;
	width: 1100px;
	margin: 0 auto;
	font-size: 8px;
	color: #999;
}

#footer img {
	vertical-align: middle;
	margin-right: 10px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.red_button {
	background-color: #FB0000;
	border: none;
	border-top: 1px solid #FF6666;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 8px 3px 8px;
	cursor: pointer;
	font-size: 11px;
}

.red_button:hover {
	border-color: #CC3333;
	background-color: #a30000;
}

.red_button:active {
	border-color: #993333;
	background-color: #6d0000;
}

#master_check {
	margin-right: 50px;
}

.h1_dark {
	color: #888;
	border-left: 2px solid #555;
	padding-left: 10px;
	margin-left: 10px;
}

#preview_frame {
	float: left;
	width: 600px;
	height: 600px;
	line-height: 600px;
	margin-left: 50px;
	margin-bottom: 5px;
	/*background-color: #1C1C1C;*/
	padding: 10px;
	text-align: center;
}

#preview_frame img {
	visibility: hidden;
}

#gallery_container {
	float: left;
	margin-left: 20px;
	width: 480px;
	height: 620px;
	overflow: auto;
}

.gallery_row {
	float: left;
}

.gallery {
	float: left;
	width: 130px;
	margin-right: 20px;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.ordered_filename {
	color: #FF9966;
}

.ordered_filename img {
	border: none !important;
	cursor: default !important;
	vertical-align: top;
	margin-top: 6px;
	margin-left: 4px;
	padding: 0px !important;
}

input[type=checkbox] {
	vertical-align: middle;
	margin-top: 1px;
}
.gallery img {
	margin-bottom: 2px;
	padding: 4px;
	border: 1px solid #666666;
	background-color: #000000;
	cursor: pointer;
}
.gallery .gallery_selected {
	border-color: #FB0000;
	background-color: #CC0000;
}
.order_note {
	float: left;
	margin-bottom: 5px;
}

.order_note_preview {
	padding: 5px;
	background-color: #555;
	float: left;
	width: 120px;
	min-height: 90px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.order_note_textarea {
	width: 365px;
	height: 100px;
	float: left;
	border: none;
	background: #F0F0F0 url('images/input_bg.png') top left repeat-x;
	margin: 0px;
}
.grid tr{
	background: #000 url('images/shade_grid.png') top center no-repeat;
}

.grid td, .grid th {
	padding-top: 2px;
	height: 24px;
	line-height: 24px;
}
.grid th {
	text-align: left;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}

.grid .grid_right {
	text-align: right;
	padding-right: 50px;
}
.grid_h1 {
	font-weight: bold;
	padding-left: 50px;
}
.grid_h2 {
	text-indent: 20px;
	padding-left: 52px;
	background-image: url('images/tree_indicator.png');
	background-position: 49px 13px;
	background-repeat: no-repeat;
}

.grid_action {
	background-color: #333;
	border: none;
	border-top: 1px solid #555;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	margin-left: 4px;
	width: 100px;
	padding: 1px 0px 2px 0px;
}

.grid_delete {
	width: 20px;
}

.short_action {
	width: 60px;
}

.grid_notify_user {
	width: 50px;
}

.grid_notify_company {
	width: 70px;
}

.grid_action:hover {
	border-color: #777;
	background-color: #444;
}

.grid_action:active {
	border-color: #888;
	background-color: #555;
}

.grid_confirm {
	background-color: #FB0000;
	border: none;
	border-top: 1px solid #FF6666;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	margin-left: 4px;
	width: 70px;
	padding: 1px 0px 2px 0px;
}

.grid_confirm:hover {
	border-color: #CC3333;
	background-color: #a30000;
}

.grid_confirm:active {
	border-color: #993333;
	background-color: #6d0000;
}


.expiring {
	color: #FF9966;
}

#ui-datepicker-div {
	background-color: #333;
}

.mask {
	display: none;
}
.confirm_delete, .confirm_label {
	font-weight: bold;
	color: #666;
}
.caps {
	text-transform: uppercase;
}
.floater {
	float: left;
}
.grid_form td {
	padding-bottom: 5px
}
.grid_form input[type=text], .grid_form input[type=password] {
	width: 170px;
	height: 20px;
	border: none;
	background: #F0F0F0 url('images/input_bg.png') top left repeat-x;
	margin: 0px;
}
.grid_form select {
	width: 170px;
}
.errors {
	padding-left: 14px;
	margin-left: 50px;
	color: #FB0000;
}

.order_notes {
	line-height: 24px;
}

.order_notes_pad {
	padding-left: 50px;
}
.note_textarea {
	overflow: auto;
	width: 500px;
	height: 100px;
	border: none;
	background: #F0F0F0 url('images/input_bg.png') top left repeat-x;
	margin: 0px;
}
.red_links a {
	color: #FB0000;
	text-transform: uppercase;
	margin-left: 12px;
}
.red_links a:hover {
	color: #FFF;
}
input, textarea {
	font-size: 12px;
}
input[type=radio] {
	margin-top: 0px;
	margin-bottom: 0px;
}
.red_actions {
	text-align: right;
}
.notes_label {
	vertical-align: top;
	padding-top: 4px;
}
.client_note_definition {
	color: #666666;
	margin-top: 5px;
}
.fb_red {
	color: #FB0000 !important;
}
#notes_all {
	margin-top: 5px;
	margin-bottom: 5px;
}

.gray {
	color: #999;
}
.radio_pad {
	padding-right: 5px;
}
.grid_form .no_pad td {
	padding-top: 3px;
	padding-bottom: 3px;
}

/* multiple project client upgrade */
#client_add option {
	text-indent: 10px;
}
#client_add option.add {
	text-indent: 0;
}
#client_add option.company {
	text-indent: 0;
	font-weight: bold;
}
.client_label {
	vertical-align: top;
	padding-top: 3px;
}
#client_list {
	width: 170px;
}
#client_list div {
	width: 100%;
	float: left;
}
#client_list div div {
	width: 100%;
	float: left;
	padding: 1px 0;
	line-height: 19px;
	text-indent: 20px;
	background-image: url('images/tree_indicator.png');
	background-position: 0px 10px;
	background-repeat: no-repeat;
}
#client_list div.company {
	font-weight: bold;
	background-image: none;
	text-indent: 0;
}
#client_list .grid_delete {
	float: right;
}
#projects_table input[type=checkbox] {
	display: none;
}