/* Import various stylesheets */

@import "headings.css";
@import "flash_messages.css";
@import "debug.css";

/* page specific, to be loaded only where needed in due course */
@import "signin.css"; 
@import "forgotten_password.css";
@import "register.css";
@import "dashboard.css";
@import "change-password.css";
@import "my-templates.css";
@import "templates.css";
@import "fancyupload.css";
@import "settings.css";
@import "stock-images.css";

/* ------- HEX COLOUR VALUES FOR ELEMENTS -------------

		Dark Grey - #272727 (p tags)
		Pink - #e61f8a (H tags / links)
		Blue - #3e51a3 (H tags )
	
----------------------------------------------------- */
.clear { clear:both; }
hr#clear, hr.clear{
	clear: both;
	display: block;
	visibility:hidden;
}
/* -- Main Control Class for basic Elements >
----------------------------------------------------------------- */
tr, th, td {
	vertical-align: middle;
}
p .blockText {
	line-height: 150%;
}


.sectionTitle#orderProgress {
	background: url("/global-tc/images/icons/order-prog.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#orderComplete {
	background: url("/global-tc/images/icons/order-comp.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#orderDetails {
	background: url("/global-tc/images/icons/order-details.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#productDetails {
	background: url("/global-tc/images/icons/product-details.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#financeDetails {
	background: url("/global-tc/images/icons/financial-icon.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#invoiceDetails {
	background: url("/global-tc/images/icons/invoice-icon.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#designsDetails {
	background: url("/global-tc/images/icons/designs.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#filesAndImagesSection {
	background: url("/global-tc/images/icons/files-images.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#acceptSection {
	background: url("/global-tc/images/icons/accept.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#finishingSection {
	background: url("/global-tc/images/icons/extra-finish.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#notesSection {
	background: url("/global-tc/images/icons/notes.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#marketingPref {
	background: url("/global-tc/images/icons/marketing-pref.png") no-repeat 0 17px;
}
.sectionTitle#invoicePref {
	background: url("/global-tc/images/icons/invoice-pref.png") no-repeat 0 17px;
	padding-left: 25px;
}
.sectionTitle#messagesReceived {
	background: url("/global-tc/images/icons/mail-icon-lg.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#messagesSent {
	background: url("/global-tc/images/icons/sent-icon-lg.jpg") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#imagesSection {
	background: url("/global-tc/images/icons/image-folders.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#documentsSection {
	background: url("/global-tc/images/icons/doc-folder.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#userMarketingPref {
	background: url("/global-tc/images/icons/marketing-pref.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#settingsSection {
	background: url("/global-tc/images/icons/settings.png") no-repeat 0 8px;
	padding-left: 25px;
}
.sectionTitle#notificationSection {
	background: url("/global-tc/images/dashboard/notifications-icon.png") no-repeat 0 5px;
	padding-left: 25px;
}
#contentFrame{  /* -- Used for content WITH the grey border --*/
	width:1010px;
	position:relative;
	top: -1px;
	left: 0;
}

/* ----------------------- Payment Icons - Page Base -------------------- */
#payment {
	background-color: white;
	width: 751px;
	height: 56px;
	background: url(../images/payments.jpg) no-repeat;
	margin: 20px 0 0;
}
/* ------------------------------- BUTTONS ---------------------------*/
.ctaButton, .submissiveButton, .tertiaryButton, .ck-button {
	white-space: nowrap;
	border-collapse: collapse;
	text-decoration: none;
	width: auto;
	height: auto;

	font-weight: normal;
	font-family:"Neo Sans W01 Medium";
	font-size: 14px;

	display: inline-block;
	padding: 6px 6px;
	margin: 0;
	text-align: center;
	vertical-align: center;
	cursor: pointer;
	border-bottom-color: #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.5),0 0 2px rgba(255,255,255,.15) inset,0 1px 0 rgba(255,255,255,.15) inset;
	
	border: 1px solid #62a60a;

	color: white;
	text-shadow: 0 -1px 0 #55830c;
	border-color: #62a60a #62a60a #4d9200;
	background: #69b10b;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#9ad717),to(#69b10b));
	background-image: -webkit-linear-gradient(top,#9ad717,#69b10b);
	background-image: -o-linear-gradient(top,#9ad717,#69b10b);
	background-image: linear-gradient(to bottom,#9ad717,#69b10b);
	background-image: -moz-linear-gradient(top,#9ad717,#69b10b);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#9ad717',endColorstr='#69b10b');
}
.ctaButton:hover {
	text-decoration: underline;
	color: #eee;
	border-color: #529600 #529600 #3d8200;
	background: #59a100;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#8ac707),to(#59a100));
	background-image: -webkit-linear-gradient(top,#8ac707,#59a100);
	background-image: -o-linear-gradient(top,#8ac707,#59a100);
	background-image: linear-gradient(to bottom,#8ac707,#59a100);
	background-image: -moz-linear-gradient(top,#8ac707,#59a100);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#8ac707',endColorstr='#59a100');
}

.ctaButton:active {
	text-decoration: underline;
	color: #eee;
	border-color: #3d8200 #3d8200 #529600;
	background: #59a100;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#59a100),to(#8ac707));
	background-image: -webkit-linear-gradient(top,#59a100,#8ac707);
	background-image: -o-linear-gradient(top,#59a100,#8ac707);
	background-image: linear-gradient(to bottom,#59a100,#8ac707);
	background-image: -moz-linear-gradient(top,#59a100,#8ac707);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#59a100',endColorstr='#8ac707');
}

.submissiveButton, .ck-button-normal {
	color: white;
	text-shadow: 0 -1px 0 #25aebe;
	border-color: #33848F #33848F #47909A;
	background: #49bdcc;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#49bdcc),to(#25aebe));
	background-image: -webkit-linear-gradient(top,#49bdcc,#25aebe);
	background-image: -o-linear-gradient(top,#49bdcc,#25aebe);
	background-image: linear-gradient(to bottom,#49bdcc,#25aebe);
	background-image: -moz-linear-gradient(top,#49bdcc,#25aebe);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#49bdcc',endColorstr='#25aebe');
}
.submissiveButton:hover, .ck-button-normal:hover {
	text-decoration: underline;
	color: white;
	text-shadow: 0 -1px 0 #5C9DA5;
	border-color: #245C64 #245C64 #219DAB;
	background: #42AAB8;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#42AAB8),to(#219DAB));
	background-image: -webkit-linear-gradient(top,#42AAB8,#219DAB);
	background-image: -o-linear-gradient(top,#42AAB8,#219DAB);
	background-image: linear-gradient(to bottom,#42AAB8,#219DAB);
	background-image: -moz-linear-gradient(top,#42AAB8,#219DAB);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#42AAB8',endColorstr='#219DAB');
}	

.submissiveButton:active, .ck-button-normal:active {
	color: white;
	text-shadow: 0 -1px 0 #55830c;
	border-color: #33848F #33848F #47909A;
	background: #49bdcc;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#49bdcc),to(#25aebe));
	background-image: -webkit-linear-gradient(top,#49bdcc,#25aebe);
	background-image: -o-linear-gradient(top,#49bdcc,#25aebe);
	background-image: linear-gradient(to bottom,#49bdcc,#25aebe);
	background-image: -moz-linear-gradient(top,#49bdcc,#25aebe);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#49bdcc',endColorstr='#25aebe');
}

.tertiaryButton {
	color: #111;
	text-shadow: 0 -1px 0 #ddd;
	border: 1px solid #b6b6b6;
	background: #e4e4e4;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e4e4e4));
	background-image: -moz-linear-gradient(top,#fff,#e4e4e4);
	background-image: -webkit-linear-gradient(top,#fff,#e4e4e4);
	background-image: -o-linear-gradient(top,#fff,#e4e4e4);
	background-image: -ms-linear-gradient(top,#fff,#e4e4e4);
	background-image: linear-gradient(top,#fff,#e4e4e4);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#fff',endColorstr='#e4e4e4');
}
.tertiaryButton:hover {
	text-decoration: underline;
	color: #111;
	text-shadow: 0 -1px 0 #ddd;
	text-decoration: underline;
	border: 1px solid #b6b6b6;
	background: #d4d4d4;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(#d4d4d4));
	background-image: -moz-linear-gradient(top,#eee,#d4d4d4);
	background-image: -webkit-linear-gradient(top,#eee,#d4d4d4);
	background-image: -o-linear-gradient(top,#eee,#d4d4d4);
	background-image: -ms-linear-gradient(top,#eee,#d4d4d4);
	background-image: linear-gradient(top,#eee,#d4d4d4);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#eee',endColorstr='#d4d4d4');
}	

.tertiaryButton:active {
	color: #111;
	text-shadow: 0 -1px 0 #ddd;
	text-decoration: underline;
	border: 1px solid #b6b6b6;
	background: #d4d4d4;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#d4d4d4),to(#eee));
	background-image: -moz-linear-gradient(top,#d4d4d4,#eee);
	background-image: -webkit-linear-gradient(top,#d4d4d4,#eee);
	background-image: -o-linear-gradient(top,#d4d4d4,#eee);
	background-image: -ms-linear-gradient(top,#d4d4d4,#eee);
	background-image: linear-gradient(top,#d4d4d4,#eee);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#d4d4d4',endColorstr='#eee');
}

.ctaButton[disabled],.ctaButton[disabled]:hover,.ctaButton[disabled]:active {
	text-decoration: underline;
	cursor: default;
	color: white;
	text-shadow: 0 -1px 0 #a5b38c;
	border-color: #b2d68a #b2d68a #adc280;
	background: #b9d18b;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#bae787),to(#b9d18b));
	background-image: -webkit-linear-gradient(top,#bae787,#b9d18b);
	background-image: -o-linear-gradient(top,#bae787,#b9d18b);
	background-image: linear-gradient(to bottom,#bae787,#b9d18b);
	background-image: -moz-linear-gradient(top,#bae787,#b9d18b);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#bae787',endColorstr='#b9d18b');
}
.submissiveButton[disabled],.submissiveButton[disabled]:hover,.submissiveButton[disabled]:active {
	text-decoration: underline;
	cursor: default;
	color: white;
	text-shadow: 0 -1px 0 #6F9297;
	border-color: #92D7E0 #92D7E0 #6F9297;
	background: #92D7E0;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#92D7E0),to(#9DDBE3));
	background-image: -webkit-linear-gradient(top,#92D7E0,#9DDBE3);
	background-image: -o-linear-gradient(top,#92D7E0,#9DDBE3);
	background-image: linear-gradient(to bottom,#92D7E0,#9DDBE3);
	background-image: -moz-linear-gradient(top,#92D7E0,#9DDBE3);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#92D7E0',endColorstr='#9DDBE3');
}
.tertiaryButton[disabled],.tertiaryButton[disabled]:hover,.tertiaryButton[disabled]:active {
	text-decoration: underline;
	cursor: default;
	color: #999;
	text-shadow: 0 -1px 0 #eee;
	border: 1px solid #e0e0e0;
	background: #e4e4e4;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));
	background-image: -moz-linear-gradient(top,#fff,#f8f8f8);
	background-image: -webkit-linear-gradient(top,#fff,#f8f8f8);
	background-image: -o-linear-gradient(top,#fff,#f8f8f8);
	background-image: -ms-linear-gradient(top,#fff,#f8f8f8);
	background-image: linear-gradient(top,#fff,#f8f8f8);
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ffffffff',endColorstr='#fff8f8f8');
}

input.smallbutton {
	padding: 3px 14px 3px !important;
}

/* End Buttons */

.tilt {
	-moz-transform:  matrix(0.99254615, -0.12186934, 0.12186934, 0.99254615, 0, 0);
	-webkit-transform:  matrix(0.99254615, -0.12186934, 0.12186934, 0.99254615, 0, 0);
	-o-transform:  matrix(0.99254615, -0.12186934, 0.12186934, 0.99254615, 0, 0);
	-ms-transform:  matrix(0.99254615, -0.12186934, 0.12186934, 0.99254615, 0, 0);
}

.shadow {
	box-shadow: 2px 2px 5px 3px rgba( 204, 204, 204, 0.5 );
	-moz-box-shadow: 2px 2px 5px 3px rgba( 204, 204, 204, 0.5 );
	-webkit-box-shadow: 2px 2px 5px 3px rgba( 204, 204, 204, 0.5 );
}

.scoredOutPrice {
	padding-left: 3px;
	text-decoration: line-through;
	color: #999;
}

.scoredOutPriceWhite {
	padding-left: 3px;
	text-decoration: line-through;
	color: #FFF;
}

.redPrice {
	color: #e0baac;
}

.smallPrice {
	font-size: 80%;
}

/* Zerba listing table styles */
.listingTable {
	width: 1000px;
	margin: 20px 0;
}

.listingTable td, .listingTable th {
	font-size: 12px;
	padding: 6px;
	text-align: left;
}

.listingTable td.right, .listingTable th.right {
	text-align: right;
}

.listingTable tr td {
	background: #FFF;
	border-bottom: 1px solid #ddd;
}

.listingTable tr:last-child td {
	border-bottom: 0;
}

.listingTable th {
	background: #f2f2f2;
	font-weight: bold;
}

.zebra tr.table-tr-odd td {
	background: #e7e8ea;
}

.zebra th {
	font-weight: bold;
}

/* choose files button */
#browse.ctaButton, #browse.submissiveButton {
	width: 200px;
}

/* Rounded Bubble - ValueUpdate */

div.edit-window div.rounded {
	margin-bottom: 0px;
	background-color: #333;
	-webkit-box-shadow: 3px 3px 20px #ccc;
	-moz-box-shadow: 3px 3px 20px #ccc;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	opacity: .95;
	padding: 15px 8px;
}
div.edit-window div.rounded div {
	border: 0;
	background-color: transparent;
	margin: 0px 10px;
}
div.edit-window div.rounded blockquote p {
	margin: 0px 10px;
}
div.edit-window cite.rounded {
	width: 30px;
	height: 30px;
	display:block;
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: -3px;
}
td.itemDescription .editable span[style] {
	font-size: 16px;
	color: #E61F8A !important;
	font-weight: bold;
}
div.edit-window a {
	color: #fff !important;
}
div.edit-window #edit-window-caption { /* Caption Field */
	color: white;
	font-weight: bold;
}
div.edit-window #edit-window-close { /* Close link */
	color: black;
	font-weight: bold;
	text-decoration: none;
}
div.edit-window input { /* Input field */
	margin-left: 10px;
	font-size: 18px;
}
div.edit-window button { /* Submit button */
	margin-left: 10px;
	font-size: 16px;
	width: auto;
	height: auto;
	padding: 5px;
}

/* /end Rounded Bubble - ValueUpdate */

.buttonBar {
	clear: both;
	padding: 15px 0;
	height: 15px;
}

/* tooltips */
div.tip { 
	border: 1px solid black;
	background-color: #333;
	-webkit-box-shadow: 4px 4px 20px #444;
	-moz-box-shadow: 4px 4px 20px #444;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	color: #fff;
	padding-right: 14px;
}
div.tip-title {
	margin: 0 1px 0 1px;
	padding: 14px 0 14px 14px;
	font-size: 13px;
	color: #fff;
}
div.tip-text {
	margin: 0 1px 0 1px;
	text-align: left;
	padding: 0 0 14px 14px;
	font-size: 9px;
	color: #fff;
}
div.tip-top {
	/* Not used */
}
div.tip-bottom {
	/* Not used */
}
div.tip img {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* /end tooltips */

.paginationLinks {
	width: 100%;
}

.paginationLinks .light {
	color: #ccc;
}

.paginationLinks .pageLinks {
 	text-align: center;
}

.paginationLinks .pageLinks .light {
	font-weight: bold;
	color: black;
}

/* Account - Percentage Bar
----------------------------------------------------------------------------- */
td span#bar{
	font-size: 10px;
	position: relative;
	margin-left: 79px;
}
td div#box{
	background: url(/global-tc/module/account/images/background.png) no-repeat;
	width:77px;
	height:14px;
	position:absolute;
	border: 0;
}
td div#bar{
	width:100%;
	background: url(/global-tc/module/account/images/perc_bar.png) no-repeat;
	height:11px;
	position:relative;
	top:1px;
	left:1px;
	border: 0;
}

/* Active Choices Form */
#choiceForm label {
	display: inline;
}

#choiceForm div {
	padding: 5px 0px 5px 0px;
}

#choiceForm select {
	padding: 5px 0px 5px 0px;
	width: 300px;
	margin: 0 0 0 22px;
}

.pointer {
	cursor: pointer;
}


/* General 'small' Error */
.ErrorI {
	color: #D61111;
	background: url("/global-tc/images/icons/cross-small.png") no-repeat 0 50%;
	padding-left: 16px;
	min-height: 11px;
	margin-left: 8px;
}
.ErrorWithX {
	font-weight: bold;
	color: #BF2E0A;
	padding-left: 40px;
	background: url("/global-tc/images/icons/big_cross.gif") no-repeat 20px 3px;
	padding-bottom: 6px;
	font-size: 14px;
	margin: 0 0 5px 10px;
}

/* Link inside section heading */

.sectionTitle .sectionTitleLink {
	font-size: 12px;
	float: right;
}

td.label {
	font-size:12px;
	font-weight:bold;
	padding:8px;
}
td.label span {
	color: #a50207;
}
td.data{
	font-size:12px;
	padding:8px;
}
td.DataTitleI {
	font-weight: bold;
}
.center {
	text-align: center;
}


.g-recaptcha {
	margin-left: 132px;
	width: 50%;
	float: left;
}