body,html,div,img,ul,h1,h2,h3,p,a {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: white;
    font-family: Tacoma, sans-serif;
}

a {
	color: inherit;
	text-decoration: none;
}

div#outerwrap {
	width: 1012px;
	background: white;
    position: relative;
    margin: 0 auto;
}

div#header {
	padding: 2px 5px;
	background: #ccc;
}

div#content {
    width: 1000px;
	position: relative;
	font-family: Tacoma, sans-serif;
    min-height: 400px;
}

div#content a {
	border-bottom: 1px dotted black;
}

div#actions {
	width: 300px;
	height: 100%;   
    float: left;
}

div#info {
	width: 690px;
	padding: 5px 5px 5px 0px;
    float: left;
}

div#parents a {
    font-size: 77%;
}

div#parent_chain {
	background: #eee;
	padding-left: 5px;
}

div#nav {
    margin: 0 0 0 0 ;
	width: 1000px;
	background: #eee;
    border-bottom: 1px solid #bbb;
    height: 1.25em;
}

div#nav a {
    margin: 0;
    border-right: 1px solid #ccc;
    height: 1.25em;
    display: block;
    width: 10em;
    float: left;
    text-align: center;
    color: #444;
    font-weight: bold;
}

div#nav a:hover {
    background: #ccc;
}

.fields,
.tasklist {
    width: 660px;
}

.fields {
    background: #eee;
    margin: 0px 0px 5px 0px;
    padding: 15px;
}

.fields .field,
.fields .half_field {
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
    clear: both;
    margin-left: 15px;
    margin-bottom: 10px;
}

.fields .half_field {
    width: 284px;
    float: left;
    clear: none;
}

.fields .field h3,
.fields .half_field h3 {
    font-weight: 100;
    border-bottom: 1px dotted #ddd;
    display: inline-block;
}

.fields .half_field p,
.fields .field p,
.fields .field ul {
    padding: 1em;
    background: white;
}

.fields .field div {
    max-height: 350px;
    overflow: auto;
}


div#info .tasklist {
	border-top: 1px solid #4B5276;
    width: 690px;
    padding: 0px;
}

div#info ul.tasklist h2 {
	background: #2F43D8;
    font-size: 85%;
    font-weight: 100;
    color: white;
    padding: 2px;
}

div#info table.tasklist tbody tr {
	background: white;
    padding-left: 40px;
	border-bottom: 1px solid #bbb;
    position: relative;
    height: 40px;
}

div#info ul.tasklist li.empty {
    background: #eee;
    padding-left: 5px;
}

div#info ul.tasklist li a,
div#info ul.tasklist li p {
	margin-left: 3px;
}

div #info ul.tasklist li a {
    font-weight: bold;
}

tr.overdue {
    background-color: #FF5656;
}
td.progbar_cell {
    position: relative;
}

div.main_progbar,div.subtask_progbar {
	margin: 10px 0;
    border: 1px solid gray;
	background: #bbb;
	width: 150px;
	height: 16px;
    position: relative;
}

.main_progbar img,.subtask_progbar img {
	background: #888;
	height: 16px;
	display: block;
    position: absolute;
    left: 0;
}

div.main_progbar span,
div.subtask_progbar span {
    display: block;
    float: left;
    color: black;
    line-height: 16px;
    margin-left: 0px;
        position: absolute;
    left: 0;
}

div.form,
div.form h3 {
    width: 295px;
}

div.form {
	border-bottom: 1px solid #bbb;
	position: relative;
	margin: 5px 0 10px 0;
    background: #eee;
    padding: 5px;
    padding-top: 27px;
}

div.form h3 {
    line-height: 22px;
	margin: 0;
    left: 0px;
    top: 0px;
    padding: 5px;
    cursor: pointer;
    font-weight: 100;
    color: #444;
    background: #eee;
    height: 22px;
    position: absolute; 
}

div.form h3.hover {
    background: #bbb;
}

div.form form {
    padding-top: 12px;
}

div.form label {
	display: block;
	margin: 5px;
    color: #444;
}

div.form input,textarea {
	margin-right: 10px;
	width: 285px;
}
