html, body {
	height:100%;
	width: 100%;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font: 13px Helvetica Narrow, sans-serif;
	line-height: 1;
	color: #505050;
}
img {
	border: 0;
    vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
a {
  text-decoration: none;
  color: #4974a4;
}
a:hover {
  color: #68ab06;
}
p {
  font: 14px Helvetica Narrow, sans-serif;
  color: #505050;
}

.wrapper {
	min-height:100%;
	position:relative;
	background: url('/images/footerBG.jpg');
	margin-left: 240px;
	border-left: 1px solid #ccc;
}

/* header */

.header {
	position: relative;
	z-index: 5;
	min-width: 960px;
	height: 70px;
	margin-left: -241px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}
.head {
}
.header_shadow {
}
.logo {
	float: left;
	width: 240px;
	height: 70px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.logo img {
	margin: auto;
	display: block;
	padding: 10px 0;
	width: 85%;
}

.logo_menu {
  float: right;
}
.logo_menu_a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
}
.logo_menu_a:hover {
  color: #aaaaaa;
}
.menu_bar_welcome {
	position: absolute;
	top: 75px;
	right: 20px;
	font-size: 12px;
	font-family: arial;
}

/* body */

.main {
	margin-left: -241px;
	padding-bottom:30px;
}
.left_bar {
  min-width: 241px;
  width: 241px;
  margin: 0px;
  padding-top: 20px;
}
.left_bar_content {
  min-height: 280px;
}

.right_bar {
  margin: 0px;
  padding: 40px 20px 0 20px;
/*  width: 676px;*/
  width: 100%;
}
.right_bar_content {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.right_content {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.right_content h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  color: #fff;
background: #9cb9d8;
background: -moz-linear-gradient(top,  #9cb9d8 0%, #8aa7c8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb9d8), color-stop(100%,#8aa7c8));
background: -webkit-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: -o-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: -ms-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: linear-gradient(to bottom,  #9cb9d8 0%,#8aa7c8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb9d8', endColorstr='#8aa7c8',GradientType=0 );
}

/* footer */
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;
	margin-left: -241px;
	padding-left: 241px;
	background: #ddd;
	border-top: 1px solid #c8c8c8;
}
.copyright {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 12px;
	margin-left: -241px;
}
.stubiLogo {
	position: absolute;
	top: 6px;
	right: 5px;
}
.stubiLogo img {
	height: 21px;
}

/* left bar */

.fixed {
	position: fixed;
	z-index: 0;
}
.fixed_bar {
	position: fixed;
	background: #fff;
	font-size: 13px; 
	width: 220px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.fixed_bar h1 {
	display: block;
	width: 220px;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	border-bottom: 1px solid #8cbf40;
	margin-top: -5px;
	margin-left: -20px;
	padding-left: 20px;
}
.fixed_bar hr {
  display: block;
  height: 1px;
  border: 0px;
  background: #ccc;
}
.fixed_bar select {
  width: 200px;
  font-size: 12px;
}
.fixed_bar input {
  margin-bottom: 3px;
  font-size: 13px;
}

.fixed_bar .actions {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}

#jump_to_date {
	width: 100px;
}

/* calendar */
.calendar_week, .calendar_month, .calendar_jumpto {
  width: 200px;
  margin: auto;
  margin-top: 20px;
  font-size: 13px;
}

.week_title {
  height: 20px;
}
.week_title_content {
  margin: auto;
  text-align: center;
  padding-top: 2px;
  font-weight: bold;
  font-size: 11px;
}
.week_prev {
  float: left;
  background: url('/images/calPrev.png') center center no-repeat;
  width: 27px;
  height: 11px;
  font-size: 0px;
  margin: 3px 0 0 1px;
}
.week_next {
  float: right;
  background: url('/images/calNext.png') center center no-repeat;
  width: 27px;
  height: 11px;
  font-size: 0px;
  margin: 3px 1px 0 0;
}

.week_list table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.week_list td {
	line-height: 16px;
	width: 27px;
}

.week_list a {
	display: block;
	color: #505050;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
}

.week_list .selected_week a,
.week_list .selected_week .dateDisabled div {
	border: 1px solid #ddd;
}

.week_list a:hover {
	border: 1px solid #4974a4;
}

.week_list .dateDisabled {
	color: #b4b4b4;
	line-height: 18px;
}

.week_list .selected_week .dateDisabled {
	line-height: 16px;
}

.week_list .current {
	color: #505050;
	background: #e3f7c8;
}

.week_list .active {
	color: #fff;
	background: #4974a4;
	border: 1px solid #4974a4;
}

.month_table td {
  text-align: center;
}
.month_weekdays td {
  color: #999;
}

.today {
	color: #828282;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	text-decoration: none;
	display: inline-block;
	padding: 1px 15px 1px 15px;
	margin: 0;
	cursor: pointer;
}
.today:hover {
  color: #505050;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
}

.jump {
	line-height: 18px;
}
.jumpto_title {
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
  background-color: #dddddd;
  height: 18px;
  text-align: center;
  padding-top: 2px;
  font-size: 13px;
}
.calendar_jumpto table {
  margin-top: 5px;
}
.calendar_jumpto td {
  padding: 0px;
  margin: 0px;
}
.calendar_jumpto ul {
  padding: 0px 0px 0px 20px;
  margin: 0px;
  color: #ff0000;
}
.hours_form select{
  width: 100%;
}
.hours_form input[type=text]{
  width: 40px;
}
.hours_form textarea{
  width: 180px;
}

.timesheet_content {
  -moz-box-shadow: 0px 0px 3px #555555;
  box-shadow: 0px 0px 3px #555555;
  background-color: #f3f3f3;
  padding: 30px;
}

#timesheet_hours_projects_id {
  width: 300px;
}
#timesheet_hours_task_id {
  width: 100%;
}
.note_popup {
	position: absolute;
	display: none;
	margin: -27px 0 0 -288px;
	background: #fff;
	padding: 10px;
	border: 1px solid #c8c8c8;
	-webkit-box-shadow: 1px 1px 16px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 1px 1px 16px rgba(50, 50, 50, 0.5);
	box-shadow:	1px 1px 16px rgba(50, 50, 50, 0.5);
}
.note_popup textarea {
  width: 280px;
  height: 180px;
  border: 1px dotted #e6e6e6;
}
.note_popup img {
  cursor: pointer;
}
.note_header {
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}
.note_close {
	float: right;
}

.report_form {
  margin-top: 10px;
  padding: 20px;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 4px #777777;
  box-shadow: 0px 0px 4px #777777;
}
.report_form table th {
  text-align: left;
}
/* Default Form Bar*/
.form_bar {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.form_bar h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 10px 0;
  margin: 0;
  color: #fff;
background: #9cb9d8;
background: -moz-linear-gradient(top,  #9cb9d8 0%, #8aa7c8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cb9d8), color-stop(100%,#8aa7c8));
background: -webkit-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: -o-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: -ms-linear-gradient(top,  #9cb9d8 0%,#8aa7c8 100%);
background: linear-gradient(to bottom,  #9cb9d8 0%,#8aa7c8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cb9d8', endColorstr='#8aa7c8',GradientType=0 );
}
.form_bar table {
}
.form_bar table th {
  background: #ecf3ff;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 150px;
}
.form_bar table td {
  background: #fff;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.form_bar hr {
  display: block;
  height: 1px;
  border: 0px;
  background: #aaa;
}

.week_form_bar {
  margin: 30px 0px 0px 30px;
  padding: 20px;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 4px #777777;
  box-shadow: 0px 0px 4px #777777;
}
.week_form_bar h1 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 10px 0px;
  border-bottom: 1px solid #aaa;
}
.week_form_bar table {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.week_form_bar table th {
  background: #f2f8fe;
  padding: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.week_form_bar table tr th:first-child {
  border-left: 0px;
}
.week_form_bar table td {
  background: #fff;
  padding: 10px;
  border-top: 1px solid #ddd;
}
.week_form_bar hr {
  display: block;
  height: 1px;
  border: 0px;
  background: #aaa;
}

.welcome {
  float: right;
  margin-top: 10px;
  width: 640px;
}
.welcome p{
  margin: 0px 0px 10px 0px;
  font: 24px Andale Mono, monospace;
  color: #777777;
}
.report_content {
  padding: 0px;
  margin: 30px 30px 40px 0px;
}
.report_content table th{
  text-align: left;
}
.report_result {
  padding: 20px;
}
.report_result_table thead td {
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 5px 20px;
}

.with_shadow {
  background-color:#ffffff;
  -moz-box-shadow: 0px 0px 3px #888888;
  box-shadow: 0px 0px 3px #888888;
  width: 100%;
  height: 100%;
}
.user_form label {
  font-size: 24px;
  color: #999999;
}
.user_form input[type=text] {
  width: 300px;
  font-size: 18px;
  padding: 15px 3px 15px 3px;
}
.user_form input[type=password] {
  width: 300px;
  font-size: 18px;
  padding: 15px 3px 15px 3px;
}
.user_form input[type=submit] {
  width: 100px;
}
.user_form ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.user_form ul li {
  padding: 0px;
  margin: 0px;
  color: #ff0000;
}

.head_span {
  font-size: 18px;
}

/* Login */

.login_form {
	padding: 20px;
}
.login_form p {
	margin-top: 5px;
}
.login_form label {
	font-size: 21px;
	color: #828282;
}

.login_form input[type=text],
.login_form input[type=password] {
	border: 1px dotted #777;
	padding: 10px 0px 10px 5px;
	font-size: 17px;
}
.formBut,
.login_form input[type=submit] {
	margin: 0;
	border: 1px solid #0052a6;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	width: auto;
	/*background: url('/images/buttonBG.jpg') repeat-x;*/
	cursor: pointer;
	background: #3996dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #3996dc 0%, #0065c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3996dc), color-stop(100%,#0065c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3996dc 0%,#0065c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3996dc 0%,#0065c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3996dc 0%,#0065c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3996dc 0%,#0065c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3996dc', endColorstr='#0065c8',GradientType=0 ); /* IE6-9 */
}
.formBut:hover,
.login_form input[type=submit]:hover {
	background: #0065c8;
	background: -moz-linear-gradient(top,  #0065c8 0%, #3996dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0065c8), color-stop(100%,#3996dc));
	background: -webkit-linear-gradient(top,  #0065c8 0%,#3996dc 100%);
	background: -o-linear-gradient(top,  #0065c8 0%,#3996dc 100%);
	background: -ms-linear-gradient(top,  #0065c8 0%,#3996dc 100%);
	background: linear-gradient(to bottom,  #0065c8 0%,#3996dc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065c8', endColorstr='#3996dc',GradientType=0 );
}

.login_title {
  color: #000000;
  font-size: 20px;
  border-bottom: 1px dotted #777777;
}

/*Report*/

.report_user {
  display: block;
}
.report_arrow {
  background: url('/images/sortdown.png') no-repeat left center;
  margin: 3px 10px 0px 0px;
  width: 11px;
  height: 9px;
  float: left;
}
.report_user_name {
  cursor: pointer;
  background: #fff url('/images/dropdown_bg.png') repeat-x left bottom;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-top: -1px;
  padding: 15px 10px 15px 10px;
  font-size: 16px;
  color: #000;
}
.report_user_value {
  float: right;
  min-width: 100px;
  border-left: 1px solid #bbb;
  text-align: right;
}
.report_client {
  
}
.report_client_name {
  cursor: pointer;
  background: #eee;
  border-bottom: 1px solid #bbb;
  padding: 12px 5px 12px 5px;
  font-size: 15px;
  color: #111;
}
.report_client_value {
  float: right;
  border-left: 1px solid #bbb;
  min-width: 80px;
  text-align: right;
}
.report_project {
  
}
.report_project_name {
  cursor: pointer;
  background: #e3e3e3;
  border-bottom: 1px solid #bbb;
  padding: 9px 5px 9px 5px;
  font-size: 14px;
  color: #222;
}
.report_project_value {
  float: right;
  border-left: 1px solid #bbb;
  min-width: 70px;
  text-align: right;
}
.report_task {
 
}
.report_task_name {
  background: #ddd;
  border-bottom: 1px solid #bbb;
  padding: 5px 5px 5px 5px;
  font-size: 13px;
  color: #333;
}
.report_task_value {
  float: right;
  border-left: 1px solid #bbb;
  min-width: 60px;
  text-align: right;
}
.report_total {
  height: 20px;
  padding: 8px 5px 5px 20px;
  font-size: 16px;
  background: #C4C4C4;
}
.report_total_value {
  float: right;
  min-width: 100px;
  text-align: right;
  margin-right: 5px;
  border-left: 1px solid #fff;
}

.report_content h1 {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.report_content_notes {
  padding: 0px;
  margin: 0px 30px 40px 0px;
}
.table_list {
  border-top: 1px solid #ddd;
}
.table_list thead th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}
.table_list thead td {
  height: 0px;
}
.table_list tfoot td {
  height: 0px;
}
.table_list tbody tr td {
  padding: 7px 4px;
  border-bottom: 1px solid #ddd;
}
.table_list_row_0 {
  background: #ecf3ff;
}
.table_list_row_1 {
  background: #fff;
}
.week_report td {
  background: #fff;
}
.week_report th {
  background: #ddd;
}
.right_form {
  margin: 40px 0px 20px 30px;
  padding: 20px;
  background-color: #f3f3f3;
  -moz-box-shadow: 0px 0px 4px #777777;
  box-shadow: 0px 0px 4px #777777;
}
.right_form table th {
  text-align: left;
}

.comment_edit {
  float: right;
  width: 45px;
}

.comment_list {
}
.comment_name {
	padding: 10px;
	background: #ecf3ff;
	border-top: 1px solid #ddd;
}
.comment_message {
	padding-left: 20px;
}

.form_bar ul {
  list-style-type: none;
  padding-left: 0px;
}
.error_list {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
  padding: 0px;
}
.error_list li {
	margin: 0px 0 5px 3px;
	padding: 3px 0 0 25px !important;
	color: #cc0000;
	background: url('/images/alert.png') no-repeat;
	min-height: 20px;
}
.report_print {
  display: none;
}

.hr {
  border-bottom: 1px dotted #777777;
}

.pagination {
	float: right;
	margin-bottom: 20px;
}
.pagination a,
.pagination span {
	display: block;
	float: left;
	font-size: 20px;
	margin-left: 7px;
}
.pagination_desc {
	margin-bottom: 20px;
}
.message_file {
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #aaa;
	background: url(../images/attachment.png) no-repeat center left;
}
.message_file div {
	display: inline-block;
	border-left: 1px dotted #aaa;
	padding: 0px 10px 0px 10px;
}
.message_file div:first-child {
	border-left: 0px;
}

/*error page*/
.error_page {
	margin: 40px 20px 20px 260px;
	background: #fff;
	border: 1px solid #ccc;
	width: 500px;
	padding: 20px;
}

.new_messages {
	position: absolute;
	width: 20px;
	height: 16px;
	background: url('../images/messages.png') no-repeat center center;
	color: #fff;
	font-size: 8px;
	padding: 8px 0px 0px 0px;
	text-align: center;
}
label[for=signin_remember] {
    font-weight: normal;
    font-size: 12px;
}
.report_table_cont {
    display: none;
}
.menu_bar {
    display: none;
}
.logo_menu {
    display: none;
}
.menu_bar_welcome {
    display: none;
}
.report_print {
    display: block !important;
}
.table_list {
  margin-top: 5px;
}
.table_list thead th {
  border-bottom: 1px solid #aaa;
}
.table_list thead td {
  height: 0px;
}
.table_list tfoot td {
  border-bottom: 1px solid #aaa;
  height: 0px;
}
.table_list tbody tr td {
  padding: 7px 2px 7px 2px;
  border-bottom: 1px solid #ddd;
}
.table_list tbody tr:first-child td {
  border-top: 1px solid #ddd;
}
.table_list_row_0 {
  background: #eee;
}
.table_list_row_1 {
  background: #fff;
}
.report_result_table thead div {
    display: none;
}
.wrapper {
    border-left: 0px;
}