a, a:visited {
    color: #64781e;
}
a img {
    border: none;
}
a:hover {
    color: #9a8;
}
a.delete:hover {
	background: #c00;
	color: white;
}
acronym, abbr, span.caps {
    cursor: help;
    font-size: 90%;
    letter-spacing: .07em;
}
blockquote {
    border-left: 5px solid #8fac2b;
    margin-left: 1.5em;
    padding-left: 5px;
}
body {
    background: #fff;
    border: none;
    border-top: 0px;
    color: #000;
    font-family: Helvetica, sans-serif;
    margin: 0;
}
th {
	font-weight: normal;
	text-align: center;
}
th.colhead {
	font-weight: normal;
	text-align: center;
	background-color: #999;
	color: white;
}
h2 {
    border-bottom: 1px dotted #ccc;
    font: 95% "Trebuchet MS", serif;
    letter-spacing: 0.2em;
    margin: 15px 0 2px 0;
    padding-bottom: 2px;
}
h3 {
	margin: 20px 200px 20px 0;
    border-bottom: dotted 1px #CCC;
    font-family: "Trebuchet MS", serif;
}
h4 {
	margin: 20px 200px 20px 0;
    border-bottom: dotted 1px #ccc;
}
h3.propvid, h4.propvid {
	margin: 40px 320px 10px 0;
	background: url('images/propvid_sml.gif') no-repeat;
	height: 89px; /* should equal at least the height of the image */
	border-bottom: none;
	text-indent: -999px;
}
hr {
	color: #ccc;
	background-color: #fff;
	height: 1px;
	width: 100%;
}
ol#comments li p {
    font-size: 100%;
}
p, li, .feedback, td, th {
    font-family: Helvetica, sans-serif;
	font-size: small;
	line-height: 175%;
}
#clienthead {
	padding: 5px 5px 11px;
	height: 35px;
	/*background: url('images/imagetrack.gif') right top no-repeat;*/
	/*background-color: #aace36; */
	background-color: #252525;
	color: #82ff01;
}
#clienthead p { /* the client nav buttons */
	padding-top: 5px;
}
#clienthead p a {
	text-decoration:none;
	color: #82ff01;
	/*color: #74F43F;*/
}
#content {
	border: none;
	padding: 14px 10px 10px 10px;
	position: absolute;
	left: 20px;
	top: 82px;
}
#breadcrumbs {
	border: none;
	padding: 0px 10px 15px 10px;
	position: absolute;
	top: 4px;
	font-family: Helvetica, sans-serif;
	font-size: x-small;
}
#breadcrumbs a {
    color: #53670d;
}
.tblrow1 {
	background-color: white;
	vertical-align: top;
}
.tblrow2 {
	background-color: #eeeeee;
	vertical-align: top;
}
.tblrow_highlight {
	background-color: #ffeeee;
	vertical-align: top;
}
#uiflash_messages {
	/*background: #cec;*/
	background: #BDF769;
    border: 1px solid #444;
    padding: 0.5em 1em 0.5em 1.5em;
    margin: 1em 5% 10px;
}
#uiflash_errors {
    background: #ecc;
    border: 1px solid #444;
    margin: 1em 5% 10px;
    padding: 0.5em 0.5em 0.5em 1.5em;
}
#uiflash_notices {
	background: #eec;
    border: 1px solid #444;
    margin: 1em 5% 10px;
    padding: 0.5em 0.5em 0.5em 1.5em;
	color: #333;
}
.updated {
    background: #BDF769;
    border: 1px solid #444;
    margin: 1em 5% 10px;
    padding: 0 0.5em 0 0.5em;
}
.error {
    background: #ecc;
    border: 1px solid #444;
    margin: 1em 5% 10px;
    padding: 0 0.5em 0 0.5em;
}
.neutral {
    background: #eec;
    border: 1px solid #444;
    margin: 1em 5% 10px;
    padding: 0 0.5em 0 0.5em;
}
input:focus, textarea:focus, label:focus {
    background: #fff;
    border: 1px solid #878787;
}
label {
    cursor: pointer;
}
textarea, input, select, textarea.readonly {
    background: #f4f4f4;
    border: 1px solid #b2b2b2;
    color: #000;
    margin: 1px;
    padding: 3px;
}
textarea.readonly {
   border-color: #c2c2c2;
}
input.submit {
    background: url('images/fade-butt.png');
    border: 3px double #999;
    border-left-color: #ccc;
    border-top-color: #ccc;
    color: #333;
    padding: 0.25em; 
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
}
p.hr {
	border-bottom: 1px dotted #ccc;
}
td.imgplaceholder {
	background: url('images/imgplaceholder.png');
}
#pagestats {
	width: 300px;
	clear:both;
	background-color: green;
}
dt {
	float: left;
	clear:left;
	width: 100px;
	border-color: #333;
	font-weight: bold;
}
dd {
	float: left;
	width: 100px;
	margin: 0px;
}
dt, dd {
	font-size: x-small;
	border: 1px solid #ccc;
	text-align: left;
	margin: 1px;
	padding: 1px;
}

/** Classes snarfed from Wordpress **/
/* Tab navigation */
#adminmenu {
	/*border-bottom: 1px solid #8fac2b;*/
	border-bottom: 1px solid #353535;
	margin: 20px -5px 0px -5px;
	padding: 0;
}
#adminmenu .current, #adminmenu2 .current, #ed_strong {
	font-weight: bold;
}
#adminmenu a {
	color: #82ff01;
	font-size: small;
	font-weight: normal;
	margin: 0px 4px 0 0;
	padding: 4px 6px 5px 5px;
	text-decoration: none;
	/*border-top: 1px solid #8fac2b;*/
	border-top: 1px solid #353535;
	border-bottom: none;
	border-left: none;
	border-right: 2px solid #454545;
	/*border-right: 2px solid #5f8c0b;*/

}
/* Active tab of primary menu */
#adminmenu a:hover, #adminmenu .current {
	/*background: #8fac2b;*/
	background: #454545;
	color: white;
	/*color: #82ff01;*/
}
#adminmenu li, #adminmenu2 li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}
#adminmenu2 {
	/*background: #d3dbbd;*/
	background:#454545;
	border-bottom: 1px solid #999;
	margin: 0px -5px -9px -5px;
	padding: 6px 2em .1em; 
	height: 1.27em;
}
/* Active tab of secondary menu */
#adminmenu2 .current {
	background: #ffffff;
	border-top: 1px solid #aaaaaa;
	border-right: 2px solid #9a9a9a;
	color: #1b1b1b;
	margin-right:-2px;
	border-bottom: 1px solid white;
}
#adminmenu2 a {
	border: none;
	color: white;
	font-size: 12px;
	padding: .3em .6em .2em .6em;
	text-decoration: none;
}
#adminmenu2 a:hover {
	background: #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	color: #393939;
}
#adminmenu2 li, #adminmenu2 li a {
	line-height: 170%;
	font-size: small;
}
#adminmenu li #jobs {
	margin-left: 100px;
	padding-left: 10px;
	padding-right: 10px;
	display: none;
}
#adminmenu2 li a#jobs {
	font-weight: bold;
}
#head {
	padding: 5px 5px 11px;
	height: 62px; /*
	background: url('images/imagetrack.gif') right top no-repeat;*/
	background-color: #252525; 
	color:white;
	/*background-color: #aace36; */
}
#head h1 {
	font-size: 200%;
	font-weight: normal;
	font-family: Georgia;
	letter-spacing: -.05em;
	margin: 0 0 0 -800px; /* throw this h1 off to invisible space in CSS-capable browsers */
}
#admincontent {
	border: none;
	padding: 5px 10px 10px 10px;
	position: absolute;
	left: 20px;
	top: 84px;
	width: 95%;
}
input.over, textarea.over {
	background-color: #eebbbb;
	display: inline;
	float:left;
}
.normal {
	background-color: white;
}
.textCounter {
	font-family: sans-serif;
	font-size: x-small;
	font-weight: bold;
	width: 4em;
	float:left;
	text-align: center;
	border: 1px solid #ddd;
	color: #777;
}

table.tasks { width: 98%; padding: 0px; }
table.tasks tr td { border-top: 1px solid #a2a2a2; padding: 3px 0px 5px 0px; vertical-align: top; }
table.tasks select.taskOwner { width:14em; }
table.tasks select.time { width:7em; }

table.tasks th {
	text-align: center;
}
table.tasks tr.bg_warning {
	background-color: #eecccc;
}

.cal_table {
	width: 98%;

}
.cal_table td {
	font-size: small;
	text-align: center;
	vertical-align: middle;
}
.cal_table td:hover {
	background-color: #ccc;
}
#image_logo {
	position: absolute;

	right: 0px; /* Was 108px when propvid_logo existed */
}
#propvid_logo {
	width: 108px;
	position: absolute;
	right: 0px;
	height: 92px;
	background-color: #cff5f6;
}

#search {
    position: absolute;
    top: 54px;
    right: 10px;
    font-size: small;
}

.thumb:hover {
	cursor: pointer;
}

.hide {
	display:none;
}



/*****************************
 * VIDEO STYLES FOR STAFF SIDE
 * ***************************/

.touched {
	background: #E19364;
}
.untouched {
	background: transparent;
}

.veryurgent1 { background: #ffaaaa;}
.veryurgent2 { background: #ef9a9a;}
.urgent1 { background: #ffeeaa;}
.urgent2 { background: #efde9a;}
.semiurgent1 { background: #ffffaa;}
.semiurgent2 { background: #efef9a;}



/* MORE CALENDAR STYLES - STATES CHECKBOXES */
#states_checkboxes {
display:block;
width:200px;
height 100px;
float:right;
}
#states_checkboxes_inner,
#zones_checkboxes_inner {
overflow-y:scroll;
height:90px;
border:1px dotted #999999;
margin:3px 3px 3px 0;
}
.state_checkbox {
	display:inline;
}
#zones_checkboxes {
display:block;
width:250px;
height 100px;
float:right;
}
.zone_checkbox {
	display:inline;
}
#absences {
display:block;
width:400px;
float:left;
}
