@import url(common.css);

body {
    width: 990px;
}
h1,h2,h3,h4
{
	color:  #FF6900;
	background-color: transparent;
}

h2.home
{
    font-size: 16px;
}

#logo, #brandname
{
	color:  #001739;
}
#logged-in-as
{
    float: right;
    color:  #001739;
    font-weight: bold;
    width: 670px;
}
#logged-in-as strong, #logged-in-as a {
    color: #FF6900;
}
#logged-in-as p {
    float: right;
    width: 670px;
    margin-top: 0;
}

#quick-search-wrapper {
    float: left;
}

form.quick-search {
    float: left;
    display: block;
    margin-top: 50px;
    margin-left: 10px;    
}


#qs_kw {
    width: 100px;
}

#title
{
	color:  #001739;
	padding: 7px 5px;
	font-size: 18px;
    background-image: url(../images/grad1.png);
    background-repeat: repeat-x;	
    border: 1px solid #bcc1c5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;	
}

h1.task-title {
    width: 904px;
}

h1.new-task-title {
    width: 614px;
}



#header
{
    float: left;
    width: 990px;
}

#content
{
    width: 990px;
    float: left;
    margin-top: 0px;
}

#menu-bar
{
    height: 75px;
	float: right;
}


#submenu-bar
{
    clear: right;
	float: right;
}

#menu-bar a, #menu-bar a:visited, #menu-bar a:active,
#submenu-bar a, #submenu-bar a:visited, #submenu-bar a:active
{
	text-decoration: none;
	color: #001739;
}

a.highlighted, #menu-bar a.highlighted, #submenu-bar a.highlighted {
    color: #FF6900;
	font-weight: bold;
}


#menu-bar a:hover,
#submenu-bar a:hover
{
	text-decoration: none;
	color: #FF6900;
}

.menusep
{
}

#errormessage
{
	color:  #0A1F62;
	background-color: transparent;
}

a, a:visited, a:active
{
	color: #001739;
}
td a, td a:visited, td a:active {
	text-decoration: underline;
}

a:hover
{
	color: blue;
}

th {
	color: #001739;
	text-align: left;
}

table {
    background-image: url(../images/grad1.png);
    background-repeat: repeat-x;
}

table table table {
    background: none;
}

th, th a, th a:visited, th a:link, th a:hover
{
	color: #001739;
}

table.config th
{
	border: 0px none #001739;
	border-right: 2px solid white;
}
td.one
{
	background-color: #fff;
}
td.two
{
	background-color: #E7EDF6;
}

hr.separator {
    border: none;
    border-top: 1px solid #bcc1c5;
    
}

#motd
{
	width: 100%;
	padding: 0;
	border: none;
	margin: 0;
    border: 1px solid #bcc1c5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/grad1.png);
    background-repeat: repeat-x;
}

#motd th {
	margin: 0;
    padding: 2px;
}

#motd td {
	margin: 0;
    /*border-top: 1px solid #bcc1c5;*/
    padding: 5px;
    /*background-image: url(../images/grad1.png);
    background-repeat: repeat-x;*/
}


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

table.task-form
{
    border: 1px solid #bcc1c5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

table.task-form td.task-form-last-row
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.task-form td
{
	background-color: white;
}

.task-form td
{
	padding: 3px 5px;
}

.task-form th
{
	padding: 2px 5px;
}


#task-col1, #task-col2
{
	padding: 0px;
}

#task-col2
{
	border-left: 1px solid #bcc1c5;
}

#task-col2 table th
{
}

a.task-link, a.task-link:hover, a.task-link:visited, a.task-link:link, a.task-link:active
{
}

a.tree-task, a.tree-task:hover, a.tree-task:visited, a.tree-task:link, a.tree-task:active
{
	text-decoration: none;
	color: black;
}
a.tree-task:hover
{
	text-decoration: underline;
}

a.tree-current-task, a.tree-current-task:hover, a.tree-current-task:visited, a.tree-current-task:link, a.tree-current-task:active
{
	color: #001739;
	font-weight: bold;
	text-decoration: none;

}
a.tree-current-task:hover
{
	text-decoration: underline;
}


/* comments */
.comment-user-name
{
	color: #001739;
}
.comment-date
{
}
td.comment-body
{
	border-left: 1px solid #bcc1c5;
}

/* comments */
.comment-user-name
{
}
.comment-date
{
}


td.comment-one
{
	border-top: 1px solid #bcc1c5;
}
td.comment-two
{
	border-top: 1px solid #bcc1c5;
}

td.comment-body
{
	border-left: 1px solid #bcc1c5;
}

/* archived comments */
td.comment-archived
{
	background-color: #f5f5f5;
}

table.search-form, table.report-form, table.full-width {
    width: 100%;
}

table.search-form
{
	border: 1px solid #bcc1c5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

table.search-form tr.row-last td
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
 
.search-form td
{
	padding: 2px 5px;
}

.search-form th
{
	padding: 2px 5px;
}

table th, table td{
    vertical-align: top;
}

table.search-list th
{
    border-top: 1px solid #bcc1c5;
    border-left: 1px solid #bcc1c5;
}
table.search-list th.col-first {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
table.search-list th.col-last {
    border-right: 1px solid #bcc1c5;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
table.search-list tr.row-last td.col-first {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
table.search-list tr.row-last td.col-last {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

table.search-list td {
    border: 0 none #bcc1c5;
    border-top: 1px solid #bcc1c5;
    border-left: 1px solid #bcc1c5;
}
table.search-list tr.row-last td {
    border-bottom: 1px solid #bcc1c5;
}
table.search-list tr td.col-last {
    border-right: 1px solid #bcc1c5;
}

table.search-list th a
{
}

.total
{
	/* total row at end of a table */
	font-weight: bold;
}

.search-list-overdue_start, .search-list-overdue_start a, table.search-list td.search-list-overdue_start
{
    background-color: #d97676 /*#FF0028*/;
    color: #fff;
}

.search-list-overdue_deadline, .search-list-overdue_deadline a, table.search-list td.search-list-overdue_deadline
{
    background-color: red /*#d97676*/ /*#FF0028*/;
    color: white;
}


.report-form td
{
	padding: 2px 5px;
}

table.report-list td.total
{
	background-color: white;
	color: #001739;
}

.report-list-overdue_start, .report-list-overdue_start a, table.report-list td.report-list-overdue_start
{
    color: #d97676 /*maroon*/;
}

.report-list-overdue_deadline, .report-list-overdue_deadline a, table.report-list td.report-list-overdue_deadline
{
    color: red;
}

td.attachment-body
{
    border-left: 1px solid #bcc1c5;
}

#menu-bar a, #submenu-bar a {
    display: block;
    width: 60px;
    margin-left: 3px;
    
    float: left;
}
#menu-bar span, #submenu-bar span {
    width: 60px;
    text-align: center;
    display: block;
}
#menu-bar img, #submenu-bar img {
    border: none;
    float: left;
    width: 60px;
}
#menu-bar span.menusep, #submenu-bar span.menusep {
    display: none;
}



table.styled {
    border: 1px solid #bcc1c5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

table.styled th.col-first, table.styled tr.row-first td.col-first {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}
table.styled th.col-last, table.styled tr.row-first td.col-last {
    border-right: 1px solid #bcc1c5;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
table.styled tr.row-last td.col-first {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
table.styled tr.row-last td.col-last {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}




table.single-col tr th {
    text-align: center;
}

.login-form {
    width: 300px;
    margin-left: auto;
    margin-right: auto;

}
