html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.copyright {
    vertical-align: bottom;
    line-height: 25px;
}

.spinner {
    padding-left: 5px;
    color: #660000;
}

body {
    background: #fffdf6;
    color: #333;
    font: 11px verdana, arial, helvetica, sans-serif;
}

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

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}
select {
   padding: 2px 2px 2px 0;
}
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
td.errors span {
    border: 1px solid red;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* TABLES */

/* table {
    border: 1px solid #ccc;
    width: 100%
} */
tr {
    border: 0;
}
td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    /*padding: 5px 6px;  Keep the text but lose the padding */
    text-align: left;
    vertical-align: top;
}
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}
th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 10px;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.search {
    background: transparent url(../images/skin/search.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.report {
    background: transparent url(../images/skin/report.png) 5px 50% no-repeat;
    padding-left: 28px;
}

/* ADDED FOR GRADIENT */

div.footer {
    clear: both;
    text-align: left;
    padding: 3px;
    border-top: 1px solid #660000;
    vertical-align: bottom;
}

div.leftnavlogo {
    padding: 10px;
    vertical-align: bottom;
    float: right;
}

div.leftnavmenu {
    padding: 10px;
    vertical-align: top;
    float: left;
}

div.tabbar {
    background: #fff url(../images/topnav-back.jpg) bottom repeat-x;
    border: 1px solid #fffdf6;
    border-style: solid none solid none;
    padding: 7px 1px;
}

span.activetab {
    background-color: #fffdf6;
    text-align: center;
    font-weight: bold;
    vertical-align: bottom;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #c8c7bf;
    border-bottom: 1px solid #fffdf6;
}

span.inactivetab {
    background-color: #fffdf6;
    text-align: center;
    vertical-align: bottom;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #c8c7bf;
    border-bottom: 1px solid #c8c7bf;
}

div.banner {
    background-image: url(../images/top-banner.jpg);
    height: 40px;
    vertical-align: middle;
    font-size: 20px;
    text-align: right;
    line-height: 35px;
}

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
    margin-left: 20px;
    margin-bottom: 12px;
}

h2 {
    color: #006dba;
    font-weight: normal;
    font-size: 14px;
    margin: .8em 0 .3em 0;
    margin-left: 20px;
    margin-top: 14px;
    margin-bottom: 12px;
}

p.para {
    margin-left: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}

table.layout {
    width: 100%;
    padding: 0px;
    border: 0;
}

tr.layout {
    padding: 0px;
}

td.layout {
    padding: 0px;
}

td.leftnav {
    background-color: #F4F3E8;
    width: 10%;
    vertical-align: top;
    border-right:1px solid #c8c7bf;
}

td.leftnavheader {
    font-weight: bold;
}

td.leftnavsubhead {
    font-weight: normal;
    padding-left: 20px;
    font: 10px verdana, arial, helvetica, sans-serif;
}

td.leftnavlogo {
    background-color: #F4F3E8;
    width: 10%;
    vertical-align: bottom;
    border-right:1px solid #c8c7bf;
}

td.header {
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

td.section {
    background-color: #E6E6E6;
    font-weight: bold;
}


/* Search results list */

.list table {
    border-collapse: collapse;
}
.list th, .list td {
    border-left: 1px solid #C8BEA5;
    padding: 5px;
    margin-right: 10px;
}
.list td.heading {
    border-left: 1px solid #C8BEA5;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
}
.list tr {
    border-left: 1px solid #C8BEA5;
    border-bottom: 1px solid #F4F3E8;
}
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

.odd {
    background: #F4F3E8;
}
.even {
    background: #fff;
}

/* PAGINATION */

.paginateButtons {
    color: #000;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #C8BEA5;
    border-color: #C8BEA5;
    color: #000;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}

/* Data Layout */

div.dataLayout {
    margin: 0 15px 10px 15px;
    width: 800px;
}

p.dataLayout {
    margin-top: 12px;
    margin-bottom: 12px;
}

.editFields {
    padding: 5px;
}

.editFields .subhead {
    padding-top: 12px;
    padding-bottom: 3px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
}

.editFields .name {
    text-align: right;
    vertical-align: baseline;
    white-space: nowrap;
    width: 25%;
}

.editFields .symbol {
    text-align: right;
    vertical-align: baseline;
    white-space: nowrap;
    width: 1%;
}

.editFields .entryField {
    vertical-align: baseline;
    white-space: nowrap;
}

.editFields .value {
    padding-top: 6px;
    text-align: left;
    vertical-align: baseline;
}

.editFields .tableValue {
    padding-top: 6px;
    text-align: right;
    vertical-align: baseline;
    white-space: nowrap;
}

.editFields .spanValue {
    padding-left: 6px;
    text-align: right;
    vertical-align: baseline;
    white-space: nowrap;
}

.editFields .tableHead {
    padding-top: 6px;
    padding-left: 12px;
    text-align: right;
    font-weight: bold;
    vertical-align: baseline;
    white-space: nowrap;
}

span.required {
    color: red;
    font-weight: bold;
}

span.radio {
    color: #333;
    font-size: 10px;
    font-weight: bold;
}

