/**
 * Copyright 2008-2011 South Side Health.org
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

 * http://www.apache.org/licenses/LICENSE-2.0

 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#header {
    text-align: right;
    margin-right: 14px;
    height: 20px;
    padding-top: 4px;
    vertical-align: middle;
    color: #443333;
    text-decoration: none;
}

#header .bluelink {
    color: #222288;
    text-decoration: none;
    cursor: pointer;
}

#header .bluelink:hover {
    text-decoration: underline;
}

.hidden {
    display: none;
}

body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0;
  padding: 0;
  text-align:center;
}

.oneColFixCtr #main_container {
	width: 98%;
	min-width: 1000px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/* the alert below top bar & before content */
.message {
        width:400px;    
        border: 2px solid #CCD4CC;
        background-color: #FFDDEE;
        color: #224422;
        padding-top: 2px;    
        padding-bottom: 3px; 
        text-align: center;
        margin: 8px auto 3px auto;
}

a { color: #333;}
a:link { color: #333;}
a:hover { color: #F60;}

h1 {
	font-size:110%;
	font-weight: bold;
	color: #09F;
	padding-top: 10px;
}

p {
  margin-top:5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.help-out {
padding-left: 30px;
width: 650px;
font-size: 11px;
color: #666;
}

.help-out li {
	padding-left: 40px;
	padding-bottom: 2px;
	padding-top: 3px;
}

#top {
  margin-left:auto;
  margin-right:auto;
  color:red;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px; 
  text-align:center;
}

#content {
  margin-top:12px;
  margin-left:5px;
  margin-right:5px;
}


#content .left {
  
  float: left;
  padding-left:5px;
  padding-bottom:15px;
  width: 74%;
  padding-top: 5px;
  border:1px;
  min-height:650px;
}

#content .right {
  float: right;
  width: 23%;
  min-width: 190px;
  padding: 5px 5px 0 0;
  min-height:650px;
  font-size:10px;
}

#bottom {
  padding:0;
}

#footer {
  clear: both;
  margin:10px;
  text-align: center;
  font-size: 13px;
  background-color:#CCFF99;
  color: #555533;
  border: 2px solid #88C766;
  padding: 10px 0;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#footer a {
    text-decoration: none;
}

.clear {clear: both;}

table{
  border:0px;
  cellspacing:0;
  cellpadding:0;
}
table th{
  background-color:#CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-align:center;
}
table td{
padding-top:2px;
padding-bottom:2px;
padding-left:2px;
text-align:left;
}
.td_right{
padding-top:2px;
padding-bottom:2px;
padding-right:4px;
text-align:right;
}
/* Alternating Table Rows  */
.row0 { background-color: #f0f0f0; }
.row1 { background-color: #ffffff; }
/* End Alternating Rows  */

.odd{background-color:#F2F2F2;}
.even{background-color:#CCCCCC;}

.iconspan{
  position:static;
  float: left;
  margin: 0px;
  cursor:auto;
  cursor:pointer;
  font-weight: bold;
  border-collapse:collapse;
}

.eg-bar{
  position:relative;
  border-collapse:collapse;
  font-weight: lighter;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 12px;
  width: 98%;
  background-color:#eeeeee;
  background-repeat: repeat;
  border:1px;
  border-style:solid;
  border-color:#999999;
  padding-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  padding-left: 10px;
}
.icongroup1{
  width: 95%;
  color: #666666;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left:20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left:10px;
}

/******************
 colomn/column crap
 ******************/
.colomn_names{
  color: #000000;
  background-color: #CCCCCC;
  border-bottom: solid thin #FFFFFF;
  padding-right: 10px;
  text-align:right;
}
.colomn_bold{
  color: #FFFFFF;
  background-color: #666666;
  padding-right: 10px;
  height:15px;
}
.column_bold{
  color: #FFFFFF;
  background-color: #666666;
  padding-right: 10px;
  height:15px;
}
.colomn_medium{
  color: #000;
  background-color: #EEE;
  padding-right: 10px;
  height:15px;
}
.colomn_values{
  color: #000000;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align:left;
}
.column_values{
  color: #000000;
  padding-right: 7px;
  padding-left: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align:left;
}


.error-message{
color:red;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

/*****************
 * Top search box
 ****************/
 
#top_search_box {
     border: 1px solid #999;
     float: right;
     background-color: #FFFFFF;
     padding: 3px;
     height: 17px;
     position: relative;
     top: 6px;
     margin-right: 7px;
     width: 200px;
}

#top_search_box form { position: relative; }

#top_search_box input.text {
    border: 0px;
    font-size: 12px;
    width: 180px;
    position: relative;
}
#top_search_box input.text.blank { color: #999; }
#top_search_box input.text.hasinput { color: #333; }

#top_search_box input.submit {
    position: relative;
    float: right;
}

/***********************
 * Dashboard
 ***********************/
.dashEntry { font-size: 10px; line-height: 14px;}
.dashEntry a { color: #444444; text-decoration: none; font-weight: bold;}
.dashEntry a:hover {text-decoration: underline; color: #FF6600;}
.dashEntry span.data { color: #393939; margin-left: 1px;} 
.dashEntry span.timestamp { color: #979797; font-weight: bold; margin-left: 2px;}

/**********************
 * Search location box
 **********************/
 
#search-location.column-box {
     margin-top: 0;
} 
#search-location-change {
    font-size: 11px;
    font-weight: bold;
}

/*****************
 * Shopping Cart
 *****************/
 
 #edit_carts_icon {
     float: right;
     position: relative;
     bottom: 2px;
     right: 4px;
     cursor: pointer;
 }
 
#edit_carts_icon.not_editing .pencil-minus { display: none;}
#edit_carts_icon.editing .pencil { display: none; }

#new_cart_form div { padding: 7px; }
#new_cart_form #new_cart_cartname { min-width: 80%; }
#new_cart_form #new_cart_submit {
    /* position: relative; float: right; */
    cursor: pointer;
}

.cart_header {
     background-color: #EBF0F4;
     width: 100%;
     margin: 0px 0 0px 0;
     padding: 3px 0 3px 0;
     border-top: 1px solid #D6D6D6;
     border-bottom: 1px solid #D6D6D6;
} 

.cart_header .plus_minus { cursor: pointer; }
.cart_header img { vertical-align: middle; }
.cart_header .plus_minus.minus .plus { display: none; }
.cart_header .plus_minus.plus .minus { display: none; }

.cart_header .add_to_cart { cursor: pointer; }

.cart_header .cart_buttons {
    float:right;
    margin-right: 5px;
}
.cart_header .cart_buttons img { margin-left: 8px; }

.cart_buttons .delete_cart { cursor: pointer; }

.cart_service {
    border-bottom: 1px solid #D6D6D6;
    height: 16px;
    padding: 3px 5px 2px 8px;
}
.cart_service.odd { background-color: #F0F0F8; }
.cart_service.even { background-color: #FFFFFF; }

.cart_service a { text-decoration: none; }
.cart_service a:hover { text-decoration: underline; }

.cart_service .remove_from_cart {
    float: right;
    vertical-align: middle;
    cursor: pointer;
}

/***********************
 *  Pretty buttons
 ***********************/
 
a.pretty_button {
    background: transparent url('/img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    max-height: 24px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    margin: 0;
}

a.pretty_button span {
    background: transparent url('/img/bg_button_span.gif') no-repeat;
    display: block;
    max-height: 24px;
    line-height: 16px;
    padding: 5px 0 2px 18px;
}

a.pretty_button img {
    vertical-align: middle;
    position: relative;
    bottom: 2px;
    margin-right: 4px;
}

a.pretty_button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.pretty_button:active span {
    background-position: bottom left;
    padding: 6px 0 1px 18px; /* push text down 1px */
}
 
/***********************
 Title bars & resource boxes are on the left pane
 of the main index (aka dashboard)
************************/

.title-bar{
    background-color: #FFFF99;
    float: left;
    border: 1px solid #CCCCCC;
    height: 22px;
    width: 100%;
    font-weight: bold;
}

.title-bar span {
    margin-left: 8px;
    position: relative;
    top: 3px;
    color: #332244;
}

.resource-box{
	position:static;
	overflow:auto;
	width: 100%;
	padding:10px;
	float:left;
	font-size:10px;
}

.section-heading {
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    margin: 0 auto 0 auto;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 8px;
}


.red-alert-font{
color:red;
padding-top:2px;
padding-bottom:2px;
}
.comments {
font-size:9px;
}
/*******************
 * Service Reviews *
 *******************/
.review-bar {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #666666;
	width: 100%;
	padding: 2px;
	font-weight: bold;
}

.write-a-review {
    margin: 15px 0 15px 20px;
    border: 1px solid silver;    
}

.write-review-link {
    background-color: #FFFF99;
    font-weight: bold;
    color: #332244;
    padding: 2px;
    cursor: pointer;
}

.write-review-link:hover {
    color: #7777CC;   
}

.write-review-link img {
    vertical-align: bottom;
}

.write-a-review.activated { color: #999999; }
.write-a-review .minus { display: none; }
.write-a-review.activated .minus {display: inline; }
.write-a-review.activated .plus {display: none; }

.new-review {
    display: none;
    margin: 10px 0 10px 10px;
}



/* NEW INPUT FORMS */
.input-form td.form-label {
    font-weight: bold;
    font-size: 0.9em;
    color: #999999;
    min-width: 7em;
}

.input-form input.radio {
    margin-right: 0.5em;
    position: relative;
    top: 2px;
}


/***********************
 Use these with form fields.
 ***********************/
.red_instruction_small {
	font-size: 10px;
	color: red;
}
	
.blue_instruction_small {
	font-size: 10px;
	color: #09F;
	padding-left: 11px;
}

.blue_instruction_medium {
	font-size: 14px;
	color: #09F;
	padding-bottom: 10px;
}

#intro-box {
	font-size: 12px;
	margin-top: 30px;
	float:left;
	width:650px;
	margin-left:5px;
	margin-bottom:20px;
}

.column-box {
    border: 1px solid #CCC;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.column-box-content {
    padding: 6px;
}

.TitleBarManila {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #222244;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	background-color: #FFFF99;
}

.TitleBarGrey {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #222244;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 100%;
	background-image: url(/images/headers/bg-title.png);
	background-repeat: repeat;
	background-position: 0px -2px;
	background-color: #FFFF99;

}
.alpha_search {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color:grey;
	padding-left:2px;
	padding-right:2px;
	width:10px;
	text-align:center;
}

.gray_review {
	font-size: 10px;
	color: #333;
	padding-left: 0px;
}

/*** LOGIN ***/
.login_box {
    position: relative;
    left: 115px;
	color:#222244;
	background-color: #FFFF99;
	border: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	padding: 12px 20px 10px 20px;
	margin: 30px auto 0 auto;
	text-align: center;
}
.login_box a {
	color:#333355;
}

/*************************************
* Site section of Resource Wizard
*************************************/
.site_select {
    position: relative;
    width: 300px;
}

.site_select input {
    position: relative;
}

.site_select .site_info {
    position: relative;
    left: 20px;
    top: -14px;
}


/***********************
* Rating bars 
*
***********************/

.ratingblock {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

.ratingblockStars {
    width: 125px;
    display: inline-block;
}

#multiratings { border: 1px solid #FFFFFF; padding: 3px; font-size: 10px;}
#multiratings .ui-widget { font-size: 1em; }

#multiratings .ratingTitle { color: #666688; display: block;}
#multiratings li a {display: none; cursor: pointer; }

#multiratingsError, #reviewMultiratingsError {color: #AA5555; display: none;}

#multiratings.activated li a {display: block;}
#multiratings.activated .ratingTitle {color: #442222}
#multiratings.activated { border: 1px solid #EEEEEE; }

#multiratings #multiratingControls { margin-top: 6px; }
#multiratings #activatedControls { display: none;}

span.NA-unit {
    font-size: 9px;
    cursor: pointer;
    padding: 2px;
    color: #666666;
    border: 1px solid #ffffff;
}
span.NA-unit.activated {
    background-color: #faae4a;
    color: #222244;
    border: 1px solid #cccccc;
}
span.NA-unit:hover { 
    background-color: #fef46b;
    color: #353555;
    border: 1px solid #cccccc;
}
span.NA-unit.activated:hover { background-color: #faae4a; } 

#reviewMultiratings span.NA-unit {
    position: relative;
    bottom: 9px;
    margin-left: 2px;
}
#reviewMultiratings span.NA-unit.activated { }

#multiratings span.NA-unit {
    position: relative;
    bottom: 9px;
}
#multiratings span.NA-unit {display: none;}
#multiratings.activated span.NA-unit {display: inline;}
#multiratings.activated #activatedControls { display: block; }
#multiratings.activated #rateService { display: none; }

#activatedControls a {
    display: inline; 
    font-size: 10px; 
    color: #999999; 
    cursor: pointer;
    text-decoration: underline;
}

.ratingTitle { color: #444444; font-size: 10px; }

#reviewMultiratings { font-size: 10px; }
#reviewJustSubmitRating { margin-left: 6px;text-decoration: underline;color: #999999; cursor: pointer; }
#reviewMultiratings ul {display: inline-block; }
#reviewMultiratings li a { cursor: pointer;}

/*** SEE rating.css ***/

/***********************
**   Misc for Service view.ctp
************************/
div.service-info-table {
    float: left;
    width: 72%;
    min-width: 450px;
}

div.service-info-widgets {
    float:right;
    min-width: 175px;
    width: 25%;
}

div.service-apple {
    text-align: center;
    vertical-align: center;
    width: 100%;
    line-height: 53px;
    font-size: 9px;
    background-image: url('/img/orange_crate_art.gif');
    background-position: center;
    background-repeat: no-repeat;
}

.service-buttons {
    margin: 8px auto 12px;
    display: block;
    min-height: 24px;
}

.service-buttons span.button {
    width: 48%;
}

/* Maps on service view page */

.divlink {
    color: #222288;
    cursor: pointer;
}

.divlink:hover {
    text-decoration: underline;
    color: #FF6600;
}

#see-larger-map {
  margin: 4px 4px 6px 0px;
  display: inline-block; 
  width: 42%;
  text-align: right;
  }

.directions-selector {
  display: inline-block;
  height: 25px;
  margin: 4px 0px 4px 4px;
  vertical-align: middle;
  width: 90px;
  min-width: 90px;
}
.dir-tm-d-selected { 
  border-right: 1px solid #ababab;
  background: url("../img/google-routes.png") no-repeat scroll 0 -296px transparent;
}
.dir-tm-d-unselected {
  border-right: 1px solid #ababab;
  background: url("../img/google-routes.png") no-repeat scroll 0 -18px transparent;
}
.dir-tm-r-selected {
  background: url("../img/google-routes.png") no-repeat scroll 0 -319px transparent;
}
.dir-tm-r-unselected {
  background: url("../img/google-routes.png") no-repeat scroll 0 -273px transparent;
}
.dir-tm-w-selected {
  background: url("../img/google-routes.png") no-repeat scroll 0 -365px transparent;
}
.dir-tm-w-unselected {
  background: url("../img/google-routes.png") no-repeat scroll 0 -227px transparent;
}
.dir-tm-btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #bababa;
  cursor: pointer;
  height: 23px;
  width: 37px;
}


#service-map-dialog-close {
    margin-bottom: 9px;
}

.serviceLocation {
    display: inline-block;
    width: 30%;
    float: left;
    margin: 0 16px 8px 0px;
    min-height: 80px;
}

/**************************
* Airs Taxonomy tree menu *
*                         *
**************************/
.phtree {
    border-top: #666666 0px solid;
    border-right: #666666 0px solid;
    border-left: #999999 0px solid;
    border-bottom: #999999 0px solid;
    background-color: #666666;
    overflow: auto;
}

#category-select {
    width: 425px;
    height: 250px;
}

#category-select #ext-gen5 {
    height: 248px;
}


#tree-div {
    border: #c3daf9 1px solid; 
    overflow: auto;
    width: 200px;
    height: 900px;
}

#tree-div #ext-gen5 {
    height: 898px;
}

#category-enable {
    width: 100%;
    height: 400px;
}

#category-enable #ext-gen5 {
    width: 99%;
    height: 400px;
}


/**********************
* Under Construction  *
*                     *
**********************/
h1.notice {
    width: 200px;
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    color: black;
    margin: 60px auto;
}

/*+=+=+=+=+=+=+=+=+=+=+=+=+=+=
    S E A R C H 
=+=+=+=+=+=+=+=+=+=+=+=+=+=+*/

/**
 * Search Box
 */
div.search-box {
    border: 2px inset #CCCCCC;
    height:20px;
    margin: 0 0 0 0px;
    width: 200px;
}

div.search-box form {
    width: 100%; 
}

div.search-box form input#query {
	color: #442222;
	border: none;
	height: 20px;
	font-size: 11pt;
	width: 100%;
}

.search_submit {
    position: relative;
    bottom: 18px;
	float: right;
	width: 16px;
	border: none;
	height: 16px;
}

/**************************
* Search Results Header
**************************/

.title-bar#search_header {
    font-weight: normal;
    float: none;
    padding: 14px;
    color: #332244;
    height: auto;
    width: auto;
    margin-bottom: 12px;
}

#search_term_info { float: left; color: #534264; }
#search_term_info b { color: #332244; }

#aggregateMapContainer {
    margin: 10px 0px 0px 0px;
}
#aggregateMap {
    height: 200px;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    width: 85%;
}

#searchResultsContainer {
    height: 350px;
    overflow-y: scroll;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
}

#search_results #search_header .paginator { float: right; }
#search_results #search_header .paginator span {
    margin: 0; top: 0; /* <-- fixes weird CSS inheritance */
    padding-left: 2px;
}
#search_results #search_header .paginator a {padding-left: 2px;}

#search_results h3 {
        text-align: center;
	font-size: 13pt;
}

#search_results a {
    color: blue;
	text-decoration: none;
}
#search_results a:hover { text-decoration: underline; }

/***********************************
* Search Results
***********************************/

#search_results .site_entry {
    border-bottom: 1px solid #B4B4B4;
    margin-bottom: .9em;
}

#search_results .site_entry .site_info {
    float: left;
    width: 23%;
    overflow: auto;
}

#search_results .site_entry .services {
    float: right;
    width: 73%;
}

/* left pane of div.site_entry */
#search_results .site_entry .site_info .name {margin: 5px 0 1em 0;}
#search_results .site_entry .site_info .address {margin-bottom: 1em;}
#search_results .site_entry .site_info .distance {color: #555555; margin-bottom: 1em;}

/* right pane of div.site_entry (service entries) */

#search_results .site_entry .services .service_entry {
    margin-bottom: .9em;
    padding-left: 12px;
    border-left: 1px solid #DDDDDD;
}

#search_results .site_entry .services .service_header {
    background-color: #EEEEEE;
    border: 1px solid #D0D0D0;
    padding: 5px 8px 6px 8px;
    margin-bottom: 8px;
    color: #666666;
    font-size: .8em;
    min-height: 39px;
}

/* left part of service_header */
#search_results .site_entry .services .service_header .info {
    float: left;
    text-align: left;
    width: 68%;
    position: relative;
}
#search_results .site_entry .services .service_header a.name {
    font-size: 1.25em;
    font-weight: bold;
}
#search_results .site_entry .services .service_header .category {margin-top: 2px;}
#search_results .site_entry .services .service_header .last_edited {}

/* right part of service_header */
#search_results .site_entry .services .service_header .widgets {
    float: right;
    text-align: right;
    width: 28%;
    position: relative;
}
#search_results .site_entry .services .service_header .abs_right {
    position: absolute;
    right: 0;
}
#search_results .site_entry .services .service_header .rating {top: 14px;}
#search_results .site_entry .services .service_header .below_rating {}
#search_results .site_entry .services .below_rating a { color: #666666;
text-decoration: underline;}
#search_results .site_entry .services .service_entry .service_description {
    font-size: .9em;
    line-height: 1.3em;
}

/* Add to basket popup */
.jqmWindow#add_to_basket_popup {
    width: auto;
    background-color: #F6F6F6;
    margin-left: -100px;
}
#add_to_basket_popup .add { cursor: pointer; vertical-align: middle; margin-left: 6px;}
#add_to_basket_popup .controls {margin-top: 8px; width: 100%; text-align: center;}

/*+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  T A R G E T   P O P U L A T I O N S
     (formerly known as "Express Checkout")
=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=*/
#ecos {
    /* background-color: white;
    border-style: solid;
    border-width: 2px;
    border-color: #CCCCCC; */
    width: 100%;
}

/****************
*    Target Pop. Header
*               *
****************/
#ecos #ecos_header {
    background-color: #FFFF99;
    width: 100%;
    position: relative;
    border: solid 1px #CCCCCC;
}

#ecos #ecos_header h1 {
    text-align: center;
    font-size: 20px;
    padding-top: 6px;
    color: #333355;
    margin: 0;
    width: auto;
}

#ecos #ecos_header .search-box {
    width: 200px;
    float: left;
}

#ecos #ecos_header .buttons {
    font-size: 12px;
    color: #333355;
    display: inline;
    float: right;
    position: relative;
    top: 9px;
}

#ecos #ecos_header .buttons a {
    text-decoration: none;
    color: #444466;
    padding: 0 4px 2px 4px;
}



#ecos #ecos_header .buttons a:hover {
    background-color: #DDDD77;
}

#ecos #ecos_header .container {
    margin: 9px;
}

/*************
*    Target Pop. Body 
*************/
#ecos #body {
    padding: 12px 0 0 0;
}
#ecos h1 {
    font-size: 20px;
    color: black;
    margin: 8px 0px;
}

#ecos p {
    font-size: 14px;
    padding: 0px 0px 6px;
}

#ecos #body h2 {
    font-weight: normal;
    font-size: 16px;
    color: #333399;
}
 #ecos #body ol {
     margin-left: 12px;
     list-style: decimal inside;
 }
 #ecos #body ol li {
     padding: 4px 0px;
     font-size: 14px;
 }

/***********
* Target Pop. Add Page
***********/
#ecos #body label {
    color: #333399;
    float: left;
    position: relative;
    margin-right: 10px;
    text-align: right;
    width: 100px;
    min-height: 1px;

}

#ecos #body input {
    margin-bottom: 12px;
}

#ecos #body textarea {
    margin-bottom: 12px;
}

#ecos #body input#submit_button {
    margin: 28px 0px 12px 110px;
}

#ecos #body input#AirsTaxonomyName {
    margin: 0;
}

#ecos #body #phtree-div {
    width: 350px;
}

#ecos #body #phtree-div #ext-gen4 {
    height: 248px;
}

#categories_to_add {
    width: 100%;
}

#categories_to_add .eco_category {
    margin-left: 5px;
    margin-right: 5%;
    margin-bottom: 10px;
    width: 93%;
}

#ecos #body #categories_to_add .eco_category .top {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    position: relative;
}

#categories_to_add .eco_category .top img {
    width: 20px;
    float: left;
    margin-right: 10px;
}


/**
* Target Pop. index page
*/

#ecos #body .target_pops {
    padding: 0;
    margin: 0;
}

#ecos #body .target_pops tr {
    padding: 0;
    height: 100%;
    width: 100%;
}

#ecos #body .target_pops td {
    padding: 0;
    margin: 0;   
    vertical-align: top;
}

#ecos #body .target_pops .horiz_space {
    min-width: 15px;
    width: 15px;
}

#ecos #body .target_pops .vert_space {
    min-height: 15px;
    height: 15px;
}

#ecos #body .target_pops .eco_listing {
    background-color: #E0EAF6;
    /* orange background-color: #F4DABF; */
    display: table-cell;
    width: 50%;
}

/* dark accent : #d2d9f0 */

.eco_listing.hover {
    border: 1px solid #666688;
}

.eco_listing.nohover {
    border: 1px solid #CCC;
}

.eco_listing .margin {
    margin: 12px;
    color: #442A22;
}

.eco_listing .tp_title a {
    font-size: 15px;
    color: #442A22;
    font-weight: bold;
}

.eco_listing.nohover .tp_title a {
    text-decoration: none;
}

.eco_listing.hover .tp_title a {
    text-decoration: underline;
}

.eco_listing .description {
    font-size: 12px;
}

.eco_listing .top_buttons {
    float: right;
    min-width: 40px;
}

.eco_listing .toggle_favorite {
    margin-right: 8px;
}

.eco_listing .toggle_favorite div {
    display: inline;
}

#ecos .print_button {
    display: inline;
}

#ecos .print_button:hover {

}

#ecos .eco_listing p.label {
    height: 40px;
    width: 140px;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    color: #333399;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #CCCCCC;
    float: left;
}

#ecos ul.eco_list {
    list-style-type: disc;
    list-style-position: inside;
    font-size: 12px;
    font-style: italic;
    margin: 15px 0 15px 0;
    min-height: 40px;
}

/***********
*  Target Pop. Search
***********/
#eco_search_header {
    min-height: 30px;
}
 
/***********
*  Target Pop. Index
***********/

/***********
*  Target Pop. View
***********/

#ecos #body .top {
    background-color: #E0EAF6;
    border: 1px solid #CCC;
}

#ecos .top .margins {
    margin: 12px;
}

#ecos .top .tp_title {
    color: #442A22;
    font-size: 17px;
    font-weight: bold;
}

#ecos .top .description {
    margin-top: 15px;
}

#ecos .top .top_buttons {
    min-width: 64px;
    float: right;
}

#ecos .top .top_buttons .edit {
    display: inline;
    margin-right: 8px;
}

#ecos .top .top_buttons .toggle_favorite div {
    display: inline;
}

#ecos .top .top_buttons .print_button {
    display: inline;
    margin-left: 8px;
}


#ecos #body .tp_categories {
    border: 1px solid #CCC;
    border-top: 0;
    padding-top: 3px;
}

#ecos .tp_categories .margins {
    margin: 0 12px 12px 12px;
}

#ecos .tp_categories .note {
    font-style: italic;
    font-size: 10px;
    margin: 0;
    padding: 3px 0 1px 0;
    color: #444444;
}

#ecos div.airs_name {
    padding-top: 2px;
    width: auto;
    color: #442A22;
    height: 24px;
    font-size: 15px;
    background-image: url(/images/headers/cellpic1.gif);
    background-color: #CCCCCC;
    background-position: 0px 0px;
    vertical-align: middle;
    padding-left: 4px;
}

#ecos .toggleIcon {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#ecos p.address {
    float: left;
    width: 300px;
    min-height: 60px;   
    border-right: 1px solid #CCCCFF;
    margin: 0px 10px 20px 4px;
    padding: 0;
    text-align: left;
}

#ecos a.button {
    font-size: 12px;
    margin-left: 12px;
    font-weight: normal;
}

/***************
*     Help     *
***************/
#ecos #body .help_section {
    margin-top: 16px;
}

#ecos #body .help_section p {
    margin: 0px 20px;
}
 
#ecos #body .help_section a {
    margin: 0px 20px;
}
 

/********************************
* U S E R   M A N A G E M E N T *
*                               *
********************************/
#user_management h1 {
    font-size: 18pt;
    padding: 8px 0px;
}

#user_management #menu {
    width: auto;
    height: 36px;
    background: #CCCCCC;
}

#user_management #user-management-body {
}

h1.page_header {
    text-align: center;
    font-size: 18pt;
    padding: 8px 0px;
}

/**
* Documents
*/
#documents-menu {
    margin-left: 100px;
    width: 600px;
    height: 12px;
    padding: 10px 0px 6px;
}

a.menu {
    color: blue;
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}

a.menu:hover {
    text-decoration: underline;
}



#documents-body {
    margin-left: 100px;
}

/***************************
  static text
  **************************/
.static-text {
    color: #555555;
    font-size: 12px;
}
.static-text h1 {
    font-size: 18px;
    margin-bottom: 1em;
    text-align: center;
    color: #B3B3B3;
}
.static-text p {
    margin-bottom: 1em;
    font-size: 12px;
}
.static-text ul {
    list-style: circle;
    margin-left: 2em;
}
.static-text li {
    margin-bottom: .5em;
}
    

/************************
 standard CSS for forms,
 currently developed for new Add Service page
 */
.SSHForm fieldset { 
    background: none repeat scroll 0 0 #EBF0F4;
    border: 1px solid #DEDEDE;
    padding: 14px;
}
.SSHForm .formSection {
    
}
.SSHForm .formSection p.formLabel { 
    color: #444444;
    display: inline-block;
    width: 100px;
    overflow: auto;
    margin: auto 0;
    vertical-align: middle;
}
.SSHForm p.question {
    color: #555555;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.SSHForm p.helptext { }
.SSHForm .radio input, .SSHForm .check input {
    margin-right: 6px;
    vertical-align: middle;
}
.SSHForm .radio, .SSHForm .check {
    margin: 0 12px 0.5em 0;
}
.SSHForm span label {
    color: black;
}

.SSHForm fieldset legend {
    background: none repeat scroll 0 0 #FFFFDD;
    border: 1px solid #DCDCDC;
    font-size: 1.1em;
    padding: 2px 5px;
}

.SSHForm .ui-accordion-header.ui-state-active a {
    color: red;
}

/**** sites views ****/
.site {
}
.site a {
    color: #228;
    text-decoration: none;
}
.site a:hover {
    text-decoration: underline;
}
.site #locations {
    margin: 12px 0 20px;
}
.site #locations .location {
    float: left;
    width: 30%;
    padding: 8px 0;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.site #locations .current {
    background: #FFF0F0;
    padding: 8px;
}
.site #locations .middle {
    padding-left: 12px;
    margin-left: 12px;
    padding-right: 12px;
    margin-right: 12px;
}
.site h1, .site h2 {
    font-size: 1.7em;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
}
.site h2 {
    font-weight: normal;
}
.site ul, .site li {
    display: inline;
}
.site h1 a {
    font-size: 12pt;
    color: #228;
    margin: 0 4px;
}
.site h3 {
    font-size: 1.3em;
    line-height: 1.3em;
}
.site .hq {
}
.site .row {
    font-size: 1.3em;
    line-height: 1.3em;
    color: #444;
}
span.note {
    color: #555;
    font-style: italic;
}
.site strong {font-weight: bold;}

