body {
	background-image: url(images/1_01.gif);
	background-repeat: repeat-x;
	background-color: #151C21;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #134C88;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.pic {
	border: 4px double #CCCCCC;
}
h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #134C88;
	font-weight: bold;
}
.Border {
	border: 1px solid #999999;
}
textarea {
	width: 400px;
}
input {
	width: 400px;
}
.clear { clear: both; overflow: hidden; font-size:0; height: 1px; display: block }
.item { float: left; margin-right: 40px; }
.btn-area { text-align: right; padding: 10px 0; margin: 0 50px;}
.btn-add { background: #DBE7A5; display: inline-block; padding: 5px 15px; border: 1px solid #878F62; font-weight: bold }
#projects-list, #add-project { border-collapse: collapse; width: 90%; margin: 0 auto; background: #fff }
#add-project { background: #cccccc }
#add-project input,
.edit-details input { width: auto; }
#add-project form { margin: 0 20px; }
#projects-list th,
#projects-list td {padding: 5px 10px; vertical-align: top; border-bottom:1px solid #4F4F4F}
#projects-list th,
#projects-list td.op { white-space: nowrap; }
#projects-list td.op a { color: #8F2C2C }
#projects-list th { background-color:  #4F4F4F; color: white; text-align: left; vertical-align: middle; }

#edit-project { width: 90%; margin: 0 auto; }
.edit-details { background: #cccccc; }
.edit-details form { margin: 0 20px; }
.edit-details textarea { width: auto }
.title { width: 90%!important; margin: 0 auto 20px; }
