<!--

A:active     { text-transform: capitalize }
A:hover      {color: #FF9900; font-style: oblique}

body { scrollbar-face-color: teal; scrollbar-shadow-color: #00000; scrollbar-highlight-color: #FF9900; scrollbar-3dlight-color: #000000; scrollbar-darkshadow-color: black; scrollbar-track-color: #D3D3D3; scrollbar-arrow-color: #FF9900}

.end {color:#FF9900; background:black}
.start {color:black; background:#FF9900}

div#buttonA {

    margin-left: 20px;
}
div#buttonA ul {

    margin: 5px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}
div#buttonA li {
    list-style-type: none;
    margin: 0px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    font-weight: bold;
    text-decoration: none;
    border-width: 6px;
}
div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #FF9900;
    border-style: outset;
}
div#buttonA li a:visited {
    color: black;
    font-weight: normal;
    background-color: #FF9900;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FF9900;
    background-color: black;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: bold;
    color: black;
    background-color: #FF9900;
    border-style: inset;
} 

.whatsnew {
    background-image: url(images/tallclublogo2.jpg);
    font-size: large;
    font-weight: bold;
}

.menu {
 position:relative;
 background-image:url(images/bg_menu.jpg);
 border:3px solid teal;
}


/* Dropdown Content */

#dhtmlgoodies_contentBox {
  border:1px solid #317082;
  height:0px;
  visibility:hidden;
  position:absolute;
  background-color:#E2EBED;
  overflow:hidden;
  padding:2px;
  width:250px;
}

#dhtmlgoodies_content {
  position:relative;  
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
  width:100%;
  font-size:0.8em;
}

#dhtmlgoodies_slidedown {
  position:relative;
  width:250px;
}


/* Advanced Gallery */

.gallerycontroller{

width: 300px;
height: 0px;
background-color: teal;
color: teal;
font-size: xx-small;
}



.gallerycontent{

width: 300px;
height: 100px;
font-size: medium;
border: 3px double solid gray;
background-color: #FFFFFF;
color: teal;
padding: 3px;
display: none;
}


/* Indent menu */

.BorderOn  { width:120px;
             margin-left:10px;
             background-color:black;
             border:1px solid black }

.BorderOff { width:120px;
             margin-left:0px;
             background-color:#FF9900;
             border:1px solid #008080 }

A.mTeal:link      {color:#000000; text-decoration:none;}
A.mTeal:visited   {color:#000000; text-decoration:none;}
A.mTeal:active    {color:#000000; text-decoration:none;}
A.mTeal:hover     {color:#FF9900; text-decoration:underline;}

A.mBlue:link      {color:#00CCFF; text-decoration:none;}
A.mBlue:visited   {color:#00CCFF; text-decoration:none;}
A.mBlue:active    {color:#00CCFF; text-decoration:none;}
A.mBlue:hover     {color:#FF0000; text-decoration:underline;}        
A.mGreen:link     {color:#00FF80; text-decoration:none;}
A.mGreen:visited  {color:#00FF80; text-decoration:none;}
A.mGreen:active   {color:#00FF80; text-decoration:none;}
A.mGreen:hover    {color:#FF0000; text-decoration:underline;} 
A.mYellow:link    {color:#FFFF00; text-decoration:none;}
A.mYellow:visited {color:#FFFF00; text-decoration:none;}
A.mYellow:active  {color:#FFFF00; text-decoration:none;}
A.mYellow:hover   {color:#FF0000; text-decoration:underline;} 


/* Animated MiniTabs */

#miniflex {
  width: 100%;
  float: left;
  font-size: small; /* could be specified at a higher level */
  margin: 0;
  padding: 0 10px 0 10px;
  border-bottom: 1px solid teal;
  position:relative;
  z-index:2;
}

#miniflex li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
}

#miniflex a:link, #miniflex a:visited {
  float: left;
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  margin: 0 10px 0 10px;
  text-decoration: none;
  color: #696;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
  border-bottom: 4px solid #FF9900;
  padding-bottom: 2px;
  color: teal;
}
  
#animated-tab {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 20px;
  padding-bottom: 2px;
  border-bottom: 4px solid teal;
}   

/* flyoutText */

h2 {
  font-weight: normal;
  font-size: 1.4em;
  clear: both;
}

body > h2 { clear: none;}

.section h2 { cursor: pointer; }

/*
#flyout .section {
  float: left;
  width: 20em;
  height: 25em;
  background: url('images/flyoutText/mback.jpg') #444 repeat-y;
  margin-left: 0;
  color: white;
  padding: 0;
  overflow: hidden;
}
*/

#flyout .section {
  float: left;
  width: 20em;
  height: 25em;
  background: url('images/flyoutText/mback.jpg') #444 repeat-y;
  margin-left: 0;
  color: #FF9900;
  padding: 0;
  overflow: hidden;
}

/*
#flyout h2 {
  font-family: monospace;
  width: 1em;
  font-size: 1.2em;
  padding-top: 1ex;
  float: left;
  padding-left: 1ex;
  padding-right: 0.2ex;
  height: 100%
  clear: none;
  position: relative;
}
*/
#flyout h2 {
  font-family: monospace;
  width: 1em;
  font-size: 1.2em;
  font-weight: bold;
  color: #FF9900;
  padding-top: 1ex;
  float: left;
  padding-left: 1ex;
  padding-right: 0.2ex;
  height: 100%
  clear: none;
  position: relative;
}


#flyout .section div {
  margin-left: 2em;
  padding: 1em;
  background: #B4E9FF;
  color: black;
  height: 100%;
  border-bottom: solid 1px #777;
  border-right: solid 1px #777;
  border-top: solid 1px #ccc;
}
#flyout + * {
  clear: both;
}

/* popupDiv */

#layer1 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
}

#close {
	float: right;
}

/* floatingLayer */

td.top {
  background-color: teal;
  text-align: right;
}

td.bottom {
  background-color: teal;
  padding: 15px;
}

td.right {
  background-color: gray;
  text-align: right;
}

td.left {
  background-color: white;
  padding: 15px;
}

/* Collapsible Text */

.mainExpand {
  cursor:hand;
  cursor:pointer;
  font: bold .9em verdana, arial, helvetica, sans-serif;
}

/* Good Looking Tooltipe */

.glt-elm{
 	position: absolute;
 	left: 0;
 	top: 0;
 	width: 150px;
 	color: white;
        font-family: Georgia, sans-serif;
        font-size: 14;
 	opacity: 0.9;
 	visibility: hidden;
}

.glt-elm p{
 	background: #666;
 	margin: 0;
 	padding: 0.5em;
}

.glt-elm img{
 	display: block;
}

/* formactiveinput.js */

.textInput,textarea {
  font-family: arial;
  background-color: #FFFFFF;
  color: teal;
  border: 1px solid #000;
}

.inputHighlighted {
  background-color: #FFFFCC;
  color: black;
  border: 1px solid #000;
}


-->