/*
 * background velvet: #669
 * light grey: #eee
 * darkest purple (corners): #446
 * lighter velvet, for subbackgrounds: #9898ba
 */
body {
    font-family: verdana, sans-serif;
    font-size: 10pt;
    /*background: #669;*/
    background-color:#446;
}

.darksquare {
    border: #000 solid;
    width: 50px;
    height: 50px;
}

#toprightsquare {
    border: none;
    background-color: #9898ba;
    float: right;
    margin: 0;
    padding: 4px;
}

.top {
    border-width: 0 2px 2px 0;
    float: left;
}

.bot {
    border-width: 2px 0px 2px 2px;
    float: right;
}

a, a:visited { color: black; }
a:hover { }

h2 { font-size: 12pt; }

h3 { font-size: 11pt; }

.tiny { font-size: xx-small; }

#tinynav {
    font-size: xx-small;
}

#item {
  background: #eee;
  padding: 0;
  border: 2px solid black;
  margin-top: 5px;
}
#item_title {
  float:left;
  width:80%
  font-size:x-large;
  font-weight:bold;
  text-decoration:none;
}
#item_title_right {
  float:right;
  width:20%;
  text-align: right;
}
#item_description {
  border-top:1px solid black;
  background:white;
  font-family:fixed;
  padding:5px;
  clear:both;
  margin:0;
}

#miniheader {
  background: #9898ba;
}

#header h1>a, #header h1 {
    font-size: 8pt;
    color: #000;
    width:100%;
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin-top:0;
    margin-bottom:0;
}

#header h2 {
    font-size: 10pt;
    color: #000;
    text-align: right;
    margin-left: 20px;
    margin-top: -5px;
}

#header {
  margin-bottom: 30px;
  border: 1px solid black;
  }


#navcontainer {
}

ul#navlist {
    margin-left: 0;
    padding-left: 0;
    white-space: nowrap;
}

#navlist li {
    display: inline;
    list-style-type: none;
}

#navlist a:link,
#navlist a:visited,
.bigbutton a,
.bigbutton a:visited,
.smallbutton a,
.smallbutton a:visited {
    background-color: #669;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 9pt;
}

#navlist a {
    padding: 6px;
}

.alt { background-color: red; }

.smallbutton a { padding: 2px; }

.bigbutton a {
    font-size:12px;
    padding:2px;
}

#navlist a:link, #navlist a:visited {
    font-size: 14px;
    padding: 6px;
}

#navlist a:hover,
.smallbutton a:hover,
.bigbutton a:hover {
    color: #fff;
    background-color :#9898ba;
    text-decoration: none;
}

#account_info {
    background-color: #9898ba;
    float:right;
    width:160px;
    border: 1px dotted white;
    padding-left:2px; padding-right:2px;
    text-align:center;
    margin-top:9px;
}


#content {
    background-color: #eee;
    /* background-color: #9898ba; */
    margin-left:auto; margin-right:auto;
    width:75%;
    min-width:605px;
    text-align: left;
    border: black 2px solid;
    padding: 0px;
}

#innercontent {
    padding: 15px;
}

.minisubheader {
    color: black;
    font-weight: bold;
    font-size: x-small;
    margin-top: 0px;
    padding:3px;
}

.feedback {
    margin: 10px;
    color: red;
    font-weight: bold;
}

.message {
    color: black;
    font-weight: bold;
    margin-left:auto; margin-right:auto;
    text-align:center;
}

#loginformtable {
    /*margin-left:auto; margin-right:auto;*/
    background-color: #9898ba;
    border: 2px solid black;
    margin: 5px;
    padding: 5px;
}

#searchformtable {
    /*margin-left:auto; margin-right:auto;*/
    /*background-color: #9898ba;*/
    background-color: white;
    border: 2px solid black;
    margin: 5px;
    padding: 5px;
}

.note {
  background-color: white;
  border: 1px solid black;
  margin: 10px;
  padding: 5px;
}

#searchformtable input, #searchformtable textarea {
    background:#9898ba;
}

.error {
    color: red;
    font-weight: bold;
}

.form {
    background: #9898ba;
    margin-left:auto; margin-right:auto;
    padding:1px 10px 1px 10px;
}

.list {
    /*background: #9898ba;*/
    /*border: dotted 1px white;*/
    margin-top: 10px;
    margin: 10px;
}

.list_header {
    border: dotted 1px white;
}

.list h3 {
    font-size:12pt;
}

.list table th, .list table td {
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}

.prettytable td {
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}

.prettyul li {
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}

.trDrag {
  background-color: #669;
  border: 5px solid black;
}

tr.even {
  background-color: #9898ba;
}

tr.odd {
  background-color: white;
}

.dragHandle {
  cursor:move;
}

.showDragHandle {
  background-image: url("/icons/draghandle.png");
  background-repeat: no-repeat;
  background-position: center center;
}

