/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: arial; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize background color to match your design)
 */

::-moz-selection { background: #003e8a; color: #fff; text-shadow: none; }
::selection { background: #003e8a; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #1155CC; text-decoration: none; }
a:visited { color: #1155CC; text-decoration: none; }
a:hover { color: #1155CC; text-decoration: underline;}
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:Bill Brown
   ========================================================================== */
   
   
/* ==========================================================================
   General Styles
   ========================================================================== */

body {
	background-color: #ddd;
	height: 100%;
	font-family: Verdana, Tahoma, sans-serif;
}

.clear { clear: both; }
h1 { margin: 0; padding: 0; }

   
.main_container {
	width: 1000px;
	background-color: #eee;			/*  #D1F0FA;	DEV PORTAL  */
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 20px;
	min-height: 600px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
	border: 1px solid #999;
}

.bread_crumbs {
	margin: 10px 0px 0px 10px;
	padding: 0px;
	font-size: 14px;
}

.bread_crumbs a {
	padding-left: 5px; padding-right: 5px;
}

.large { font-size: 150%; }

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	width: 100%;
	margin: 0;
	padding: 0;
}

.footer {
	width: 1020px;
	background-color: #eee;			/*  #D1F0FA;	DEV PORTAL  */
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
	border: 1px solid #999;
}

.header_text {
	float: left;
	font-family: arial;
	margin-left: 20px;
	margin-top: 0px;
	color: #333;
	text-shadow: 2px 1px white;
}

.header_text h1, h2 {
	margin: 0;
	padding: 0;
}

.account_greeting {
	float: right;
	text-align: right;
}

/* ==========================================================================
   Navigation
   ========================================================================== */
   
.nav_bar {
	width: 100%;
	height: 35px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	border: 1px solid #999;
	-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.tagline {font-size: 13px; float: right; text-align: right; }

.footer_nav { margin: 0; padding: 0; font-size: 14px; }
.footer_nav li { margin: 0; padding: 0px; padding-left: 5px; padding-right: 10px; list-style-type: none; float: left; }


.navigation { margin: 0; padding: 0px 0px 0px 30px; }

.navigation li { float: left; clear: right; display: block; margin-right: 30px; width: 100px; height: 24px; margin-top: 5px; text-align: center; }
.navigation li a {display: block; width: 100%; height: 100%; color: #555; text-decoration: none; }
.navigation li a:hover,
.navigation li a.active {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
}

.input {
	border: 0px;
	padding: 3px;
	margin-top: 5px;
	border: 1px solid #ccc;
	color: #666;
	background: #FFFFFF; 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;
    outline: 0;
}
.input:hover {border: 1px solid #999;}
.input:focus {border: 1px solid #666;}

.sort_buttno {
	margin-left: 5px;
	margin-top: 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid none;
	border: none;
	color: #0000A0;
	background: #FFFFFF;
}

.sort_button {
	margin-left: 5px;
	margin-top: 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid none;
	border: none;
	color: #0000A0;
	background: #FFFFFF;
}

.sort_button:hover {
	margin-left: 5px;
	margin-top: 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid none;
	border: none;
	color: #0000A0;
	background: #00FF00; 
}

.sort_field {
	background: #FFFFFF;
	border: 1px solid #0000A0;
	color: #0000FF;
	width: 100%;
	height: 100%;
}
 
.sort_field:hover {
	text-decoration: none;
	border: 1px solid #0000A0;
	background: #CED5D1;
	color: #0000A0;
	border: 1px solid transparent;
	font-size: 14px;
}

.submit_button {
	margin-left: 5px;
	margin-top: 0px;
	padding: 2px 10px 2px 10px;
	border: 1px solid none;
	border: none;
	color: #555;
	background: none;
}

.submit_button:hover {
	margin-left: 5px;
	padding: 2px 10px 2px 10px;
	border: 1px solid black;
	color: white;
	background: #7d7e7d;
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e));
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	background: linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.main_content {margin-top: 10px; margin-bottom: 20px; }
.main_images {
	width: 200px; 
	height: 200px; 
	background-color: #ccc; 
	float: left; 
	margin: 20px 0 0 40px; 
	text-align: center; 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-border-radius:5px;
}
.sidebar {
	width: 210px;
	float: left;
}

.sidebar_nav {margin: 0; padding: 0; background-color: #eee; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc; }
.sidebar_nav li {margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #ccc; }

.sidebar_nav li a {
	width: 100%;
	height: 30px;
	text-decoration: none;
	display: block;
	line-height: 30px;
	text-indent: 15px;
	color: #444;
	border: 1px solid transparent;
	font-size: 14px;
}

.sidebar_nav li a input{
	background: none;
	width: 100%;
	height: 100%;
}
 
.sidebar_nav li a:hover, .sidebar_nav li a:hover, .sidebar_nav li a.active {
	text-decoration: none;
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #c53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
	background-image: -o-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	cursor: pointer;
}


.full_content {
	float: left;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}

.right_content {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

.right_content_jobs {
	float: left;
	width: 750px;
	margin: 0;
	padding: 0;
	margin-left: 240px;
	/*background-color: #F8F8F8;*/
}

.tabular {
	width: 100%;
	border-collapse: collapse;

}
.tabular thead{
	padding: 5px;
	color: #444;
	font-size: 13px;
	background-color: #E8E8E8;	
}

.tabular thead th{
	margin: 5px;
	font-weight: normal;
	border: 1px solid #C0C0C0;
}

.tabular tr td {
	padding: 2px;
	border: 1px solid #ddd;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	background-color: #F8F8F8;
	border: 1px solid #C0C0C0;
}

.left_prop {
	width: 700px;
	border-collapse: collapse;
}

.left_prop tr {
	background-color: #F8F8F8;
	border: 1px solid #D0D0D0;
}
.left_prop tr td {
	padding: 10px 5px 10px 20px;
	vertical-align: middle;
	font-size: 16px;
	margin-bottom: 10px;
	height: 35px;
	color: #666;
}
.left_prop tr td.label {
	padding-left: 0;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-right: 1px solid #D0D0D0;
	text-align: right;
}
.label {
	font-size: 20px;
}

.client_container h1{
	color: #383838;
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}

.right_prop tr td {
	padding: 5px;
	font-size: 13px;
}

.filter { margin-bottom: 10px;}
.dateFilter {
	padding: 6px;
	border: 1px solid #ccc;
	color: #666;
	background: #FFFFFF; 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;
    outline: 0;
}
.dateFilter:hover {border-color: #999;}
.dateFilter:focus {border-color: #666;}

.form_input {
	padding: 6px;
	border: 1px solid #ccc;
	color: #666;
	background: #FFFFFF; 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;
    outline: 0;
}
.form_input:hover {border-color: #999;}
.form_input:focus {border-color: #666;}
#client_filter, #contact_filter, #supervisor_filter {width: 300px;}

.homeowner { margin: 0 0 5px 5px; padding: 0; font-size: 13.5px;}

.prop_footer {
 	text-align: right;
}

.prop_button {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	background-color:#D14836;
	background-image:-webkit-linear-gradient(top, #DD4B39, #D14836);
	border:1px solid #b0281a;
	color:#FFFFFF;
	text-shadow:rgba(0, 0, 0, 0.0976563) 0 1px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-border-radius:5px;
}

a.prop_button {
	color: white;
	text-decoration: none;
}

a.prop_button_inactive {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	background-color:#e5e5e5;
	background-image:-webkit-linear-gradient(top, #ffffff, #e5e5e5);
	border:1px solid #ccc;
	color:#888;
	text-shadow:rgba(0, 0, 0, 0.0976563) 0 1px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-border-radius:5px;
}

.prop_button:hover, a.prop_button_inactive:hover {
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #c53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
	background-image: -o-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.gpdf_button {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	background-color:#D14836;
	background-image:-webkit-linear-gradient(top, #DD4B39, #D14836);
	border:1px solid #b0281a;
	color:#FFFFFF;
	text-shadow:rgba(0, 0, 0, 0.0976563) 0 1px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-border-radius:5px;
}

a.gpdf_button {
	color: white;
	text-decoration: none;
}

a.gpdf_button_inactive {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	background-color:#e5e5e5;
	background-image:-webkit-linear-gradient(top, #ffffff, #e5e5e5);
	border:1px solid #ccc;
	color:#888;
	text-shadow:rgba(0, 0, 0, 0.0976563) 0 1px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-border-radius:5px;
}

.gpdf_button:hover, a.gpdf_button_inactive:hover {
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #c53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
	background-image: -o-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.view_button {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	background-color:#008080;
	background-image:-webkit-linear-gradient(top, #DD4B39, #D14836);
	border:1px solid #b0281a;
	color:#FFFFFF;
	text-shadow:rgba(0, 0, 0, 0.0976563) 0 1px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-border-radius:5px;
}

a.view_button {
	color: white;
	text-decoration: none;
}

a.view_button_inactive {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	background-color:#e5e5e5;
	background-image:-webkit-linear-gradient(top, #ffffff, #e5e5e5);
	border:1px solid #ccc;
	color:#888;
	text-shadow:rgba(0, 0, 0, 0.0976563) 0 1px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-border-radius:5px;
}

.view_button:hover, a.view_button_inactive:hover {
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #00A8A8;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#008080),to(#00A8A8));
	background-image: -webkit-linear-gradient(top,#008080,#00A8A8);
	background-image: -moz-linear-gradient(top,#008080,#00A8A8);
	background-image: -ms-linear-gradient(top,#008080,#00A8A8);
	background-image: -o-linear-gradient(top,#008080,#00A8A8);
	background-image: linear-gradient(top,#008080,#00A8A8);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.jobs_main tr td {
	padding: 5px;
	font-size: 15px;
}

.login_content {
    width: 500px;
    height: 350px;
    margin: 200px auto 0 auto;
    background-color: #eee;
    border: 1px solid #999;
    text-align: center;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -border-radius:5px; 
    padding: 5px;
    font-family: Verdana, Tahoma, sans-serif;
}

.login_content .login_float_container {
    margin-top: 55px;
}
.login_content .login_left {
    float: left;
    margin-left: 50px;
}

.login_content .login_right {
    float: right;
    margin-right: 50px;
    margin-top: 50px;
}

.login_content table {
    margin: 35px auto 0 auto;
}

.login_content table tr td {
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #444;
}

.large_input {
	padding: 9px;  
    border: solid 1px #ccc;  
    outline: 0;
    font: normal 16px/100% Verdana, Tahoma, sans-serif;
    width: 300px; 
    background: #FFFFFF; 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;
}

.large_input:hover {
	border: solid 1px #999;
}

.large_input:focus {
	border: solid 1px #666;
}

.login_submit {
	margin-top: 10px;
    padding: 10px 30px 10px 30px;
    font: normal 18px/100% Verdana, Tahoma, sans-serif;
    background-color:#D14836;
    background-image:-webkit-linear-gradient(top, #DD4B39, #D14836);
    border:1px solid rgba(0, 0, 0, .3);
    color:#FFFFFF;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -border-radius:5px;
}

.login_submit:hover {
border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.login_title {
	font-size: 24px;
	font-weight: bold;
	color: #444;
}

.table_input_form tr td {
	padding: 5px;
}

#clients_add_contact:hover {
	cursor: pointer;
}

.filter_text {
	font-size: 90%;
	color: #333;
}

.filter_input {
	color: #666;
	font-size: 90%;
	margin-bottom: 10px;
}

#new_client_contact_pair{
	display: none;
}

.section_table {
	border-collapse: collapse;
	border: 1px solid #D8D8D8;
	font-size: 14px;
	margin-bottom: 10px;
	background-color: #E8E8E8;
}

.section_table tr {
	margin-bottom: 5px;
}

.section_table tr td{
	padding:5px;
	vertical-align: middle;
}

.red_link, .red_link:visited {
	background-color:#D14836;
	background-image:-webkit-linear-gradient(top, #DD4B39, #D14836);
	border: 1px solid #b0281a;
	color:#FFFFFF;
	font-size: 13px;
	text-shadow:rgba(0, 0, 0, 0.0976563) 0 1px;
	padding: 2px 7px 2px 7px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -border-radius:5px;
    cursor: pointer;
}

.pad_top_bottom {
	display: block;
	margin: 2px 0 2px 0;
}

.red { color: red; }

.red_link:hover {
	text-decoration: none;
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #c53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

#client_add_supervisor:hover {
	cursor: pointer;
}

.add_new:hover {
	cursor: pointer;
}

fieldset {
	/*border: 1px solid #666;*/
	padding: 10px;
}

legend {
  padding: 5px;
  /*border: 1px solid #4d90fe;*/
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
/*  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;*/
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
}

.delete_client:hover {
	cursor: pointer;
}

.job_header {
	margin-left: 10px;
}

.job_header a, .job_header a:hover {
	cursor: default;
	color: #333;
	text-decoration: none;
}
	
#scrolling_bar {
	position: fixed;
	
}

.job_fieldsets {
	/*background-color: #666;*/
	border: 1px solid #ccc ;
}

.job_fieldsets legend
{
	padding: 0;
	margin: 0;
	padding: 5px;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.job_fieldsets legend a{
	color: white;
}

.add_link:hover {
	cursor: pointer;
}

.alert-error{
  padding: 8px 8px 8px 8px;
  margin-bottom: 5px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  width: 700px;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error { 
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	padding: 5px;
	margin:0 0 4px 8px;
	font-size: 14px;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
}

.error_many {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	padding: 5px;
	margin:0 0 4px 8px;
	font-size: 14px;
	background-color: #f2dede;
	border: 1px solid #eed3d7;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	width: 475px;
	float: left;
}

.alert-error-span {
	margin-left: 10px;
	font-size: 14px;
	width: 48%;
	float: left;
}

.alert-error-span-sum {
	width: 100%;
	margin-left: 10px;
	font-size: 14px;
	float: left;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

#success {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  color: #4F8A10;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-color: #DFF2BF;
  background-image:url('../images/icon-tick.png');
}

.delete_industry {
	cursor: pointer;
}

.section_budgets {
	font: normal 12px/100% Verdana, Tahoma, sans-serif;
}

.section_budgets table {
	color: #333;
	border-collapse: collapse;
	margin-left: 30px;
	border: 1px solid #ccc;
}

.section_budgets table tr td{
	width: 100px;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 9px 30px 9px 30px;
}
.section_budgets table tr td input {
	padding: 9px;  
    border: solid 1px #ccc;  
    outline: 0;  
    font: normal 12px/100% Verdana, Tahoma, sans-serif;   
    background: #FFFFFF; 
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 2px;
}

.section_budgets table tr td p {
	margin: 0 0 1px 0;
	padding: 0;
}


.section_budgets table tr td p.first, .section_budgets table tr td p.total {
	padding: 0 0 0 1px;
}

.section_budgets table tr td input:hover {
	border-color: #666;
}

.section_budgets table tr td input:focus {
	border-color: #999;
}

.left_prop_table tr td {
	padding: 5px;
}

.supp_order_table {
	width: 100%;
}

.supp_order_table tr {
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
}

.supp_order_table tbody tr td:first-child { text-align: left; padding-left: 5px; }

.supp_order_table tbody tr:nth-child(odd)    { background-color:#ddd; }
.supp_order_table tbody tr:nth-child(even)    { background-color:#eee; }
.supp_order_table tr td {
	padding: 2px;
}

.delete_supp_order {
	cursor: pointer;
}

.ui-datepicker-trigger {
	margin-left: 5px;
}

.co_add_table {
	margin-top: 20px;
}

h3 { 
	color: #333;
	margin-bottom: 0;
	margin-top: 3px;
}
.ccs_header {
	height: 40px;
	margin-top: 10px;
	width: 100%;
}

.pagination {
	margin-bottom: 10px;
	float: left;
}

.pagination a {
	padding: 5px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
	color: #555; 
	text-decoration: none; 
}

.pagination span.active {
	margin-left: 5px;
}

.pagination span.active, .pagination a:hover {
	padding: 5px;
	border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
	border: 1px solid #b0281a;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #c53727;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),to(#c53727));
	background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
	background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
	background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
	background-image: -o-linear-gradient(top,#dd4b39,#c53727);
	background-image: linear-gradient(top,#dd4b39,#c53727);
}

.add_client_contact {
  margin-bottom: 5px;
}

.scopes {
	margin-top: 5px;
}

.status_options, .client_options, .estimator_options {
	margin: 5px;
	padding: 5px;
}

.action_links {
	float: right;
	padding-bottom: 10px;
}

.job_nav_container {
	width: 980px;
	z-index: 1000;
	background-color: #ddd;
	border: 1px solid #999;
	padding: 10px;
}

.job_nav_container .top {
	margin-bottom: 3px;
}