/******************************
     the basics
******************************/
  
body {
  background-color: #ffffe6;
  color: #0768ac;
  margin: 0 auto;
  padding: 0;
  font: x-small Verdana,Helvetica,Arial,sans-serif;
}

table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  border-spacing: 0px 0px;
  border: 0px;
}

td {
  vertical-align: top;
  padding:0px;
  margin: 0px;
  font: x-small Verdana,Helvetica,Arial,sans-serif;
}

img {
  border: 0px;
}

a:link, a:visited {
  font-weight: bold;
  color: #69b926;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/******************************
    layout
******************************/

td.left_column, td.right_column {
  width: 180px;
}

td.main_column {
  width: 400px;
}


/******************************
     header
******************************/

.header td.right_column {
  padding-top: 0px;
  vertical-align: top;
  height: 100%;
}

.header a {
  color: #ffffe6;
}

.header td {
  padding-top: 15px;
  background-color: #69b926;
  vertical-align: bottom;
  line-height: 0px;
}

#about_header {
  text-align: center;
  padding-bottom: 5px;
  line-height: 12px;
  font-size: 11px;
  color: #ffffe6;
}

.logo_image_wrapper {
  border-left: 3px solid #69b926;
  border-right: 3px solid #69b926;
  padding:0px;
  margin: 0px;
  background-color: #ffffcc;
}

table.header_sub_header {
  height: 100%;
}

td#sub_header {
  padding-top: 5px;
  padding-left: 5px;
  font-size: x-small;
  height: 20px; 
  /* height in pixels because IE doesn't understand vertical-align */
}

h1 {
  font-size: small;
  font-weight: bold;
  margin-bottom: 0px;
} 


td#page_title {
 /* height in pixels because IE doesn't understand vertical-align */
  height: 50px;
  vertical-align: bottom;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 7%;
  text-align: left;
}


div#subscriptions_area {
  border: 2px dashed #ffffe6;
  padding: 5px;
  margin: 15px;
}



/******************************
     footer
******************************/

#sub_footer {
 text-align: right;
 font-weight: bold;
 font-size: x-small;
 padding-top: 5px;
 margin-left: 5%;
 margin-right: 5%;
 padding-right: 2%;
}

.footer .main_column {
  font-weight: bold;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
}

.support_link {
  display: none;
}

.aes_link img {
  display: none;
}


/******************************
     search and navigation
******************************/

td.left_column {
  text-align: center;
}

#search {
  padding-top: 5px;
  padding-bottom: 15px;
  border-left: 3px solid #69b926;
  border-right: 3px solid #69b926;
  background-color: #ffffcc;
  width: 180px;
}

.navSep {
  display: none;
}

.navLink, .homeLink, .trashLink, .currentPage {
  font-weight: bold;
  text-align: center;
  display: block;
  padding-bottom: 15px;
  text-decoration: none;  
}

.navLink a, .homeLink a, .trashLink a {
  text-decoration: none;
}

#navigation {
  border-left: 3px solid #69b926;
  border-right: 3px solid #69b926;
  background-color: #ffffcc;
  width: 180px;
}

#functions_search_form input {
  margin: 0px;
  color: #0768ac;
  font: bold x-small Verdana,Helvetica,Arial,sans-serif;
  text-align: center;
  border: 1px solid #69b926;
  width: 150px;
  background-color: #ffffe6;
}


/******************************
     content
******************************/

hr {
  height: 2px;
  background: #69b926;
  text-align: center;
  width: 80%;
}

.page_content, #page_search_results {
  font: 1.2em Verdana,Helvetica,Arial,sans-serif;
}

.page_content, #page_search_results {
  margin-top: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 2%;
  padding-right: 2%;
  margin-left: 5%;
  margin-right: 5%;
  border-top: 3px solid #69b926;
  border-bottom: 3px solid #69b926;
}

div.ta_image {
 text-align: center;
 background-color: #ffffcc;
 width: 200px;
 border: 1px solid #69b926;
 padding: 3px;
}

.align_left_clear div.ta_image {
  margin-right: auto;
}

.center div.ta_image {
  margin-right: auto;
  margin-left: auto;
}

.float_left div.ta_image {
  display: inline;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.align_right_clear div.ta_image {
  margin-left: auto
}

.float_right div.ta_image {
  display: inline;
  float: right;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.clear_both {
  clear: both;
}

.ta_image_caption {
  color: #0768ac;
  font-weight: bold;
  font-size: xx-small;
}

.ta_image_source {
  color: #0768ac;
  font-weight: bold;
  font-style: italic;
  font-size: xx-small;
}

#user_functions, #ta_admin_functions {
  text-align: center;
  padding-bottom: 10px;
}

.main_content td {
  padding-bottom: 50px;
}

/*
.page .display_item_space {
  display: none;
}

.image .display_item_space {
  display: none;
}
*/

.separator {
  display: none;
}

.user-help {
  display: none;
}


/******************************
     box
******************************/
.box {
  width: 100%
  padding: 0px;
  margin: 0px;
  line-height: 0px;
  padding-bottom: 15px;
  border-collapse: collapse;
}

.box_content_wrapper {
  padding: 15px;  
  background-color: #ffffcc;
  border-left: 3px solid #69b926;
  border-right: 3px solid #69b926;
  width: 150px;
  line-height: normal;
}

.box_content {
  line-height: normal;
}

.box_header {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 20px;  
}

.box_footer {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: right;
  line-height: normal;
}

.box .ta_link {
  font-weight: bold;
  text-decoration: none;  
  padding-bottom: 15px;
}

.ann_item {
  padding-bottom: 20px;
}

.ann_item a {
  display: block;
  text-align: right;
}


/******************************
     forms and functions
******************************/

.manage_header_text {
  margin-left: 50px;
}

.form-field {
  margin-bottom: 10px;
}

.form-label {
  float:left;
  font-weight: bold;
  width: 200px;
  text-align: right;
  margin-left: 50px;
}

.form-element {
  text-align: left;
  margin-left: 10px;
}

.form-field>input[type="text"], 
.form-field>textarea{
  width: 400px;
}

.form-field>input[type="submit"] {
  position: relative;
  margin-left: 260px;
}

.ta_answer_text {
  width: auto;
}

.ta_answer {
  padding-top: 20px;
  padding-left: 20px;
}

.even {
  padding-top: 5px;
  padding-bottom: 5px;
}

.odd {
  padding-top: 5px;
  padding-bottom: 5px;
}

.branch {
  padding-top: 5px;
}

.item_url {
  display: none;
}

.page_content .functions_item_edit {
  display: block;
  clear: both;
  background-color: #ffffcc;
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid #0768ac;
  font-size: xxx-small;
}

input, textarea, button {
   border: 1px solid #69b926;
   text-align: center;
   font-size: x-small;
   background-color: #ffffe6;
   color: #0768ac;
   font-weight: bold;
}

select {
  font-size: x-small;
  font-weight: bold;
  border: 1px solid #69b926;
  color: #69b926;
}

.functions_item_edit select {
  width: 70px;
}

.item_contents {
  display: none;
}

.sep_edit {
  display: none;
}

.edit-help {
  font-style: italic;
}

.functions_items_add {
  text-align: center;
}

.functions_items_add .edit-help {
  display: block;
}


/******************************
     search results display
******************************/

#page_search_results {
  padding-bottom: 0px;
}

.search_result_breadcrumbs {
  font-style: italic;
 }

.search_result {
 padding-bottom: 15px;
}

a.navigation_return_link {
  font-size: x-small;
  font-style: italic;
}


/******************************
     image rollovers
******************************/

.highslide {
  cursor: url(/ta/common/highslidejs/highslide/graphics/zoomin.cur), pointer;
}

.highslide-image {
  border: 3px solid #ffffcc;
}

.highslide:hover img {
  cursor: url(/ta/common/highslidejs/highslide/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide-image {
	border: 10px solid #ffffcc;
}

.highslide-caption {
    display: none;
    border: 5px solid #ffffcc;
    border-top: none;
    padding: 5px;
    margin: 5px;
    background-color: #ffffcc;
}

.highslide-loading {
    display: block;
	color: #ffffcc;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid #ffffcc;
	border-bottom: 1px solid #ffffcc;
    background-color: #ffffcc;
    /*padding-left: 22px;
    background-image: url(/ta/common/highslidejs/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px; */
}
.highslide-image-blur {
}
.highslide-overlay {
  display: none;
}

a.highslide-credits {
  display: none;
}

.highslide-display-block {
  display: block;
  background-color: #ffffcc;
  padding: 0px 10px 10px 10px;
  margin: 0px;
}

.highslide-display-none {
  display: none;
}

/******************************
  subscriptions_area styling
******************************/

#subscriptions_area {
  color: #ffffe6;
  padding: 0px 15px 5px 15px;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  vertical-align: top;
  margin-top: 0px;
} 

#subscriptions_area a {
  text-decoration: none;
  
}

#subscriptions_area strong {
  color: #ffffe6;
}

/******************************
     calendar display
  also see calendar script for tooltips styling
******************************/

#calendar {
  padding: 0px 15px 5px 15px;
} 

#calendar a {
  text-decoration: none;
}

#calendar strong {
  color: #ffffe6;
}

#calendar td {
  padding: 2px;
  vertical-align: top;
  font-size: x-small;
  line-height: 10px;
}

.active_day {
  font-weight: bold;
  border: 1px solid white;
}

.calendar_events_link {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
  

/******************************
  events page calendar display
  also see calendar script for tooltips styling
******************************/

#events_calendar a {
  text-decoration: none;
}

#events_calendar td {
  padding: 2px;
  vertical-align: top;
  font-size: x-small;
  line-height: 10px;
}

#events_calendar .active_day {
  font-weight: bold;
  border: 1px solid #0768ac;
}




/******************************
     rss/podcast area
******************************/

#rss_links {
  padding-top: 5px;
}

#rss_links, #podcast_links {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

/*#rss_links a, #podcast_links a {
  background-color: orange;
  color: white;
  padding: 2px;
}*/

