table.dataTable td, table.dataTable th { display: none; } 

/***** FONTS *****/


/***** GLOBAL STYLES *****/
html { overflow-y: scroll; }
html,body,table,tr,td,p,br,form,h1,h2,h3,h4,div,ul,li, textarea {
	color: #000;
	font-family:  OpenSans, Sans-Serif;
	font-weight: normal;
	font-size: 15px;
}

button, input, select, textarea {
	font-family:  OpenSans, Sans-Serif;
	font-weight: normal;
}

br.breaker { clear: both; }

body { background: #fff url(/images/bg-body.png) repeat top right; }
body.white { background: #f9f9f9; }

ul { margin: 10px 0 5px 20px; }
li { margin: 0; }

header {
	width: 940px;
	margin: 25px auto 0 auto;
	padding: 0 0 20px 0;
}

	img.logo { float: left; }

	#notificationbar {
		float: right;
		height: 23px;
		
	}
	
		#notificationbar ul {
			margin: 0;
			padding: 0;	
			
		}
	
		#notificationbar li {
			float: left;
			margin: 36px 0px 0px 0px;
			padding: 0;
			height: 23px;
			line-height: 23px;
			list-style: none;
			text-align: right;
		}
		
			#notificationbar li.orders { padding-right: 10px; width: 107px; border-right: 1px solid #333; background: url(../images/notification-orders.png) no-repeat 5px top; }
			#notificationbar li.comments { padding-right: 10px; width: 116px; border-right: 1px solid #333; background: url(../images/notification-comments.png) no-repeat 5px top; }
			#notificationbar li.logout { padding-right: 0px; width: 80px; }
			
			#notificationbar li a:link, #notificationbar li a:visited { font-weight: bold; font-size: 13px; color: #000; text-decoration: none; }
			#notificationbar li a:hover, #notificationbar li a:active { text-decoration: underline; }

	#breadcrumb-bar { clear: both;  float:left; z-index: 10;  }
	
		#lep-breadcrumb {
			float:left;
			height:43px;
			width:940px;
			border-top: 1px solid #bfc0c3;
			border-bottom: 1px solid #bfc0c3;
			margin: 10px 0px 20px 0px;
			
		}
		
			#lep-breadcrumb > p { margin: 0; padding: 1px 0 0 0; line-height: 43px; font-size: 12px; font-weight: normal; }
			
				#lep-breadcrumb > p a { color: #000; }
			
h1 {
	color:#000;
	font-size:48px;
	margin:0px 0px 20px 0px;
	text-shadow: rgba(255, 255, 255, 0.74902) 0px 1px 0px;
	font-weight: 100;
}

h2 {
	color:#666;
	font-size:26px;
	margin:0px 0px 20px 0px;
	font-weight: normal;
}

	.white h2 {
		font-size: 30px;
		font-weight: 100;
	}

	h2 strong.green {
	font-weight: bolder;
	color: #2c8c60;
	float: right;
	}

#admin_content {
	clear: both;
	width: 940px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}


	div.messagebar {
		width:918px;
		text-align: center;
		padding: 0 20px;   
		height: 60px;
		line-height: 60px;
		color: #256602;
		margin: 0px 0px 0px 0px;
		margin-bottom: 25px; 
		
		z-index: 1;
		position: relative;

		border:1px solid #256602;
		
		font-size: 16px;
		
		background: #deffdb; /* Old browsers */
		

	}


/***** ADMIN HOME *****/
div.nav-item {
	float: left;
	width: 140px;
	height: 140px;
	margin: 0 20px 20px 0;
	background: url(../images/nav-item-bg.gif) no-repeat left top;
	border: 0;
	position: relative;
	overflow: hidden;
	
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 0px 10px 0px;
border-radius: 0px 0px 10px 0px;
	
}

div.nav-item img {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 0px 10px 0px;
border-radius: 0px 0px 10px 0px;
		width: 140px;
		height: 140px;
		display: block;
		position: relative;
	}
	
	div.nav-item span:after {
		z-index: 999;
		display: block;
		width: 140px;
		height: 140px;
		position: absolute;
		left: 0;
		top: 0;
		content: url(../images/icon-gloss.png);
	}


	
/***** FORM LAYOUT *****/

.white-bg {
	padding: 10px 0px;
}

div.form-bg {
	
	background: #fff; /* Old browsers */
	
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin:20px 0px 5px 0px;
	padding: 0px;
	
	-webkit-box-shadow:  3px 3px 15px 1px rgba(0, 0, 0, 0.2);        
    box-shadow:  3px 3px 15px 1px rgba(0, 0, 0, 0.2);
}

body.white div.form-bg {
	border: 0;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.0);        
    box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}

	div.form-bg.dash { 
		width: 900px; 
		margin:20px 10px 5px 10px; 
		padding: 20px;
	}

	div.form-title {
		color:#000;
		text-align: left;
		padding: 0px 20px;   
		height: 60px;
		line-height: 60px;
		z-index: 2;
		position: relative;
		font-size: 26px;
		
		color:#fff;
		
		background: #2c8c60; /* Old browsers */
		background: -moz-linear-gradient(top,  #2c8c60 0%, #006033 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c8c60), color-stop(100%,#006033)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #2c8c60 0%,#006033 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8c60', endColorstr='#006033',GradientType=0 ); /* IE6-9 */
		
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;		
		
		
	}
	
		div.form-title span {
			float: right;
			font-size: 16px;
			line-height: 60px;
			text-align: right;
			padding: 0;
			color: #fff;
		}
		
		div.form-title .review {
			display: inline-block;
			float: right;
			font-size: 16px;
			line-height: 40px;
			text-align: right;
			padding: 0 10px;
			color: #fff;
			margin-right: 10px;
		}
		
span.divider {
	clear: both;
	display: block;
	border-bottom: 2px solid #ccc;
	padding: 25px 0 5px 0;
	margin:0px 10px 0px 10px;
	font-size: 22px;
	color: #006033;
	font-weight: bold;
	
}

	.divider-button {
		float: right;
		margin-top: -8px;
		padding-bottom: 8px;
	}

form > div, .form > div { clear: both; padding: 10px 20px 0 20px; position: relative; }
form > div p, .form > div p { line-height: 1.4em; }

.viewtable {
	margin: 10px 10px 0 10px;
	width: 940px;
}

	.viewtable th {
		padding: 8px;
		background: #CCC;
	}

	.viewtable td {
		padding: 8px; 
		vertical-align: middle;
	}

	.viewtable tr:nth-child(odd) td {
		background: #EEE;
	}
	
label {
	display: block; 
	float: left;
	font-size: 14px;
	font-weight: bold;
	min-height: 22px;
	width: 200px;
	line-height: 22px;
}

	label.required:after {
		content: "required";
		color: #666;
		font-size: 10px;
		padding-left: 10px;
	}

input,select,textarea {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

input:focus,select:focus,textarea:focus {
	outline-color: #19b2ea;
	-moz-box-shadow: 0px 0px 10px 0px #19b2ea;
	-webkit-box-shadow: 0px 0px 10px 0px #19b2ea;
	box-shadow: 0px 0px 10px 0px #19b2ea;
}

input {
	background: #fff;
	line-height: 22px;
	color: #444;
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 0 6px;
	height: 22px;
}

	input.datepicker { background: url(../images/datepicker.gif) no-repeat right 9px; }

select { 
	background: #fff; 
	height: 22px; 
	line-height: 22px  !important; 
	color: #444; 
	font-size: 12px; 
	padding: 0 0 0 2px; 
	border: 1px solid #ccc; 
}

textarea { background: #fff; color: #444; border: 1px solid #ccc; font-size: 12px; }

form > div > span.mceEditor,
.form > div > span.mceEditor { float: left; margin-bottom: 10px; margin-top: 3px; border: 1px solid #ccc; }

input.buttonstyle {

	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	cursor: pointer;

	height: 32px;
	line-height: 32px;
	font-size: 16px;

	background: #2c8c60; /* Old browsers */
	background: -moz-linear-gradient(top, #2c8c60 0%, #006033 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c8c60), color-stop(100%,#006033)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c8c60 0%,#006033 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c8c60 0%,#006033 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c8c60 0%,#006033 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2c8c60 0%,#006033 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8c60', endColorstr='#006033',GradientType=0 ); /* IE6-9 */

	color: #eee;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #F3F3F3;
	
	-moz-box-shadow: inset 0px 0px 8px 1px #085a34;
	-webkit-box-shadow: inset 0px 0px 8px 1px #085a34;
    box-shadow: inset 0px 0px 8px 1px #085a34;
}

a.subbuttonstyle {
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: block;
	padding: 0px 10px;
	float: right;
	margin-left: 5px;
}

input.firstbutton {
	margin:0px 0px 0px 20px;
}

input.buttonstyle:hover {
	color: #fff;
	-moz-box-shadow: inset 1px 1px 5px 3px #085a34;
	-webkit-box-shadow: inset 1px 1px 5px 3px #085a34;
    box-shadow: inset 1px 1px 5px 3px #085a34;
}

input.deletebutton {
		margin:0px 20px 0px 0px;
		float: right;
		background: #c22134; /* Old browsers */
		background: -moz-linear-gradient(top,  #c22134 0%, #671102 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c22134), color-stop(100%,#671102)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #c22134 0%,#671102 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #c22134 0%,#671102 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #c22134 0%,#671102 100%); /* IE10+ */
		background: linear-gradient(top,  #c22134 0%,#671102 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c22134', endColorstr='#671102',GradientType=0 ); /* IE6-8 */

	color: #fff;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: inset 0px 0px 8px 1px #671102;
	-webkit-box-shadow: inset 0px 0px 8px 1px #671102;
    box-shadow: inset 0px 0px 8px 1px #671102;
}

input.deletebutton:hover {
	color: #fff;
	-moz-box-shadow: inset 1px 1px 5px 3px #671102;
	-webkit-box-shadow: inset 1px 1px 5px 3px #671102;
    box-shadow: inset 1px 1px 5px 3px #671102;
}

.optionstyle {
	display: block;
	float: left;
	padding: 3px 6px;
	
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

	cursor: pointer;

	background: #19b2ea; /* Old browsers */
	background: -moz-linear-gradient(top, #19b2ea 0%, #148bb7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19b2ea), color-stop(100%,#148bb7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #19b2ea 0%,#148bb7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #19b2ea 0%,#148bb7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #19b2ea 0%,#148bb7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #19b2ea 0%,#148bb7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b2ea', endColorstr='#148bb7',GradientType=0 ); /* IE6-9 */
	
	color: #eee;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #F3F3F3;
	
	-moz-box-shadow: inset 0px 0px 8px 1px #148bb7;
	-webkit-box-shadow: inset 0px 0px 8px 1px #148bb7;
    box-shadow: inset 0px 0px 8px 1px #148bb7;
}
	
	.optionstyle:hover {
		color: #fff;
		-moz-box-shadow: inset 1px 1px 5px 3px #148bb7;
		-webkit-box-shadow: inset 1px 1px 5px 3px #148bb7;
		box-shadow: inset 1px 1px 5px 3px #148bb7;
	}

.dataTables_wrapper table td a.optionstyle { color: #eee; text-decoration: none; }

a.event-add {
	background: #fff;
	line-height: 60px;
	color: #444;
	border: 1px solid #ccc;
	font-size: 16px;
	padding: 4px 10px;
	margin:0px 0px 20px 0px;
	height: 40px;
	text-decoration:none;

	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

	cursor: pointer;

	background: #f5973c; /* Old browsers */

	color: #262626;
	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow: 0px 0px 20px -5px #000;
	-webkit-box-shadow: 0px 0px 20px -5px #000;
	box-shadow: 0px 0px 20px -5px #000;
}

a.event-add:hover {
	color: #fff;
	-moz-box-shadow: 0px 0px 20px 0px #19b2ea;
	-webkit-box-shadow: 0px 0px 20px 0px #19b2ea;
	box-shadow: 0px 0px 20px 0px #19b2ea;
}

.searchable { 
	position: relative;
	float: left;
}

.searchable select{ height: auto; min-height: 22px; }

span.helpbutton {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(../images/help.png) no-repeat left top;
}
	span.helpbutton:hover, span.helpbutton.active { background: url(../images/help.png) no-repeat left bottom; }

div.help {
	clear: both;
	position: relative; 
	display: none;
	background: #efefef;
	padding: 15px 15px;
	margin-top: 18px; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #222;
}
	div.help > div {
		position: absolute;
		left: 0px;
		top: -16px;
		width: 0;
		height: 0;
		border-right: 13px solid transparent;
		border-bottom: 16px solid #efefef;
		border-left: 13px solid transparent;
	}

/***** LOGIN FORM *****/
table.logintable {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -170px auto auto -200px;
	width: 400px;
	height: 300px;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 0px 20px -5px #000;
	-webkit-box-shadow: 0px 0px 20px -5px #000;
	box-shadow: 0px 0px 20px -5px #000;
	
	background: #2c8c60; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c8c60 0%, #006033 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c8c60), color-stop(100%,#006033)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c8c60 0%,#006033 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8c60', endColorstr='#006033',GradientType=0 ); /* IE6-9 */


}

	table.logintable td {
		vertical-align: top;
		padding: 0 40px 20px 40px;
	}
	
		table.logintable p {
			padding: 10px 0;
		}
	
		table.logintable label {
			display: block;
			color: #ddd;
		}
		
		table.logintable input.loginfield {
			background: #FFF; color: #666;
			height: 40px;
		}
		
	
		table.logintable h1 {
			font-size: 40px; margin: 30px 0 20px 0; color: #ddd;
			-moz-text-shadow: 0px 0px 20px -5px #000;
			-webkit-text-shadow: 0px 0px 20px -5px #000;
			text-shadow: 5px 5px 10px #333;
		}
		
#loginerror {
		text-align: center;
		padding: 0 20px;   
		height: 30px;
		line-height: 30px;
		color: #fff;
		margin: 0;
		margin-bottom: 15px; 
		
		z-index: 1;
		position: relative;

		-moz-box-shadow: 0px 0px 20px -5px #000;
		-webkit-box-shadow: 0px 0px 20px -5px #000;
		box-shadow: 0px 0px 20px -5px #000;
		
		font-size: 16px;
		
		background: #671102; /* Old browsers */
		background: -moz-linear-gradient(top,  #671102 0%, #c22134 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#671102), color-stop(100%,#c22134)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #671102 0%,#c22134 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #671102 0%,#c22134 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #671102 0%,#c22134 100%); /* IE10+ */
		background: linear-gradient(top,  #671102 0%,#c22134 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#671102', endColorstr='#c22134',GradientType=0 ); /* IE6-8 */
}
	

/*** PROJECTS ****/

.dataTables_wrapper table.datatable tr.datarow-withsubs td {
	vertical-align: top;
	height: 60px;
}

.dataTables_wrapper table.datatable td {
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}
.dataTables_wrapper table.datatable tr:hover td {
	background: #d1ede0;
	cursor: pointer;
	transition: all 0.2s;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
}

.dataTables_wrapper table td .project-title {
	text-decoration: none;
}
	.dataTables_wrapper table td .project-title:hover {
		text-decoration: underline;
	}
	
.dataTables_wrapper table td .project-more-cont, 
.viewtable td .project-more-cont {
	position: relative;
	float: left;
	width: 60px;
}

.viewtable td .project-more-cont { float: right; }

.dataTables_wrapper table td .project-more,
.viewtable td .project-more {
	margin: 10px 0px 5px 0px;
	color: #777;
	line-height: 2.5em;
	position: absolute;
	background: #FFF;
	left: 0px;
	top: 15px;
	list-style: none;
	width: 160px;
	padding: 5px 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	border: 1px solid #CCC;

	z-index: 99;
	display: none;
}

.viewtable td .project-more {
	left: 0px;
	top: 12px;
}

	.dataTables_wrapper table td .project-more li,
	.viewtable td .project-more li {
		font-size: 0.85em;
		line-height: 2em;
	}
	
 .dataTables_wrapper table td form.project-more-review,
 .viewtable td form.project-more-review { 
	font-size: 0.85em;
	color: #777;
	margin-top: 10px;
	display: none;
 }

	.dataTables_wrapper table td form.project-more-review select {
		font-size: 1em;
		padding: 0;
		margin: 0 0 0 5px;
		height: 24px;
		line-height: 24px;
	}

	.dataTables_wrapper table td form.project-more-review input.buttonstyle {
		font-size: 1em;
		padding: 0px 7px;
		margin: 0 0 0 5px;
		height: 26px;
		line-height: 22px;
	}

.dataTables_wrapper table td .project-more a, 
.dataTables_wrapper table td .project-more form,
.viewtable td .project-more a {
	color: #777;
	text-decoration: none;
}

	.dataTables_wrapper table td .project-more a:hover,
	.viewtable td .project-more a:hover {
		color: #333;
	}
	
	.dataTables_wrapper table td .project-more a span, 
	.viewtable td .project-more a span, 
	.dataTables_wrapper table td .project-more form span,
	.viewtable td .project-more form span {
		padding: 0px 3px 0px 2px;
		font-size: 1.2em;
	}

.project-doc {
	float: left;
	width: 170px;
	clear: none;
	margin: 0px 30px 30px 0px;
	line-height: 1.4em;
}

.project-doc img {
	margin-bottom: 10px;
}
.project-doc a {
	color: #666;
}

.project-doc strong small { font-size: 0.8em; font-weight: bolder; }

#main .dashboard {
	width: 100%;
	border-collapse: collapse;
}

	#main .dashboard th, .dashboard td {
		text-align: left;
		padding: 8px;
	}

	#main .dashboard th {
		color: #FFF;
		font-weight: normal;

		background: #2c8c60; /* Old browsers */
		background: -moz-linear-gradient(top,  #2c8c60 0%, #006033 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c8c60), color-stop(100%,#006033)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #2c8c60 0%,#006033 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #2c8c60 0%,#006033 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c8c60', endColorstr='#006033',GradientType=0 ); /* IE6-9 */
		
	}

	#main .dashboard td {
		border-bottom: 1px 
	}

	#main .dashboard tr.overdue td, #main .dashboard tr.overdue td a {
		color: #CC0000;
		font-weight: normal;
	}

	#main .dashboard td.right, #main .dashboard th.right {
		text-align: right;
	}

.archive_pie {
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
}