.portfolio_form_add {
	background: #22262a;
	min-width: 600px;
}

.portfolio_form_add h3 {
	font-size: 9px;
	font-weight: normal;
	font-family: "Monaco", sans-serif;
	text-transform: uppercase;
	color: #575a5d;
	background: #d1cfcc;
	line-height: 21px;
	padding-left:18px;
}

.portfolio_form_add h3 a:hover {
	color: #333333;
}
.portfolio_form_add .header_label {
	color:#575a5d;
	text-align:right;
	padding-right: 15px;
	margin-bottom: 0;
}
.portfolio_form_add input,
.portfolio_form_add textarea {
	font-family: "Monaco", sans-serif;
	font-size: 9px;
}

.portfolio_form_add textarea {
	padding: 5px;
}

.portfolio_form_add select {
	background: #575a5d;
	border:1px solid #333;
	height:19px;
	padding:3px;
	line-height: 16px;
	vertical-align: middle;
}

.portfolio_form_add .portfolio_buttons {
	margin-right: 15px;
	margin-bottom: 15px;
}

.portfolio_projects_list {
	min-width: 600px;
}

.portfolio_projects_list h3 {
	margin-top:15px;
	font-size: 9px;
	font-weight: normal;
	font-family: "Monaco", sans-serif;
	text-transform: uppercase;
	color: #575a5d;
	background: #d1cfcc;
	line-height: 21px;
	padding-left:22px;
	height:21px;	
}

.portfolio_projects_list h3 span{
	width:80px;
	margin-right:15px;
	display:block;
	float:left;
}

.portfolio_projects_list h3 span.project_name {
	width:150px;
}

.portfolio_projects_list ul {
	background:#22262a;
	text-transform: uppercase;
}

.portfolio_projects_list ul li {
	line-height: 20px;
	height:20px;
}

.portfolio_projects_list ul li.alt {
	background:#272b30;
}

.portfolio_projects_list ul li span{
	color:#575a5d;
	display:block;
	width:80px;
	margin-right:15px;
	overflow: visible;
	float:left;
}

.portfolio_projects_list .active {
	background:#00FF00;
	width:5px;
	height:5px;
	padding:0;
	display: block;
	float: left;
	margin:8px 0 0 8px;
}
.portfolio_projects_list .inactive {
	background:#FF0000;
	width:5px;
	height:5px;
	padding:0;
	display: block;
	float: left;
	margin:8px 0 0 8px;
}
.portfolio_projects_list ul li span.project_name {
	padding-left:9px;
	color:#d1cfcc;
	width:150px;
}

.portfolio_edit_header {
	background-color:#d1cfcc;
	padding:15px;
}
.portfolio_edit_header .activator {
	float:right;
}
.portfolio_edit_header .poster_image {
	float:left;
}
.portfolio_edit_header .poster_image img {
	padding-right:18px;
}
.portfolio_edit_header a:hover {
	color: #333333;
}

.portfolio_edit_header .info {
	color:#575a5d;
	font-size:14px;
	float:left
}

.portfolio_edit_header .info h1 {
	font-size:12px
}

.portfolio_edit_header .info p {
	color:#575a5d;font-size:9px;
}

