@charset 'utf-8';/* 
 * Yahoo's Global Reset, used to neutralize browser-specific CSS rules
 * 
 * INSTRUCTIONS
 * 
 * Load this CSS file before any other CSS file
 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}/*
	Purpose: global CSS, not tied to any container
	Resets everything - to remove browser-specific default CSS
	*/
	
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
h1 {
	font-size:1.5em;
}
h3 {
	line-height:20px;
	font-size:1em;
}
li {
	list-style:none;
}
/*
 * Base.css contains styles that are ID independent. For example, tags like LI or globally shared classes 
 * that aren't attached to a container.
 */

HR {
	height: 2px;
	width:100%;
	border:0;
}

TD {
    padding:5px;
    border: none;
}

TR {
	border-top: 1px solid hsla(0,0%,0%,0.1);
}

TABLE {
    margin-bottom:15px;
    width:100%;
}

H1 {
    margin-bottom: 10px;
}

SELECT, INPUT[TYPE=TEXT], INPUT[TYPE=FILE], INPUT[TYPE=CHECKBOX], INPUT[TYPE=PASSWORD], INPUT[TYPE=SUBMIT] {
    padding:3px;
    margin:0px;
}

/*** Browser Compatibility ***/

.chrome TEXTAREA {
	resize: none;
}
.safari TEXTAREA {
	resize: none;
}
/** IE - hide textarea scrollbar **/
textarea {
	overflow:auto;
	resize:none;
}

TABLE {
	/** 
	* prevent table width from expanding beyond configured width 
	* Problem with fixed layout is column width also becomes fixed.
    * 
	**/
	/** table-layout:fixed; **/
}

BUTTON::-moz-focus-inner {
    border:0;
    padding:0;
}

LI * {
	vertical-align: middle;
}
/*
 * liquid header/footer wireframe
 * width:990px
 * 
 * Notes: Min-height is not set in order to keep this baseline wireframe vertically liquid.
 * 
 */
	
body, div, ul, h1, h4 {
	vertical-align:baseline;
}
#header {
	position:relative;
	}
	#header > .wrapper {
		width:1200px;t
		margin:0 auto;
	}
#content {
	padding:10px;
	position:relative;
	}
	#content .wrapper {
		width:1200px;
		margin:0 auto;
	}

body div.clear {
	clear:both;
}

/** Override **/

#content .wrapper {
	width:1200px;
}
/*
 * 2 columns to be embedded in a liquid layout 
 * Page: search.php
 * 
 * Notes: Min-height for #secondaryContent is set - not sure if its necessary
 * 
 * DO NOT EDIT THIS FILE. Instead, override using a custom file.
 */

#content {
	padding:10px;
	}
	#primaryContent {
		float: left;
		width: 750px;
		padding:10px;
	}
	#secondaryContent {
		float: right;
		/*min-height: 1585px;*/
		width: 170px;
		display: inline;
	}

/** Custom Skin OVERRIDE **/

#primaryContent { 
	width: 1200px;
	padding: 0;
}
/*
 * Multiple headers
 */

/**
 * top header - includes phone number and search box
 */
#header_a {
	min-height:40px;
	margin:20px auto;
}
#header_a .wrapper {
	width:1200px;
	margin:0 auto;
	min-height:40px;
}

/*
 * middle header - includes logo and navigation
 */

#header {
/* height:100px; */
}
	#header .nav {
		float:right;
		margin:0px 0 10px 10px;
		line-height:20px;
		width: 10%;
	}
	#header #logo {
		display:block;
		float:left;
		margin-right:20px;
		margin-top:18px;
		
	}
	#header .wrapper {
		width:1200px;
		margin: 0 auto;
	}

/**
 * bottom header - includes gallery 
 */
#header_b .wrapper {
	width:1200px;
	margin:0 auto;
}

#wirePublic #primaryContent {
	width:970px;
	min-height:200px;
}

#wirePublic #secondaryContent {
	width:200px;
	display:inline-block;
	font-size:11px;
}

/**
 * Font file
 */

/** Font Family **/

body {
	font-family:'helvetica','arial',sans-serif;
}

/** End Font Family **/

/** Text Decoration **/

a:hover, a { 
	text-decoration:none; 
}

/** Font Size **/
	
#footer > .wrapper h4 {
	font-size:15px;
}

body {
	font-size:13px;
}

#footer {
	font-size:12px;
}

#footer > .copyright, #footer > .wrapper div.box {
	font-size:11px;
}

#tos2 {
	font-size:0.7em;
}
	
h1 {
	font-size:1.4em;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1em;
}

strong {
	font-size:1.1em;
}

#tos {
	font-size:.8em;
}

#sortUI SELECT {
	font-size:.9em;
}

TABLE#results_list {
    font-size:10px;
}

.copyright {
    font-size:10px;
}

LEGEND {
	font-size:.8em;
}

BUTTON {
	font-size:.9em;
}

/** Font Weight **/
 
h2, h3, h4 {
	font-weight:normal;
}

strong,
#footer > .wrapper h4 {
	font-weight:bold;
}

/** END Font Weight **/

/** Dark transparent background, used to make content difficult to see **/
#transBlack {
	background-color:#444444;
	opacity:0.8;
	filter: alpha(opacity=80);
}

FIELDSET {
	border-color:#666666;
}

.btn_userEdit, .btn_affiliateEdit, .btn_companyEdit, .btn_editJob, .btn_editTodo, .fakeLink
{
	color:blue;
}


.sucker_nav li a:hover {
  background: #ccc;
  color: #000;	
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: white;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}
.sucker_nav ul {
  background: #565656;
}
.sucker_nav ul a:hover {
  background: #ccc;
  color: #000;
}

#nav-one LI UL LI A, 
#nav-one LI UL LI A:link, 
#nav-one LI UL LI A:visited, 
#nav-one LI UL LI A:active {
	border-bottom-color: grey;
}

.is_lead_tracker,
tbody tr:nth-child(2n+2).is_lead_tracker {
	/* base color: #0B7FBD */
	background-color:#69a0bd;
}/** CSS Sprites **/

FORM#results_list {
    padding-top: 10px;
    padding-bottom:10px;
    line-height: 20px;
    border: none;
}

#results_list th:hover {
	cursor:move;
}

#form-edit-4-wide TD {
    width:25%;
}
#form-edit-4-wide INPUT[type=text],
#form-edit-4-wide SELECT {
    width:90%;
}

#form-edit-4-wide TEXTAREA {
    width:100%;
}

TH {
    padding:4px;
    background:#e6e6e6;
}

BUTTON {
    padding:3px;
	/** border-width:2px; **/
	/** border-style:outset; **/
}

.btn_editNotes {
	cursor:pointer;
	text-decoration:underline;
	color:blue;
}

/** Custom Skin OVERRIDE **/

#form_edit dt {
	display:inline-block;
	width:20%;
	height:36px;
	vertical-align: middle;
	line-height:36px;
}
#form_edit dd {
	display:inline-block;
	width:80%;
	vertical-align: middle;
}

INPUT[TYPE="SUBMIT"] {
	margin:0px;
	padding:0px;
}

TEXTAREA {
	margin:6px;
}

INPUT[TYPE=checkbox] {
	/* margin-right:20px; */
}
/*
 * Footer_blu - a custom footer
 * Page: global
 */

#footer {
	margin-top:0;
	}
	#footer > .wrapper {
		width:1200px;
		margin:0 auto;
		overflow:hidden;
		padding:20px 16px;
	}
	#footer > .wrapper div.box {
		float:right;
		width:210px;
		margin-left:5px;
		line-height:1.7em;
	}
	#footer > .wrapper div.box:first-child {
		margin-left: 0;
		float:left;
	}
	#footer > .wrapper div.boxRight {
		float:right;
		width:210px;
		margin-left:5px;
	}
	#footer H4 {
		line-height:28px;
		margin-bottom:1em;
	}

	#footer .leftBorder {
		padding-left:2em;
		margin-right:1em;
	}

#footer_2nd {
	margin-top:0;
}

#footer_2nd > .wrapper {
	width:946px;
	margin:0 auto;
	overflow:hidden;
}

#ie7 #footer {
	width:100%;
}

.copyright {
    text-align:center;
}
/** 
 * Lightbox styling
 */
 
 /**
 * BORDERS
 **/
 
 #lightbox {
	border:1px solid black;
}

#lightbox button[type=submit] {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
}

#lightbox input[TYPE=TEXT], #lightbox TEXTAREA {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	border:1px solid #999999;
}

#lightbox TEXTAREA {
	scroll:auto;
}
 

/** Dark transparent background, used to make content difficult to see **/
#transBlack {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	left: 0;
	top: 0;
	z-index: 1500;
}
#lightbox {
	padding:1em;
	display: none;
	height: 500px;
	width: 600px;
	z-index: 1700;
	position: fixed;
	left: 300px;
	top: 100px;
	background-color:white;
}

#lightbox p {
	margin-top:.5em;
	margin-bottom:.5em;
}

#lightbox h1 {
	margin-top:0em;
	margin-bottom:0em;
}
#lightbox TABLE {
	margin:0 auto;
}

#lightbox TABLE p {
	margin-left:1em;
	display:inline;
}
#lightbox TABLE input[type=checkbox],
#lightbox TABLE p {
	vertical-align:middle;
}

#lightbox button[type=submit] {
	padding:5px;
	cursor:pointer;
}
#lightbox div.submitButton {
	margin:0 auto;
	width:140px;
	margin-bottom:1em;
	margin-top:1em;
}
#lightbox colgroup.colError {
	width:190px;
}
#lightbox colgroup.colLabels {
	width:70px;
	text-align:right;
}
#lightbox colgroup.colInputs {
	width:200px;
}

#lightbox input[TYPE=TEXT], #lightbox TEXTAREA {
	width:70%;
}
 
#lightbox input[TYPE=TEXT],
#lightbox TEXTAREA {
	padding:5px;
}

#lightbox INPUT[type=SUBMIT] {
	margin: 3px;
}

#lightbox LI * {
	vertical-align: middle;
}

#lightbox button.btn_Close {
	cursor:pointer;
	float:right;
	display:block;
	position:relative;
	z-index:3000;
}

#lightbox .alreadyRegistered {
	float:right;
}
#lightbox .forgotPassword {
	text-align:center;
}
/**	Invisible link **/
#lightbox span, #lightbox a, #lightbox a:active, #lightbox a:visited {
	cursor:pointer;
}

#lightbox ul {
	margin:1em;
}

#lightbox LI {
	text-indent: 12px;
	list-style-position: inside;
	list-style-type: square;
	width:100%;
	vertical-align: middle;
	margin-bottom: 10px;
}

#lightbox td {
	padding:.5em;
}

#lightbox label {
	width:20%;
	display:inline-block;
}

/******************************/

#lightbox H1 {
	margin:0px;
}DL#dl_column_left {
	width:50%;
	display:inline-block;
	float:left;
}
DL#dl_column_right {
	width:50%;
	display:inline-block;
}
DL#dl_column_left DT, DL#dl_column_right DT {
	width:30%;
}
DL#dl_column_left DD, DL#dl_column_right DD {
	width:70%;
}

DL#legend {
	width: 200px;
	font-size: 9px;
	border: 1px solid black;
	padding: 5px;
	float: right;
	background-color: #E6E6E6;
}
DL#legend DT,
DL#legend DD {
	padding; 0;
	margin: 0;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	display: inline-block;
}
DL#legend DD {
	border-bottom: 1px solid hsla(0,0%,0%,0.25);
}
DL#legend DD:last-child {
	border-bottom: none;
}
DL#legend DT {
	width: 50px;
	text-align: center;
}
DL#legend DT .icon {
	margin: 2px auto;
}
DL#legend DD {
	width: 150px;
}

.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
/*	margin: 2px; */
	padding: 2px;
	border: 1px solid hsla(0,0%,0%,0.15);
	border-radius: 3px;
	background-color: hsla(210,30%,70%,0.25);
	background-position: 2px 2px;
	background-repeat:no-repeat;
}

.icon:hover {
	background-color: hsla(210,90%,80%,0.85);
}

/**
* temporary background setting for accepted/declined proofs
**/
.icon.accepted {
	background-color:#88e0fe;
}
.icon.declined {
	background-color:orangered;
}

.icon.purljob {
	width: 24px;
	background-image: url(/pkg_client/images/icons/icon-purljob.png);
}

.icon.dropshipment {
	background-image: url(/pkg_client/images/icons/icon-dropshipment.png);
}

.icon.pmod {
	background-image: url(/pkg_client/images/icons/icon-pmod.png);
}

.icon.printonly {
	background-image: url(/pkg_client/images/icons/icon-printonly.png);
}

.icon.accutrace {
	background-image: url(/pkg_client/images/icons/icon-accutrace.png);
}

.icon.postageonlypaid {
	background-image: url(/pkg_client/images/icons/icon-postageonlypaid.png);
}

.icon.totalpaid {
	background-image: url(/pkg_client/images/icons/icon-totalpaid.png);
}

.icon.late {
	width: 24px;
	border-color: hsl(0,100%,50%);
	background-color: hsla(0,0%,0%,1);
	background-image: url(/pkg_client/images/icons/icon-late.png);
}

.icon[data-count] {
	width: auto;
	padding-left: 20px;
}
.icon[data-count]:after {
	content: attr(data-count);
	float: right;
	line-height: 16px;
	vertical-align: middle;
}

.icon.datacount {
	background-image: url(/pkg_client/images/icons/icon-data.png);
}
.icon.invoicecount {
	background-image: url(/pkg_client/images/icons/icon-invoice.png);
}
.icon.proofcount {
	background-image: url(/pkg_client/images/icons/icon-proof.png);
}
.icon.notescount {
	background-image: url(/pkg_client/images/icons/icon-notes.png);
}

.icon.coordinator {
	background-image: url(/pkg_client/images/icons/icon-coordinator.png);
}
.icon.dataadmin {
	background-image: url(/pkg_client/images/icons/icon-dataadmin.png);
}

.job_admin_row {
	padding; 0;
	margin: 0 0 0 3px;
	height: 25px;
	line-height: 26px;
	vertical-align: top;
	display: inline-block;
}


tr.is_hold {
	font-style: italic;
	color: #666;
}
tr.is_hold:hover td {
	background-color: hsla(210,80%,75%, 0.35);
}
tr.is_hold td:first-child {
	background-color: hsl(210,80%,75%) !important;
	color: white;
	border-color: black;
}

tr.is_urgent:hover td {
	background-color: hsla(0,100%,45%, 0.35);
}
tr.is_urgent td:first-child {
	background-color: hsl(0,100%,45%) !important;
	color: white;
	border-color: black;
}

tr.is_urgent.is_hold:hover {
	background-color: hsla(0,100%,45%, 0.35);
}
tr.is_urgent.is_hold td:first-child {
	background-color: none; !important;
	background-color: #b85fa4; /* Old browsers */
	background-image: -moz-linear-gradient(top, hsl(0,100%,45%) 0%, hsl(210,80%,75%) 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(0,100%,45%)), color-stop(100%,hsl(210,80%,75%))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  hsl(0,100%,45%) 0%,hsl(210,80%,75%) 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  hsl(0,100%,45%) 0%,hsl(210,80%,75%) 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  hsl(0,100%,45%) 0%,hsl(210,80%,75%) 100%); /* IE10+ */
	background-image: linear-gradient(top,  hsl(0,100%,45%) 0%,hsl(210,80%,75%) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E50000', endColorstr='#8CBFF2',GradientType=0 ); /* IE6-9 */
}

tr.is_hold:hover td {
	background-color: hsla(210,80%,75%, 0.35);
}

td.group_a {
	background-color: hsla(325,80%,70%,0.05);
}
td.group_b {
	background-color: hsla(200,80%,70%,0.05);
}
td.group_c {
	background-color: hsla(31,100%,70%,0.05);
}

td.group_a + td.group_b {
	border-left: 1px solid hsla(0,0%,0%,0.05);
}
td.group_b + td.group_c {
	border-left: 1px solid hsla(0,0%,0%,0.05);
}
#form_edit h1 {
	text-align: center;
	padding:20px;
}
#form_edit div.job_instructions {
	padding-top:10px;
	display:block;
	clear:both;
}
#form_edit div.job_instructions label {
	clear:both;
	display:block;
}

INPUT[type=text].input_rights {
	margin:0px;
	padding:0px;
}

/**
* Font
*/
.input_rights {
	font-size: 11px;
}
/* 
   modifies ID files_list on /job/edit/
*/
#files_list LI {
	list-style: none;
}

#files_list UL.file_item LI {
	display:inline;
	padding-right:20px;
}

#files_list UL.file_item LI:nth-child(1){
	width:100px;
}

#files_list UL.file_item LI:nth-child(2),
#files_list UL.file_item LI:nth-child(3){
	font-size: .8em;
}

#files_list BUTTON {
	margin-right:10px;
	/* float:right; */
}

#files_list .file_item {
	clear:both;
	margin-bottom:10px;
}

#files_list UL.add_file_item LI {
	display:inline;
	font-weight: bold;
}
#files_list LI {
	text-indent: 0px;
}

form#styled_form #files_list SPAN {
	display:inline;
}

#files_list .timestamp {
	font-size:80%;
	margin-left:0px;
}

#files_list .filesize {
	font-size:80%;
}

#files_list .accept_accepted {
	background: #0397ED;
}
#files_list .accept_unreviewed 
{
	background:darkgrey;
}
#files_list .accept_declined {
	background:#cd0a0a;
}
#files_list span.lbl_accept {
	border-radius: 5px;
	cursor:pointer;
	color: white;
	padding:3px;
	font-size:11px;
	margin-left:0px;
}
#files_list UL.file_item LI.list_break {
	display:block;
	width:60%;
}

#files_list P {
	width:80%;
}/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=3px&bgColorHeader=f9f9f9&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=cccccc&fcHeader=e69700&iconColorHeader=5fa5e3&bgColorContent=eeeeee&bgTextureContent=06_inset_hard.png&bgImgOpacityContent=100&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=0a82eb&bgColorDefault=1484e6&bgTextureDefault=08_diagonals_thick.png&bgImgOpacityDefault=22&borderColorDefault=ffffff&fcDefault=ffffff&iconColorDefault=fcdd4a&bgColorHover=2293f7&bgTextureHover=08_diagonals_thick.png&bgImgOpacityHover=26&borderColorHover=2293f7&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=e69700&bgTextureActive=08_diagonals_thick.png&bgImgOpacityActive=20&borderColorActive=e69700&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=c5ddfc&bgTextureHighlight=07_diagonals_small.png&bgImgOpacityHighlight=25&borderColorHighlight=ffffff&fcHighlight=333333&iconColorHighlight=0b54d5&bgColorError=e69700&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=20&borderColorError=e69700&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=e6b900&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=e69700&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=20&thicknessShadow=0px&offsetTopShadow=6px&offsetLeftShadow=6px&cornerRadiusShadow=3px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: segoe ui, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: segoe ui, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #eeeeee url(plugin/datepicker/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png) 50% bottom repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #cccccc; background: #f9f9f9 url(plugin/datepicker/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png) 50% 50% repeat-x; color: #e69700; font-weight: bold; }
.ui-widget-header a { color: #e69700; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #ffffff; background: #1484e6 url(plugin/datepicker/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #2293f7; background: #2293f7 url(plugin/datepicker/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #e69700; background: #e69700 url(plugin/datepicker/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #ffffff; background: #c5ddfc url(plugin/datepicker/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png) 50% 50% repeat; color: #333333; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #333333; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #e69700; background: #e69700 url(plugin/datepicker/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(plugin/datepicker/excite-bike/images/ui-icons_0a82eb_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(plugin/datepicker/excite-bike/images/ui-icons_0a82eb_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(plugin/datepicker/excite-bike/images/ui-icons_5fa5e3_256x240.png); }
.ui-state-default .ui-icon { background-image: url(plugin/datepicker/excite-bike/images/ui-icons_fcdd4a_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(plugin/datepicker/excite-bike/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(plugin/datepicker/excite-bike/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(plugin/datepicker/excite-bike/images/ui-icons_0b54d5_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(plugin/datepicker/excite-bike/images/ui-icons_ffffff_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; -khtml-border-top-left-radius: 3px; border-top-left-radius: 3px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; -khtml-border-top-right-radius: 3px; border-top-right-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; -khtml-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; -khtml-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay { background: #e6b900 url(plugin/datepicker/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 6px 0 0 6px; padding: 0px; background: #e69700 url(plugin/datepicker/excite-bike/images/ui-bg_flat_0_e69700_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }/*
 * jQuery UI Resizable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* 
    Document   : beta.css
    Created on : Sep 20, 2011, 1:07:40 PM
    Author     : Aaron
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.btn_userEdit, .btn_affiliateEdit, .btn_companyEdit, .btn_editJob, .btn_feedback, .btn_editTodo, .fakeLink {
	text-decoration: underline;
	cursor: pointer;
}

.btn_editJob, .btn_editTodo {
	/* font-size:1.1em; */
}

#lightbox {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/**
* Scrolling table to display more notes without lightbox overflow
**/

.tbl_scrolling {
	overflow:auto;
	height:200px;
}

/**
* logo thumbs on affiliate/list
**/

IMG.thmb_logo {
	/* width:50%;*/
	height:38px;
}

.btn_deleteUser, .btn_delete {
	padding:3px;
	font-size:10px;
}

FIELDSET {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid;
	display:inline-block;
	margin:5px;
	padding:5px;
}

TEXTAREA {
	padding:8px;
}

UL.frm_role LI {
	display:inline-block;
	width:25%;
}

.auth_nav {
	margin:0 0 10px 10px;
	float:right;
}

SPAN.auth_nav {
	font-size:.8em;
	line-height: 16px;
	margin:0px;
	color:#777777;
}

.tbl_job_name {
	font-size:1.1em;
}

.textareaContainer {
	
}

textarea { border:1px solid #999999;
    width:98%;
    margin:5px 0;
    padding:1%; }

UL#tags LI {
	display:inline-block;
	margin-right:7px;
}

UL.search_form_list LI {
	margin-top:5px;
	margin-bottom:5px;
}

DIV.userEditForm DIV {
	width:920px;
	height:560px;
}

DIV.jobEditForm DIV {
	height:470px;
}

IFRAME#upload_target {
	width:0;
	height:0;
	border:0px solid #fff;
}

/**
* clickable headers
*/

.clhdr {
	text-decoration: underline;
	cursor:pointer;
} 

/**
* Late icon on the job list page
**/
SPAN.is_urgent {
	color:red;
}

TR.expandTR {
	height:70px;
	border:2px dotted #777777;
	/** border:2px solid #777777; **/
}

TR.expandTR TD UL LI > BUTTON,
TR.expandTR TD UL LI > A,
TR.expandTR TD UL LI > INPUT {
	margin-right:8px;
}
TR.expandTR TD UL LI > LABEL {
	display:inline-block;
	margin-bottom:10px;
	width:90px;
}
TR.expandTR TD UL LI > INPUT[TYPE=CHECKBOX] {
	margin-bottom:10px;
}

/**
* Style readonly inputs
**/

TEXTAREA[readonly],
INPUT[readonly] {
	background:#eeeeee;
}

/**
* job/create/ Dropship/pmod option styles
**/

#add_bulk_delivery {
	display:none;
}

FORM#styled_form #add_bulk_delivery SPAN,
FORM#styled_form LABEL[FOR=is_pmod],
FORM#styled_form LABEL[FOR=is_drop_shipment],
DIV#explanations
{
	display:inline;
}

FORM#styled_form SPAN#what_is_bulk_delivery,
FORM#styled_form SPAN#what_is_pmod,
FORM#styled_form SPAN#what_is_drop_shipment {
	display:none;
}

#what_is_pmod,
#what_is_drop_shipment,
#what_is_bulk_delivery {
	display:none;
	border: 1px solid hsla(0,0%,0%,0.15);
	border-radius: 3px;
	box-sizing: border-box;
	background-color: hsl(210, 65%, 90%);
	padding: 2px 1em;
	margin: 0 0 0 0 !important;
	font-size: 11px;
	height: 5px;
	overflow: hidden;
}

#what_is_bulk_delivery {
	background-color: hsl(60, 65%, 90%);
}

/**
* Modify login page CSS
**/

#wirePublicAuth FORM#styled_form INPUT[TYPE="TEXT"],
#wirePublicAuth FORM#styled_form INPUT[TYPE="PASSWORD"] {
	width:150px;
}

/**
* Hide feedback link on public auth pages
**/

#wirePublicAuth #footer > .wrapper > .btn_feedback {
	display: none;
}

#wirePublicAuth #footer > .wrapper {
	border-top:2px solid #CCCCCC;
}

#wirePublicAuth #primaryContent DIV.wrapper {
	width:500px;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	padding:10px;
}

#wirePublicAuth #primaryContent {
	background-color: white;
	border:none;
}

#wirePublicAuth H1 {
	padding-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}

#wirePublicAuth #primaryContent DIV.wrapper LABEL {
	font-size:11px;
	font-weight:bold;
}

#wirePublicAuth FORM#styled_form SPAN.remember_me {
	font-size:11px;
	display:inline;
}

#wirePublicAuth LI.baseline * {
	vertical-align:baseline;
}

#wirePublicAuth A {
	text-decoration: underline;
}

#wirePublicAuth FORM#styled_form P {
	color:#333333;
}

/**
* Mystique back button 
**/

BUTTON[NAME=btn_mystique_back] {
	margin-right:10px;
}

/**
* bulletted list inside content
**/

UL.normal_list LI {
	list-style:square;
	margin-left: 15px;
	line-height:20px;
}

/**
* Role chooser UI 
**/

FORM[name=role_chooser] {
	display:inline;
	float:right;
	margin-left:10px;
}

FORM[name=role_chooser] SELECT {
	float:left;
}

FORM[name=role_chooser] BUTTON {
	float:right;
	margin-left:5px;
	padding:2px;
}

/* 
   multi-tabbed UI CSS
*/

#tabs {
	display: block;
	margin:0px;
	margin-top:20px;
}

#tabs LI {
	display: inline;
	width:100px;
	height:30px;
	list-style-type: none;
	list-style-image: none;
	border:1px solid #444444;
	cursor: pointer;
	padding:5px;
	padding-bottom: 0px;
	background-color: #dddddd;
}
#tabs LI.selected {
	border-bottom: 1px solid white;
	background-color: white;
}
#containers DIV {
/*	width:929px;
	height:450px;*/
	border:1px solid #444444;
	display:none;
	background-color: white;
	overflow: auto;
}
#containers DIV {
	padding:6px;
	padding-top:30px;
}
#containers DIV.selected {
	display:block;
}
dl#dl_column_left dt, dl#dl_column_right dt {
	display: inline-block;
	width: 50%;
	height: 36px;
	vertical-align: middle;
	line-height: 36px;
}

dl#dl_column_left dd, dl#dl_column_right dd {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
#dl_column_left {
	width: 50%;
	display: inline-block;
	float: left;
}
#dl_column_right {
	width: 50%;
	display: inline-block;
	float: right;
}

TEXTAREA {
	width:97%;
}

input[type="SUBMIT"] {
	padding:2px;
	margin:7px;
	margin-left:0px;
}

FIELDSET.invis {
	border:none;
}
#lightbox UL#tabs {
	margin:0px;
	margin-top:25px;
}




/**
* Color
**/



FORM#styled_form UL {
	margin:0 auto;
	width:80%;
}

/*FORM#styled_form UL.frm_role {
	display:block;
	clear:both;
}

FORM#styled_form UL.frm_role LI * {
	vertical-align: middle;
}*/

FORM#styled_form UL#files_list,
FORM#styled_form UL.add_file_item,
FORM#styled_form UL.file_item
{
	width:100%;
}

FORM#styled_form TEXTAREA.job_edit_textarea {
	width:98%;
}

FORM#styled_form LI {
	list-style: none;
	margin-bottom: 10px;
}

FORM#styled_form LABEL {
	/* display:inline-block; */
	width:30%;
	text-align:right;
	/* height:30px; */
	margin-right:12px;
	display:inline-block;
}

FORM#styled_form INPUT[type='submit'] {
	padding:3px;
	font-size:.9em;
}

FORM#styled_form P {
	margin-left:220px;
}

FORM#styled_form SPAN {
	line-height: 20px;
	display:inline-block;
	margin-left:8px;
	width:70%;
}

FORM#styled_form .form_right {
	float:right;
	width:50%;
}

FORM#styled_form .form_left {
	float:left;
	width:50%;
}

FORM#styled_form INPUT[TYPE=TEXT], FORM#styled_form INPUT[TYPE=PASSWORD], FORM#styled_form TEXTAREA {
	width:57%;
	margin:0px;
}

FORM#styled_form INPUT[TYPE=FILE] {
	margin:0px;
}

/*FORM#styled_form UL.frm_role LI {
	display:inline-block;
	width:25%;
}*/

FORM#styled_form UL.frm_role LABEL {
	text-align: left;
}

FORM#styled_form UL.frm_role {
	width:100%;
}

FORM#styled_form UL LI P {
	margin:0px;
	display:inline;
}

/**
* Colors
**/

FORM#styled_form P {
	color:#999999;
}

FORM#styled_form LABEL {
	color:#222222;
}

INPUT.frm_role[TYPE=CHECKBOX] {
	margin:4px;
}
a:hover {
	text-decoration: underline;
}
UL#stopWatchControl {
	margin-bottom:10px;
}

UL#stopWatchControl LI {
	display:inline-block;
}
UL#stopWatchControl LI#timerClear {
	background: url('/pkg_client/images/icons/reset.png') no-repeat;
	width:30px;
	height:20px;
	cursor: pointer;
	position:relative;
	top:6px;
}
UL#stopWatchControl LI#timerStart {
	background: url('/pkg_client/images/icons/start.png') no-repeat;
	width:30px;
	height:20px;
	cursor: pointer;
	position:relative;
	top:6px;
}
UL#stopWatchControl LI#timerPause {
	background: url('/pkg_client/images/icons/pause.png') no-repeat;
	width:30px;
	height:20px;
	cursor: pointer;
	display:none;
	position:relative;
	top:6px;
}
UL#stopWatchControl LI#timeElapsed {
	background: url('/pkg_client/images/icons/frame.png') no-repeat;
	width:70px;
	height:25px;
	line-height:25px;
	padding-left:9px;
}
#nav-one {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
	position: relative;
}

#nav-one LI {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	cursor:pointer;
}

#nav-one LI A, 
#nav-one LI A:link, 
#nav-one LI A:active, 
#nav-one LI A:visited {
	font-size: 13px;
	display: block;
	text-decoration: none;
	-webkit-border-radius:5px;
	height:20px;
	line-height: 20px;
	width:94px;
	text-align: center;
	margin:0 0 10px 10px;
}

.sucker_nav LI UL { 
	list-style: none;
	margin: 0;
	padding: 0;
	width:120px;
	position:absolute;
	top:-999em;
	left:-24px;
}

#nav-one LI:hover UL,
#nav-one LI.sfHover UL {
	top: 20px;
}

#nav-one LI UL LI {
	border: 0;
	float: none;
	width:120px;
}

#nav-one LI UL LI A, 
#nav-one LI UL LI A:link, 
#nav-one LI UL LI A:visited, 
#nav-one LI UL LI A:active {
	-webkit-border-radius:0px;
	width:100px;
	padding: 4px;
	margin:0px;
	width: 120px;
	white-space: nowrap;
	text-align: left;
	border-bottom: 1px dotted;
}

/*.sucker_nav li a:hover, #nav-one li a:hover {
	-webkit-border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
}*/


/**
* Gmailbox is an alternative to a lightbox. It gives users a bigger screen space,
* and ability for vertical scrolling - which is suited for dealing with a large
* dataset.
**/

#gmailbox {
	display:none;
	/* width:1250px; */
	width:100%;
	height:100%;
	/* background-color:whitesmoke; */
	background-color:white;
	z-index:2000;
	position:fixed;
	overflow-x:hidden;
	overflow-y:scroll;
	top:0px;
	font-size:11px;
}

#gmailbox #gmailboxWrapper {
	width:1250px;
	margin:0 auto;
}

#gmailbox form#styled_form input[type="TEXT"],
#gmailbox form#styled_form input[type="PASSWORD"],
#gmailbox form#styled_form textarea,
#gmailbox select {
	font-size:11px;
}
#gmailbox FORM#styled_form LI {
	margin-bottom:3px;
}

#gmailbox FORM#styled_form UL#files_list {
	padding-left:200px;
}

#gmailbox FORM#styled_form TEXTAREA.job_edit_textarea {
	margin-left:75px;
	width:98%;
	padding:3px;
}

#gmailbox #backButtonFixed {
	z-index:2100;
	position:fixed;
	background-color:#CCCCCC;
	display:block;
	width:1250px;
	/* width:100%; */
	margin:0 auto;
	margin-top:5px;
	height:30px;
	padding:2px;
	border-radius:5px;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

/**
* clear space behind the fixed save/update/close buttons
**/
#gmailbox #backButtonFixedPadding {
	display:block;
	height:38px;
	padding-bottom: 10px;
}

#gmailbox H2 {
	padding-top:10px;
	padding-bottom:20px;
	clear:both;
	text-align: center;
}

#gmailbox .jobNumber {
	margin-right:10px;
	font-weight:bold;
	float:right;
	line-height:30px;
}
FORM[NAME=todo_form] textarea {
	resize:vertical;
}

FORM[NAME=todo_form]#styled_form UL {
	width:100%;
	padding-bottom:100px;
}
FORM[NAME=todo_form] PRE {
	display:inline-block;
	width:57%;
	border-bottom: 2px solid #666666;
	padding-bottom: 10px;
	white-space:pre-wrap;
}
/**
* alert Div is an alternative to JS alert()
**/

#alertDiv {
	display:none;
	width:300px;
	height:30px;
	z-index:3000;
	position:fixed;
	padding:10px;
	border-radius:5px;
	font-size:14px;
	text-align: center;
	font-weight: bold;
	border:2px solid #cccccc;
	opacity:0.7;
	filter: alpha(opacity=70);
}


/*

Color scheme

*/

body {
	background-color:#FFFFFF;
}

tbody tr:nth-child(2n+2){background-color: hsl(0,0%,89%);}

th {background: #9b0326; /* Old browsers */
	background: -moz-linear-gradient(top, #9b0326 0%, #840220 44%, #660018 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b0326), color-stop(44%,#840220), color-stop(100%,#660018)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9b0326 0%,#840220 44%,#660018 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9b0326 0%,#840220 44%,#660018 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9b0326 0%,#840220 44%,#660018 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0326', endColorstr='#660018',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9b0326 0%,#840220 44%,#660018 100%); /* W3C */
	color: #FFFFFF;

}
.nav, .sucker_nav li a {
	background: #9b0326; /* Old browsers */
	background: -moz-linear-gradient(top, #9b0326 0%, #840220 44%, #660018 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b0326), color-stop(44%,#840220), color-stop(100%,#660018)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9b0326 0%,#840220 44%,#660018 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9b0326 0%,#840220 44%,#660018 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #9b0326 0%,#840220 44%,#660018 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b0326', endColorstr='#660018',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #9b0326 0%,#840220 44%,#660018 100%); /* W3C */
	color: #FFFFFF;
}

#alertDiv {
	background: #9b0326;
	color:white;
}

#primaryContent {
	background-color: #f0f0f0;
	border: 1px solid #CCCCCC;
}

TABLE tbody TR:hover {
	background-color: hsl(201, 25%, 85%);
}



/*

Fonts

*/
body {
    font-family: 'arial',sans-serif;
}
/*

Layouts

*/

.nav, .sucker_nav li a {

	text-align: center;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	height: 20px;
	padding: 0;
	margin: 0;
}

#logo {
	display: inline-block;
	width: 400px;
}

.nav {
	float:right;
}

#primaryContent {
	padding: 10px;
}
#logo {
	/*background: url(/pkg_client/images/logo/vertdirecty.jpg) no-repeat;*/
}


/** client specific setting **/

/*

Color scheme

*/

body {
	background-color:#FFFFFF;
}

th {background: #0397ed; /* Old browsers */
	background: -moz-linear-gradient(top, #0397ed 0%, #0b7fbd 40%, #02598c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0397ed), color-stop(40%,#0b7fbd), color-stop(100%,#02598c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0397ed 0%,#0b7fbd 40%,#02598c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0397ed 0%,#0b7fbd 40%,#02598c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0397ed 0%,#0b7fbd 40%,#02598c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0397ed', endColorstr='#02598c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0397ed 0%,#0b7fbd 40%,#02598c 100%); /* W3C */
	color: #FFFFFF;

}

.nav, .sucker_nav li a {
	background: #0397ed; /* Old browsers */
	background: -moz-linear-gradient(top, #0397ed 0%, #0b7fbd 40%, #02598c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0397ed), color-stop(40%,#0b7fbd), color-stop(100%,#02598c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0397ed 0%,#0b7fbd 40%,#02598c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0397ed 0%,#0b7fbd 40%,#02598c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #0397ed 0%,#0b7fbd 40%,#02598c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0397ed', endColorstr='#02598c',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #0397ed 0%,#0b7fbd 40%,#02598c 100%); /* W3C */
	color: #FFFFFF;
}

#alertDiv {
	background: #0397ed;
	color:white;
}


/*

Fonts

*/
body {
    font-family: 'arial',sans-serif;
}
/*

Layouts

*/

.nav, .sucker_nav li a {

	text-align: center;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	height: 20px;
	padding: 0;
	margin: 0;
}

#logo {
	display: inline-block;
	width: 400px;
}

.nav {
	float:right;
}

#primaryContent {
	padding: 10px;
}
#logo {
	/*background: url(/pkg_client/images/logo/vertdirecty.jpg) no-repeat;*/
}


