.clear
{
	clear:both;
}

.hint
{
	font-size:11px;
	color:#777;
}

.ui-state-error,
.ui-state-highlight
{
	padding: 5px;
}

.wait
{
	display:none;
}

a img
{
    border:none;
    outline:none;
}

/* Table List */

table.table-list
{
	width:100%;
	border-collapse:collapse;
}

table.table-list thead th,
table.table-list tfoot th
{
	background-color:#c0c0c0;
	color:#000000;
	padding:5px;
	text-align:left;
	font-weight: bold;
}

table.table-list tbody td
{
	padding:3px 5px;
	border-bottom: 1px solid #e0e0e0;
}

.field .error-list
{
	margin:0px;
}

.field .error-list .ui-state-error
{
	background: none;
	border:none;
	padding:3px 0px 0px 0px;
}

a.button
{
    padding:5px 10px;
    background-color:#555555;
    color:#ffffff;
    text-decoration:none;
}

a.button:hover
{
    background-color:#777777;
    text-decoration:none;
}

/* timesheet table */

.table-timesheet input.time,
.table-timesheet input.break,
.table-timesheet input.spanned
{
	width:50px;
	text-align:center;
}

.table-timesheet input
{

}

.table-timesheet input.entry_notes
{
	width:100%;
}

.table-timesheet th.day
{
	width:80px;
}

.table-timesheet th.date
{
	width:80px;
}

.table-timesheet th.start_time,
.table-timesheet th.end_time,
.table-timesheet th.break_time,
.table-timesheet th.spanned,
.table-timesheet th.total
{
	width:70px;
	text-align:center;
}

.table-timesheet td.day,
.table-timesheet td.date,
.table-timesheet td.entry_notes
{
	border-right:1px solid #d7d7d7;
}

.table-timesheet td.start_time,
.table-timesheet td.end_time,
.table-timesheet td.break_time,
.table-timesheet td.spanned,
.table-timesheet td.total
{
	border-right:1px solid #d7d7d7;
	text-align:center;
}

.table-timesheet tfoot th.total
{
	text-align:left;
	padding-left:20px;
}

.timesheet.details .global_notes,
.timesheet.details .comment
{
	height:30px;
	float:none;
}

.timesheet.details .history ,
.timesheet.details .section.status
{
	border-top:none;
}

.timesheet.details #more-info
{
	display:none;
}

.timesheet.details #more-info-a
{
	float:right;
}

.timesheet-entry.Sun,
.timesheet-entry.Sat
{
	background:none #f0f0f0;
}

.list-count
{
	margin-top:15px;
	margin-bottom:10px;
}

.list-count ul
{
	padding-left:15px;
}

.list-count ul li
{
	float:left;
	margin-right:20px;
	padding-right:5px;
}

.list-count ul li.first
{
	margin-left:0;
}

.list-count ul li a
{
	color:#555555;
}

.list-count ul li.current a
{
	font-weight:bold;
	color:#000000;
}

.list-count ul.archive
{
    list-style: none;
}

.list-count ul,
.list-count li,
.list-count li a
{
    height: 18px;
    line-height: 18px;
}

.list-count ul.archive,
.list-count ul.archive li,
.list-count ul.archive li a
{
    height: 28px;
    line-height: 28px;
}

/* history */

.details .history .entry
{
	border-bottom:1px dotted #d7d7d7;
	padding:5px 0px;
}

.details .history .entry span
{
	float:left;
}

.details .history .date
{
	width:150px;
}

.details .history .user
{
	width:150px;
}

.details .history .message
{
	width:300px;
	margin-right:30px;
}


.ui-accordion .ui-accordion-content
{
	padding:10px 10px;
}


.alternate,
.ui-widget-content .alternate
{
	background:none #f7f7f7;
}

/* Workflow Notifications */

ul.workflow-steps
{
	list-style:none;
	margin:0px;
	padding:0px;
	background:none #fff;
}

ul.workflow-steps li.step
{
	margin-bottom:10px;
	border:1px solid #c0c0c0;
}

ul.workflow-steps li.step div.step-name
{
	background-color:#444444;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
}

ul.workflow-steps li.step div.section
{
	padding:5px;
	font-weight:bold;
	border-right:none;
	border-left:none;
}

ul.workflow-steps li.step ul.events
{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.workflow-steps li.step ul.events li.event
{
	padding:5px 5px 5px 15px;
}

ul.workflow-steps li.step ul.events li.event.current
{
	background-color:#f5f5f5;
	font-weight:bold;
}

ul.workflow-steps li.step ul.events li.event:hover
{
	background-color:#f5f5f5;
	cursor:pointer;
}

ul.workflow-steps li.step ul.events li.event a
{
	display:block;
	color:#000000;
	text-decoration:none;
}

ul.workflow-steps li.step ul.events li.event a:hover
{
	text-decoration:none;
}

/* error */
.error-list
{
	margin-bottom:15px;
}

.error-list .ui-state-error
{
	padding:10px;
}

.error-list.error-key .ui-state-error
{
	border:none;
	background:none;
}

.entry-details .error-list.error-key
{
	margin-left: 34%;
	margin-bottom:0px;
}

.entry-details .error-list.error-key .ui-state-error
{
	padding:5px 0px 0px 0px;
}

/* messages */
.message-list
{
	margin-bottom:15px;
}

.message-list .ui-state-highlight
{
	padding:10px;
}

/* jqGrid */
.ui-jqgrid.ui-widget-content
{
	padding:0px;
}

.ui-jqdialog hr.ui-widget-content
{
	padding:0px;
}

.ui-jqdialog .ui-jqdialog-titlebar
{
	padding:0 0 0 28px;
}

.buttonHolder #wait,
.buttonHolder .wait
{
	padding-right:10px;
	display:none;
}

#wait,
.wait
{
	color:#333;
}

#wait img,
.wait img
{
	vertical-align:middle;
}

/* Popup */

#fade
{
	display: none;
	background: #777;
	position: fixed;
    left: 0;
    top: 0;
	width: 100%;
    height: 100%;
	opacity: .80;
	z-index: 1;
}

.popup_block
{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 15px 15px;
	/*border: 3px solid #000000;*/
	float: left;
	position: absolute;
	top: 50%;
    left: 50%;
	z-index: 99;
}

.popup_block img.btn_close
{
	float: right;
	margin: -42px -35px 0 0;
}

.popup_block h2.title
{
	margin:0px 0px 15px 0px;
	padding:0px;
	color:#000;
}

.popup_block .content
{
	color:#333;
}

h2 .print
{
	/*float:right;*/
	position:relative;
	top:18px;
	margin-left:10px;
}

@media print
{
	h2 .print
	{
		display:none;
	}
}

.container-error-list,
.container-message-list
{
	margin-bottom:10px;
}

.errorMsg
{
    background: none repeat scroll 0 0 #FFDFDF;
    border: 1px solid #F3AFB5;
    border-radius: 4px 4px 4px 4px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
}

.errorMsg ol
{
	margin:0px;
	padding:0px 0px 0px 25px;
}

.errorMsg ol li
{
	background: none repeat scroll 0 0 #F6BEC1;
    border-radius: 4px 4px 4px 4px;
    margin: 0px;
    padding: 5px 10px;
    position: relative;
}

.okMsg
{
    background: none repeat scroll 0 0 #C8FFBF;
    border: 1px solid #A2EF95;
    border-radius: 4px 4px 4px 4px;
    margin: 0px 0px 15px 0px;
    padding: 10px;
}

.uniForm label em, 
.uniForm .label em
{
    float:none;
    cursor: default;
	margin:0px;
	color:#f00000;
}

.uniForm .inlineLabels label em, 
.uniForm .inlineLabels .label em
{
    display:inline;
    cursor: default;
}

.ctrlHolder .errorMsg
{
	clear:both;
	padding:3px 0px 0px 0px;
	margin:0px;
	border:none;
	background: none;
	color:#f00000;
}

.uniForm .ctrlHolder.error, 
.uniForm .ctrlHolder.focused.error
{
	margin-bottom:5px;
}

.uniForm div.textInput
{
	border:none;
}

.list-action
{
    line-height:30px;
}

.table-search
{
    margin-top:5px;
    margin-bottom:10px;
}

.searchFilter table
{
    width:100%;
    padding:0px;
}

.searchFilter table input,
.searchFilter table select
{
    width:99%;
}

/* --- Popup Login -----------------------------------------------------------*/

#popup_login
{
	padding:40px 0px 30px 0px;
}

#popup_login form
{
    margin:0px;
    padding:0px;
}

#popup_login .content
{
	padding:10px 90px 10px 90px;
}

#popup_login .field
{
	margin-bottom:5px;
	position:relative;
}

#popup_login .text
{
	padding:5px;
	width:100%;
}

#popup_login .copyright
{
	padding-top:10px;
	text-align:center;
}

#popup_login .forgot-password
{
	/*float:right;*/
	color:#ffffff;
	margin-top:10px;
	margin-left:10px;
}

#popup_login .field label
{
	/*float:left;*/
	position:absolute;
	z-index:999999;
	left:8px;
	top:8px;
	color:#444444;
}

#popup_login .field input
{
	/*float:left;*/
}

#popup_login img.btn_close
{
	float: right;
	margin: -65px -25px 0 0;
}

/* --- Global nav ------------------------------------------------------------*/

#GlobalNav li, #GlobalNav ul, #GlobalNav a {margin:0;padding:0;} /* you can delete it if you have reset css in your stylesheet file */

#GlobalNav {
position:relative;
float:left;
}

#GlobalNav > ul {
width:545px;
height:45px;
/* border radius */
/* 	-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;*/
/* gradient */
/*background: #333333;
background: -moz-linear-gradient(top,  #545557 0%, #414042 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545557), color-stop(100%,#414042));
background: -webkit-linear-gradient(top,  #545557 0%,#414042 100%);
background: -o-linear-gradient(top,  #545557 0%,#414042 100%);
background: -ms-linear-gradient(top,  #545557 0%,#414042 100%);
background: linear-gradient(top,  #545557 0%,#414042 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545557', endColorstr='#414042',GradientType=0 ); */
}

#GlobalNav ul, #GlobalNav li ul {
/* Box shadow */
/*	-webkit-box-shadow: 3px 8px 15px 0px rgba(00, 00, 00, 0.4);
-moz-box-shadow: 3px 8px 15px 0px rgba(00, 00, 00, 0.4);
box-shadow: 3px 8px 15px 0px rgba(00, 00, 00, 0.4);*/
}

#GlobalNav a {color:#fff;display:block;text-decoration:none;}
#GlobalNav a:hover {color:#fff;text-decoration:none;}

#GlobalNav ul > li {
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
line-height:100%;
text-transform:uppercase;
cursor:pointer;
padding:0px 7px;
display:block;
left:25px;
position:relative;
/*z-index:8;*/
/* text shadow */
text-shadow: 1px 1px 1px #000000;
filter: dropshadow(color=#000000, offx=1, offy=1);
}

#GlobalNav ul li a {
height: 30px;
line-height: 100%;
font-size:10px;
margin: 15px 5px 0;
position: relative;
/*z-index: 8;*/
}

#GlobalNav li ul {
background:#414143;
height:0;
position:absolute;
overflow:hidden;
margin-top:-5px;
width:200px;
left:0px;
opacity:0.8;
/*z-index:10;*/
/* border radius */
-webkit-border-radius: 0 0 12px 12px;
-moz-border-radius: 0 0 12px 12px;
border-radius: 0 0 12px 12px;
/* transition */
-webkit-transition: all 0.4s ease-in;
-moz-transition: all 0.4s ease-in;
-o-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

#GlobalNav li:hover,
#GlobalNav li:hover ul
{
	background-color:#414143;
}

#GlobalNav li:hover ul{
display:block;
height:auto;
opacity:1;
margin-top:0;
padding:0 0 10px;
}

#GlobalNav li:hover ul li {
display:block;
position:relative;
}

#GlobalNav li ul li {
float:none;
clear:both;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-shadow:none;
width:180px;
position:relative;
margin:5px 2px 2px;
border-bottom:1px solid #393939;
text-align:left;
filter:none;
left:0;
}

#GlobalNav li ul li a {
line-height:140%;
height:auto;
margin:0 3px;
text-decoration:none;
padding:5px 5px 5px 5px;
background:url(../images/ListIcon.png) 0 5px no-repeat;
}

#GlobalNav .selected
{
	background-color:#CCC;
	color:#333 !important;
	text-shadow:none !important;
	filter: none !important;
}

#GlobalNav li:hover > a {color:#fff;}

#GlobalNav .selected a
{
	color:#000000;
}

#GlobalNav .selected ul li a
{
	color:#ffffff;
}

#GlobalNav .selected ul li a:hover
{
	color:#fff;
}

tr.ui-search-toolbar input
{
    font-family: arial;
    font-size: 12px;
}

.fr
{
	float:right;
}

/*
Table Style - This is what you want
------------------------------------------------------------------ */
table.format-01 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	
	background:#eaebec;
	margin:10px 0px 20px 0px;
	border:#ccc 1px solid;
	width:100%;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

table.format-01 a:link {
	/*color: #bd5a35;*/
	font-weight: bold;
	text-decoration:none;
}

table.format-01 a:visited {
	/*color: #bd5a35;*/
	font-weight:bold;
	text-decoration:none;
}

table.format-01 a:active,
table.format-01 a:hover {
	/*color: #bd5a35;*/
	text-decoration:underline;
}

table.format-01 th,
table.format-01 .th
{
	padding:8px 5px;
    border-left: 1px solid #e0e0e0;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    
    color:#000;    
}

table.format-01 thead th
{
	text-shadow: 1px 1px 0px #fff;
}

table.format-01 th:first-child
{
    border-left:none;
}

table.format-01 tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table.format-01 tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table.format-01 tr{
	text-align: left;
}
table.format-01 tr td:first-child{
	text-align: left;
	border-left: 0;
}
table.format-01 tr td {
	padding:5px 5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table.format-01 tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.format-01 tr:last-child td{
	border-bottom:0;
}
table.format-01 tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table.format-01 tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table.format-01 tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

table.format-01 th.cb,
table.format-01 td.cb
{
	width:20px;
}

table.format-01 th
{
	cursor: default;
}

table.format-01 th.sortable
{
	cursor: pointer;
}

table.format-01 th.sorted
{
	color:#000;

	background: #dddddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#dbdbdb));
	background: -moz-linear-gradient(top,  #dddddd,  #dbdbdb);
}

table.format-01 tr.searchCol div
{
    width:100%;
    overflow: hidden;
    border:1px solid #ddd;
    padding:3px 0px;
    background:none #fff;
}

table.format-01 tr.searchCol input,
table.format-01 tr.searchCol select
{
    border:none 0px;
    padding:0px;
    margin:0px;
    width:100%;
    font-family: arial;
    font-size: 12px;
    height:16px;
}

table.format-01 tr.searchCol th
{
    padding-top:3px;
    padding-bottom:3px;
}

.table-container
{
    padding-top:10px;
}

.table-search
{
    /*text-align: right;*/
}

.table-search input[type=text]
{
    width:350px;
}


.table-timesheet.daily th.start_time,
.table-timesheet.daily th.end_time,
.table-timesheet.daily th.break_time,
.table-timesheet.daily th.spanned,
.table-timesheet.daily td.start_time,
.table-timesheet.daily td.end_time,
.table-timesheet.daily td.break_time,
.table-timesheet.daily td.spanned
{
    display: none;
}

.table-timesheet.hourly th.day_work_half,
.table-timesheet.hourly th.day_work_full,
.table-timesheet.hourly td.day_work_half,
.table-timesheet.hourly td.day_work_full
{
    display: none;
}

.table-timesheet th.day_work_half,
.table-timesheet th.day_work_full,
.table-timesheet td.day_work_half,
.table-timesheet td.day_work_full
{
    text-align: center;
    width: 70px;
}

.entry-details .employer_logo img
{
	max-height: 80px;
}

.icon-24
{
	margin: 3px;
}

.icon-24 img {
	border: 1px solid #aaaaaa;
}