body {
	background: url('images/background.png');
	font-size: 11px;
	font-family: Lucida Grande, san-serif;
}
.container {
	width: 94%;
	margin: 20px auto;
	min-width: 700px;
}
.logged {
	text-align: right;
	padding: 7px;
	background: #F3F3F2;
	border: 1px solid #ccc;
	border-bottom: 0px;
}
.logged a:link, .logged a:visited {
	border-top: 1px solid #F2F2F2;
	border-left: 1px solid #F2F2F2;
	border-bottom: 1px solid #B8B8B8;
	border-right: 1px solid #B8B8B8;
	padding: 2px 5px;
	margin-left: 3px;
	background: #E1E1E1;
	text-decoration: none;
	color: #5B5B5B;
}
.logged a:hover {
	background: #737373;
	border-right: 1px solid #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	border-top: 1px solid #3B3B3B;
	border-left: 1px solid #3B3B3B;
	color: #fff;
}
.header {
	background: #FC9 url('images/logo.png') right top no-repeat;
	border: 1px solid #F9A03F;
	border-bottom: 0px;
	height: 83px;
	position: relative;
}
.copy {
	text-align: center;
	padding: 7px;
	background: #F3F3F2;
	border: 1px solid #ccc;
	border-top: 0px;
	font-weight: bold;
}
.tabs {
	border-bottom: 1px solid #FC9925;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	padding-left: 10px;
}
.tabs a:link, .tabs a:visited {
	padding: 4px 8px;
	margin-right: 3px;
	margin-bottom: -1px;
	background: #fff;
	border: 1px solid #FC9925;
	float: left;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.tabs a:hover {
	background: #FC9925;
	color: #fff;
}
body#tabdash .tabs a#tdash:link, body#tabdash .tabs a#tdash:visited, 
body#tabcale .tabs a#tcale:link, body#tabcale .tabs a#tcale:visited, 
body#tabmess .tabs a#tmess:link, body#tabmess .tabs a#tmess:visited, 
body#tabarti .tabs a#tarti:link, body#tabarti .tabs a#tarti:visited, 
body#tabads .tabs a#tads:link, body#tabads .tabs a#tads:visited, 
body#tabstaf .tabs a#tstaf:link, body#tabstaf .tabs a#tstaf:visited, 
body#tabadmi .tabs a#tadmi:link, body#tabadmi .tabs a#tadmi:visited, 
body#tabweb .tabs a#tweb:link, body#tabweb .tabs a#tweb:visited {
	background: #FEECD9;
	border: 1px solid #FC9925;
	border-bottom: 1px solid #FEECD9;
}

body#tabdash .tabs a#tdash:hover, 
body#tabcale .tabs a#tcale:hover, 
body#tabmess .tabs a#tmess:hover, 
body#tabarti .tabs a#tarti:hover, 
body#tabads .tabs a#tads:hover, 
body#tabstaf .tabs a#tstaf:hover, 
body#tabadmi .tabs a#tadmi:hover, 
body#tabweb .tabs a#tweb:hover {
	color: #000;
}
a:link#thelp, a:visited#thelp, a:hover#thelp {
	background: #FC9;
	color: #666;
	border: 1px solid transparent;
	border-bottom: 1px solid #FC9925;
}
.content {
	background: #FFF;
	border: 1px solid #F9A03F;
	border-top: 0px;
	padding: 10px;
}
.content h1 {
	margin: 0px;
	font-size: 20px;
	color: #CB7609;
}
.content h2 {
	margin: 0px;
}
.error {
	padding: 8px;
	border: 1px solid #F63C3C;
	background: #FDE5E5;
	color: #000;
	margin-bottom: 10px;
}
.error h3 {
	margin: 0px 0px 6px 0px;
	font-size: 16px;
	color: #F63C3C;
}
.error ul { margin: 0px; padding: 0px 20px; }
.error ul li { margin-bottom: 2px; }
.back1 {
	background: transparent;
	padding: 6px;
}
.back2 {
	background: #FFF4E5;
	padding: 6px;
}
.backupload {
	background: #FFF4E5;
	padding: 6px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FC9925; 
}
.label {
	width: 10em;
	padding-top: 5px;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
.line { border-bottom: 1px solid #FC9925; }
.snav {
	background: #FEECD9;
	border: 1px solid #F9A03F;
	border-top: 0px solid #F9A03F;
	min-height: 3px;
}
.sub_nav {
	height: 20px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sub_nav li {
	display:inline;
}
.sub_nav li a:link, .sub_nav li a:visited {
	display: block;
	float: left;
	font-size: 10px;
	color: #CB7006;
	font-weight: bold;
	/* background: #FADDBF; */
	padding: 4px 10px;
	text-decoration: none;
	border-left: 1px solid #FC9925;
}
.sub_nav li a:hover { color: #fff; background: #F9A03F; }
.sub_nav li:first-child a { border: 0px; }
.spacer {
	height: 4px;
	width: 10px;
	display: block;
}
table thead td {
	border-bottom: 1px solid #FC9925;
	font-weight: bold;
}
table td { padding: 4px; }
tr.row1 td {
}
tr.row2 td {
	background: #FFF4E5;
}
tr.rowhead td,
tr.rowhead td a:link,
tr.rowhead td a:visited {
	background: #E97C00;
	color: #fff;
}
tr.rowpage1 td { color: #000; background: #F8C590; border-top: 1px solid #F09122; }
tr.rowpage2 td { color: #000; background: #F8C590; border-top: 1px solid #F09122; }
.cen { text-align: center; }
.grays { color: #666; font-size: 0.8em; font-style: italic; }
#count {
	font-size: .8em;
	color: #292929;
	font-weight: normal;
}
.uploadStatus {
  margin: 5px;
}
.progressBar {
  margin: 5px;
}
.progressBar .border {
  background: url(/images/progress-remainder.gif) repeat-x;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  width: 100%;
}
.progressBar .background {
  background: url(/images/progress-bar.gif) repeat-x;
  height: 18px;
  width: 0%;
}
.img_table { width: 100%; }
.img_table td {
	height: 150px;
	width: 33%;
	text-align: center;
}
.links a:link, .links a:visited {
	display: block;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	color: #BD6F04;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
	background: #FDEBD1;
}
.links a:link.selected, .links a:visited.selected {
	background: #F6B55D;
	color: #fff;
	border-bottom: 1px solid #BE7B1A;
}
.links a:hover.selected {
	text-decoration: none;
}
#help_container {
	position: relative;
}
#help {
	position: absolute;
	top: -10px;
	right: -11px;
	width: 305px;
	border: 1px solid #F9A03F;
	border-top: 0px;
	background: url('/images/help_back.png');
	z-index: 200;
}
#help_insert {
	padding: 10px;
}
.help_heading {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #333;
}
.stat {
	height: 21px;
	border-bottom: 1px solid #CCC;
}
.stat_title {
	font-size: 11px;
	color: #BD6F04;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	width: 210px;
	float: left;
}
.stat_num {
	float: right;
	font-weight: bold;
	padding: 4px;
	margin-right: 4px;
}
.entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.entry .entry_date {
	font-size: 13px;
	color: #6D6D6D;
}
.entry .entry_foot {
	background: #EAEAEA;
	padding: 4px;
	margin-top: 5px;
}
.entry .entry_text {
	padding: 5px;
	line-height: 18px;
}
.paginator { font: 11px Arial, Helvetica, sans-serif; padding-top: 10px; padding-bottom: 10px; margin: 0px; }
.paginator a, .pageList .this-page {padding: 2px 6px; border: solid 1px #ddd; color: #000; margin-left: 3px; background: #fff; text-decoration: none;}
.paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 11px; vertical-align: top; background: #fff;}
.paginator a:hover {color: #fff; background: #CA7E15; border-color: #663700; text-decoration: none;}
.paginator .fill { padding: 2px 6px; margin-right: -2px; }


.status {
	position: relative;
	width: 9px;
	height: 9px;
	z-index: 100;
}
.status span {
	display: none;
	position: absolute;
	border: 1px solid #F9A03F;
	background: #FDEBD1;
	top: -2px;
	left: 11px;
	z-index: 100;
	padding: 2px 0px 2px 5px;
	width: 120px;
}
.status:hover span {
	display: block;
	position: absolute;
	border: 1px solid #F9A03F;
	background: #FDEBD1;
	font-weight: bold;
	z-index: 100;
	padding: 2px 0px 2px 5px;
	width: 120px;
	font-size: 9px;
	opacity: .95;
}
#websections {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 40px;
}
#websections li {
	padding: 4px;
	cursor: move;
	position: relative;
}
#websections li .delete { 
	display: none;
}
#websections li:hover {
	background: #FFF4E5;
}
#websections li:hover .delete {
	display: block;
	position: absolute;
	left: -45px;
	top: 0px;
	cursor: pointer;
	width: 40px;
	padding: 4px;
}
div.dropmarker {
   height:6px;
   width:200px;
   background: url(/images/dropmarker.png) left top;
   margin-top:-3px;
   margin-left:-5px;
   z-index:1000;
   overflow: hidden;
}
.comments {
	position: relative;
}
.comments span {
	display: none;
}
.comments:hover span {
	top: -4px;
	left: -5px;
	width: 400px;
	display: block;
	position: absolute;
	background: #FFF4E5;
	padding: 4px 8px 8px 5px;
	z-index: 2000;
}

table.Dashcal {
	background: #e1e0e0;
	width: 90%;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100%;
}
table.Dashcal th {
	color: #666;
	background: #eee;
	padding: 3px;
	font-size: 10px;
	text-align: left;
}
table.Dashcal td {
	background: #FDF2D2;
	padding: 3px;
	color: #666;
	font-size: 9px;
	vertical-align: top;
}
table.Dashcal td.today {
	background: #ffc;
	color: #000;
	/* border: 1px solid #fc6; */
}
table.Dashcal ul {
	padding: 0;
	margin: 3px 0 0 0;
	list-style-type: none;
}
table.Dashcal li {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	padding: 1px 0 0 0;
	margin-bottom: 3px;
}
table.Dashcal .day {
	color: #BD6F04;
	font-weight: bold;
	display: block;
}
table.Dashcal td.today .day {
	font-weight: bold;
	color: #000;
}