body, table, td, tr {
	font-family: Arial;
	font-size: 12px;
}

.fixedfont {
	font-family: monospace;
	font-size: medium;
}

.title {
	font-family: Arial Black;
	font-size: 45px;
	font-weight: bold;
}

.header	{
	font-size: 22px;
	font-weight: bold;
}

.tdheader	{
	font-size: 19px;
	font-weight: bold;
}

.tdheader1	{
	font-size: 12px;
	font-weight: bold;
	width: 80px;
}

.tdheader2	{
	font-size: 14px;
	font-weight: bold;
}

.dheader	{
	font-size: 14px;
	font-weight: bold;
	width: 250px;
}

.descript	{
	font-size: 12px;
	width: 250px;
}

.hyperlinkbutton {
	background: #76B8A8;
	border: solid;
	border-width: 1px;
	border-color: black;
	text-align: center;
	font-size: 14px;
	vertical-align: middle;
	
}

a.linkbutton {
	color: #FFF;

}

.smidhead	{
	font-size: 14px;
	font-weight: bold;
	width: 30px;
}

.smid	{
	font-size: 12px;
	width: 30px;
}



.top	{
	background-color: #000000;
	color: #FFFFFF;
}

.note	{
	font-size: 10px;
}

a	{
	text-decoration: none;
	font-weight: bold;
	color: #1C8AF1;
}

a:visited	{
	text-decoration: underline;
}

a:hover	{
	color: #000000;
}

.tb	{
	border: 1px solid black;
}

.tdborder	{
	border-style: solid;
	border-width: 1px;
}

.lastrefresh 	{
	font-size: 12px;
}

.tdtotals {
	background-color: #000000;
	color: #FFFFFF;
}

tr:hover 	{
	background: #F6C8B2;
}

tr.title2:hover {
	background: #FFF;
}

tr.mainheader:hover{
	background: transparent;
}
tr.fixedfont:hover {
	background: #FFF;

}
h1		{
	width: 960px;
	margin: 10px auto 25px;
}


/* classes that change the color for different statuses */
.tryellow		{
	color: #E0A700;
}

.trgrey		{
	color: grey;
}

.trgreen		{
	color: #40B70B;
}
.trred		{
	color: #BD0519;
}

.trpurple		{
	color: purple;
}
.trpink			{
	color: #F54BBE;
}

/* edit/delete forms */
.Editjob {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
	
.Editjob div {
	border-bottom: 1px solid #eee;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

.Editjob div label, .Editjob div input, .Editjob div select, .Editjob div textarea	{
	display: block;
	float: left;
}

.Editjob div .Example {
	margin-left: 10px;
	font-size: 12px;
	color: #777;
	display: block;
	float: left;
}

.Editjob div textarea {
	border: 2px solid #777;
	padding: 5px;
	height: 125px;
	width: 375px;
	font-family: inherit;
	font-size: 13px;
	line-height: inherit;
}

.Editjob div label {
	margin-right: 7px;
	width: 100px;
}

.Editjob div input {
	border: 2px solid #777;
	padding: 3px;
}

.Editjob div input[name="starttime"] {
	width: 250px;
}

.Editjob div input[name="target"] {
	width: 300px;
}

.Editjob div input[name="description"] {
	width: 300px;
}

.Editjob div input[name="source"] {
	width: 300px;
}

.Editjob div input[name="remount"] {
	width: 300px;
}
.Editjob div a {
	display: block;
	float: left;
	margin-left: 10px;
}

