/*-- Eric Meyer Reset Reloaded --*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
line-height: 1;
color: black;
text-align: center;
/*background-color: #474747; */
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
/*-- background-image: url(images/bg_swatch.gif); --*/
background-color: #474747;
margin: 0 10px 20px 13px;
padding: 0 0 10px 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*-- end Eric Meyer Reset Reloaded --*/

/*-- hide stuff --*/
#todo_list_settings, #todo_list_settings_dialog {
display: none;
}

/*-- general styles --*/
strong {font-weight: bold;}
h1 {
font-size: 22px;
color: #333;
font-weight: bold;
margin-bottom: 16px;
}
h3 {
font-size: 19px;
color: #555;
border-bottom: 1px solid #ccc;
font-weight: bold;
margin-bottom: 16px;
margin-top: 40px;
}
p,ul {
line-height: 18px;
margin-bottom: 20px;
}
ul {
list-style: disc;
margin: 20px;
}
a:link, a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}

/*-- for tasks per boss report --*/
#tasks_per_boss_report {
padding: 8px;
}
#tasks_per_boss_report ul {
margin: 8px 0 8px 8px;
text-indent: 7px;
background-color: #E3E1E1;
border-top: 1px solid #D0CECE;
border-left: 1px solid #D0CECE;
border-right: 1px solid #D0CECE;
padding: 0;
}
ul.tasks_per_boss_list {
}
.lir2 {
border-bottom: 1px dotted #ccc;
}
#tasks_per_boss_report li {
list-style: none;
line-height: 18px;
}
#tasks_per_boss_report li em {
}
.tasks_per_boss_event_name {
font-weight: bold;
}
#tasks_per_boss_report .boss_name {
font-size: 22px;
color: #fff;
padding: 4px;
border: 1px solid #D0CECE;
}
/*-- end tasks per boss report --*/

/*-- for 'send to google calendar' --*/
#google_calendar {
min-height: 200px;
}
#send_to_google_calendar {
padding: 8px;
}
/*-- end for 'send to google calendar' --*/

/*-- styles for gantt chart --*/
#gantt_chart {
	padding: 0;
	position: relative;
}
.gantt_labels_bars {
position: relative;
}
.bar_wrapper {
position: relative;
height: 13px;
margin: 4px 0 0 0;
padding-bottom: 4px;
clear: both;
background-image: url(images/bg_bar_shadow.gif);
background-repeat: repeat-x;
background-position: bottom;
}
.bar {
border: 1px solid #9C9A9A;
background-image: url(images/bg_bar_highlight.png);
background-repeat: repeat-x;
background-position: 0 0;
height: 11px;
clear: both;
position: relative;
}
.bar:hover {
border: 1px solid #333;
}
.gantt_labels_bars tr:hover {
background-color: #DDDCDC;
}
.gantt_day_cell {
border-left: 1px solid #D0CECE;
border-bottom: 1px solid #D0CECE;
text-align: center;
}
.gantt_month_cell {
border-left: 1px solid #D0CECE;
border-bottom: 1px solid #D0CECE;
text-align: center;
}
.gantt_event_name_cell {
padding: 4px 8px 4px 8px;
border-right: 1px solid #D0CECE;
width: 164px;
}
.gantt_event_name_cell div {
width: 164px;
overflow: hidden;
word-wrap: break-word;
padding-bottom: 2px;
}
/*-- end styles for gantt chart --*/

/*-- for tooltips --*/

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px dotted #D0CECE;
	background-color: #fff;
	color: #000;
	padding: 5px;
	max-width: 300px;
	line-height: 18px;
}
#tooltip h3, #tooltip div { margin: 0; font-size: 11px; }
.gantt_tooltip h3 { 
border-bottom: 1px dotted #D0CECE; 
font-weight: bold; 
}
.settings_tooltip h3 {
border-bottom: none; 
font-weight: normal;
}
/*-- end for gantt tooltips --*/

/*-- styles for tabs --*/

#report_tabs {
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 0;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.ui-tabs-selected a, .ui-tabs-selected a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.ui-tabs-nav a {
background-image:url(images/tab_nselect_r.gif);
background-repeat: no-repeat;
margin: 11px 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
padding-left: 0;
padding-right: 12px;
background-position: 100% 0;
text-decoration: none;
white-space: nowrap; /* @ IE 6 */
outline: 0; /* @ Firefox, prevent dotted border after click */ 
height: 30px;
line-height: 30px;
}
.ui-tabs-nav a span {
background-image:url(images/tab_nselect_l.gif);
background-repeat: no-repeat;
padding-left: 12px;
padding-top: 4px;
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    margin-top: 0;
	background-image:url(images/tab_select_r.gif);
	background-repeat: no-repeat;
	background-position: right 1px;
	height: 41px;
	line-height: 41px;
}
.ui-tabs-nav a span {
    height: 26px;
    background-position: 0 0;
    line-height: 26px;
}
.ui-tabs-nav .ui-tabs-selected a span {
	background-image:url(images/tab_select_l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 41px;
	line-height: 41px;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: pointer;
	text-decoration: none;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	text-decoration: underline;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    background: #ECE9E9; /* declare background color for container to avoid distorted fonts in IE while fading */
	border: 1px solid #D0CECE;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/*-- end styles for tabs --*/

td, div {
text-align: left;
}
.header, .form_holder, .report_holder {
margin: 0 auto;
min-width: 455px;
}
.report_holder {
float: left;
clear: both;
margin-bottom: 20px;
}
.form_holder {
margin-bottom: 15px;
clear: both;
float: left;
max-width: 919px;
}
/*-- styles for header --*/

.header {
margin-bottom: 15px;
margin-top: 0;
min-width: 455px;
max-width: 920px;
float: left;
}
#header_inner {
min-width: 322px;
height: 90px;
overflow: hidden;
text-align: center;
}
#logo {
float: left;
margin: 15px 10px 100px 0;
}
#slogan {
margin-left: 25px;
position: relative;
top: -39px;
}
#banner {
margin: 0 auto;
}

/*-- hnav --*/

#h_nav {
margin: 23px 0 0 7px;
float: right;
position: relative;
top: -23px;
left: -20px;
}
#h_nav li {
list-style: none;
float: left;
margin: 0 0 0 12px;
}
#h_nav li a:link, #h_nav li a:visited {
text-decoration: underline;
color: #fff;
}
#h_nav li a:hover {
text-decoration: none;
color: #ededed;
}
/*-- end styles for header --*/

/*-- rules for box 1 --*/

.b1_content {
background-image: url(images/bg_b1.gif);
background-repeat: repeat-x;
}
.b1_content_inner {
height: 259px;
overflow: hidden;
padding: 30px 0 0 0;
background-image: url(images/chart_banner.png);
background-repeat: no-repeat;
background-position: 390px 10px;
}

/*-- end rules for box 1 --*/

/*-- 3 steps form --*/
#myForm {
margin-left: 10px;
width: 370px;
float: left;
}
#myForm label.step_label {
font-size: 28px;
position: relative;
bottom: -6px; 
}
.step_3_label {
float: left;
}
.step_holder {
display: block;
margin: 0 0 40px 0;
position: relative;
}
.step_holder label.step_label {
margin: 0 20px 0 0;
}
.file_step_button {
background-color: #fff;
}
.step_holder label.step_label span {
font-weight: bold;
color: #EF0117;
font-size: 31px;
}
.step_1 {
margin-top: 0;
position: relative;
}
.step_2 {
position: relative;
margin-bottom: 52px;
}
.step_3 {
padding-bottom: 100px;
}
#submit_message {
font-weight: bold;
float: left;
position: relative;
top: 10px;
}
#submit_loading {
position: relative;
left: -7px;
bottom: -3px;
}
#submit_modified_message {
position: relative;
left: 103px;
top: -15px;
line-height: 20px;
}
#fix_settings_message {
position: absolute;
top: -6px;
left: 104px;
font-weight: bold;
color: red;
}
.step_button {
font-size: 16px;
}
#adjust_settings {
text-decoration: none;
border-bottom: 2px dashed #0000EE;
padding-bottom: 2px;
white-space: nowrap;
}
#adjust_settings:link, #adjust_settings:visited {
}
#adjust_settings:hover {
color: #0202A7;
border-bottom: 2px dashed #0202A7;
}
#view_reports {
margin: 8px 8px 8px 0;
float: left;
}
#view_sample_btn {
position: absolute; right: 0px; top: 7px;
}
#submit_success {
display: none;
position: absolute;
top: -10px;
left: 107px;
}
.help {
position: relative;
top: 7px;
left: 111px;
width: 185px;
}
.help a:hover {
text-decoration: none;
}
/*-- end 3 steps form --*/

/*-- for box 2 --*/

#output1 {
position: relative;
height: 10px;
clear: both;
}
.b2_t {
background-image: url(images/bg_b2_t.gif);
background-repeat: repeat-x;
}
.b2_l {
background-image: url(images/bg_b2_l.jpg);
background-repeat: repeat-y;
}
.b2_content {
background-color: #EEECEC;
width: 100%;
}
.b2_r {
background-image: url(images/bg_b2_r.gif);
background-repeat: repeat-y;
}
.b2_b {
background-image: url(images/bg_b2_b.gif);
background-repeat: repeat-x;
}

/*-- for dialog box --*/

/*-- dialog box settings form --*/

#todo_list_settings_dialog_form label.error {
font-weight: bold;
color: red;
}
.step_1 label.error {
position: absolute;
left: 110px;
top: -7px;
}
.hours_per_day_holder label.error {
margin-left: 5px;
}
.hours_today_holder label.error {
margin-left: 5px;
}
.vacation_days_holder label.error {
position: absolute;
left: 110px;
top: 0px;
}
.day_table_holder label.error {
position: absolute;
top: 0;
right: 76px;
}
.skip_line_numbers_holder label.error {
position: absolute;
top: 2px;
right: 70px;
}
.hours_per_day_holder, .hours_today_holder, .vacation_days_holder, .day_table_holder, .skip_line_numbers_holder {
position: relative;
}
.hours_per_day_holder input, .hours_today_holder input, .vacation_days_holder input, .day_table_holder input, .skip_line_numbers_holder input {
position: relative;
}
/*-- additional settings form --*/

#hours_per_day {
margin-right: 7px;
}
#todo_list_settings_dialog_form hr {
height: 1px;
display: block;
margin-right: 20px;
background-color: #D0CECE;
border: none;
}
#todo_list_settings_dialog_form {
position: relative;
}
.hours_per_day_holder {
margin-bottom: 5px;
}
.day_table {
background-color: #DFDDDD;
border: 1px solid #D0CECE;
margin: 10px 0 0 0;
}
.day_table td {
background-color: #DFDDDD;
border-right: 1px solid #D0CECE;
padding: 3px;
text-align: center;
}
.day_table td.day_input {
border-top: 1px solid #D0CECE;
background-color: #fff;
}
#todo_list_settings_dialog .day_table .day_table_last {
border-right: none;
}
.skip_line_numbers_holder {
margin-top: 0px;
padding: 0px 0 10px 0;
}
.tool_tip_btn {
margin: 0 2px -2px 0;
}

/*-- end dialog box settings form --*/

/*-- styles for ui dialog --*/

.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #F1EFEF url(images/F1EFEF_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #000000;
	border: 4px solid #D0CECE;
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(images/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #fff;
	background: #DFDDDD url(images/bg_dialog_titlebar.png) 0 50% repeat-x;
	border-bottom: 1px solid #D0CECE;
	font-size: 1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {font-size: 18px;}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(images/close_dialog_btn.png) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(images/close_dialog_btn.png) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(images/close_dialog_btn.png) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	color: #000000;
	padding: 10px;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	text-align: left;
	border-top: 1px solid #D0CECE;
	background: #F1EFEF;
	width: 95%;
	margin-left: 10px;
}
 .ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	font-size: 13px;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 2px solid #dddddd;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*-- end for dialog --*/
/*-- inner pages --*/
.inner_page_table {
float: left;
clear: both;
max-width:919px;
margin-bottom: 20px;
}
.inner_page_table_content {
background-color: #F4F2F2;
}
.page_r {
background-image: url(images/page_r_bg.gif);

}
.page_l {
background-image: url(images/page_l_bg.gif);

}
.page_t {
background-image: url(images/page_t_bg.gif);
background-repeat: repeat-x;
background-position: 0 0;
background-color: #F4F2F2;
}
.page_b {
background-image: url(images/page_b_bg.gif);
background-repeat: repeat-x;
background-position: 0 0;
}
.page_bl {

background-color: red;
}
.page_br {

}
.page_tl {
background-color: #F4F2F2;
}
.page_tr {
background-color: #F4F2F2;
}
/*-- for error messages --*/

#error_messages strong {
font-weight: bold;
}
#error_messages p {
margin: 0;
}
#error_messages .fb_error_header {
font-size: 16px; 
border-bottom: 1px solid #D0CECE; 
width: 95%;
margin-bottom: 12px;
}
/*-- inner table on content pages --*/

.in_b {
background-image: url(images/in_b.jpg);
background-repeat: repeat-x;
}
.in_l {
background-image: url(images/in_l.jpg);
background-repeat: repeat-y;
}
.in_r {
background-image: url(images/in_r.jpg);
background-repeat: repeat-y;
}
.in_t {
background-image: url(images/in_t.jpg);
background-repeat: repeat-x;
}
.in_c {
padding: 15px;
background-color: #E3E1E1;
}
.i_wrap {
background-color: #ECE9E9;
border: 1px solid #D0CECE;
}
.i_wrap h1 {
color: #fff;
font-size: 22px;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
background-color: #DE0116;
border: 1px solid #D0CECE;
padding: 0 0 0 14px;
height: 30px;
line-height: 30px;
margin: 7px 8px 0 8px;
}
.ill {
margin: 0 0 40px 0;
display: block;
}

/*-- contact us page --*/

#contact_us {
position: relative;
padding: 15px;
background-color: #474747;
border-bottom: 2px solid #ccc;
width: 400px;
}
#contact_us br {
display: none;
}
#contact_us div {
margin-bottom: 8px;
position: relative;
min-height: 20px;
clear: both;
}
#contact_us label {
float: left;
width: 116px;
color: #fff;
}
#contact_us_header {
color: #0723B1;
font-weight: bold;
}

.c_txt_in {
border: 1px solid #4C3C82;
float: left;
width: 193px;
padding: 0 4px;
}

#contact_us select {
border: 1px solid #4C3C82;
float: left;
width: 203px;
padding: 0 0 0 4px;
}
#contact_btn {
margin-left: 116px;
}
#contact_us .error {
color: red;
}
#contact_us label.error {
width: auto;
padding: 0 0 5px 116px;
}
.c_comments {
display: none;
}
/*-- for instructions page --*/

.css_ill {
padding: 15px;
background-color: #474747;
border-bottom: 2px solid #ccc;
width: 600px;
font-weight: bold;
color: #fff;
font-size: 14px;
margin-bottom: 40px;
text-align: center;
}
.css_ill p {
float: left;
}
.css_ill img {
clear: both;
}