body {
	background-color: white;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: black;
	margin: 0px auto 0px auto;
	padding: 5px;
	padding-top: 112px;
	position: relative;
}

div.popup {
	background-color: #eee0e0;
	border: 1px solid black;
	position: absolute;
	display: none;
	color: black;
}

span.fieldhelp {
	display: block;
	margin-left: 5px;
	font-size: 90%;
	color: #888888;
}

span.fielderror {
	color: #880000;
}

.inline input[type=submit] {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: white;
	text-decoration: underline;
	border: none;
	background-color: transparent;
	cursor: pointer;
}


.spaced td {
	padding-left: 5px;
	padding-right: 5px;
}


.linklist li {
	list-style: none;
	text-align: right;
}

ul.linklist {
	clear: both;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
}


div.column {
	float: left;
	width: 48%;
	margin-right: 10px;
}

div.holder {
        position: relative;
}
	
#right_col {
        position: absolute;
        right: 0px;
        width: 144px;
        padding: 0px 5px 0px 5px;
        color: white;
}

#right_col h3 {
	color: #d0d0d0;
	padding: 0px 1px 0px 1px;
}

#right_col a {
	color: white;
}

#right_col table.table {
	border: none;
}

div.comment {
	margin-bottom: 1em;
}

.comment div.header {
	font-weight: bold;
}

.comment div.change {
	color: #770000;
	margin-left: 1em;
}

.comment div.content {
	margin-left: 1em;
}

.comment div.time {
	float: right;
	text-align: right;
}

input.empty {
	border-color: #aaaaaa;
}

input.changed {
	border-width: 2px;
}

td.priorityCritical {
	background-color: #c59474;
}
td.priorityHigh {
	background-color: #d1a989;
}
td.priorityAverage {
	background-color: #debe9e;
}
td.priorityLow {
	background-color: #ead2b2;
}
td.priorityVerylow {
	background-color: #f8e9c9;
}

tr.even {
	background-color: #fefefe;
}

div.age_bar {
	height: 10px;
	background-color: #660000;
}

td.required:before {
	content: "*";
}





div.right_item * {
	font-size: 90%;
}



div.menu {
        position: absolute;
        left: -160px;
        width: 150px;
        margin: 0px;
        padding: 0px;
        text-align: right;
}

.menu li {
        margin-bottom: 10px;
        padding: 0px;
        list-style: none;
}

.menu a {
        color: #770000;
        text-decoration: none;
}

#main_image {
        position: absolute;
        top: 0px;
        left: 2px;
}

h1,h2,h3,h4 {
        font-family: trebuchet ms;
        /* letter-spacing: 0.2em; */
}

table.full_width {
	width: 100%;
}

table.wide {
	width: 98%;
}

table.table {
        border: 1px solid #000000;
        border-collapse: collapse;
        margin: 5px;
}

.table .number {
        text-align: right;
}

.table .date {
	text-align: center;
	font-size: 90%;
}

.table .buttons {
	text-align: right;
}

.table thead {
        background-image: url(/static/images/table_header.jpg);
        color: white;
        border-bottom: 1px solid #000000;
        padding: 0px 5px 0px 5px;
}

.table td {
	padding-bottom: 2px;
	padding-top: 2px;
}

.table tr.total {
        border-top: 1px dotted #000000;
}

.form td.label {
	text-align: right;
	font-weight: bold;
}

.form td.submit {
	text-align: right;
}

.form td.section {
	padding-top: 0.5em;
	font-weight: bold;
}

input, select, textarea {
	border: 1px solid #770000;
}


a {
	color: #880000;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #aa0000;
}
a:active {
	color: #cc0000;
}

.hint {
	font-style: italic;
}

#flash {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 110%;
        color: #440000;
        text-align: center;
        /* border-bottom: 1px solid #774444; */
        margin: 5px;
        background-color: #dac2a2;
}

div.flash {
	border: 2px solid white;
}

div.flash_on {
         border: 2px solid #660000;
}

.ticket div.comment {
	margin-left: 1em;
}

.ticket div.header {
	font-weight: bold;
}


/* Invoice layout */

div.line {
	position: relative;
	height: 1.5em;
}

div.subline {
	position: relative;
	padding-left: 20px;
	height: 1.5em;
}

div.invoiceRow {
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.subtotalRow {
	position: relative;
	font-weight: bold;
}

div.totalRow {
	position: relative;
	font-weight: bold;
}

div.totalRow div.desc {
	text-align: right;
}

div.subtotalRow div.desc {
	text-align: right;
}

div.desc {
	width: 80%;
}

div.total {
	position: absolute;
	width: 100px;
	right: 0px;
	top: 0px;
	text-align: right;
}

.weblog_entry div.date {
	font-weight: bold;
}

div.weblog_entry {
	border-top: 1px solid #770000;
	margin-bottom: 2em;
}

img.site_thumb {
	border: 1px solid black;
	margin: 7px;
}

img.image_boxout {
	float: right;
	margin: 7px;
}

div.text_boxout {
	float: right;
	width: 275px;
	margin: 7px;
	color: #444444;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
}
