/*
-----------------------------
RESET
-----------------------------
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
input, textarea, button {
	margin: 0;
	padding: 0;
}
body {
	line-height: 1;
	font-size: 62.5%; /* font set to 10px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*
-----------------------------
DEFAULTS
-----------------------------
*/

body {
	font-family: Helvetica, Arial, Sans-serif;
	color: #444;
}

h1 {
	font-size: 2em;
	line-height: 1.25em;
	margin: 0;
}
h2 {
	font-size: 1.7em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 0 0 10px;
	color: #444;
	border-bottom: 1px solid #CCC;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2.2em;
	margin: 10px 0;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25em;
	margin: 10px 0;
	text-transform: uppercase;
	color: #888888;
}
p {
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
	margin: 10px 0;
}

ul {
	padding-left: 30px;
}
li {
	list-style-type: disc;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}

strong, th {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	width: 100%;
	page-break-inside: auto;
	margin-bottom: 10px;
}
thead {
}
tbody {
	
}
thead, tbody, td {
}
tr {
}
tbody tr:nth-child(even) {
	background-color: #F8F8F8;
}
th, td {
	padding: 6px;
	text-align: left;
	font-size: 1.2em;
	border-bottom: 1px solid #DDD;
	vertical-align: middle;
}
td {
	color: #666;
}
label {
	display: block;
	font-size: 1.2em;
	font-weight: lighter;
	line-height: 1.25em;
}

a:link, a:visited {
	color: #24414f;
	te
}
a:hover {
	color: #667885;
}
a:active {
	color: #000;
}


/*
-----------------------------
STANDARD CLASSES
-----------------------------
*/

.hidden {
	display: none;
	height: 0;
}
.bold {
	font-weight: bold;
}
a.edit {
	background: transparent url('../images/graphics/edit.png') no-repeat left 2px;
	padding-left: 17px;
	font-size: 11px;
	display: block;
	width: 24px;
	float: right;
	color: #666;
	text-decoration: none;
}
a.edit:hover {
	color: #444;
}
a.start {
	background: transparent url('../images/graphics/start.png') no-repeat left -2px;
	padding-left: 20px;
	display: block;
	text-decoration: none;	
}
.rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.rounded_t_l {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
}
.rounded_t_r {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.rounded_b_l {
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
}
.rounded_b_r {
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
}

/*
-----------------------------
MAIN DIVS
-----------------------------
*/

body {
	background-color: #FFFFFF;
}
#wrapper {
	
}
#header_wrapper {
	background-color: #6399c0;
	border-top: 5px solid #4A7EA6;
	border-bottom: 1px solid #D8D8D8;
}
#header, #content, #footer {
	padding: 0 10px;
	overflow: hidden;
}
#header {
	position: relative;
	height: 75px;
	overflow: visible;
}
#content {
	position: relative;
	overflow: visible;
}
#footer {
	clear: both;
	margin-bottom: 15px;
}

/*
-----------------------------
HEADER
-----------------------------
*/

.refresh {
	background-color: #F54140;
	display: none;
}
.refresh a {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 0;
}
.refresh a:hover {
	color: #DDDDDD;
}
#header h1 {
	padding: 15px 0;
	color: #FFF;
}
.welcome {
	position: absolute;
	top: 9px;
	right: 10px;
	text-align: right;
	width: 400px;
	color: #FFF;
}
.my_user_image {
	float: right;
	margin-left: 5px;
	position: relative;
	top: -10px;
	border: 2px solid #FFFFFF;
}
#top_nav {
	padding: 0;
	position: absolute;
	top: 52px;
	width: 98%;
}
#top_nav li {
	list-style-type: none;
	float: left;
	margin-right: 2px;
}
#top_nav a {
	display: block;
	padding: 5px 7px 3px;
	background: #FFFFFF;
	text-decoration: none;
	position: relative;
}
#top_nav a:hover, #home a.home, #clients a.clients, #projects a.projects, #tools a.tools, #contacts a.contacts, #users a.users {
	padding-bottom: 12px;
	top: -6px;
}
#top_nav li.users, #top_nav li.logout {
	float: right;
	margin: 0 0 0 2px;
	position: relative;
}

#top_nav li.users ul {
	display: none;
	position: absolute;
	top: 24px;
	width: 100px;
	z-index: 99;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 1px solid #DDDDDD;
	border-top: none;
	border-bottom: none;
}
#top_nav li.users:hover ul {
	display: block;
}
#top_nav li.users li {
	margin: 0;
	padding: 0;
	clear: both;
	width: 100px;
	border-bottom: 1px solid #DDDDDD;
}
#top_nav li.users li a {
	font-size: 12px;
	background-color: transparent;
}
#top_nav li.users li a:hover {
	padding: 5px 7px 3px;
	top: 0;
}

/* 
-----------------------------
EVERYTHING ELSE
-----------------------------
*/

#content a {
	font-weight: bold;
	font-size: 14px;
}

#submit {
	float: right;
}
#first_project, #first_task, #add_comment {
	position: relative;
	top: 0;
	padding-top: 10px;
}
#activity_feed, #user_activity_feed {
	width: 470px;
	float: left;
}
#active_tasks {
	clear: both;
	margin: 15px 0;
}
#active_projects, #message_wrapper, #scratchpad {
	margin-bottom: 15px;
	width: 470px;
	float: right;
	clear: right;
}
.status {
	width: 150px;
	border: 1px solid #DDDDDD;
	float: left;
	margin-right: 5px;
	background-color: #FFFFFF;
}
.status span {
	display: block;
	background-color: #00CC00;
	height: 10px;
}

#message_window_holder {
	height: 230px;
	border: 1px solid #DDDDDD;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 13px;
	position: relative;
}
#message_window {
	height: 220px;
	padding: 5px 5px 5px;
	overflow-y: scroll;
}
#message_window div {
	margin: 5px;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
}
#message_window div strong span {
	font-size: 12px;
	display: block;
	margin-right: 2px;
	font-size: 10px;
	line-height: 16px;
	float: left;
}
#message_window strong {
	color: #444444;
}
#messages {
	padding: 10px 0 10px 5px;
	background-color: #EEEEEE;
}
#messages label {
	float: left;
	margin: 0 6px;
	position: relative;
	top: 2px;
	font-weight: bold;
}
#message_wrapper form {
	margin: 0;
	display: block;
}
#author {
	width: 150px;
}
#message {
	width: 320px;
	margin-right: 5px;
}
#message_wrapper .submit {
	position: relative;
	top: 0;
	left: -5px;
	cursor: pointer;
	vertical-align: middle;
}

#gantt_holder {
	position: relative;
	clear: both;
}
#gantt {
	border-top: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	width: auto;
}
#gantt_form {
	width: 356px;
	position: absolute;
	top: 5px;
	right: 0px;
}
#gantt_form label, #gantt_form input, #gantt_form select {
	float: left;
	margin-left: 8px;
}
#gantt_form label {
	clear: left;
	height: 25px;
}
#gantt th, #gantt td {
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	border-bottom: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	color: #444444;
	cursor: default;
}
#gantt th {
	height: 50px;
	padding: 0 7px 0 3px;
}
#gantt span {
	font-size: 10px;
	font-weight: normal;
	display: block;
	line-height: 13px;
	text-align: center;
	position: relative;
	width: 18px;
	margin: 0 auto;
}
.traverse_btn {
	float: right;
	padding: 7px 10px 10px;
	margin: 0 54px 10px 0;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	background-color: #F8F8F8;
	text-decoration: none;
}
.traverse_btn img {
	position: relative;
	top: 3px;
}

#tasks {
	position: absolute;
	top: 51px;
	left: 191px;
}
.task {
	color: #FFFFFF;
	height: 26px;
	opacity: 0.7;
	position: absolute;
	padding: 5px;
	font-size: 14px;
	border-collapse: collapse;
}
.status_bar_bg {
	position: absolute;
	left: 0px;
	top: 21px;
	height: 14px;
	background-color: #FFFFFF;
	opacity: 0.3;
	padding: 2px 3px 0;
}
.status_percentage {
	position: absolute;
	left: 0px;
	top: 21px;
	height: 14px;
	padding: 2px 3px 0;
	font-size: 12px;
	color: #000000;
}
.status_bar {
	position: absolute;
	left: 0px;
	top: 21px;
	background-color: #FFFFFF;
	opacity: 0.4;
	height: 15px;
}
#legend {
	clear: both;
}
.legend_project {
	font-size: 1.2em;
	float: left;
	margin: 0 10px 5px 0;
}
.legend_key {
	border: 1px solid #d5d5d5;
	height: 10px;
	width: 10px;
	float: left;
	margin-right: 4px;
	opacity: 0.7;
}
.gantt_report {
	float: left;
	overflow-x: scroll;
	width: auto;
}
.icon {
	text-align: right;
	width: 32px;
}
#content .icon a {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
.icon img {

}

.loading {
	margin: 40px auto;
	display: block;
}
.activity, .comment {
	padding: 10px 10px 10px 50px;
	border-bottom: 1px solid #DDDDDD;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	min-height: 35px;
}
#task_comments {
	float: right;
	width: 540px;
	padding-left: 38px;
	border-left: 1px solid #DDDDDD;
}
.comment {
	padding-left: 80px;
	min-height: 55px;
}
.comment p, .comment label {
	font-size: 1em;
}
.activity:nth-child(even), .comment:nth-child(even) {
	background-color: #F8F8F8;
}
.activity .timestamp, .comment .timestamp {
	display: block;
	clear: both;
	color: #888888;
}
.activity img, .comment img {
	border: 2px solid #DDDDDD;
	position: absolute;
	left: 10px;
	top: 10px;
}

.profile_image {
	float: left;
	border: 2px solid #DDDDDD;
	margin-right: 10px;
}

#quick_actions {
	position: absolute;
	left: 200px;
	top: 10px;
}
#quick_actions label {
	color: #FFFFFF;
	display: inline;
	margin-right: 1px;
}

/*
-----------------------------
FOOTER
-----------------------------
*/

#footer p {
	margin: 0;
}


/*
-----------------------------
AUTOCOMPLETE STYLES
-----------------------------
*/

.ac_results {
	padding: 0px;
	border: 1px solid #CECECE;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f8f8f8;
}

.ac_over {
	background-color: #3B5998;
	color: white;
}


#add_notes label.error, #create_client form p label.error, #create_client .content p.catErr,
#update_client .error, #update_client p.catErr, #add_client .error, #add_client p.catErr{ color:#ff7070; font-size: 14px;}

.note_det{clear:both;}
.note_det div{float:left; margin: auto 40px 20px 10px;}
.note_det div.r_c_box{width:200px;  margin: auto 0 20px 0;}
.note_det div.r_c_box input{width:100px;}
.note_det div.r_c_box span{font-size:14px; margin-right:4px;}
.note_det div label{margin: auto auto 10px 12px;}
p.note_category{margin:0 auto 6px 0; font-size:12px;}
p.note_category span{  margin-left:6px;}

#reporting_notes label.error { color:#ff7070; font-size: 12px;}

.find_postecode{clear: both; margin-top: 20px;}

.find_postecode div{float:left; margin:20px 40px; width:200px;}

#update_client .radio {height: 30px;}
#update_client .radio * {float:left;}
#update_client .radio label {margin: 0 20px auto 6px;}

.admin_table td.enquiries a{margin-right:14px;}
.admin_table td.enquiries{color:#fff;font-weight:bold;}


.row {
	width: 100%;
	clear: both;
}
.row:after, .row:before {
	clear: both;
}
.container {
	width: auto;
	float: left;
	margin: 10px;
}
.margin-left {
	margin-left: 20px;
}