html{
	height: 100%;
}

body{
	background:#144D75;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;	
	color:#555;
	line-height:140%;
	height: 100%;
}
table, td, input, textarea, select, li{
	font:100% Tahoma, Arial, Helvetica, sans-serif;	
}
a, .fakelink{
	color:#4B7F01;
	text-decoration:underline;
}
a:hover, .fakelink:hover{
	color:#333;
	text-decoration: underline;
	cursor: pointer;
}
h1{
	font-size:130%;
	color:#fff;
	line-height:38px;
	text-indent:15px;
}
h2{
	margin-top:38px;
	width:100%;
	height:58px;
	text-indent:-8000px;
	background:url(../images/logo.gif) no-repeat 100% 0;
}
h3{
	background:#6FA5C8;
	line-height:27px;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-indent:10px;
}
h4{
	font-size:110%;
	color:#4F85A8;
	border-bottom: 1px dashed #830101;
}
h5{
	font-size: 110%;
	line-height: 24px;
	font-weight: bold;
	background:#68B002;
	color:#fff;
	text-indent: 10px;	
}
img{
	border:0;
}
hr{
	display:none;
	clear:both;
}
p{
	margin:1em 0;
}

/* --------------------- common ------------------------  */
body, h1, h2, h3, #navlist, #navlist li,#list_right,#list_right li,#toplist, #toplist li, #subnavlist, #subnavlist li{
	margin:0;
	padding:0;
}
.emphase{
	font-size:110%;
	font-weight:bold;
	color:#3D799F;
}
.btnLink{
	display:inline;
	padding:5px 1em;
	background:url(../images/navItem_back.gif) repeat-x;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor: pointer;
	-moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
}
.btnLink:hover{
	color:#e2e2e2;
	text-decoration:none;
}

.note{
	margin:.6em 0;
	background:#e9e9e9;
	padding:10px;
	font-weight:normal;
}

.activity_note {
	margin:0 0;
	background:#e9e9e9;
	padding:10px;
	font-weight:normal;
	display:block;
}

.note1{
	margin:1em 0;
	background:#EDF4E2;
	padding:10px;
	font-weight:bold;
}
.note2{
	margin:1em 0;
	background:#F4E2ED;
	padding:10px;
	font-weight:bold;
}
.note3{
	margin:1em 0;
	background:#c2cDF4;
	padding:10px;
	font-weight:bold;
}
.note4{
	margin:1em 0;
	background:#c2F4cD;
	padding:10px;
	font-weight:bold;
}
.note5{
	margin:1em 0;
	background:#F4c2cD;
	padding:10px;
	font-weight:bold;
}
.note6{
	margin:1em 0;
	background:#a2F4aD;
	padding:10px;
	font-weight:bold;
}
.note7{
	margin:1em 0;
	background:#a2aDF4;
	padding:10px;
	font-weight:bold;
}


.right{
	float:right;
}
.left{
	float:left;
}
/* --------------------- boxes ------------------------  */
#container{
	position:absolute;
	left:30px;
	right:30px;
	margin:0 auto;
	background:#fff;
	padding-bottom:5px;	
	margin-bottom:10px;
	max-width:1254px;
	min-width:900px;
}
#header{
	height:101px;
	background:url(../images/header_back.gif) repeat-x;
	position:relative;
}
#page{
	padding:5px;

}
#content{
	margin:10px;
	background: #fff;
}
#main{
	float:left;
	display:inline;	
	width:70%;
}
#side{
	float:right;
	width:28%;
}
#full{
	width:100%;
}
#footer{
	background:#6FA5C8;
	margin:0 5px;
	padding:0 10px;
	line-height:27px;
	color:#fff;
	text-align:right;
}

#feedback, #custom_report{
   border:1px dashed #830101;
   padding: 5px;
   background-color:#FFF;
}

/* --------------------- navigation ------------------------  */
#navlist{
	position:absolute;
	top:38px;
	background:url(../images/nav_back.gif) no-repeat;
	padding-left:15px;	
	height:58px;
	width:950px;	
}
#navlist li{
	float:left;
	list-style:none;
	line-height:27px;
	background:url(../images/navItem_back.gif) repeat-x;
	border:1px solid #fff;
	border-bottom:none;
	padding:0 .5em;
	margin-right:3px;
	margin-top:30px;
}
#navlist li#active{
	background:url(../images/navItemActive_back.gif) repeat-x;
}
#navlist a{
	color:#fff;
	font-weight:bold;
	line-height:27px;
	text-decoration:none;
}
#navlist li#active a{
	color:#555;
	text-decoration:none;
}
#navlist a:hover, #navlist li#active a:hover{
	color:#ccc;
	text-decoration:none;
}
/* --------------------- top list ------------------------  */
#toplist{
	position:absolute;
	top:10px;
	right:10px;
	width:100%;
	padding:0;
}
#toplist li{
	float:right;
	list-style:none;
	line-height:27px;
	background:url(../images/topItem_back.gif) repeat-x;
	border:1px solid #fff;
	border-bottom:none;
	padding:0 .5em;
	margin-right:3px;
}
#toplist a{
	color:#3D799F;
	font-weight:bold;
	line-height:27px;
}
#toplist a:hover{
	color:#ccc;
}
/* --------------------- subnav list ------------------------  */
#subnavlist{
	background:#e2e2e2;
}
#subnavlist li{
	display:inline;
	list-style:none;
	border-left:1px solid #555;
	padding-left:1em;
	padding-right:.5em;
	line-height:27px;
}
#subnavlist li.first{
	margin-left:5px;
	border-left:0;
}
#subnavlist a{
	color:#555;
	font-weight:bold;
}
#subnavlist a:hover{
	color:#999;
}
/* --------------------- tables ------------------------  */
table{
	margin:1em 0;
}
td{
	padding:3px 5px;	
}
th{
	padding:3px 5px;
	text-align:left;
}
.table1{
	width:100%;
	margin:0;
}
.table1 th{
	background:#68B002;
	color:#fff;
}
.table1 th a{
	color:#fff;
	text-decoration:underline;
}
.table1 td{
	background:#F0F0F0;
}
.table1 .even td{
	background:#F0F0F0;
}
.table1 .odd td{
	background:#F7F7F7;
}
.table1 .total, .table1 .total td {
	font-weight: 600;
	border-top: 1px solid #68B002;
}

.table1 .c_mouseover td{
	background:#FFF;
	cursor: pointer;
}

.table2{
	width:70%;
}
.table2 td{
	padding:5px 10px;	
	background:#F7F7F7;
	vertical-align: top;
	font-size: 13px;
}

.table2 th {
	vertical-align: top;
	padding:5px 10px;	
	background:#F0F0F0;
	
}


.table2a{
	width:70%;
}
.table6{
	width:100%;
	}

.table2a td{
	padding:5px 10px;	
	background:#FFF;
	vertical-align: top;
	font-size: 13px;
}

.table2a td #new_project_container {
	margin-top: 5px;
}
.table2a td #new_project_container h4 {
	font-weight: normal;
	font-size: 1em;
	margin: 2px 0;
	border: 0;
	color: #555;
	margin-left: 2px;
}
.table2a td #new_project_name {
	font-size: 14px;
	border: #cccccc 1px solid;
	padding: 3px;
	width: 98%;
}

.table2a td select, .table2a td textarea{

	font-size: 14px;
	border: #cccccc 1px solid;
	padding: 3px;
	width: 100%;
	/*width:200px;*/

}

.table6 td select, .table6 td textarea{

	font-size: 12px;
	border: #cccccc 1px solid;
	padding: 3px;
	width: 100%;

}
.table2a td textarea, .table6 td textarea {
	width: 98%;
}
.table6 td input[type=text] {
	width: 97%;
	font-size: 12px;
	border: #cccccc 1px solid;
	padding: 3px;
}

.table6 form {

	margin:0;
	padding:0;
}

.table2a td span.box,.table6 td span.box {
	display:block;
	background-color: #e9e9e9;
	padding: 4px;
}

.table2a th {
	vertical-align: top;
	padding:5px 10px;	
	background:#F0F0F0;
	
}

.table2a tr td label {
	margin-top:9px;
	float:right;
	text-align:right;
}

#input_time table{
	padding:0;
	margin:0;
}

#input_time table tr td {
	padding: 8px;
}
#input_time table tr td.box {
	background-color: #e9e9e9;
	padding: 4px;
}

.table3{
	width:100%;
	font-weight:bold;
	margin:0;
}
.table3 td{
	padding:5px 10px;	
	vertical-align: top;
}

.table3 th {
	vertical-align: top;
	padding:5px 10px;	
}
.table3 a {
	color:#FFF;
	font-weight:500;
}

	
.table4{
	float:left;
	width:450px;
	height:102px;
}
.table4 td{
	padding:5px 10px;	
	background:#F7F7F7;
	vertical-align: top;
}

.table4 th {
	vertical-align: top;
	padding:5px 10px;	
	background:#F0F0F0;
}



#util_overview table
{
	margin:0;
}
#info_panel
{
margin: auto 0px;
margin-top:10px;
margin-left:10px;
float:left;
	width:250px;
	height:100px;
	padding-left:10px;
	border-left: 1px solid #CCC;
	color:#000;
}

/* used in summary table for heading cell of non-working days  */
.table1 .non_working {
	background: #ababab;
}

.red{
    color: #e86f6f;

}

.blue {
	color: #6FA5C8;
}
/* --------------------- forms ------------------------  */
form{
	margin:1em 0;
}
.inputField{
}
.inputButton{
	padding:5px 1em;
	background:url(../images/navItem_back.gif) repeat-x;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	-moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
	margin-top:4px;
}

.infobox
{
	margin-top:20px;
	padding:25px 10px 20px 10px;
	background-color:#ffff99;
	color:#fff;
	border:1px solid #fff;
	-moz-border-radius: 7px;  
    -webkit-border-radius: 7px;
}

.infobox .large
{
	color:#666;
	font-size:34px;
}

.infobox .small
{
	color:#666;
	font-size:14px;
}


.inputButton:hover{
	color:#e2e2e2;
	text-decoration:none;
}

/* --------------------- calendar ------------------------  */
.calendar{
	width:100%;
}
.calendar td, .calendar th{
	text-align:center;
	padding:3px;
	border:1px solid #fff;
}
.calendar th{
	background:#99aa99;
	color:#fff;

}
.calendar th a{	
	color:#fff;
}
.calendar td a{	
	font-weight:bold;
}
.calendar a:hover{	
	color:#ccc;
}
.calendar td{
	background:#F0F0F0;
}
.calendar .empty{
}
.calendar .c_selected_week{
	background:#aaEe66;
	color:#fff;
}
.calendar .c_selected_week a{
	color:#fff;
	text-decoration:none;
}
.calendar a:hover{
	color:#999;
}

.calendar .c_shaded{
	color: #ccc;
}

.calendar .c_mouseover td, .calendar .c_mouseover{
	cursor: pointer;
	background:#bbff77;	
}
.calendar .c_this_week {
	background:#9Fd5f8;
}

.calendar .c_today, .calendar .c_today a {
	background:#6FA5C8;
	color: #fff;	
}

.calendar .c_selected, .calendar .c_selected a {
	background:#68B002;
	color: #fff;
	
}

.key {
	font-size: 90%;
	width:70%;
}

/* --------------------- messages ------------------------  */
#message{
	margin:0;
	padding:5px 30px ;
	line-height:130%;
	font-size:120%;
	display: none;
}

#message_for_admins{
	margin: 10px 0 0 0;
	padding:4px 12px 4px 30px;
	display: none;


}

.admin_alert {
	border:1px solid #DDD569;
	background:#FFff99 url(../images/information.png) no-repeat;
	background-position: 5px 5px;	
	line-height:140%;
    color:#000;
	font-size:100%;
}

#message_for_admins a{
	color:#333;
	text-decoration:underline;
	}

.error{
	font-weight:bold;
	background:#B30202;
	border:1px dashed #830101;
	background:#FFff99 url(../images/error.png) no-repeat;
	background-position: 5px 5px;	
	color: #900;
}
.error a{
	color:#a00;
	text-decoration:underline;
}
.admin_alert{
	padding: 5px;
	background-color:#FFff99;
	
}
.info{
	border:1px solid #DDD569;
	background:#FFff99 url(../images/information.png) no-repeat;
	background-position: 5px 5px;	
	line-height:140%;
    color:#000;
	font-size:100%;
	padding:4px 12px 4px 30px;
	color: #000;
}
.info a{
    color: #000;
	text-decoration: underline;
}
.success{
    color: #090;
	font-weight:bold;
	border:1px dashed #4B7F01;
	background:#FFff99 url(../images/accept.png) no-repeat;
	background-position: 5px 5px;	

}
.success a{
	color: #0a0;
	text-decoration: underline;
}

/* error points in a form */
.errortxt {
	color: #FF0000;
}
.error_input_box {
	border: 1px solid #ff0000;
}

.highlight_block{
	border:1px solid #DDD569;
	line-height:140%;
    color:#000;
	font-size:100%;
	padding:8px;
	color: #000;
	background:#FFffcc;
}

/* --------------------- content ------------------------  */
#side h3, #feedback h3, #custom_report h3{
	background:#68B002;
}

/* --------------------- quickstart list ------------------------  */
#quickstart{
	margin:1em 0;
	margin-left:30px;
	padding:0;
}
#quickstart li{
	font-size:120%;
	font-weight:bold;
	color:#3D799F;
	margin:0;
	margin-bottom:5px;
	background:#F0F0F0;
	padding:10px;
}
#quickstart li p{
	margin:.2em 0;
}
#quickstart li .text, #quickstart li .link{
	font-size:80%;
	font-weight:normal;
	color:#555;
}
#quickstart .link{
	text-align:right;
	margin:1em 0
}
#quickstart .link a{
	display:inline;
	padding:5px 1em;
	background:url(../images/navItem_back.gif) repeat-x;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
#quickstart .link a:hover{
	color:#e2e2e2;
	text-decoration:none;

}

#quickstart .done {
	background: #fff;
	  border:1px dashed #830101;
	background:url(../images/icon_done.gif) no-repeat bottom left;	
}
/* ---------------- floating calendar --------*/
.div_calendar {
	position: absolute; 
	width: 170px; 
	left: 1px;
	height: 181px; 
	z-index: 2;
	padding: 2px;
	background: #F2F2F2;
	border: 1px dashed #333;
}





/* --------------------- float fix ------------------------ */
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#content {
	display: block;
}
/* Hides from IE-mac \*/
* html #content {
	height: 1%;
}

#content {
	display: block;
	margin-bottom:40px;
}
/* End hide from IE-mac */
/* end float fix */
.clear {
	clear: both;
}

#current
{ 
	color:#e2e2e2;
	text-decoration:none;
	font-weight: normal;
	
}
#list_right{
	position:absolute;
	top:98px;
	background:url(../images/nav_back.gif) no-repeat;
	padding-left:680px;	
	height:58px;
	width:700px;	
	float:left;
}
#navlist li#space{

	margin-left:20px;

}

#navlist li#space_active{
	margin-left:20px;
	background:url(../images/navItemActive_back.gif) repeat-x;
}

#navlist li#space_active a{
	color:#555;
	text-decoration:none;
}
#navlist li#space_active a:hover{
	color:#ccc;
	text-decoration:none;
}
#view_employee_timesheet
{
	margin-bottom:10px;
}
#select_employee
{
	margin-left:10px;
}
#never_mind
{
	margin-left:20px;
}
.title
{
	
}
.current_week_title {
	font-size: 1.5em;
}
.export_cvs
{
}
#show_report_gen_link
{
	float:left;
}
#show_links_and_pictures
{
	text-align:right;
}
#show_links_and_pictures a, img
{
	margin-right:10px;
}
#delete_ts
{
float:right;
}
.inputbutton_float_left
{
	float:left;
	padding:5px 1em;
	background:url(../images/navItem_back.gif) repeat-x;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.inputbutton_float_right
{
	float:right;
	padding:5px 1em;
	background:url(../images/navItem_back.gif) repeat-x;
	border:1px solid #fff;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
#cancel_link
{
	margin-top:20px;
}

/* --------------------- basecamp related ------------------------  */

#add_client_from_basecamp
{
	width:49%;
	float:left;
}
#add_project_from_basecamp_div
{
	width:49%;
	float:left;
	margin-left:2%
}
#import_all_from_basecamp
{
	float:left;
	margin-top:30px;
	width:49%;
}

#reload_account
{
	float:left;
	margin-top:30px;
	width:49%;
	margin-left:2%
}
#basecamp_windows
{
	width:100%;
	float:left;
}



#loading_image{
	width:450px;
	padding:20px;
	border:2px solid #eee;
	position: absolute;
	z-index: 1000;
	background:#fff;
	font-size:1.1em;
	line-height:1.5em;
	
}
#ajax_loading_text
{
	color:#000;
	background-color: #fff;
	font-size:1.2em;
}
#add_timeoff_status
{
	font-weight:700;
	margin-left:100px;
}



/* cancel account */
#close_this_account
{
	width:500px;
	background:#FFF;
	padding:20px;
	border:2px solid #eee;
	position: absolute;
	margin-top:30px;
	color:#000;
}
/* upgrade/downgrade */
#verify_upgrade
{
	width:500px;
	background:#FFF;
	padding:20px;
	border:2px solid #eee;
	position: absolute;
	margin-top:30px;
	color:#000;
}
#verify_downgrade
{
	width:500px;
	background:#FFF;
	padding:20px;
	border:2px solid #eee;
	position: absolute;
	margin-top:30px;
	color:#000;
}

#report_info
{
	width:100%;
	float:left;
}

#first_report_box
{
	width:50%;
	float:left;
}
.highlight_number
{
	font-size:1.4em;
	font-weight:700;
}
#last_report_box
{
	width:49%;
	float:left;
	text-align:right;
}
#dates_detail
{
	margin-right:9px;
}


#basecamp_message
{
   border:1px dashed #830101;
   padding: 5px;	
   margin-bottom:20px;
   float:left;
}
#overall_top_employees
{
	width:48%;
	float:left;
	margin: 10px 0 0 0;
}
#activity_summary {
	float: left;
	width: 48%;
	margin: 10px 0 0 16px;
}


.over_cost_red{
    color: #CC0000;
	font-weight: bold;
}
#util_info, #spark_info
{
	width:500px;
	background:#FFF;
	padding:20px;
	border:2px solid #eee;
	position: absolute;
	margin-top:30px;
}
#activity_info
{
	width:200px;
	background:#FFF;
	padding:20px;
	border:2px solid #eee;
	position: absolute;
	margin-top:30px;
}
#show_image_date
{
	background-image:url('../images/timesheet_date.gif');
	background-repeat:no-repeat;
	
	float:right;
	width: 161px;
	__height:64px;
	margin-top: 20px;
}
#left_panel_timesheet_image
{
	float:left;
	width:88px;
	height: 100%;
}
#right_panel_timesheet_image
{
	float:left;
	height: 100%;
}
#show_image_date small {
	text-align: right;
	width: 100%;
	float:right;
	padding:4px;
}

#day_timesheet_image
{
	margin-top: 9px;
	text-transform: capitalize;
	text-align: center;
	width: 100%;
	font-size:13px;
	font-weight:600;
	color:#333;

		
}
#number_timesheet_image
{
	margin-top: 1px;
	text-align: center;
	width: 100%;
	font-size:22px;
	line-height: 100%;
	font-weight:bold;
	color:#999;
	
	height:30px;	
}
#month_timesheet_image
{
	margin-top: 13px;
	margin-left:11px;
	text-transform: capitalize;
	font-size:14px;
	font-weight:600;
	color:#999;
		
}
#year_timesheet_image
{
	margin-left:11px;
	margin-top: 2px;
	text-transform: capitalize;
	font-size:14px;
	font-weight:600;
	color:#999;
		
}

.util_not_selected
{
	background:#68B0cc;
}
.util_selected
{
	background:#46A01E;
	font-weight: 900;
	color: #FFF;
}
fieldset {
	border: 1px solid #ccc;
	padding: 1em;
}
#finacial_info
{
	border-left:3px solid #ccc; 
	padding-left:5px;
	margin:10px 0 10px 0;
}
#cvv_info
{
	width:500px;
	background:#FFF;
	padding:20px;
	border:2px solid #eee;
	position: absolute;
	margin-top:30px;
}

#project_report{
float:left;
width:67%;
padding:10px;
}

#project_report table{
float:right;
width:100%;
}

#side_report{
	float:right;
	width:28%;
	padding:10px;
}

#side_report h3, #report_summary h3{
	background:#68B002;
}

#report_summary{
float:right;
width:28%;
padding:10px;
}

#report_links{
margin-bottom:10px;
float:right;
width:200px;
}

.floatright{
float: right;
}

.new{
color: #FF0000;
font-weight:bold;
}

#date_choose{
width:500px;
}

.marginten{
margin:10px;
}

#time_table {
	float: left;
	height: 50px;
	width: 200px;
	padding:0px;
}
#time_table table{
	margin:0px;
}

#employee_reminders {
	float: left;
	height: 50px;
	width: 200px;
}

#time_table table tr td{
	padding: 4px;
	margin: 1px;
	background: #e2e2e2;
}
.time_table_on {
	color: #000;

}

.time_table_off{
	color: #999;

}

/* Timer related below */
	.column_header_title
	{
		cursor:inherit;
		padding:4px 3px 4px 5px;
		position:relative;
	}
	
	.column_header
	{
		background:#D3E5FE url(background-invoice-10170409.png) repeat-x scroll left top;
	}
	
	#tbl_timers
	{
		
		/*table-layout:fixed;*/
		border-spacing:0;
	}
	#tbl_timers td
	{
		/*overflow:hidden;
		padding:4px 3px 4px 5px;*/
		/*table-layout:fixed;*/
		
		
	}
	
	#tbl_timers .right_cell
	{
		
		width:80px;
	}
	
	#tbl_timers .right_cell img
	{
		float:left;
		padding-right:0px;
	}
	

	
	#tbl_timers img
	{
		cursor:pointer;
	}
	
	#dialog
	{
		background-color:#FFFF99;
	}
	

	.table_cell
	{
		padding:2px 0px 2px 5px; 
		border:2px #DCDCDC solid;
		
	}
	
	.new_cell_client 
	{
		padding:5px; 
		width:98px;
		background-color:#EFEFEF;
		float:left;
		
	}
	
	.new_cell_project 
	{
		padding:5px; 
		width:170px;
		background-color:#EFEFEF;
		
	}

	.new_cell_task 
	{
		padding:5px; 
		width:170px;
		background-color:#EFEFEF;
		
	}
	
	.new_cell_desc 
	{
		padding:5px; 
		width:170px;
		background-color:#EFEFEF;
	}
	
	.new_cell_desc textarea
	{
		height:15px;
		width:160px;
	}
	.new_cell_time
	{
		padding:5px; 
		background-color:#EFEFEF;
		
	}
	
	.new_cell select, .new_cell textarea, .new_cell input[type=text]
	{
		background-color:#D6D8D8;
	}
	
	.new_cell textarea
	{
		border:1px #333333 solid;
	}
	
	.container_delete
	{
		float:left; 
		width:18px; 
		height:16px
	}

	.container_delete img
	{
		padding-right:5px;	
	}
	
	

	
	.second_col, .third_col
	{
		width:190px;
		padding:0px;
	}
	
	td.first_col div.client_name
	{
		float:left; 
		width:100px;
	}
	
	td.first_col div.client_name select
	{
		width:100px;
		overflow:hidden;
	}
	
	.second_col .project_name
	{
		width:170px;
	}
	
	.third_col .task_name
	{
		width:170px;
	}
	
	.fourth_col .running_desc
	{
		width:170px;
	}
	
	.cmb_tasks
	{
		width:150px;
	}
	
	#tab_timer img
	{
		margin: 5px 0 0 2px;
		cursor:pointer;
		vertical-align: top;
	}
	#tab_timer span {
		vertical-align: top;
	}
	#tab_timer span .time {
		padding: 2px 5px;
		background: #e2e5ea;
		border: 1px solid #ccd;
		border-bottom-color: #fff;
		border-right-color: #fff;
	}

.timers-container {
	margin-top: 20px;
}
.timers-container h4 {
	margin: 0;
}
.timers-table {
	width: 100%; 
	border: 0;
	margin: 5px 0 10px;
}
.timers-table th {
	color: #444;
	background: #e5e5e5;
	/*border-bottom:2px solid #ddd;*/
	padding:4px 6px
}
.timers-table td {
	background: #f0f0f0;
	padding:4px 6px;
	/*border: 1px solid #e2e2e2;
	border-top-color: #fafafa;
	border-left-color: #fafafa;*/
	vertical-align: top;
}
.timers-table .odd td {
	background: #f7f7f7;
}
.timers-table .no-timers-row td {
	text-align: center;
}
.timers-table .nowrap {
	width: 1px;
	white-space: nowrap;
}
.timers-table .nowrap div {
	white-space: nowrap;
}
.timers-table .center-align {
	text-align: center;
}
.timers-table td select {
	border: 1px solid #ccc;
	padding: 2px;
}
.timers-table td img {
	margin-right: 3px;
}
.timers-table td strong {
	color: #666;
}
.timers-table .new-timer-row td {
	/*background: #dfd;*/
	line-height: 150%;
}
.timers-table .new-timer-row .new-timer-projects {
	margin: 5px 0;
}
.timers-table .new-timer-row .new-timer-description textarea,
.timers-table .timer-row .timer-inline-description-textarea {
	border: 1px solid #ccc;
	width: 98%;
}
.timers-table .new-timer-row .new-timer-time input,
.timers-table .timer-row .timer-inline-time-input {
	width: 40px;
	border: 1px solid #ccc;
	padding: 4px 0;
	text-align: center;
}
.new-timer-apply-button, .new-timer-delete-button,
.btn_run, .btn_pause, .btn_post, .btn_delete_timer {
	cursor: pointer;
}
.timers-table .timer-row .timer-activity,
.timers-table .timer-row .timer-description,
.timers-table .timer-row .timer-time {
	cursor: pointer;
}
.timers-table .timer-row .timer-inline-hover {
	background: #e5e5e5 url('/images/edit_timers.gif') no-repeat 100% 100%;
}
.timers-table .timer-row .timer-inline-edit {
	background: #e5e5e5;
}
#timersErrorBox {
	background: none;
	display: none;
}
#timersErrorBox div {
	margin: 7px 2px 2px;
	background: #ff9;
	/*border: 1px solid #cb7;*/
	padding: 5px 10px;
	line-height: 140%;
}
	
#simplemodal-container a.modalCloseImg {
	background:url(../javascript/jquery/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}

#simplemodal-overlay {
	background-color:#E2E2E2;
}

#simplemodal-container {
background-color:#FFFFFF;
border:3px solid #CCCCCC;
height:200px;
width:300px;
padding:5px;
}

/*
.greenbox
{
	margin-top:20px;
	padding:25px 10px 20px 10px;
	background-color:#68B002;
	border:1px solid #fff;
	color:#fff;
	-moz-border-radius: 7px;  
    -webkit-border-radius: 7px;
}

.greenbox .large
{
	color:#FFF;
	font-size:34px;
}

.greenbox .small
{
	color:#fff;
	font-size:14px;
}

.infobox
{
margin-top:20px;
padding:25px 10px 10px 10px;
background-color:#ffff99;
color:#fff;
border:1px solid #fff;
-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
 
.infobox .large
{
color:#666;
font-size:34px;
}
 
.infobox .small
{
color:#666;
font-size:14px;
}
 */
 
 
#debug-panel{
float: right;
color:#FFFFFF;
position: relative;
z-index: 1000;
}

#debug-info label{
color: #222222;
font-weight: bold;
}

#debug-button{
padding: 1px 5px;
cursor:pointer;
border: 1px solid;
float: left;
background-color: #333333;
}

#debug-info{
float: right;
padding: 1px 5px;
border: 1px solid;
background-color: #999999;
display:none;
}
