@CHARSET "UTF-8";

/** General styling-fu */

body {
    background: none;
}

h1 {
    margin: 16px 8px;
    text-transform: uppercase;
    font-size: 48px;
	line-height: 48px;
    font-weight: normal;
}

h1 span {
    font-size: 34px;
    margin-left: -0.25em;
}

h2 {
	font-size: 30px;
	color: #666;
	margin-bottom: 16px;
	line-height: 30px;
}

h3 {
	font-size: 25px;
	line-height: 25px;
	color: #666;
	margin-bottom: 16px;
}

p {
	margin-bottom: 16px;
}

sup, sub {
	line-height: 0;
}

a {
    color: #007dc5;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #297678;
    text-decoration: underline;
}

#blq-main #content-pane-wrapper {
    margin: 16px 0 64px;
    float: left;
    clear: both;
    width: 100%;
	min-height: 360px;
	_height: 360px;
}

.hairlined-section {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 16px;
}

/** generic row container used across the site */
.row {
    margin-bottom: 16px;
    float: left;
    width: 100%;
    clear: both;
}


#edit-logout-panel {
    float: right;
    width: 180px;
    text-align:right;
    margin: 8px 8px 0 0;
}

/**
 * Masthead Navigation
 */
#blq-main ul.navigation {
    float: left;
    width: 100%;
    background-color: #e6e6e6;
    position: relative;
}

    #blq-main ul.navigation li {
        float: left;
    }

    #blq-main ul.navigation li a#menu-contact-link {
        position: absolute;
        right: 0;
    }

    #blq-main ul.navigation li a {
        float: left;
        padding: 8px 8px;
        color: #333333;
        font-weight: bold;
        font-size: 1em;
		font-family: "Helvetica Neue", Arial, sans-serif;
    }

    #blq-main ul.navigation li.active a {
        background-color: #007dc5;
        color: #fff;
    }

/** Approval queue */
div#approval-queue {
	border: 1px solid #e7e7e7;
	background-color: #d9f4f9;
	margin-bottom: 16px;
	padding: 8px 16px;
}

    div#approval-queue p {
        margin: 0;
        color: #666;
        font-weight: bold;
        background: url(../img/error_grey.png) no-repeat 0 50%;
        padding-left: 25px;
    }

/** Auth page */
ul.list {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 20px;
	margin-bottom: 16px;
}

#main-column {
	width: 624px;
	margin-right: 16px;
	float: left;
}

#sidebar-column {
	width: 336px;
	float: left;
}

#sidebar-column #already-a-partner {
	border: 1px solid #e9e9e9;
	background: #f4f4f4;
	padding: 16px;
}

#sidebar-column #already-a-partner h3 {
	font-size: 1.846em;
	line-height: 1em;
}

#sidebar-column #already-a-partner input#auth-passcode { padding: 2px 2px; }

*:first-child+html #sidebar-column #already-a-partner input#auth-passcode { padding: 4px 2px; }

* html #sidebar-column #already-a-partner input#auth-passcode { padding: 3px 2px; }

form#auth-form label {
	display: block;
	margin-bottom: 5px;
}

form#auth-form input#auth-passcode {
    width: 140px;
}

form#auth-form .errors {
	background-color: transparent;
	border: none;
	margin: 10px 0 0 0;
}

input.submit-btn,
input.submit,
form button,
/*form input[type="submit"],*/
#activity-form-locationSearchSubmit,
form#auth-form input#auth-submit {
    padding: 2px 6px;
    text-align: center;
	border: #cfcfcf 1px solid;
	background: transparent url(../img/button-bg.gif) 0 50% repeat-x;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4e4e4e;
	cursor: pointer;
	/*font-weight: bold;*/
	overflow: visible;
}

form#auth-form a#forgotten-passcode {
    font-size: 10px;
}

label.sortLabel {
    font-weight:  normal;
    font-size: 12px;
}

/** errors and feedback messages */
div.errors, div.feedback-messages {
    padding: 8px 16px;
    margin-bottom: 16px;
}

div.feedback-messages {
	background-color: #FFF0B2;
	border: 1px solid #fc0;
	clear: both;
}

div.feedback-messages ul li {
	list-style: none;
}

div.errors {
    background-color: #f8dadc;
    border: 1px solid #f2c0c2;
}

div.errors ul li {
	list-style-image: url(../img/error.png);
    list-style-position: inside;
    color: #d11d26;
    font-size: 12px;
}

    div.errors ul li a {
        color: #d11d26;
    }


/** Generic form jazz */
form.crud fieldset {
    margin-top: 32px;
    padding: 8px 0 32px 0;
    border-bottom: 1px solid #e8e8e8;
    width: 624px;
}

form.crud fieldset.wide {
    width: 968px;
}

form.crud .option-panel fieldset {
    border-bottom: 0 none;
    margin-top: 0;
    width: 304px;
}

form.crud .option-panel dl dd, form.crud .option-panel fieldset legend {
    padding: 0px;
}
form.crud .option-panel dl dt {
    margin: 0px;
}

form.crud fieldset.wide dt{
    width: 328px;
}

form.crud fieldset.wide dd input {
    margin-right: 16px;
}

.option-panel {
    float: right;
    width: 304px;
    padding: 16px;
    margin-top: 16px;
    border-bottom: none;
    background-color: #e6e6e6;
}
.option-panel h3 em {
    color: #007DC5;
}

.option-panel h3 {
    color:#666666;
    font-size:18px;
}

form select {
	padding: 2px;
}

form.crud fieldset.actions {
	margin-left: 32px;
	border-bottom: none;
}

    form.crud fieldset.actions input {
        padding: 5px 10px;
        text-align: center;
        margin-right: 16px;
    }

    form.crud fieldset legend {
        font-weight: bold;
        font-size: 18px;
        color: #666;
        padding-left: 32px;
		/*float: left;*/
    }
	
	*form.crud fieldset legend { margin-left: -8px; }

	form.crud dl {
		clear: left;
	}	

    form .description {
        color: #666;
        font-style: italic;
        margin: 16px 0 0 0;
        width: 300px;
        font-size: 12px;
    }

    form label {
        color: #4c4c4c;
    }

    form label a {
        font-weight: normal;
        color: #666;
    }

    form label a:hover {
        color: #666;
        text-decoration: none;
    }

    form label span, 
    span.label {
        font-size: 20px;
        color: #d11d26;
        line-height: 0;
    }
    
    form label span.optional {
        margin: 3px 0;
		font-size: 9px;
        color: #999999;
        line-height: 9px;
        display: block;
    }

    form label span em,
    span.label em {
        position: absolute;
        left: -9999px;
    }

    form textarea,
	form input.text {
        padding: 4px 2px;
        border: 1px solid #b2afaa;
    }
	
	input[type="text"],
    form input[type="password"] {
        padding: 4px 2px;
        border: 1px solid #b2afaa;
    }

   /*  form input[type="checkbox"],  */form #activity-form-suitableFor input  {
        vertical-align: middle;
        margin: 0 2px;
    }

	/* #activity-form-suitableFor {background-color: red;}
	#activity-form-suitableFor ul {background-color: blue;}
	#activity-form-suitableFor li {background-color: green;} 
	*/
	
	form #activity-form-suitableFor ul {
		width: 388px;
		float: left;
	}
	
	form #activity-form-suitableFor input, form .activity-form-familyFriendly, input.activity-form-free, input.activity-form-locationFacility, input.activity-form-advanceRegRequired, #reg-form-term-section input {
		border: none;	
	}
        
        #activity-form-activity-thumb img {
            cursor: pointer;
        }

    form dl dt {
        float: left;
        clear: left;
		display: inline;
        margin: 16px 0 0 32px;
        width: 180px;
    }

    form dl dt.something-or-something {
        float: none;
        display: block;
    }

    form dl dd {
        padding: 16px 16px 16px 220px;
		/* float: left; */
		/* width: 396px; */
    }

    form dl dd.error {
        background-color: #f8dadc;
        border: 1px solid #f2c0c2;
        border-top: none;
        margin-bottom: 16px;
    }
    form dl dd.info {
        background-color: #FFFAB7;
        border: 1px solid #f2c0c2;
        border-top: none;
        margin-bottom: 16px;
    }

    form dl dd.messages {
        color: #d11d26;
        font-weight: bold;
        font-size: 12px;
        border: 1px solid #f2c0c2;
        border-bottom: none;
        padding-bottom: 0;
        padding-left: 32px;
        margin-bottom: 0;
        margin-top: 16px;
    }

    form dl dd.messages ul li {
        list-style-image: url(../img/error.png);
        list-style-position: inside;
    }

/* CONTACT */

#contact { width: 592px}

#contact dt { margin:0; } 

#contact form {
    /* Layout */
    float: left; margin-bottom: 16px; width: 352px;
    /* Styling */

    /* Typography */
}

#contact form dd {
    /* Layout */
    margin-bottom: 8px;
    padding:0;
    /* Styling */

    /* Typography */
}

#contact form label {
    /* Layout */
    display: block; margin-bottom: 8px;
    /* Styling */
    
    /* Typography */
    font-weight: bold;
}

#contact form input {
    /* Layout */
    padding: 2px; width: 348px;
    /* Styling */
    background-color: #eee; border: none;
    /* Typography */
}

#contact form textarea {
    /* Layout */
    width: 352px; height: 190px;
    /* Styling */
    background-color: #eee; border: none;
    /* Typography */
}

#contact form .errors {
    /* Layout */
    margin-top: 8px;
    /* Styling */

    /* Typography */
}

#contact form .errors li {
    /* Layout */
    padding-left: 32px;
    /* Styling */
    background: url(../img/general/error-icon.gif) no-repeat 0 50%;
    /* Typography */
}

#contact form #submit {
    /* Layout */
    float: right; padding: 6px 0; width: 68px;
    /* Styling */
    cursor: pointer; background-color: #507117;
    /* Typography */
    color: #fff; font-size: 1.231em; font-weight: bold; line-height: 1em;
}

#contact #address {
    /* Layout */
    float: right; margin: 0 0 16px 16px; width: 224px;
    /* Styling */

    /* Typography */
}

#contact address {
    /* Layout */
    margin-bottom: 16px;
    /* Styling */

    /* Typography */
}

#contact #address a {
    /* Layout */

    /* Styling */

    /* Typography */
    font-weight: bold;
}

#data-protection {
    /* Layout */
    clear: both;
    /* Styling */

    /* Typography */
}

#data-protection h3 {
    /* Layout */
    margin-bottom: 0;
    /* Styling */

    /* Typography */
    font-size: 1em; line-height: 1em;
}

#data-protection #personal-information {
    /* Layout */
    margin-top: 8px;
    /* Styling */

    /* Typography */
}

#find-location-prompt, #bbc-region-prompt {
	display: none;	
}


/** Help & FAQs **/
#faqs-categoryList {
    font-weight: bold;
}

#faqs-helpPane {
    float: left;
    width: 808px;
}
    #faqs-helpPane ol {
        margin-bottom: 32px;
    }

.faqs-question {
    font-weight: bold;
    display: inline;
}


/** Contextual help tooltip */
.chTooltip {
    width: 247px;
}
    .chTooltip .infoPanel-pointerL {
       	position: absolute;
        left: 0;
		top: 50%;
    }
	* html .chTooltip .infoPanel-pointerL {
		top: 45%;
	}
	*:first-child+html .chTooltip .infoPanel-pointerL {
		top: 45%;
	}
    .chTooltip .chTooltip-body {
		background: transparent url(../img/contextual-help-bg.gif) left center no-repeat;
        padding: 16px 16px 16px 39px;
    }
        .chTooltip .chTooltip-body .panel-hd {
            font-size: 16px;
            padding-bottom: 7px;
            border-bottom: 1px solid #c1b974;
            margin-bottom: 8px;
        }
        .chTooltip .chTooltip-body .panel-close {
            display: block;
            float: right;
            width: 13px;
            height: 13px;
            margin-top: 1px;
            background: transparent url("../img/icons_13px.png") no-repeat -192px -18px;
            _background:none;
            _background: transparent url("../img/icons_13px.gif") no-repeat -192px -18px;
            text-indent: 99em;
            overflow: hidden;
        }
        .chTooltip .chTooltip-body .panel-bd {
            font-size: 11px;
            line-height: 1.2;
        }
            .chTooltip .chTooltip-body .panel-bd p {
                margin: 0;
            }



input.input-box {
	/*color: #999;
    font-style: italic;*/
	width: 222px
}

input.input-box:focus {
    /*font-style: normal;*/
    color: #000;
}

input.submit {
	width: 70px;
}

#search-query-form {
	border: 1px solid #e7e7e7;
	padding: 15px;
	float: left;
	width: 590px;
}
	#search-query-form input.submit, #create-record-form input.submit {
	    margin-left: 8px;
	}
    #search-query-form label {
	    margin-right: 8px;
	}
	#search-query-form span {
		margin: 0 16px;
	}
	#search-query-form input#search-query-input {
        width: 200px;
	}
    #search-query-form legend,
    #search-query-form h3 {
        margin-bottom: 8px;
        padding: 0;
        font-weight: bold;
        font-size: 20px;
        color: #666;
    }

#create-record-form {
    float: left;
    margin-left: 16px;
    border: 1px solid #e7e7e7;
    padding: 15px;
    background-color: #fdfdfd;
	width: 302px;
}
    #create-record-form legend,
    #create-record-form h3 {
        margin-bottom: 8px;
        padding: 0;
        font-weight: bold;
        font-size: 20px;
        color: #666;
    }
	#create-record-form select {
		width: 214px;
	}
.filtersInfo {
    border: 1px solid #e7e7e7;
    background-color: #fdfdfd;
}
.filtersInfo p {
    margin: 15px;
    width: 945px;
}
.filtersInfo p span {
    color: #007DC5;
}
.filtersInfo input {
    float: right;
}
.filters {
    float: left;
    width: 112px;
    margin-right: 16px;
    border: 1px solid #e7e7e7;
    padding: 15px;
    background-color: #fdfdfd;
}
    .filters legend,
    .filters h3 {
        margin-bottom: 8px;
        padding: 0;
        font-weight: bold;
        font-size: 20px;
        color: #666;
    }
    .filters dl dt {
        display: block;
        float: left;
        clear: left;
    }
    .filters dl dd {
        display: block;
        float: left;
        margin-left: 16px;
    }
    .filters p {
        margin: 0;
    }
    .filters ul {
        margin-bottom: 16px;
    }
    .filters ul li {
        margin-left: 8px;
		width: 104px;
		/* float: left; */
    }
    .filters a {
    	color: #666;
    }
    .filters a.selected {
        color: #007DC5;
    }
    .filters .datebox {
        width: 104px;
        margin-bottom:5px;
    }
        .filters .datebox input {
            float: left;
            width: 74px;
        }
        .filters .datebox label {
            display: block;
            float: left;
            width: 104px;
        }

.listing {
	border: 1px solid #e7e7e7;
	padding: 0 15px;
}

.has-filter {
    width: 782px;
    float: right;
}

    .listing table {
        width: 100%;
    }
        .listing thead tr {
            border-bottom: 2px solid #b8b8b8;
        }
            .listing thead th {
                font-size: 1.2em;
                padding: 16px 0 14px 0;
            }
        .listing tbody tr {
            border-bottom: 1px solid #e6e6e6;
        }
        .listing tbody tr.empty {
            border-bottom: none;
            font-style: italic;
            color: #8f8f8f;
            text-align: center;
        }
            .listing tbody td {
                font-size: 13px;
                padding: 12px 0;
            }
            .listing tbody td.actions ul li {
                margin-right: 8px;
            }

.red {font-weight: bold; color: #c76365;}
.green {font-weight: bold; color: #39a43a;}

/** Listing pages */

/** Revision stuff */
.listing .latest-rev-title {
    background: url(../img/revision-icon.gif) no-repeat 8px 50%;
}

.listing tr.current-live-row {
    border: 0px solid #FFFFFF;
}

.listing tr.current-live-row td {
    padding-bottom: 0;
}

.listing td.latest-rev-title {
    padding-left: 25px;
}


/** Pagination */
.pagination {
    margin: 24px 0;
    text-align: center;
    font-size: 13px;
}

    .pagination ol li {
        list-style: none;
        display: inline;
        font-weight: bold;
    }

    .pagination ol li.current-page {
        border: 1px solid #000;
        padding: 0 4px;
    }

    .pagination ol li a {
        color: #999;
        padding: 0 4px;
        border: 1px solid #999;
        text-decoration: none;
    }

    .pagination ol li a:hover {
        border-color: #297678;
        color: #297678;
    }

    .pagination ol li.next-page a,
    .pagination ol li.prev-page a {
        border: none;
    }

    .pagination ol li.next-page {
        margin-left: 15px;
    }

    .pagination ol li.next-page a:after {
        content: "▸";
        margin-left: 8px;
    }

    .pagination ol li.prev-page a:before {
        content: "◂";
        margin-right: 8px;
    }

    .pagination ol li.prev-page {
        margin-right: 15px;
    }


/* Activities form */
.itemList {
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 4px 16px;
    border: 1px solid #b2afaa;
    margin-top: 16px;
	overflow: auto;
}
	.itemList li span {
		display: block;
		float: left;	
		width: 325px; 
	}
	.itemList li a {
        float: right;
        color: #fff;
    }
	

.promotionList {
    background: #fdfdfd;
    color: #666;
    padding: 16px;
    border: 1px solid #e7e7e7;
    margin-bottom: 16px;
    overflow: hidden;
   /*  width: 272px; */
}

.promotionList li {
    margin:0px 0px 1px 0px;
}

.promotionList h4 {
    font-size: 16px;
    font-weight: bold;
}
.promotionList input[type="checkbox"] {
    margin: 4px 0px 0px 0px;
    width: 28px;
    float: left;
    clear: both;
}
.promotionList label {
    vertical-align: middle;
    font-weight: bold;
    width: 150px;
    float: left;
}
.promotionList span {
    font-weight: normal;
    float: left;
    width: 95px;
}
.promotionList .toggle {
    float: right;
    width:80px;
    font-weight: bold;
}
.promotionList p {
    clear: both;
    padding-left: 30px;
    margin: 8px 0;
}

#activity-form-locationList {
    margin-top: 16px;
    width: 304px;
}
#activity-form-locationInfo span {
    font-weight: bold;
}
#activity-form-locationInfo a {
    font-size: 12px;
    float: left;
}

#activity-form-locationInfo a.no-style {
    font-size:1em;
    float:none;
}

#activity-form-locationInfo .location-extra-info {
    font-size:0.8em;
    font-weight:bold;
}

.blq-js a.new-window { font-style:italic; }

#activity-form-facilities {
    width: 136px;
}

#activity-form-projectName {
    font-weight: bold;
    font-size: 16px;
}
#activity-form-projectDesc {
    margin: 0;
}

#activity-form-projectImg {
    margin: 16px 0 0 0;
}

div.datebox {
	float:left;
	/* width:230px; */
}

div.datebox input, div.datebox select, div.category-box input, div.category-box select {
    float: left;
    margin-right: 6px;
	margin-top: 0;
    padding: 2px;
}

input#activity-form-addOccurrence {
	display: block;
        margin-left: 16px;
}

#activity-form-showPromotionsInfo {
    display: block;
    margin-bottom: 16px;
}

#activity-form-promotionsInfo {
    margin-bottom: 16px;
}
    #activity-form-promotionsInfo p {
        background: #e6e6e6;
        padding: 16px;
        margin: 0;
    }

.promotionNotValidExplanation{
    font-size: 10px;
    font-style: italic;
}

#activityFilters-project, #activityFilters-promotion { width: 112px; }
#activityFilters-project select, #activityFilters-promotion select { width: 112px; margin-bottom:5px}


/** Registration form **/
form#reg-form {
    width: 624px;
}

#terms-label,
form#reg-form dt#full-terms-label {
    margin-bottom: 8px;
    width: auto;
    float:left;
}

form#reg-form dt#full-terms-label.error { 
	background: none repeat scroll 0 0 #F8DADC;
    display: block;
    float: none;
    margin: 0 0 0 0;
    padding: 16px 1px 8px 32px;
    border-left: 1px solid #F2C0C2;
    border-right: 1px solid #F2C0C2;
 }


#terms-section,
form#reg-form dd#reg-form-term-section {
	padding: 0 32px 16px 32px;
	/*clear: both; */ /* do not clear this - it allows the error message to sit over the label. =] */
}

#terms-subheader {
	padding-left: 32px;
}

.terms {
	clear: left;
	background-color: #f1f1f1;
	border: 1px solid #b2afaa;
	padding: 4px;
	margin-bottom: 16px;
	color: #666;
	font-size: 12px;
        width: 568px;
}

    .terms .inner {
        margin: 2px;
        height: 300px;
        overflow: auto;
    }

    .terms h1 {
    	text-decoration: underline;
        font-size: 16px;
        margin: 0 0 8px 0;
        font-weight: bold;
        text-transform: none;
    }

    .terms h2 {
    	text-decoration: underline;
        font-size: 14px;
        margin: 0 0 8px 0;
    }

    .terms h3 {
    	text-decoration: underline;
        font-size: 12px;
        margin: 0 0 8px 0;
    }
    
    .terms li {
    	margin: 0px 0px 4px 20px;
    	list-style-type: disc;
    }
    
     .terms li ul li {
    	list-style-type: circle;
    }
    
    .terms ul {
    	margin-bottom: 20px;
    }

	.terms strong {
		text-decoration: underline;
	}
    
    .terms i {
        display: block;
        margin-top: 4px;
        font-style: normal;
    }

form#reg-form #same-address-switch {
    float: none;
    display: block;
    margin: 16px 32px;
}

ul.projects {
	margin-bottom: 16px;
}

    ul.projects li {
        float: left;
        width: 100%;
        /*margin-top: 32px;*/
        position: relative;
		padding: 24px 0 23px 0;
		border-bottom: #e6e6e6 1px solid;
    }
	
    ul.projects li:first-child, ul.projects li.first {
        margin-top: 0;
    }

    ul.projects li img {
        float: left;
    }

    ul.projects li .project-desc, ul.projects li .projectStatusMessage {
        margin-left: 8px;
        float: left;
        width: 700px;
    }

    ul.projects li .project-desc p {
        margin-bottom: 8px;
    }
	
ul.projects-logged-out {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	width: 100%;
}

ul.projects-logged-out li {
	border-bottom: 0;
	padding: 16px 16px 16px 0 !important;
}

#main-column ul.projects li {
    float: left;
    width: 127px;
    padding: 16px 14px;
    margin-top: 0;
}

#main-column ul.projects strong {
    display: block;
    height: 24px;
}

#main-column ul.projects li img {
    margin-bottom: 8px;
}

ul.projects input.submit-btn {
    position: absolute;
    right: 24px;
    bottom: 24px;
	/*float: right;
	margin-right: 8px;*/
}

*:first-child+html ul.projects input.submit-btn { /*IE7 Hack */
	position: relative;
	right: 24px;
	bottom: 0;
	float: right;
	margin-right: 8px;
}

/* Project choices (on first register) styles */

ul#project-choices input.submit-btn {
    position: absolute;
    right: 16px;
    bottom: 16px;
	width: auto;
	/*float: right;
	margin-right: 8px;*/
}

*:first-child+html ul#project-choices input.submit-btn { /*IE7 Hack */
	position: relative;
	right: 0;
	bottom: 0;
	float: right;
	margin-right: 8px;
}

ul#project-choices li {
	width: auto;
	border:1px solid #B7B7B7;
	border-bottom: 0px;
	width: 830px;
	padding: 0;
	border-bottom: 0;
}

ul#project-choices li form {
	display: block;
	padding: 16px;
	height: 100%;
	overflow: hidden;
}

ul#project-choices {
	border-bottom: 1px solid #b7b7b7;
	width: 832px;
}

ul#project-choices li .project-desc, ul#project-choices li .projectStatusMessage {
	margin: 0 0 0 135px;
	width: 563px;
	float: none;
}

/* End project choices (on first register) styles */

#project-info img {
    float: left;
}

#project-info p {
    margin-left: 135px;
}

#projects-why {
    margin-bottom: 16px;
}
    #projects-why p {
        background: #e6e6e6;
        padding: 16px;
        margin: 0;
    }


/** Location form */
button#find-location {
	padding: 8px 16px;
	text-align: center;
	width: 230px;
}


dt#map-label {
    margin-bottom: 8px;
    width: auto;
}

dd#location-map-section {
    padding: 0 32px 16px 32px;
    clear: both;
}

dd#location-map-section #map {
	height: 350px;
	border: 1px solid #e7e7e7;
}

dd#facilities label {
	display: block;
	padding-bottom: 4px;
}

    dd#facilities label input {
        margin-right: 8px;
		border: none;
    }
/* preview styling */

#photo-credit {
    margin: 0px;
}

dl.preview, div.preview {
    margin-top: 32px;
    padding: 8px 0 32px 0;
    border-bottom: 1px solid #e8e8e8;
    width: 624px;
}

dl.preview dt {
    float: left;
    clear: left;
    margin: 16px 0 0 32px;
    width: 180px;
    color: #999999;
}
dl.preview dd {
    padding: 16px 16px 16px 220px;
}
dl.preview dt span {
    display:  none;
    font-size: 20px;
    color: #d11d26;
    line-height: 0;
}

dl.preview dt span.optional {
    margin: 3px 0;
    font-size: 9px;
    color: #999999;
    line-height: 9px;
    display: block;
}

dl.preview dt span em {
    position: absolute;
    left: -9999px;
}
dl.preview dt {
    color: #4c4c4c;
}

dl.preview dt a {
    font-weight: normal;
    color: #666;
}

dl.preview dt a:hover {
    color: #666;
    text-decoration: none;
}
h3.previewTitle {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    padding-left: 32px;
    padding-top: 32px;
}
.option-panel .itemList li span {
    width: 244px;
}

.hide_legend { display: none; visibility: hidden; }
.promotionList h3 { font-weight: bold; font-size: 16px;}
#adobe-reader-link { padding: 8px 0 0; }

.red {font-weight: bold; color: #c76365;}
.green {font-weight: bold; color: #39a43a;}

/* ACTIVITY PREVIEW */
#content h2, 
#content h3 {
	color: #333;	
}
#content p.address, 
#content p.about, #content p.location {
	margin-bottom: 0px;
}
#content input { 
	margin-left: 16px;
	float: left;
}
#blq-main #content {
	margin-bottom: 224px;
}

#blq-main .hidden {
	display: none;
}
.top-tips {
	float: right;
    margin-left: 16px;
    border: 1px solid #e7e7e7;
    padding: 15px;
    background-color: #fdfdfd;
	width: 260px;
}
.top-tips ul {
	margin-left: 16px;	
}
.top-tips ul li {
	list-style-type: disc;
	margin-bottom: 8px;
}

.clear_both { clear: both; }

.status_LIVE {
    color: #39a43a;
}

.status_SUSPENDED, .status_ARCHIVED, .status_NOT_APPROVED, .status_DRAFT {
    color: #c76365;
}

#preview-actions {
    margin-top: 8px;
    height: 20px;
}

#secondary-region {
    cursor: pointer;
    text-decoration: underline;
}

img.exclamation {
   vertical-align: top; 
   margin-right: 8px;
}

ul.projects li .projectStatusMessage {
    font-weight: bold;
}

div.note {
    border:1px solid #CCC;
    padding: 8px;
    margin-bottom: 8px;
}

div.entity-status-info {
    font-size:8px;
    line-height:8px;
    clear: both;
}

.location-filter {
    width: 120px;
}

.character_counter {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}

.cropbox {
    display: none;
    border:1px dashed #FFF;
    background-color: transparent;
	width: 0px;
	height: 0px;
    top: 50px;
    left: 50px;
	position: absolute;
    box-shadow: 0px 0px 0px 10000px rgba(0,0,0,0.4);
    cursor: move;
}

.image-container {
    overflow: hidden;
}

.image-editor-container h2 {
    font-size: 20px;
}

#crop-preview {
    color: #666666;
    font-size: 12px;
    font-style: italic;
}

#crop-preview-image {
    position:relative;
    margin-top: 16px;
    width: 176px;
    height: 99px;
    overflow: hidden;
}

#crop-preview img {
    position:absolute;
}
.drag-corner {
    width: 10px;
    height: 10px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    border:1px solid #FFF;
}

.corner-nw {
    cursor: nw-resize;
    left: -1px;
    top: -1px;
}

.corner-ne {
    cursor: ne-resize;
    right: -1px;
    top: -1px;
}

.corner-se {
    cursor: se-resize;
    bottom: -1px;
    right: -1px;
}

.corner-sw {
    cursor: sw-resize;
    bottom: -1px;
    left: -1px;
}

.inline-upload-frame {
    width: 400px; 
    height: 30px;
    border: none;
}

h3.section {
    margin-top: 16px;
}


.listing .subcat {
    
}

.listing td.subcat {
    /* background: url(../img/revision-icon.gif) no-repeat 8px 50%; */
    padding-left: 25px;
}

.listing tr.subcat {
    color: #666;
}