/* Back to the Woods stylesheet */

/*  #91268f - purple (background)
    #bcd72e - lime (highlight)
    #0089d0 - blue
 */

/* Changes to frame.css */

body {
   background: #FFF url(/bttw/support/leftSidebar.gif) repeat-y 0 0;
}

div#banner,
div#leftSidebar,
div#leftSidebarFooter p,
div#leftSidebarFooter p a,
div#leftSidebarFooter p a:link,
div#leftSidebarFooter p a:visited {
   background: #91268f;
}
div#leftSidebarFooter p a:hover,
div#leftSidebarFooter p a:active {
   color: #FFF;
   background-color: #0089d0;
   text-decoration: none;
   border-bottom: 1px solid #0089d0;
}
div#banner h1 {
   color: #000;
}
div#leftSidebarFooter p a img {
   border: 1px solid #91268f;
}
div#bearFlag {
   border: 1px solid #000;
}
div#navigationText span.notAvailable,
div#navigationText a,
div#navigationText a:link,
div#navigationText a:visited {
   margin: 6px 0;
}
div#navigationText {
 border:2px solid #bcd72e;
}


/* Changes / additions to content.css */

/* the card image and the application image */
div#bttwCard {
   float: left;
   margin-top: 0.75em;
   margin-left: -36px;
}
div#bttwApplication {
   float: right;
   margin-top: 0.75em;
   padding-left: 8px;
   padding-bottom: 8px;
}
/* the text needs to flow around the images */
div#content {
   border-top:1px solid #bcd72e;
   border-left:1px solid #bcd72e;
}
div#content h2,
div#content p {
   clear: left;
}

/* combine the TCC logo and the text next to it */
div#tccLogoMessage span.imageLink {
   float: left;
   width: 72px;
}
span.tccMessage {
   float: left;
   margin: 0.75em auto auto 10px;
   width: 13em;
   text-align: left;
   font: small Tahoma, Arial, sans-serif;
}


/* Style used to create and float the image blocks (img plus caption) */

div.floatImageAndCaption {
   clear: right;
   float: right;
   margin-left: 8px;
   margin-top: 8px;
   border: 2px solid #bcd72e;
}
div.floatImageAndCaption table {
   text-align: center;
   background: #91268f;
   border-collapse: collapse;
   border-spacing: 0;
   empty-cells: show;
   table-layout: auto;
}
div.floatImageAndCaption table td {
   padding: .3em;
}
div.floatImageAndCaption table caption {
   caption-side: bottom;
   text-align: center;
   font: small Tahoma, Arial, sans-serif;
   background: #91268f;
}


