/* copyright nedweb.co.uk */
/* standard */
body { 
	font-family: Tahoma;	
	font-size: 12px; 
	color: #000000; 
	margin: 0px; 
	background: url(../images/page_back.png); 
	}
img	{
	border: 0px;
	}
a 	{ 
	font-family: Tahoma; 
	color: #5E5C8C; 
	text-decoration: underline;
	}
a:hover { 
	color: #333333; 
	}
h2 	{ 
	text-align: center;
	background: transparent; 
	text-decoration: none; 
	font-size: 14px; 
	color: #5E5C8C;
	}
p 	{ 
	color: #5E5C8C; 
	padding: 0px;
	}
.Bg {
	color: #5E5C8C;
	width: 140px;
}
.Completed {
	font-weight: bold;
	color: #009900;
}
.Planned {
	font-weight: bold;
	color: #FF0000;
}
.WorkInProgress {
	font-weight: bold;
	color: #FF9933;
}
li {
	color: #5E5C8C;
	padding: 0px;
	margin-bottom: 10px;
}
hr 	{ 
	border-top: 1px #F2F1FA dashed; 
	border-bottom: none; 
	border-right: none; 
	border-left: none; 
	}
input { 
	border: 1px #000000 solid; 
	background: #F2F1FA;
	}
textarea { 
	border: 1px #000000 solid; 
	background: #F2F1FA;
	}
/* tables */
.Page { 
	width: 76%; 
	border: 0px; 
	margin-left: 12%; 
	padding: 0px; 
	}
.Head { 
	width: 100%; 
	border: 0px; 
	}
.HeadTR {
	background: url(../images/head_background.png);
	}
.HeadLeft { 
	width:45%; 
	}
.HeadMiddle { 
	text-align: right; 
	width: 53%;
	}
.HeadMiddle a { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
.Current {
	font-weight: bold;
}
.NonUnderline {
	text-decoration: none;
}
.Error {
	font-weight: bold;
	color: red;
}
.Ad {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 15%;
}

.AdMain {
	background-color: #F2F1FA;
	width: 100%;
}
.AdMainTopLeft { 
	text-align: left; 
	vertical-align: top; 
	background: url(../images/corner_top_left.png) no-repeat top left;
	width: 4%;
	}
.AdMainTopRight {  
	text-align: right; 
	vertical-align: top; 
	background: url(../images/corner_top_right.png) no-repeat top right;
	width: 4%;
	}
.AdMainBottomLeft { 
	text-align: left; 
	vertical-align: bottom; 
	background: url(../images/corner_bottom_left.png) no-repeat bottom left;
	width: 4%;
	}
.AdMainBottomRight { 
	text-align: right; 
	vertical-align: bottom; 
	background: url(../images/corner_bottom_right.png) no-repeat bottom right;
	width: 4%;
	}
.Blank {
	background-color: #FFFFFF;
	width: 2%;
}

.HeadMiddle a:hover { 
	color: #CECECE;
	text-decoration: none;
	}
.HeadRight { 
	width: 2%; 
	}
.Main { 
	width: 76%;  
	border: 0; 
	margin-left: 12%;
	}
.MainTDR { 
	background: #F2F1FA; 
	}
.MainTopLeft { 
	width: 1%; 
	text-align: left; 
	vertical-align: top; 
	background: url(../images/corner_top_left.png) no-repeat top left; 
	}
.MainTopRight { 
	width: 1%; 
	text-align: right; 
	vertical-align: top; 
	background: url(../images/corner_top_right.png) no-repeat top right; 
	}
.MainBottomLeft { 
	width: 1%; 
	text-align: left; 
	vertical-align: bottom; 
	background: url(../images/corner_bottom_left.png) no-repeat bottom left; 
	}
.MainBottomRight { 
	width: 1%; 
	text-align: right; 
	vertical-align: bottom; 
	background: url(../images/corner_bottom_right.png) no-repeat bottom right; 
	}
.Bottom { 
	width: 100%; 
	border: 0px;
	text-align: center;
	}
.BottomTD { 
	width: 25%; 
	}
.BottomBg {
	width: 150px;
	height: 150px;
	background-image: url(../images/bg4.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
.BottomMiddleTD { 
	width: 10%; 
	}
.Footer { 
	width: 100%;
	border: 0px; 
	text-align: center; 
	}
.FooterTD { 
	text-align:center; 
	}
