/* Body Styles */
body{
  margin:0;
  padding:0;
  min-width:760px;
  background: #E4E4D8;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 76%;
}
#content{
  padding:0px 30px 10px 30px ;
  min-height:300px;
}


/* Div Structure Styles */
nav{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:30px;
  margin:0;
  background-color: #666;}
#topmenu{
  color:#fff;
  position:fixed;
  right:0px;
  top:0px;
  padding:6px 10px 0px 0px;
  text-align:right;}
#menu{
  color:#fff;
  position:fixed;
  left:0px;
  top:0px;
  height:24px;
  padding-top:6px;
  background-color: #666;}


/* Top Menu Link Styles */
#topmenu a{
  color:#fff;
  font-size:0.85em;}
#topmenu a:hover{
  text-decoration:none;
  background-color:#A5A490;}


/*Main Menu Link Styles*/
#navBar {
 /* width:700px; */}
#navBar ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navBar ul li {
  position: relative;
  float: left;
  margin: 0;
}
#navBar ul li span {
  margin: 0 10px 0 10px;
  text-decoration:underline;
}
#navBar a {
  display: block;
  padding: 0 10px 0 10px;
  margin: 0;
  text-decoration: underline;
  color: #FFF;}
#navBar a:hover {
  text-decoration: none;
  color: #A6B6C7;
  background-color: transparent;}
 /* Main Menu Drop Down Styles*/
#navBar ul li ul {
  width: 185px;
  position: absolute;
  display: none;
  left: -3px;
  font-size: 0.85em;
  background-color: #8191A1;
  padding: 1px;}
#navBar ul li ul.lastbutton {
  top: 42px;
  padding: 1px; }
#navBar li:hover ul, #navBar li.over ul {
  display: block; }
#navBar ul li ul li {
  width: 179px;
  border: 1px solid #FFF;
  line-height: 18px;
  margin: 2px;
  background: #A5A490;}
#navBar li:hover ul li a:link, #navBar li.over ul li a:link, #navBar li:hover ul li a:visited, #navBar li.over ul li a:visited {
    width: 159px;
    color: #FFF;}
* html #navBar li:hover ul li a:link, * html #navBar li.over ul li a:link, * html #navBar li:hover ul li a:visited, * html #navBar li.over ul li a:visited {
    width: 179px; }
#navBar li:hover ul li a:hover, #navBar li.over ul li a:hover {
  background: url(images/arrow.gif) #81806C no-repeat center left;}


#logo{
  background: url(../images/logo.gif) no-repeat bottom right;
  margin:40px 0px 20px 0px;
  border:1px solid #4682B4;/**/
  border-right:115px solid #4682B4;/**/
  height:96px;
  color: #fff;
  background-color:#4682B4}
#logo div h1 {
  font-size:3em;
  font-weight:600;
  margin:30px 0 0 50px;}

footer{
  color:#fff;
  height:31px;
  background-color: #8191A1;
  text-align:center;
  line-height:2.5em;}
/* Footer Link Styles */
footer a{
  color:#fff;
  font-size:0.9em;}
footer a:hover{
  text-decoration:none;
  background-color:#A6B6C7;}

/****
#trades {
  height:30px;
}

#trades ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#trades ul li {
  float: left;
  display: block;
  margin-right: 20px;
  width: 100px;
}
#trades ul li.transaction {
  width: 120px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  color: #777;
}
****/

/* Default Link Styles */
 a{
   color:#000;  }
a:hover{
  text-decoration:none;
  background-color:#D0D0BD;}

/*******  tables  *******/

table {
  border: 1px solid gray;
}

table.sortable th {
  cursor: pointer;
}

th, td {
  padding: 5px;
  max-width: 280px;
}

/* cellspacing 5px */
-----table {
  border-collapse: separate;
  border-spacing: 5px;
}
/* cellspacing collapse */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* valign */
th, td { vertical-align: top; }


/*******  tooltip  *******/

.tooltip {
  border-bottom: 1px dotted #333;
  position: relative;
  cursor: help;
  -webkit-transition: all 0.2s linear;
}
.tooltip:hover:after {
  position: absolute;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.85);
  padding: 3px 7px;
  color: #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 7px;
  margin-top: -4px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
/* This is the really important bit */
span.tooltip:hover:after { content: attr(title); }
abbr.tooltip:hover:after { content: attr(data-tooltip); }



/*******  zebra striping  *******/

thead {
  background-color: #ccc;
}
tbody tr:nth-child(odd), tfoot tr:nth-child(odd) {
   background-color: #ddd;
}
tbody tr:nth-child(even), tfoot tr:nth-child(even) {
   background-color: #ccc;
}
tbody tr:hover {
  background-color:azure;
}
