/* @override 
	http://localhost:5000/projects.css
	http://localhost:9090/projects.css
*/

.projects_cnt {
	width: 800px;
}

.projects_cnt div {
	border:1px solid #CCCCCC;
	cursor:pointer;
	float:left;
	margin-right:10px;
	margin-top:10px;
	overflow:hidden;
	padding:6px;
	width:173px;
	text-align: center;
}

.projects_cnt div img {
	width: 150px;
	height: 100px;
}

.projects_cnt h2 {
	color:#2C2C2C;
/*  font-family:Tahoma;*/
	font-size:12px;
	font-weight:bold;
	line-height:80%;
	border-bottom: 1px solid green;	
}

.project_details {
	width: 700px;	
}

ul.wizard {
	margin: 0px;
	padding: 0px;
}

ul.wizard li {
	margin: 0px;
	width: 0px;
	display: block;
	width: 180px;
	float: left; 
	height: 32px;
	background: no-repeat left top;
	padding-left: 35px;
	line-height: 32px;
	margin: 5px;
}

ul.wizard li.active1 {
	background-image: url('images/steps/1current.png');
}
ul.wizard li.passive1 {
	background-image: url('images/steps/1next.png');
}
ul.wizard li.done1 {
	background-image: url('images/steps/1finished.png');
	cursor: pointer;
}

ul.wizard li.active2 {
	background-image: url('images/steps/2current.png');
}
ul.wizard li.passive2 {
	background-image: url('images/steps/2next.png');
}
ul.wizard li.done2 {
	background-image: url('images/steps/2finished.png');
	cursor: pointer;
}

ul.wizard li.active3 {
	background-image: url('images/steps/3current.png');
}
ul.wizard li.passive3 {
	background-image: url('images/steps/3next.png');
}
ul.wizard li.done3 {
	background-image: url('images/steps/3finished.png');
	cursor: pointer;
}

ul.wizard li.active4 {
	background-image: url('images/steps/4current.png');
}
ul.wizard li.passive4 {
	background-image: url('images/steps/4next.png');
}
ul.wizard li.done4 {
	background-image: url('images/steps/4finished.png');
	cursor: pointer;
}

ul.wizerd button.next {
	float: right;
}

.invitation div.roomie {
	width: 200px;
	height: 70px;
	border: 1px solid #CCCCCC;
	margin: 7px;
}

.invitation .img_cnt img {
	float: left;
	width: 40px;
	height: 40px;
}

.invitation div.roomie input {
	width: auto;
}

.invitation div.roomie div.right {
	float: right;
	width: 150px;
}

.invitation div.roomie span {
	background-color: #EEEEEE;
	font-size: 11pt;
	display: block;
	padding: 2px;
}

.invitation div.img_cnt {
	padding: 5px;
	height: 60px;
	width: 40px;
	background-color: #CCCCCC;
	text-align: center;
}

.professional div.roomie {
	width: 400px;
	float: left ! important;
	margin-left: 16px ! important; 
}

.professional .logo {
	width: 189px ! important;
	height: 60px;
	padding: 5px;
	border-left: 1px solid #CCCCCC;
}

.professional span {
	height: 35px;
}

.invitation textarea {
	margin: 5px;
}

.column {
	margin-bottom: 10px;
}

#tabs .details .right span {
	color: #7EAC00;
	font-weight: bold;
}

#tabs .details .right {
	line-height: 170%;
}

.project_side {
	width: 300px;
}

.project_image {
	border: 1px solid #ECECEC;
	padding: 2px;
	margin-top: 10px;
	position: relative;
}

.project_image  .pro_badge {
	background: url(/img/proactivatedbadge.png);
	position: absolute;
	bottom: 82px;
	right: 2px;
	width: 220px;
	height: 41px;
	z-index: 1000;
	line-height: 41px;
	text-align: center;
	font-size: 12pt;
}


.project_image a.all {
	text-decoration: none;
	color: #ABABAB;
	display: block;
	text-align: right;
}

.project_side .project_image img.full,
.project_side .project_image div.full {
	height: 200px;
	width: 300px;
}

.project_side .box {
	width: 300px;
	background-color: white;
	padding: auto ! important;
}

.project_side .project_thumbs {
	height: 50px;
	width: 304px;
	margin-top: 3px;
}

.project_side .project_thumbs td {
	padding: 0px;
	width: 25%;
}

.project_side .project_thumbs img {
	width: 72px;
	height: 50px;	
}

.project_side .project_thumbs a img {
	border: none;
}

.project_side .project_thumbs td.selected {
	border-bottom: 2px solid green;
}

.project_side .invited {
}

.project_content {
	width: 500px;
	position: relative;
}

.profile_box {
	margin-top: 10px;
	border: 1px solid #ECECEC;
	text-align: center;
/*	width: 294px ! important; */
	height: 150px;
	background-color: white;
	float: left;
	padding: 3px! important;
	overflow: auto;
}

.profile_box .left {
	width: 180px;
	text-align: left;
	padding: 3px;
}

.profile_box .right img {
	width: 75px;
	float: right;
}

.profile_box h2 {
	margin: 0px;
	padding: 0px ! important;
	background-color: #EFEFEF;
	text-align: left;
	display: block;
	height: 25px;
	line-height: 25px;
}

.profile_box a {
	text-decoration: none;
}

.invited {
	padding: 2px ! important;
	width: 296px ! important;
}

.invited img {
	border:3px solid #CCCCCC;
	margin:5px;
	padding:1px;
	width:75px;
}

h2.wall_header {
	width: 700px;
	float: right;
}

div#project_wall {

}

div#project_wall div.post {
	display: block;
	margin-top: 10px;
}

div#project_wall div.post img.avatar {
	float: left;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	width: 36px;
}

div#project_wall div.post div.message {
	float: right;
	width: 410px;
	text-align: left;
}

div#project_wall div.post div.message div.header {
	color: gray;
	display: block;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}

a.public_name {
	font-weight: bold;
	text-decoration: none;
}

div#project_wall textarea {
	display: block;
	width: 410px;
}

form#post_comment input[name="submit"] {
	float: right;
}

.project_content .status {
	width: 200px;
	height: 28px;
	line-height: 28px;
}

.project_content .status span {
}

.project_content h1.title,
 .project_side h1.title{
	line-height: 140%;
}

.project_content .status #activate,
.project_content .status #deactivate {
	display: block;
	width: 40px;
	height: 28px;
	float: left;
	cursor: default;
}

.project_content .status .disabled {
	cursor: pointer ! important;
}

.project_content .status #activate {
	background: url("images/active.jpg");
}
.project_content .status #activate.disabled {
	background: url("images/notactive.jpg") ! important;
}
.project_content .status #activate.disabled:hover {
	background: url("images/active.jpg") ! important;
}

.project_content .status #deactivate {
	background: url("images/finishedproject.jpg");
}
.project_content .status #deactivate.disabled {
	background: url("images/notfinishedproject.jpg") ! important;
}
.project_content .status #deactivate.disabled:hover {
	background: url("images/finishedproject.jpg") ! important;
}

div#notifications div {
	line-height: 160%;
}

.project_content ul#version_select {
	display: block;
	background: white;
	border-left: 1px solid #CACACA;
	width: 190px;
	border-right: 1px solid #CACACA;
	padding: 3px;
	margin: 0px;
	overflow: auto;
	max-height: 500px;
}

.project_content ul#version_select li {
	list-style: none;
	display: block;
	height: 30px;
	padding: 2px;
}
.project_content div.room_designer {
	display: block;
	width: 217px;
	position: absolute;
	right: 0px;
	top: 40px;
	border-bottom: 1px solid #CACACA;
}

.project_content div.room_designer span.room_designer {
	display: block;
	background: url('img/version.jpg') top no-repeat;
	width: 217px;
	height: 15px;
	cursor: pointer;
	text-align: center;
	padding-top: 30px;
	color: black;
}

.project_content div.room_designer span.room_designer span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	left: 45px;
	height: 15px;
	width: 170px;
	text-align: center;
	top: 10px;
	position: absolute;
}

.project_content a.room_designer {

}

.project_content a {
	text-decoration: none;
}

#edit_description {
	min-height: 50px;
}

.editable {
	
}

.invited .friends {
	border: 1px solid #7EAC00;
	width: 227px;
	position: absolute;
	background-color: white;
	padding: 5px;
}

.invited .friends label {
	padding: 2px;
	line-height: 170%;	
}

.invited .friends button {
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.invited .friends textarea {
	margin-top: 10px;
	margin-bottom: 10px;
}

.friends .friends_list {
	overflow: auto;
	max-height: 200px;
}

/*
#invite_friends {
	right: 0px;
	line-height: 25px;
	position: absolute;
	display: block;
	text-align: right;
	width: 100px;
	top: 12px;
	*top: 0px;
}
*/
div#maturity.ranking {
	width: 200px;
	right: 153px;
	top: 0px;
}

div.button_cnt .button {
	float: left;
}

a.button * {
  cursor: pointer;
}
/*
a.button {
    background: transparent url('/img/rd_share_right.png') no-repeat scroll top right;
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-right: 19px;
    height: 30px;
    text-decoration: none;
    overflow: hidden;
    behavior: url("iepngfix.htc");
}

a.button.share {
	background-color: #D3E54A;
	margin-right: 10px;
}

a.button.design {
	background-color: #FFA73D;
	margin-right: 10px;
}

a.button.ppp {
	background-color: #4ADAE5;
}

a.button span {
    display: block;
    height: 30px;
    padding: 5px;
    padding-top: 7px;
    padding-left: 52px;
    background-repeat: no-repeat;
    background-position: top left;
}

a.button.share span {
  background-image: url('/img/share_button_left.png');
}

a.button.design span {
	background-image: url('/img/rd_button_left.png');
}

a.button.ppp span {
	background-image: url('/img/ppp_button_left.png');
}
*/
span.data {
	font-weight: bold;
	color: #7EAC00;
}

div#invitation_box {
  width: 400px;
}

div#invitation_box label {
  display: block;
  float: left;
  width: 145px;
}

div#invitation_box h2 {
  margin-top: 0;
}

div#invitation_box .roomie_list {
  margin-left: 145px;
}

img.star {
  cursor: pointer;
}

#filter_link {
	text-decoration: none;
	cursor: pointer;
	background: url(img/filter.png) no-repeat;
	width: 124px;
	height: 24px;
	vertical-align: middle;
	margin-top: -30px;
	padding-left: 29px;
}

#filter_link span {
	line-height: 24px;
	font-weight: bold;
	background: url(img/14_layer_lowerlayer.png) no-repeat right center;
	padding-right: 17px;
	font-size: 1.1em;
}

#filter_link.opened span {
	color: #004080;
	background-image: url(img/14_layer_raiselayer.png);
}

#filterbox {
	padding: 10px;
	background-color: #DDE7F4;
}

#filterbox table {
	width: 910px;
	margin: 0;
	padding: 0;
}

#filterbox select {
	width: 140px;
}

#filterbox select#filter_days {
  width: 60px;
}

/* Talk slide */
div.talk_slide {
	width: 320px;
	height: 200px;
	padding: 5px;
	color: #696154;
	background-repeat: no-repeat;
	background-image: url("/img/recommended.jpg");
}

div.talk_slide div.talk {
	top: 0px;
	left: 70px;
	width: 220px;
	height: 40px;
	display: block;
	position: relative;
	padding: 2px;
	font-weight: bold;
}

div.talk_slide div.body {
	width: 270px;
	padding: 10px;
	margin: auto;
	margin-top: 25px;
	font-weight: bold;
}

/* Recommended Pro slide */
div.talk_slide div.talk strong {
	color: #85AD0E;
}

div.talk_slide div.body div.recommended {
	width: 250px;
	padding: 5px;
	display: block;
	min-height: 90px;
	border: 1px solid #0296C4;
}

div.talk_slide div.body div.recommended div.summary {
	width: 240px;
	margin: auto;
	padding: 3px;
	margin-bottom: 3px;
	line-height: 16px;
	font-weight: bold;
	border-bottom: 1px dashed #696154;
}

div.talk_slide div.body div.recommended span.about_me {
	padding: 5px;
	font-size: 11px;
}

#flowbox {
	display: block;
	border: none;
	margin-bottom: 10px;
	overflow: auto;
	background-color: white;
	border: 1px solid #BCBCBC;
}

#flowbox > div.dashboard {
	width: 636px;
	min-height: 220px;
	padding-top: 10px;
}

#flowbox > div.flowbox {
	width: 33%;	
	padding: 10px;
	min-height: 220px;
	background-color: #F4F4F4;
	height: 290px;
	border-left: 1px solid #BCBCBC;
}

#projects {
	display: block;
}

/* Dashboard */
div.project_dashboard {
	color: #6D6250;
}

div.project_dashboard a[class~=coloured_button] {
	margin-right: 5px;
}

div#dashboard div.left {
	display: block;
}

div#dashboard div.left img {
	width: 180px;
	height: 120px;
}

div#dashboard div.right {
	float: left;
	margin-left: 10px;
	height: 120px;
}

div#dashboard div.right > div:first-child {
	line-height: 28px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

div#dashboard div.right > div + div {
	display: block;
	border: 1px solid #BDBDBD;
	min-height: 80px;
	width: 380px;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#dashboard div.right > div:first-child a {
	color: #7DA506;
	text-decoration: none;
}

/* Project Item */
div.project_item {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #BDBDBD;
	display: block;
}

div.project_item a.enlarge {
	text-decoration: none;
}

div.project_item img.thumb {
	width: 180px;
	height: 120px;
}

div.project_item div.section {
	float: left;
	display: block;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

div.project_item > div:first-child span.date {
	line-height: 100px;
	font-size: 16px;
	display: block;
}

div.project_item > div:first-child span.premium {
	color: #63B8CC;
	font-weight: bold;
	display: block;
	line-height: 30px;
}

div.project_item > div.summary {
	border: none;
}

div.project_item > div.summary > span {
	display: block;
	line-height: 18px;
}

div.project_item > div.summary > a {
	color: #7DA506;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

div.project_item > div.summary > span > span:first-child {
	font-weight: bold;
}

div.project_item > div.buttons {
	float: right;
	border: none;
	padding-top: 20px;
}

div.project_item > div.buttons > div {
	display: block;
	margin-top: 5px;
}

div.project_item > div.buttons > div a {
	display: block;
}

/* Project View */
div#project-view-container {
	display: block;
/*  overflow-y: auto;*/
}

div#project-view-container div.gallery-container {
	height: 360px;
}

div#project-view-container div.content-container {
	padding: 10px;
	border: 1px solid #BCBCBC;
	background-color: white;
}

div#project-view-container a {
	text-decoration: none;
}

div#project-view-container a.what-is-this {
	text-decoration: underline;
}

div#project-view-container > div {
	float: left;
}

div#project-view-container > div > div {
	display: block;
	margin-top: 10px;
}

div#project-view-container > div > div:first-child {
	margin-top: 0px;
}

div#project-view-container div.left-side {
	width: 765px;
	display: block;
}

div#project-view-container div.right-side {
	width: 229px;
	margin-left: 5px;
}

div#project-view-container strong {
	display: block;
	font-size: 14px;
}

div#project-view-container div.has-rows > div {
	display:  block;
	min-height: 90px;
}

div#project-view-container div.project-summary {
	overflow-y: auto;
}

div#project-view-container div.project-summary > div {
	float: left;
	width: 235px;
	min-height: 180px;
	border-right: 1px solid #E9E9E9;
	margin-right: 10px;
	overflow: hidden;
}

div#project-view-container div.project-summary > div:first-child textarea {
	border: 1px solid #CCC;
}

div#project-view-container div.project-summary select {
	width: 230px;
	height: 50px;
}

div#project-view-container div.project-summary > div.last {
	border-right: none;
}

div#project-view-container div.project-summary span {
	display: block;
}

div#project-view-container div.activate-premium {
	color: white;
	height: 40px;
	border: 1px solid #027702;
	background-repeat: repeat-x;
	background-image: url("/img/40pxdarkgreenbuttonbackground.png");
}

div#project-view-container div.activate-premium > a:first-child {
	border: none;
	padding-left: 20px;
	padding-right: 20px;
}

div#project-view-container div.activate-premium > a:first-child + a {
	color: white;
	float: right;
	font-size: 10px;
	margin-right: 5px;
	line-height: 40px;
}

div#project-view-container div.project-summary a.budget {
	display: block;
	padding-right: 22px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url("/img/budgetright.png");
}

div#project-view-container div.project-summary a.budget > span {
	color: white;
	padding: 10px;
	font-size: 14px;
	display: block;
	line-height: 40px;
	text-align: center;
	padding-left: 22px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("/img/budgetleft.png");
}

div#project-view-container div.owner-card {
	overflow-y: auto;
	margin-bottom: 10px;
}

div#project-view-container div.owner-card span.avatar {
	float: left;
	width: 75px;
	height: 75px;
	display: block;
	overflow: hidden;
	border: 1px solid #CCC;
}

div#project-view-container div.owner-card span.avatar img {
	width: 75px;
}

div#project-view-container div.owner-card > div {
	/*height: 75px;*/
	display: block;
	padding-left: 85px;
}

div#project-view-container div.owner-card > div a {
	font-weight: bold;
}

a#create-new {
	line-height: 20px;
	text-decoration: none;
	font-size: 10pt;
	color: black;	
}

.box {
	background-color: white;
	border: 1px solid #BDBCBD;
}

#project {
	position: relative;
	padding-right: 175px;
	min-height: 300px;
}

#right_col {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 200px;
	height: 500px;
}

#gallery #thumbs {
	position: absolute; 
	right: 0px;
	top: 0px;
	width: 160px;
	overflow: hidden;
	height: 360px;
}

#gallery #image td {
	width: 600px;
	height: 360px;
	vertical-align: middle;
	text-align: center;
	background-color: white;
	position: relative;			
}

#gallery #thumbs .thumb {			 
	width: 151px;
/*  height: 85px;*/
	border: 4px solid #6C614F;
	text-align: center;
/*  position: relative;*/
	margin-top: 5px;
	padding: 5px;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
}

#gallery #thumbs .thumb .thumb_info {
/*  position: absolute;*/
/*  bottom: 0px;*/
/*  left: 0px;*/
	width: 151px;
	background: white;
	opacity: 0.8;
}		

#gallery {
	position: relative;
	padding-right: 150px;
	height: 365px;
}
.sthumb {
	cursor: pointer;
}
.sthumb img {
	max-height: 80px;
	max-width: 143px;
}

#scroll_up, #scroll_down {
	height: 32px;
	width: 159px;
	display: block;
}

#scroll_down {
	background-image: url('/new/thumbdown.png');
	background-color: white;
}

#scroll_up {
	background-image: url('/new/thumbup.png');
}

#thumb_list {
	height: 296px;
	overflow: hidden;
}

#image {
	position: relative;
	width: 600px;
	height: 360px;
	overflow: hidden;
}

.overlay {			
	position: absolute;
	left: 3px;
	right: 0px;			
	z-index: 1000;
	padding: 10px;
}

.overlay, .overlay h2, .overlay a.white {
	color: white;
	text-decoration: none;
	margin: 0px;
}

.overlay a img {
	vertical-align: middle;
	margin-left: 5px;
}

.overlay.bg {
	background-color: black;
}

.top.overlay {
	top: 0px;
	height: 30px;
}

.bottom.overlay {
	bottom: 0px;
	height: 60px;
	border-top: 3px solid black;		
}

#points {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 100px;
	height: 20px;
} 

#points .star {
	width: 14px;
	height: 14px;
	background: url('/img/icons/star-blank.png');
	float: left;
	cursor: pointer;
}

#points span {
	color: rgb(166, 160, 150);
}

#points .star.filled, #points .star.hover {
	background: url('/img/icons/star-filled.png');
}

#facebox {
	z-index: 10000;
}

#upload_link {
	color: #6C614F;
	text-decoration: none;
	display: block;
	height: 20px;
	line-height: 20px; 
}

div#edit-budget {
	display: none;
}

div.content > div#edit-budget { /* Facebox Hack */
	display: block;
}

div#edit-design-budget {
	display: none;
}

div.content > div#edit-design-budget { /* Facebox Hack */
	display: block;
}

.box-recommended h2 {
background-image: url(/img/recommended.png);
background-repeat: no-repeat;
height: 65px;
margin: 0px;
padding-left: 60px;
padding-top: 13px;
overflow: hidden;
}
.box-recommended h2 span {
font-size: 14px;
font-weight: normal;
line-height: 18px;
}
.box-recommended h3, .box-recommended h4, .box-recommended h5 {
margin: 0;
padding: 0;
}
.recommended-pro {
/*         background-color: white;*/
background-image: url('/img/rboxbg.png');
background-repeat: no-repeat;
width: 232px;
height: 91px;
/*         border: 1px solid red;*/
margin-bottom: 10px;
}
.recommended-pro img {
margin: 5px;
}
 .box-recommended h3 {
color: #6B9700;
font-size: 13px;
line-height: 14px;
margin: 5px 0px 0px 30px;
padding-top: 5px;
}
.recommended-pro h4 {
font-size: 11px;
font-weight: normal;
margin-bottom: 1px;
}
.recommended-pro h5 {
font-size: 10px;
font-weight: normal;
}
.recommended-pro address {
margin: 10px 20px 0px 0px;
font-style: normal;
text-align: right;
}

