body
{
	background-color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

a:link, a:active, a:visited, a:hover
{
	color: #333333;
}

.accessKey
{
	text-decoration: underline;
}

td, th, p a:link
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.alt1
{
	background-color: #FFFFFF;
}

.alt2
{
	background-color: #F6F9FD;
}

.rejected_row_bg
{
	background-color: #ff4e00;
}

.hold_row_bg
{
	background-color: #ffe400;
}

.no_comment_row_bg
{
	background-color: orange;
}

.tborder
{
	border-collapse: collapse;
}

.insidecontentbg
{
	position: relative;
	background: #F3F3F3;
}

.tcolheader
{
	background: #DEE4EB url(http://app.dekkotime.com/images/tcolheader_bg.gif);
	padding-left: 5px;
	color: #2A3847;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.tcolheader a:link, .tcolheader a:visited, .tcolheader a:active
{
	color: #2A3847;
}

.tcolheader a:hover
{
	color: #000000;
}

.tfooter
{
	background: #6783A3 url(http://app.dekkotime.com/images/tfooter.gif);
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #726D5A;
}

.tfooter a:link, .tfooter a:visited, .tfooter a:active .tfooter a:hover
{
	color: #FFFFFF;
}

.theader
{
	padding: 8px;
	background: #FFFFFF url(http://app.dekkotime.com/images/tfooter.gif);
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 1px solid #726D5A;
}

.theader a:link, .theader a:visited, .theader a:active, .theader a:hover
{
	color: #FFFFFF;
}

.appheader
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(http://app.dekkotime.com/images/appheader_bg.gif);
	height: 36px;
}

.appheader a:link, .appheader a:visited, .appheader a:active
{
	color: #FFFFFF;
}

.appheader a:hover
{
	color: #FFFFFF;
}

.tcat
{
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #B1C1E3;
	color: #333333;
}
.tcat a:link, .tcat a:visited, .tcat a:active
{
	color: #FFFFFF;
}
.tcat a:hover
{
	color: #F6FF00;
}

.tcontent
{
	background-color: #FFFFFF;
	color: #000000;
}

.smallfont
{
	font-size: 11px;
	font-weight: normal;
}

.inputfield
{
	font-size: 12px;
}

/* Disabling as browser support for the :focus selector is spotty at best, and
 * breaks opera
.inputfield:focus
{
	background-color: #F8FFBC;
	color: #000000;
	border: 1px inset #333333;
}
*/

.button
{
	background: #CCCCCC url(http://app.dekkotime.com/images/button.gif);
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	padding: 2px;
	letter-spacing: .1em;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.add_new_button
{
	background: #CCCCCC url(http://app.dekkotime.com/images/button.gif);
	font-size: 11px;
	font-weight: bold;
	border: 0px;
	padding: 0px;
	position: relative;
	left: 0px;
}

#hover
{
	background: url(http://app.dekkotime.com/images/add_new_hover.gif) #F6AC16;
	color: #F5F5F5;
}

#page_response_box_errors
{
	position: absolute;
	top: 2px;
	width: 75%;
	left: 2px;
}

#page_response_box_msgs
{
	position: absolute;
	top: 2px;
	width: 75%;
	left: 2px;
}

.error_box
{
	background: #F8FFBC;
	border: 1px solid #CCCCCC;
}

.message_box
{
	background: #F8FFBC;
	border: 1px solid #CCCCCC;
}

.error
{
	color: red;
	font-size: 11px;
	font-weight: bold;
}

.message
{
	color: green;
	font-size: 11px;
	font-weight: bold;
}

.message a:link, .message a:active, .message a:visited
{
	color: black;
}

.topnavigation a:hover
{
	color: #ff9900;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulink
{
	padding-left: 8px;
}

.menu
{
	background-color: #E8E7E5;
}

.hoverboxcontainer
{
	position: relative;
	height: 15px;
	white-space: nowrap;
}

.hoverbox
{
	visibility: hidden;
	position: absolute;

	width: 400px;
	padding: 5px;
	top: 13px;
	left: 15px;

	font-size: 11px;
	white-space: normal;

	background-color: #F5F5F5;
	border-top: 3px solid #011F45;
	border-bottom: 3px solid #011F45;
	border-left: 1px solid #011F45;
	border-right: 1px solid #011F45;
}

.selectedpagebox
{
	font-size: 12px;
	font-weight: bold;
	background-color: #526E96;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
}

.linkedpagebox
{
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #CCCCCC;
}

.nextprevpagebox
{
	font-weight: bold;
	font-size: 10px;
}

#internal_comments
{
	z-index: 100;
	border: 1px solid #CCCCCC;
	background-color: #F8FFBC;
	position:absolute;
	font-size: 10px;
	font-weight: normal;
	visibility:hidden;
	padding: 5px;
	width: 300px;
	white-space: normal;
}

#ajax_loading_div
{
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
	visibility: hidden;
}

.red_loading_box
{
	font-size: 12px;
	padding: 4px;
	background-color: #CC4444;
	color: white;
	width: 60px;
}

#help_information_holder
{
	background: #F5F5F5;
	padding: 6px;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: 2;
	visibility: hidden;
	border: 1px solid black;
	color: black;
}

.menu_button
{
	visibility: visible;
	position: absolute;

	background: #CCCCCC url(http://app.dekkotime.com/images/menu_collapse.gif);
	cursor: pointer;
}

.menu_button_hover
{
	visibility: visible;
	position: absolute;

	background: #333333 url(http://app.dekkotime.com/images/menu_collapse_hover.gif);
	cursor: pointer;
}

.menu_show_button
{
	position: absolute;

	background: #CCCCCC url(http://app.dekkotime.com/images/menu_expand.gif);
	cursor: pointer;
}

.menu_show_button_hover
{
	position: absolute;

	background: #333333 url(http://app.dekkotime.com/images/menu_expand_hover.gif);
	cursor: pointer;
}

#menu_button
{
	width: 7px;
	height: 125px;

	background-repeat: no-repeat;
	background-position: center center;
}

#menu_container
{
	width: 200px;
	z-Index: 0;
}

.change_user_role_menu
{

}

.box_red .top {
	background-image:url(http://app.dekkotime.com/images/top_red.jpg);
}

.box_red .top h1 {
	background-image:url(http://app.dekkotime.com/images/topend_red.jpg);
}

.box_red .bottom {
	background-image:url(http://app.dekkotime.com/images/bot_red.jpg);
}

.box_red .bottom h1 {
	background-image:url(http://app.dekkotime.com/images/botend_red.jpg);
}

.bar_red {
	background-image:url(http://app.dekkotime.com/images/bar_red.jpg);
}

.bar_red h1 {
	background-image:url(http://app.dekkotime.com/images/barend_red.jpg);
}

.box_blue .top
{
	background-color: #FFFFFF;
}

.box_blue .top h1 a
{
	color: white;
}

.box_blue .altrow {
	background-color:#D8E2F1;
}

.box_blue .top
{
	background-image:url(http://app.dekkotime.com/images/top_blue.jpg);
}

.box_blue .top h1
{
	background-image:url(http://app.dekkotime.com/images/topend_blue.jpg);
}

.box_blue .bottom
{
	background-image:url(http://app.dekkotime.com/images/bot_blue.jpg);
}

.box_blue .bottom h1
{
	background-image:url(http://app.dekkotime.com/images/botend_blue.jpg);
}

.list_content_holder
{
	background-image:url(http://app.dekkotime.com/images/box_left.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	padding:0px 0px 0px 6px;
}

.list_content_holder2
{
	background-image:url(http://app.dekkotime.com/images/box_right.jpg);
	background-position:right top;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
	padding:0px 6px 0px 0px;
}

.top {
	background-position:right top;
	background-repeat:no-repeat;
	height: 26px;
}

.top h1
{
	position: absolute;
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	letter-spacing: .1em;
	height:20px;
	margin:0px;
	padding:6px 0px 0px 12px;
	float: left;
}

.top #help_icon
{
	position: relative;
	float: right;
	top: 6px;
	right: 15px;
	font-weight: bold;
	color: white;
}

.top #list_add_new_button
{
	position: relative;
	float: right;
	top: 5px;
	right: 30px;
}

.top #list_add_new_button #add_new_button
{
	background-color: #F5F5F5;
	border: 0px;
	font-weight: bold;
	font-size: 10px;
}

.bottom
{
	background-position:right top;
	background-repeat:no-repeat;
	height:26px;
}

.bottom h1
{
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:12px;
	height:20px;
	margin:0px;
}

/* CSS for checklists */
.checklist {
	border: 1px solid #ccc;
	list-style: none;
	height: 100px;
	overflow:auto;
	width: 55%;
}
.checklist, .checklist li { margin-left: 0; padding: 0; }
.checklist label { display: block; height: 20px; padding-left: 25px; text-indent: -25px; }
.checklist label:hover, .checklist label.hover { background: #777; color: #fff; }

/* Checklist 1 */
.cl1 { font-size: 12px; width: 50%; height: 100px; }
.cl1 .alt { background: #f5f5f5; }
.cl1 input { vertical-align: middle; }
.cl1 label:hover, .cl1 label.hover { background: #ddd; color: #000; }
.cl1 li { position:relative; }

.account_setup_wizard_header_menu
{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 200px;
	margin-right: 10px;
	font-size: 11px;
}

.account_setup_wizard_header_menu a
{
	font-size: 11px;
}

.account_setup_wizard_step_header
{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 5px;
	white-space: nowrap;
}

.account_setup_wizard_step_header h2
{
	margin: 0px;
}

.signup_left_box
{
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 10px;
	width: 230px;
	font-size: 11px;
}

.spiffy
{
	display: block;
}

.spiffy *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#F8FFBC;
}

.spiffy1{
	border-right:1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #CCCCCC;
	padding-left:1px;
	margin-left:3px;
	background:#FAFAFA;
}

.spiffy2{
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:0px 1px;
	background:#FAFAFA;
	margin:0px 1px;
}

.spiffy3{
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin:0px 1px;
}

.spiffy4{
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.spiffy5{
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
}

.spiffy_content{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding:0px 5px;
	background:#F8FFBC;
}

.dim_list
{

}

.form_error_row
{

}

.form_error_row td
{
	background-color: #FFDADA;
}

.search_form_element
{
	padding: 4px;
	margin: 4px;
	width: 1px;
	white-space: nowrap;
}

.search_form_element label
{
	font-weight: bold;
	font-size: 11px;
}

.menu_parent
{
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.menu_child
{
	margin-left: 6px;
	font-size: 10px;
}

.menu_row_normal
{
	cursor: pointer;
}

.menu_row_hover
{
	cursor: pointer;
	background-color: #EDF4FD;
}

.account_setup_wizard_step_header h2
{
	font-size: 15px;
	font-weight: bold;
}

.account_setup_wizard_header_menu h3
{
	font-size: 12px;
	font-weight: bold;
}

.tabbed_form_content
{
	visibility: hidden;
	display: none;
}

.tabbed_form_tab
{
	font-size: 13px;
	cursor: pointer;
	background: #EDF4FD url(http://app.dekkotime.com/images/tcolheader_bg.gif);
}

.tabbed_form_tab_selected
{
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	background: #6783A3 url(http://app.dekkotime.com/images/tfooter.gif) no-repeat;
	color: #FFD100;
}

.tabbed_form_tab, .tabbed_form_tab_selected
{
    float: left;
    margin-right: 4px;
}

.tabbed_form_tab_right_corner
{
    float: left;
	background: url(http://app.dekkotime.com/images/tab_right.gif) right top no-repeat;
}

.tabbed_form_tab_left_corner
{
    float: left;
	background: url(http://app.dekkotime.com/images/tab_left.gif) left top no-repeat;
}

.tabbed_form_tab_label
{
    float: left;
}

.tabbed_form_tabs
{
    margin-left: 10px;
}

.tabbed_form_tabs br
{
    clear: both;
}

.permission_group
{
	border: 1px solid #CCCCCC;
}

.permission_group_header
{
	background-color: #F6F9FD;
}

.permission_group_header td
{
	font-weight: bold;
}

#username_available_error
{
	font-weight: bold;
}

#the_quick_menu_id
{
	margin-top: 5px;
}

.sub_menu_holder
{
	padding: 5px;
	padding-left: 14px;
	margin-right: 4px;
	background: #6783A3;
	color: white;
}

.sub_menu_holder a
{
	color: white;
	font-size: 11px;
}

.time_entry_list_totals
{
	background: #DEE4EB url(http://app.dekkotime.com/images/tcolheader_bg.gif);
	padding-left: 5px;
	color: #2A3847;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

.feedback_button
{
	font-weight: bold;
	border-left: 1px solid #333333;
	background: #DEE4EB url(http://app.dekkotime.com/images/tcolheader_bg.gif);
	padding-left: 8px;
	padding-right: 8px;
}

#print_button
{
	float: right;
	margin-right: 15px;
	font-weight: bold;
}

#print_button a
{
	text-decoration: none;
}

.time_entry_list_sort_by
{
	margin-left: 2px;
	position: relative;
}

.time_entry_list_sort_by_option
{
	width: 200px;
	background: #FFFFFF;
	color: black;
	padding: 4px;
	font-size: 12px;
}

.time_entry_list_sort_by, .time_entry_list_check_all
{
	padding: 4px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	cursor: pointer;
	height: 15px;
}

.time_entry_list_sort_by_box
{
	visibility: hidden;
	position: absolute;
	border: 1px solid #CCCCCC;
}

.time_entry_list_check_all input
{
	margin: 0px;
	padding: 0px;
	width: 12px;
	height: 12px;
	margin-left: 2px;
}

.time_entry_list_organization
{
	font-size: 14px;
}

.time_entry_list_total_time
{
	font-size: 16px;
	font-weight: bold;
}

.time_entry_list_expand
{
	cursor: pointer;
}

.time_entry_list_details_box
{
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	background: #F6F9FD;
	padding: 8px;
}

.time_entry_details_holder
{
	display: none;	
}