/* Common Styles */

p,body,th, td,li,ul,ol,dd,dt,dl {
    font-family: Arial, Helvetica, sans-serif !important;
	font-size: 8pt !important;
	color:  black !important;
	background-color: transparent !important;
}

a
{
color:  black !important;
text-decoration: none !important;
}

body
{
	margin: 0px;
	padding: 11px;
}

h1,h2,h3,h4
{
	font-size: 10pt !important;
	color:  navy !important;
	background-color: transparent !important;
}
h1
{
	font-size: 14pt !important; /*16px;*/
}
h2
{
	font-size: 12pt !important; /*14px;*/
}

#header
{
}

#content
{
}


#logo
{
	font-size: 18pt !important; /*20px;*/
	font-weight: bold !important;
	margin-bottom: 10px !important;

}
#logged-in-as
{
    display: none !important;
}

#title
{
	/*float: left;*/
	font-size: 12pt !important; /*14px;*/
	font-weight: bold !important;
	margin: 0px !important;
	margin-bottom: 5px !important;


	/*border: 1px solid darkgreen;*/
}
#menu-bar
{
    display: none !important;
}

#submenu-bar
{
    display: none !important;
}

#menu-bar a, #menu-bar a:visited, #menu-bar a:active,
#submenu-bar a, #submenu-bar a:visited, #submenu-bar a:active
{
	display: none !important;
}

a.highlighted
{
	font-weight: bold !important;
}


.menusep
{
}

#content
{
	/*margin: 10px;*/
	/*margin-left: 150px;*/
	/*border: 1px solid red;*/
}

#content > h1:first-child
{
	/* first H1 in the content area */
	margin-top: 0px !important;
}

#errormessage
{
	/*text-align: center;*/
	font-weight: bold !important;
	color:  #0A1F62 !important;
	background-color: transparent !important;
	margin: 20px;
}

/* fix IE's habit of putting a virtual <br> above a <form> */
form
{
	/*display: none !important; */
}


.product-name
{
	font-weight: bold;
}

.login-form
{
	text-align: center;
}


a, a:visited, a:active
{
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

.radiobutton
{
	margin-left: 0px;
}

td.number
{
	text-align: right;
}
th
{

}

td.centre
{
	text-align: center;
}

/*
table.config
{
	border-collapse: collapse;
	border: 1px solid navy;
}
table.config td, table.config th
{
	border: 1px solid navy;
}
*/
table.config
{
	border-collapse: collapse;
}
table.config th
{
	border: 0px none black;
	color: white;
	background-color: black;
	border-right: 2px solid white;
}
table.config td.one
{
	background-color: gray;
	border-right: 2px solid white;
}
table.config td.two
{
	background-color: silver;
	border-right: 2px solid white;
}

.formlabel
{
	text-align: right;
}

.task-field-list-form
{
	margin-bottom: 5px;
}

table.view-company td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 5px;
}

#motd
{
	text-align: center;
	border: 1px solid black;
	margin: auto;
}
#motd td
{
	padding: 5px;
}

#updated
{
	font-weight: bold;
	color: navy;
}

.task-group-name
{
}

/* Tree styles */
.tree-current-task
{
	font-weight: bold;
}

.tree-archived-task
{
	color: gray;
}

ul.tree-list
{
	/*margin-left: 0px;
	padding-left: 0px;
	*/
	list-style-type: none;
	margin-left: 8px;
	padding-left: 0px;
}
ul.tree-list-root
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

ul.tree-list-root-first
{
	/* first tree list root*/
	margin-top: 5px;
}

ul.tree-list li
{
	padding: 2px 5px;
}


a.tree-current-task, a.tree-current-task:hover, a.tree-current-task:visited, a.tree-current-task:link, a.tree-current-task:active
{
	/*padding: 2px 5px;*/
}

a.tree-archived-task, a.tree-archived-task:hover, a.tree-archived-task:visited, a.tree-archived-task:link, a.tree-archived-task:active
{
	color: gray;
	text-decoration: none;
	/*padding: 2px 5px;*/
}
a.tree-archived-task:hover
{
	text-decoration: underline;
}

/* comments */
.comment-date
{
	font-size: 8pt;
}

.system-message
{
	font-style: italic;
}
.system-message ul
{
	margin-top: 0px;
	margin-left: 0px;
}

.search-list-task-archived, .search-list-task-archived a,
.search-list-task-archived a:visited, .search-list-task-archived a:link,
.search-list-task-archived a:active
{
	color: gray;
}

.search-list-new-comments, .search-list-new-comments a,
.search-list-new-comments a:visited, .search-list-new-comments a:link,
.search-list-new-comments a:active
{
	font-weight: bold;
}

.comment-new
{
	font-weight: bold;
}

.cal-field
{
	width: 115px;
}

.hours-cal-field
{
	width: 102px;
}

.task-form-field
{
	width: 141px;
}
input.task-form-field
{
	width: 136px;
}
textarea.task-form-field
{
	width: 136px;
}
textarea.task-form-description-field
{
	width: 544px;
}
div.task-form-description-field
{
}
td.task-form-last-row, td.task-form-last-row input
{
    margin-left: 0px;
}
.task-form-client-field
{
	width: 270px;
}

.seach-form-field
{
    width: 150px;
}


.search-list-overdue_start, .search-list-overdue_start a
{
    color: maroon;
}

.search-list-overdue_deadline, .search-list-overdue_deadline a
{
    color: red;
    font-style: italic;
}


.report-list-task-archived, .report-list-task-archived a,
.report-list-task-archived a:visited, .report-list-task-archived a:link,
.report-list-task-archived a:active
{
	color: gray;
}

.report-list-new-comments, .report-list-new-comments a,
.report-list-new-comments a:visited, .report-list-new-comments a:link,
.report-list-new-comments a:active
{
	font-weight: bold;
}

form.quick-search
{
    display: inline;
    margin-right: 10px;
}

#qs-search-button
{
    display: none;
}

table.report-form
{
    display: none !important;
}

table.report-list
{
	border: 1px solid black !important;
	border-collapse: collapse !important;
}

table.report-list th, table.report-list td, table.report-list td.one, table.report-list td.two
{
	border: 1px solid black !important;
	font-size: 8pt;
}
/*
table.report-list th a
{
	color: white;
	background-color: navy;
}
table.report-list td.one
{
	background-color: #C5CFFF;
	border-right: 2px solid white;
}
table.report-list td.two
{
	background-color: #A3B2FF;
	border-right: 2px solid white;
}

table.report-list td.total
{
	background-color: white;
	color: navy;
	border-right: 2px solid white;
}
*/

table, table th, table td
{
border-color: black !important;
}

#printlink 
{
    display: none !important;
}

.task-form-last-row
{
    display: none !important;
}

.task-heading
{
border-top: 1px solid black !important;
border-bottom: 1px solid black !important;

}

table.th
{
border-bottom: 1px solid black !important;
}