
/* =General
-----------------------------------------------------------------------------*/
html, body {
	background-color: #cdc6b4;
	color: #504848;
	padding: 0;
	margin: 0;
}

body div, body p, body th, body td, body li {
  font-size:  13px;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  text-align: left;
}

body {
  background: #ebebe6 url(../images/bg_body.gif);
}

h1 {
  color: #7F7867;
  font-family:"Trebuchet MS",Arial,sans-serif;
  font-size: 20px;
  font-weight: 500px;
}

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
	font-size: 12px;
}

a {
	color: #316fa3;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #6ba1f1;
	text-decoration: underline;
	cursor: pointer;
}

img {
	border: 0;
}

img.inline-both {
  margin: 0 5px;
  vertical-align: middle;
}

  * html img.inline-both {  /* IE */
    margin-top: 3px;
    }

label {
  padding: 2px;
}


/* Page Layout
----------------------------------------------------------------------------------*/
div#header {
	padding: 5px 20px 25px 20px;
	margin: 0;
	color: #515252;
}
a#headerLogo {
  background: url(../images/sprite_sheet_icons.png) no-repeat 0 0;
  height: 67px;
  width: 140px;
	float:left; 
	margin-top:7px;
}
div#content {
	padding: 5px 20px 100px 20px;
	margin:0;
}
div#footer {
  background: #cdc6b4 url(../images/bg_footer.gif) repeat-x top left;
  padding:20px 20px 50px 20px;
  clear: both;
}



/* Typography
-----------------------------------------------------------------------------*/
.fontOrange {
	color: #c5670c;
}
.fontGreen {
	color: #5c9b03;
}
.fontBlack {
	color: #000;
}
.fontLightGray {
	color: #9b9b9b;
}
.fontGray {
	color: #6F6F6F;
}
.fontBlue {
	color: #5965EF;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font14 {
	font-size: 14px;
}
.font16 {
	font-size: 16px;
}	
.font18 {
	font-size: 18px;
}	


/* =Progress Indicators (for a wizard interface)
-----------------------------------------------------------------------------*/
.progress-completed {
	padding: 30px 10px 5px 10px;
	margin: 0;
	background: url(../images/progress_completed.gif) no-repeat top center;
	color: #73ab5a;
	font-weight: normal;
	float: left;
}
.progress-current {
	padding: 30px 10px 5px 10px;
	margin: 0;
	background: url(../images/progress_current.gif) no-repeat top center;
	color: #73ab5a;
	font-weight: bold;
	float: left;
}
.progress-future {
	padding: 30px 10px 5px 10px;
	margin: 0;
	background: url(../images/progress_future.gif) no-repeat top center;
	color: #bbbaba;
	font-weight: normal;
	float: left;
}


/* =Alert
-----------------------------------------------------------------------------*/
div#alert {
	margin: 0 0 5px 0;
	color: #fff;
}

	div#alert a {
		color: #0a669a;
	}

div.alert-info {
	background: #7daaa5 url(../images/bg_alert_info.gif) no-repeat;
	padding: 5px 5px 5px 25px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

div.alert-success {
	background: #7cb57c url(../images/bg_alert_success.gif) no-repeat;
	padding: 5px 5px 5px 25px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

div.alert-failure {
	background: #b04848 url(../images/bg_alert_failure.gif) no-repeat;
	color: #fff;
	padding: 5px 5px 5px 25px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

label.label_error {
  background-color: #B04848;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/* =Pagination
-----------------------------------------------------------------------------*/
td.pagination {
	padding: 5px 0;
	text-align: right;
	color: #3f79a9;
}	
	td.pagination a {
		text-decoration: none;
		padding: 2px 5px;
		cursor: pointer;
	}
	td.pagination a:hover {
		text-decoration: underline;
	}
	td.pagination a.pageSelected {
		background-color: #c3dada;
	}
		

/* =Data Filter
-----------------------------------------------------------------------------*/
#dataFilter {
  background: #c7dda8 url(../images/bg_data_filter.jpg) repeat-x top center;
  border:1px solid #b8b8b7;
  color: #2b3f0e;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 20px;
  width:950px;
}

.dataFilterItem {
  display:block;
  height: 37px;
  float: left;
  font-size: 12px;
  /* padding: 0 30px; */
  width: 105px;
  text-align: center;
  margin: 0;
  border-left: 1px solid #a0c071;
  text-shadow: 1px 1px #d9efbb;
}
  .dataFilterItem a {
    color: #f6fcee;
    display: block;
    margin-top: 5px;
    font-size: 18px;
    text-shadow: none;
  }
    .dataFilterItem a:hover{
      color: #fff;
    }
  
.dataFilterItemOption {
  /* 
  background: url(../images/arrow_green_right.gif) no-repeat center left;
  padding-left: 10px;
  */
  display: block;
  margin: 0;
  text-align: left;
}

.dataFilterPopup {
	background-color: #9cbf69;
	border-right: 1px solid #c5c5c4;
	border-bottom: 1px solid #c5c5c4;
	border-left: 1px solid #c5c5c4;
	color: #2b3f0e;
	text-align: center;
	font-size: 12px;
	margin: 0;
	padding: 7px;
	z-index: 3;
}
	.dataFilterPopup a {
	  color: #fff;
		font-size: 14px;
		text-decoration: none;
		cursor: pointer;
		margin:2px;
	}
		.dataFilterPopup a:hover {
			text-decoration: underline;
			color: #fff;
		}
		

.bigSearchButton {
  border:1px solid #a6a5a5;
  cursor: pointer;
  float: right;
  width: 119px;
}
  .bigSearchButton div {
    background: url(../images/bg_button_search.jpg) repeat-x top left;
    border:2px solid #fff;
    color: #000;
    float: right;
    font-size: 18px;
    height: 37px;
    line-height: 37px;
    padding: 0 17px 0 46px;
    text-align: left;
    vertical-align: middle;
  }
  
/* =AdContainers
-----------------------------------------------------------------------------*/
div.contactFormLabel {
  font-weight: bold;
  padding-bottom: 1px;
}
div.contactFormElement {
  vertical-align: top;
  padding-bottom: 10px;
}

div#contactFormPolicy {
  color: #000;
  font-size: 10px;
  font-weight: normal;
  white-space: normal;
  padding-bottom:10px;
}

  
.adAlert {
	padding: 3px;
	margin-bottom: 7px;
	background-color: #5e9856;
	color: #fff;
}
	
img.adImage {
  border: 1px solid #e1e0e0;
}

div.adSmallHighlight {
  /* background-color: #EDFFDF; */
  float: left;
  padding: 7px;
  margin: 0 0px 15px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
div.adSmallGirls {
  background: url(../images/sprite_sheet_ads.png) no-repeat 0 0;
  cursor:pointer; 
  height: 300px;
  width: 226px;
  overflow: hidden;
}
div.adSmallWomens {
  background: url(../images/sprite_sheet_ads.png) no-repeat -228px 0;
  cursor:pointer; 
  height: 300px;
  width: 226px;
  overflow: hidden;
}
div.adSmallBoys {
  background: url(../images/sprite_sheet_ads.png) no-repeat -456px 0;
  cursor:pointer; 
  height: 300px;
  width: 226px;
  overflow: hidden;
}
div.adSmallMens {
  background: url(../images/sprite_sheet_ads.png) no-repeat -684px 0;
  cursor:pointer; 
  height: 300px;
  width: 226px;
  overflow: hidden;
}
div#seeOlderPosts {
  background: url(../images/sprite_sheet_ads.png) no-repeat -1141px 0;
  float: left;
  height: 287px;
  width: 226px;
  overflow: hidden;
  color: #637c3e;
  cursor:pointer; 
  font-size: 18px;
  text-align: center;
  text-shadow: #e5e7dd 1px 1px 1px;
  vertical-align: middle;
}
div#noMorePosts {
  background: url(../images/sprite_sheet_ads.png) no-repeat -912px 0;
  margin: 8px 27px 22px 7px;
  float: left;
  height: 286px;
  width: 226px;
  overflow: hidden;
  color: #8b8b80;
  padding-top:120px;
  font-size: 18px;
  text-align: center;
  text-shadow: #e5e7dd 1px 1px 1px;
  vertical-align: middle;
}
div.adSmallContent {
  padding: 15px 15px 10px 15px;
}

div.addSmallFooter {
  color: #747474;
  font-size: 10px;
  padding: 5px 5px 0 5px;
  width:214px;
  float: left;
  clear: both;
  /* margin-bottom: 40px; */
}
  div.addSmallFooter div  {
    color: #747474;
    font-size: 10px;
    text-decoration: none;
  }

.adSmallBrand{
  padding-top:5px; 
  line-height:14px;
}
.adSmallDesc {
  padding:10px 0; 
  height:40px;
}
.adSmallPrice {
  position:absolute;
  top: 4px;
  left: -5px;
}
.adSmallPriceText {
  color: #fff;
  font-weight:bold; 
  font-size: 12px;
  letter-spacing: 1px;
  left: 1px;
}

div.adSmallFilters {
  padding: 4px 15px;
}
.adSmallFilter {
  float:left; 
  width:62px;
}

.formTitle {
  padding:0 0 5px 10px;
  color: #8F8F7D;
  font-size: 14px;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0px;
}
  
div.adFormBlue {
  background: url(../images/sprite_sheet_ads.png) no-repeat -1697px 0;
  padding: 20px;
  float: left;
  height: 382px;
  width: 284px;
  overflow: hidden;
}
div.adFormGreen {
  background: url(../images/sprite_sheet_ads.png) no-repeat -1370px 0;
  margin-right:50px;
  padding: 20px;
  float: left;
  height: 382px;
  width: 284px;
  overflow: hidden;
}
  div.adFormGreen .formElement,
  div.adFormBlue .formElement {
    padding-bottom: 10px;
  }
    div.adFormGreen .formElement label,
    div.adFormBlue .formElement label {
      font-size: 11px;
      font-weight: bold;
      margin-bottom:3px;;
    }
    
.formElement {
  padding-bottom: 10px;
}
  .formElement label{
    font-size: 11px;
    font-weight: bold;
    margin-bottom:3px;;
  }

div.adBig {
  background-color: #fff;
  padding: 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 800px;
  /* 
  width: 925px;
  */
}

.adMessageGreen {
  background-color:#94c979; 
  border-top: 1px solid #adacac;
  border-left: 1px solid #adacac;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; 
  float: left;
  padding: 10px;
  margin-bottom: 20px; 
  font-weight:bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.adMessageGreenCheck {
  background: #94c979 url(../images/greencheck.png) no-repeat 8px 8px;
  border-top: 1px solid #adacac;
  border-left: 1px solid #adacac;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; 
  float: left;
  padding: 10px 10px 10px 35px;
  margin-bottom: 20px; 
  font-weight:bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.adMessageYellow {
  background: #edd66a;
  border-top: 1px solid #adacac;
  border-left: 1px solid #adacac;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; 
  float: left;
  padding: 10px;
  margin-bottom: 20px; 
  font-weight:bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.adMessageYellowEnvelope {
  background: #edd66a url(../images/envelope.gif) no-repeat 8px 8px;
  border-top: 1px solid #adacac;
  border-left: 1px solid #adacac;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; 
  float: left;
  padding: 10px 10px 10px 50px;
  margin-bottom: 20px; 
  font-weight:bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.adMessageRed {
  background-color: #d37474; 
  border-top: 1px solid #adacac;
  border-left: 1px solid #adacac;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; 
  color: #fff;
  float: left;
  padding: 10px;
  margin-bottom: 20px; 
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.adMessageBlue {
  background-color: #ADD7E7;
  border-top: 1px solid #adacac;
  border-left: 1px solid #adacac;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; 
  color: #143F4F;
  float: left;
  padding: 10px;
  margin-bottom: 20px; 
  font-weight:bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.adMessageWhite {
  background-color:#fff; 
  border-top: 1px solid #adacac;
  border-left: 1px solid #adacac;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; 
  float: left;
  padding: 10px;
  margin-bottom: 20px; 
  font-weight:bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

div.contactForm {
  background-color:#abcc7d; 
  margin:3px 0 5px 0; 
  padding:10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
div.contactFormMessage {
  background-color:#abcc7d;
  font-size:14px;
  font-weight: bold;
  color: #fff;
  padding:3px; 
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* =Data Filter
-----------------------------------------------------------------------------*/
div.dataFilter {
  background: url(../images/sprite_sheet_ads.png) no-repeat -1141px 0;
  float: left;
  margin: 8px 7px 22px 7px;
  height: 287px;
  width: 226px;
  overflow: hidden;
}
  div.dataFilter div.dataFilterElements {
    padding: 15px 10px;
  }
  div.dataFilter div.formElementPair {
    padding: 3px 0;
    margin: 0;
  }
  div.dataFilter label {
    clear: left;
    color: #314A11;
    display: block;
    float: left;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-weight: bold;
    font-size: 11px;
    padding-right: 10px;
    text-align: right;
    width: 50px;
  }
  div.dataFilter div.formElement {
    display: block;
    float: left;
    padding: 0;
    width: 125px;
  }
  div.dataFilter select.filterElement {
  	border:1px solid #AAAAAA;
  	color: #504848;
  	margin:0;
  	vertical-align:middle;
  	font-size: 16px;
  	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  	/* font-weight: bold; */
  	width: 125px;
  }
  div.dataFilter input.filterElement {
  	border:1px solid #AAAAAA;
  	color: #504848;
  	margin:0;
  	padding:2px;
  	vertical-align:middle;
  	font-size: 16px;
  	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  	/* font-weight: bold; */
  	width: 119px;
  }
  div.dataFilter div.bigSearchButton {
    border:1px solid #a6a5a5;
    cursor: pointer;
    width: 150px;
    margin: 20px auto 0 auto;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
    div.dataFilter div.bigSearchButton div {
      background: url(../images/bg_button_search.jpg) repeat-x top left;
      border:2px solid #fff;
      color: #000;
      font-size: 18px;
      height: 37px;
      line-height: 37px;
      padding: 0 17px 0 50px;
      text-align: left;
      vertical-align: middle;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
    }
    
    div.dataFilter #filterNumResults {
      padding-top: 10px;
      display: none;
      font-size: 11px;
      text-align: center;
    }
      div.dataFilter #filterNumResults #filterNumResultsVal {
        font-weight: bold;
        padding-left: 5px;
      }
		
.greenButton {
  background-color: #8AAD59;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  white-space:nowrap;
  width: 150px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

span.tagYellow {
  background: url(../images/tag_yellow_right.png) no-repeat top right;
  display: block;
  height: 23px;
  padding-right:10px;
  position:absolute;
  top: 4px;
  left: -5px;
}
  span.tagYellow b {
    background: url(../images/tag_yellow_left.png) no-repeat top left;
    color: #fff;
    font-weight:bold; 
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
    display: block;
    height: 23px;
    padding: 2px 0 0 7px;
  }
  
span.tagGreen {
  background: url(../images/tag_green_right.png) no-repeat top right;
  display: block;
  height: 23px;
  padding-right:10px;
  position:absolute;
  top: 4px;
  left: -5px;
}
  span.tagGreen b {
    background: url(../images/tag_green_left.png) no-repeat top left;
    color: #fff;
    font-weight:bold; 
    font-size: 12px;
    letter-spacing: 1px;
    float: left;
    display: block;
    height: 23px;
    padding: 2px 0 0 7px;
  }


/* =Donate
-----------------------------------------------------------------------------*/
div.donateContainer {
  width: 900px;
  padding: 0;
}
  div.donateContainer table td {
    padding: 10px;
  }
  div.donateContainer div.beneName {
    padding-bottom:6px;
    font-weight: bold;
    font-size: 14px;
    color: #c5670c;
  }
  div.donateContainer div.beneUrl {
    padding-top:10px;
  }
  div.donateContainer table td.beneContact {
    background: #e9e7e7 url(../images/bg_gray_panel_right.gif) repeat-y 0 0;
    /* padding-left: 20px; */
    white-space: nowrap;
  }
  div.donateContainer div.address {
    background:transparent url(../images/icon_blue_envelope.png) no-repeat 0 0;
    padding: 0 0 20px 30px;
  }
.bluePhone {
  background:transparent url(../images/sprite_sheet_icons.png) no-repeat 0 -239px;
  height: 15px;
  padding-left: 30px;
}

  
/* =Misc
-----------------------------------------------------------------------------*/
table.inputForm td {
  padding: 5px;
}

td.formLabel {
  font-weight: bold;
  text-align: right;
  padding-right: 25px;
  white-space: nowrap;
}

div.formElementContainer {
  background-color: #F1F1F0;
  clear:both;
  padding:5px 10px;
  float: left;
  margin: 0 10px 5px 0;
  width: 400px;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
  div.formElementContainer div.formElementIcon {
    float: left;
    width: 75px;
    padding-top: 5px;
  }
  
  div.formElementContainer div.formElementPair {
    float: left;
    width: auto;
    padding-left: 10px;
  }
  
  div.formElementContainer label {
    font-weight: bold;
    font-size: 11px;
  }

input.textElement, textarea.textAreaElement {
	background:#FFFFFF url(../images/inputtopfade.gif) repeat-x scroll center top;
	border:1px solid #AAAAAA;
	color: #504848;
	margin:0;
	padding:4px;
	vertical-align:middle;
	font-size: 16px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	width: 270px;
}

select.selectInput {
	background:#FFFFFF url(../images/inputtopfade.gif) repeat-x scroll center top;
	border:1px solid #AAAAAA;
	color: #504848;
	margin:0;
	vertical-align:middle;
	font-size: 16px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
 
select {
  font-size: 16px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

.emailInput {
  background: transparent url(../images/icon_lock.png) no-repeat 0 1px;
  padding-left: 25px;
}

.alignRight {
  text-align:right;
}

.alignCenter {
  text-align: center;
}

.clear {
	clear:both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.nowrap {
  white-space: nowrap;
}

.rounded {
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.roundedLeft {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.roundedRight {
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.roundedBottom {
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.roundedTopLeft {
	-moz-border-radius-topleft:6px;
	-webkit-border-top-left-radius:6px;
  border-top-left-radius: 6px;
}


#locResultsTable td {
  padding-right:20px; 
  vertical-align:top;
}
  #locResultsTable td div {
    padding-top:2px;
  }
    #locResultsTable td div a {
      text-decoration: none;
    }
      #locResultsTable td div a:hover {
        text-decoration: underline;
      }

/* =Buttons
-----------------------------------------------------------------------------*/§
button.bigGreenButton { 
  border:0; 
  cursor:pointer; 
  padding: 0 0 0 0; 
  text-align:center; 
  background:url(../images/bg_button_green_right.jpg) no-repeat right;
  /* border: 1px solid red; */
}
  button.bigGreenButton span { 
    /* position:relative;  */
    display:block; 
    font-weight:bold;
    white-space:nowrap; 
    padding: 0 15px; 
    margin: 0;
    height:43px; 
    line-height:43px;
    background:url(../images/bg_button_green_left.jpg) no-repeat left;
    color:#fff; 
    font-size: 16px;
    /* border: 1px solid aqua; */
  }
  
button.bigGrayButton { 
  border:0; 
  cursor:pointer; 
  padding: 0 5px 0 0; 
  text-align:center; 
  width: 240px;
  background:url(../images/bg_button_gray_right.png) no-repeat right;
}
  button.bigGrayButton span { 
    display:block; 
    font-weight:bold;
    white-space:nowrap; 
    padding: 0 15px 0 22px; 
    margin: 0;
    height:45px; 
    line-height:45px;
    background:url(../images/bg_button_gray_left.png) no-repeat left;
    color:#fff; 
    font-size: 16px;
    text-shadow: #333333 1px 1px 1px;
  }
  
  button.bigBlueButton { 
    border:0; 
    margin:0;
    cursor:pointer; 
    padding: 0 5px 0 0; 
    text-align:center; 
    background:url(../images/bg_button_blue_right.png) no-repeat right;
  }
    button.bigBlueButton span { 
      display:block; 
      font-weight:bold;
      white-space:nowrap; 
      padding: 0 15px 0 22px; 
      margin: 0;
      height:45px; 
      line-height:45px;
      background:url(../images/bg_button_blue_left.png) no-repeat left;
      color:#195368; 
      font-size: 16px;
      text-shadow: #fff 1px 1px 1px;
    }

a#buttonAddNew {
  font-family:"Trebuchet MS",Arial,sans-serif;
  background:transparent url(../images/sprite_sheet_buttons.png) no-repeat 0 -343px;
  display:block;
  float: right;
  height:54px;
  width:226px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  line-height:52px;
  color:#fff; 
  font-size: 18px;
  font-weight: 500;
  text-shadow: #3684AF 0px -1px 0px;
}
  a#buttonAddNew:hover {
    background-position: 0 -398px;
  }
  
a#buttonDonate {
  font-family:"Trebuchet MS",Arial,sans-serif;
  background:transparent url(../images/sprite_sheet_buttons.png) no-repeat 0 -453px;
  display:block;
  float: right;
  height: 54px;
  width: 207px;
  text-decoration: none;
  text-align: center;
  margin-top: 20px;
  line-height: 52px;
  color:#fff; 
  font-size: 18px;
  font-weight: 500;
  text-shadow: #9F761D 0px -1px 0px;
}
  a#buttonDonate:hover {
    background-position: 0 -508px;
  }
 
a.greenDelete {
  background:transparent url(../images/sprite_sheet_icons.png) no-repeat 0px -130px;
  width: 18px;
  height: 18px;
  float: left;
  margin: 5px 0 0 10px;
}
a.greenDelete:hover {
/* todo: need hover icon in sprite_sheet_icons */
  background-position: 0px -130px;
}

div.adNoImageSmall {
  border: 1px solid #e1e0e0;
  background:transparent url(../images/sprite_sheet_ads.png) no-repeat -2023px -234px;
  height:145px;
  width:195px;
}
div.adNoImageBig {
  border: 1px solid #e1e0e0;
  background:transparent url(../images/sprite_sheet_ads.png) no-repeat -2023px 0;
  height:232px;
  width:346px;
}
  
div#buttonSearchContainer {
  text-align: center;
  padding-top: 20px;
}

a#buttonSearch {
  background: transparent url(../images/sprite_sheet_buttons.png) no-repeat 0 0;
  font-family:"Trebuchet MS",Arial,sans-serif;
  display:block;
  margin: 0 auto;
  height:44px;
  width:152px;
  text-decoration: none;
  line-height:42px;
  color:#2a400c; 
  font-size: 18px;
  font-weight: 500;
}
  a#buttonSearch span {
    padding-left: 25px;
  }
  a#buttonSearch:hover {
    background-position: 0 -44px;
  }
  
a#buttonSubmit {
  background: transparent url(../images/sprite_sheet_buttons.png) no-repeat 0 -208px;
  font-family:"Trebuchet MS",Arial,sans-serif;
  display:block;
  margin: 0 auto;
  height:45px;
  width:171px;
  text-decoration: none;
  line-height:44px;
  color:#195368; 
  font-size: 18px;
  font-weight: 500;
  text-shadow: #fff 1px 1px 1px;
}
  a#buttonSubmit:hover {
    background-position: 0 -255px;
  }

a#buttonEdit {
  background: transparent url(../images/sprite_sheet_buttons.png) no-repeat 0 -88px;
  display:block;
  float: right;
  padding-left: 56px;
  margin: 0 20px 15px 0;
  height: 59px;
  width: 45px;
  text-decoration: none;
  line-height:58px;
  color:#fff; 
  font-size: 16px;
  text-shadow: #64944c 1px 1px 1px;
  font-weight: bold;
}
  a#buttonEdit:hover {
    background-position: 0 -148px;
  }
  
a#buttonDelete {
  background: transparent url(../images/sprite_sheet_buttons.png) no-repeat -102px -89px;
  display:block;
  float: right;
  padding-left: 53px;
  height: 59px;
  width: 67px;
  text-decoration: none;
  line-height:58px;
  color:#fff; 
  font-size: 16px;
  text-shadow: #a95454 1px 1px 1px;
  font-weight: bold;
}
  a#buttonDelete:hover {
    background-position: -102px -149px;
  }

a#locGoBackButton {
  background: #6984a3 url(../images/sprite_sheet_buttons.png) no-repeat 0 -301px;
  color: #BFDEFF;
  float: left;
  padding-left: 6px;
  font-size: 11px;
  text-decoration: none;
  text-align: center;
  line-height: 19px;
  width: 57px;
  height: 20px;
  margin-bottom: 5px;
}
  a#locGoBackButton:hover {
    background-position: 0 -322px;
    color: #fff;
  }

#locCloseButton {
  cursor: pointer;
}

/* =Popups
-----------------------------------------------------------------------------*/
table.popupBlue {
  z-index: 9999;
}
  table.popupBlue td.popupBlueArrowLeft {
    background: url(../images/arrow_blue_left.gif) no-repeat 0 30px;
    width: 13px;
    padding: 0;
  }
  table.popupBlue td.popupBlueArrowRight {
    background: url(../images/popup_arrow_blue_right.png) no-repeat 0 30px;
    width: 25px;
    padding: 0;
  }
  table.popupBlue td.popupBlueContent {
    background-color: #6984a3;
  	color: #fff;
  	font-size: 12px;
  	margin: 0;
  	padding: 10px;
  	z-index: 9999;
  	-moz-border-radius:3px;
  	-webkit-border-radius:3px;
    border-radius: 3px;
  }
  table.popupBlue a {
    color: #fff;
  }


.popupContainer {
  z-index: 9999;
}

.bluePopupArrow {
  padding-top:9px;
  background: url(../images/popup_arrow_blue.png) no-repeat 10px 0;
}
.bluePopup {
  background-color: #6984a3;
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 10px;
	z-index: 9999;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
  border-radius: 3px;
}
  .bluePopup a {
    color: #fff;
  }
 
#addNewPopup {
  background-color: #8ebcd6;
	font-size: 12px;
	margin: 0;
	padding: 20px 10px 10px 10px;
	width: 300px;
	height: 350px;
	z-index: 9998;
	-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	-moz-box-shadow:0 0 30px #5F5F5F; 
  -webkit-box-shadow: 0 0 50px #5F5F5F;
  box-shadow: 0 0 50px #5F5F5F; 
}
#addNewPopupArrow {
  background: url(../images/bg_popup_form_arrow_left.png) no-repeat top left;
  width: 16px;
	height: 33px;
	z-index: 9999;
}  