/* Body and headers
-------------------------------------------------- */
.header-main {
	width:940px;
	margin:auto;
	background-color:#000;
	background-color:#FBFBFB;
	background-image:-moz-linear-gradient(top,white,whiteSmoke);
	background-image:-ms-linear-gradient(top,white,whiteSmoke);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(white),to(whiteSmoke));
	background-image:-webkit-linear-gradient(top,white,whiteSmoke);
	background-image:-o-linear-gradient(top,white,whiteSmoke);
	background-image:linear-gradient(top,white,whiteSmoke);
	background-position:center bottom;
}

.header-unit {
	border:0;
	padding:0;
	margin:auto;
	vertical-align:top;
	letter-spacing:normal;
	width:940px;
	z-index:880;
	word-spacing:normal;
	border-bottom:1px solid rgba(86,86,86,0.38);
}

.header-unit img {
	display:block;
}

.icon-chevron-right {
	margin-top:2px;
	opacity:.7;
}

.existing-offer {
	display:block;
	text-align:center;
	line-height:24px;
	padding:10px 0;
	font-size:11pt;
}

.headlines {
	min-height:75px;
}

.breadcrumb {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.price-modifier {
}

.main-image img {
	border-bottom:1px solid #cdcdcd;
}

.btn-primary-special.btn-large {
	border-radius:3px;
}

/* photos and business
-------------------------------------------------- */
.photo-area {
	clear:left;
}

.address-map {
	float:left;
	margin-right:12px;
}

.venue {
	min-height:100px;
	padding:10px;
	border-top:1px solid #cdcdcd;
}

.schedule {
	margin:0;
	text-align:center;
	clear:right;
}

.schedule-fixed {
	margin:10px 0 0;
}

.schedule-auto {
	margin: 10px 0;
}

.schedule-fixed .table {
	width:70%;
	max-width:70%;
	margin:0 auto;
	margin-bottom:0;
}

.schedule-fixed .table td {
	padding:8px 4px;
}

.schedule-fixed .table th,.schedule-fixed .table td {
	text-align:center;
	padding:8px 5px;
}

.schedule-fixed .table {
	border-color:#c9f6ff;
}

.schedule-fixed .tr {
	border-color:#c9f6ff;
}

.address #address-info {
	margin-bottom:5px;
	text-align:left;
	color:#858585;
	font-size:10pt;
	font-weight:200;
}

.description p {
	margin-bottom:8px;
	text-align:left;
}

table.month {
	display:inline-block;
	vertical-align:top;
	min-height:140px;
	margin:5px 0px 0 0px;
	padding-bottom:5px;
	width:310px;
	border-bottom:1px solid #cdcdcd;
}

table.month:last-child{
    border-bottom:0;
}



.table-condensed th {
	font-weight:700;
}

.table-condensed {

	padding:1px 0 0;
	border-radius:8px 8px 0 0;
}

.schedule-floating {
	text-align:center;
}

.schedule-floating tbody {
	
	display:inline-block;
}

.table-condensed th,.table-condensed td {
	padding:2px 6px;
	text-align:center;
	font-size:10pt;
}

table.month .filled {
}

table.month .filled a {
	color:#fff;
	background-color:#09f;
	padding:2px 1px;
	display:inline-block;
	width:18px;
	text-align:center;
	border:1px solid #fff;
}


.space-request {
	padding:3px 3px 10px;
}

.space-request h3 {
	color:#383838;
	font-size:100%;
	padding:8px 0;
	text-transform:uppercase;
	font-weight:700;
}

.space-request h3.closed {
	background-color:#e13211;
	color:#efefef;
	margin-top:-2px;
}

.space-request .details {
	position:relative;
}

#offer-space-btn.btn,
#sign-up-btn.btn{
    width:100%;
    padding:10px 0;
}

.ll-signup {
	right:20px;
	width:430px;
	text-align:center;
	padding:0 0 10px;
	margin-bottom:-10px;
	margin-top:10px;
	border:1px solid #F9C639;
	border-bottom:none;
	border-radius:6px 6px 0 0;
	box-shadow:inset 0 0 9px #cdcdcd;
	background-color:#fafafa;
	-moz-box-shadow:inset 0 0 9px #cdcdcd;
	-webkit-box-shadow:inset 0 0 9px #cdcdcd;
}

.ll-signup .btn {
	margin-top:8px;
}

.ll-signup .btn-signup {
	border:1px solid #F9C639;
	padding:10px 30px;
	background:#fff877;
/* Old browsers */
	background:-moz-linear-gradient(top,rgba(255,248,119,1) 0%,rgba(241,218,54,1) 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,248,119,1)),color-stop(100%,rgba(241,218,54,1)));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,rgba(255,248,119,1) 0%,rgba(241,218,54,1) 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,rgba(255,248,119,1) 0%,rgba(241,218,54,1) 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,rgba(255,248,119,1) 0%,rgba(241,218,54,1) 100%);
/* IE10+ */
	background:linear-gradient(to bottom,rgba(255,248,119,1) 0%,rgba(241,218,54,1) 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff877',endColorstr='#f1da36',GradientType=0);
/* IE6-9 */
}

.ll-signup .btn-signup:hover {
	background:#fff793;
/* Old browsers */
	background:-moz-linear-gradient(top,rgba(255,247,147,1) 0%,rgba(255,241,58,1) 100%);
/* FF3.6+ */
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,247,147,1)),color-stop(100%,rgba(255,241,58,1)));
/* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top,rgba(255,247,147,1) 0%,rgba(255,241,58,1) 100%);
/* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top,rgba(255,247,147,1) 0%,rgba(255,241,58,1) 100%);
/* Opera 11.10+ */
	background:-ms-linear-gradient(top,rgba(255,247,147,1) 0%,rgba(255,241,58,1) 100%);
/* IE10+ */
	background:linear-gradient(to bottom,rgba(255,247,147,1) 0%,rgba(255,241,58,1) 100%);
/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff793',endColorstr='#fff13a',GradientType=0);
/* IE6-9 */
}

#project-inner h3 a {
	font-size:14px;
	font-weight:700;
}

#project li.prev-convos a{
    font-weight:bold;
    font-size:9pt;
}

li.prev-convos .time{
    font-size:8pt;
    font-weight:200;
}

/* Supporting Documentation
-------------------------------------------------- */
#projectdescription {
	border-top:none;
}

.content-area {
	clear:both;
}

.request-action-btns {
	border-bottom:0;
	padding:15px;
	text-align:center;
}

.previous-project-container {
	height:auto;
	display:block;
}

.project-summary p {
	margin-top:5px;
}

.previous-project-deetz a {
	color:#555;
}

.project-summary {
	padding:10px 15px;
	font-weight:300;
	font-size:9pt;
	color:#555;
	text-align:left;
	overflow:hidden;
	height:80px;
}

.project-summary:hover {
	background-color:#eee;
}

.project-summary .breadcrumb {
	position:static;
}

.prev-logo {
	border:1px solid #afafaf;
	width:80px;
	height:80px;
	margin:none;
	display:inline-block;
}

.prev-logo:hover {
	border:1px solid #a4a4a4;
}

.previous-project-deetz {
	margin:0 5px 0 10px;
	display:inline-block;
	width:60%;
	vertical-align:top;
	color:#555;
}

project-summary p {
	margin-left:10px;
}

.no-location {
	font-weight:200;
	padding:3px;
	text-align:center;
	font-size:10pt;
	border:1px solid #cdcdcd;
	background-color:#efefef;
	border-radius:5px;
	padding-bottom:8px;
}

.no-location p {
	margin:10px;
}

.supporting-docs-container {
	border-top:2px solid #fff;
}

.supporting-docs-container .table {
	margin:0 20px;
	width:96%;
}

.extras-add a {
	background-color:#b1b1b1;
	border:1px solid #828282;
	height:auto;
	position:relative;
	width:100px;
	font-weight:700;
	padding:10px;
	float:right;
	color:#f0f0f0;
	text-shadow:0 1px 2px #2f2f2f;
	margin-right:0;
	margin-top:-2px;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
}

.extras-add a:hover {
	color:#fff;
	background-color:#777;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	box-shadow:inset 0 2px 3px rgba(0,10,10,0.38);
	-moz-box-shadow:inset 0 2px 3px rgba(0,10,10,0.38);
	-webkit-box-shadow:inset 0 2px 3px rgba(0,10,10,0.38);
}

.subjects {
	background:transparent;
	border-top:none;
	font-weight:500;
	color:#a7a7a7;
	text-shadow:0 1px #fff;
	font-size:11pt;
}

.inquiry-hide {
	float:right;
	margin-top:-3px;
	margin-left:8px;
}

/* modal
-------------------------------------------------- */

#message-panel .control-group{
    
    margin:30px 0 20px auto;
    
}

#message-panel .form-horizontal .control-label{
    width:90px;
}

#message-panel .form-horizontal .controls{
    margin-left:110px;
}

#message-panel textarea{
    width:370px;
    max-width:370px;
    max-height:250px;
}