/*
** tag re-definition
**
** overrides normal styles
*/

body
{
  width: 900px;
  margin: 0 auto;
  font-family: "Trebuchet MS", "Helvetica", sans-serif;
/*  position: relative; */
  background-color: #fefefe;
  padding: 4px 0px 24px 0px;
}

h1 {
  font-size: 1.3em;
  color: #999999;
  font-weight: normal;
}

h2 {
  font-size: 1em;
  color: #666666;
}

h3 {
  font-size: 1em;
}

h4 {
  padding-bottom: 1px;
  margin-bottom: 1px;
}


a {
  color: #004477;
  text-decoration: none;
}

a:hover {
  color: #880000;
}

table{
}

td {
  padding: 1px 3px 1px 3px;
  font-size: .8em;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ddd;
  -moz-border-radius: 2px;
}

th {
  text-align: left;
  padding: 6px 3px 6px 3px;
}

hr {
  border: none 0;
  border-top: 1px dashed #ccc;
  text-align: left;
  width: 95%;
  height: 1px;
  margin-top: .6em;
  margin-bottom: .6em;
}

input {
   font-family:'trebuchet ms',helvetica,sans-serif;
}

select {
   font-family:'trebuchet ms',helvetica,sans-serif;
}

/*
** classes
*/

.brand {
  color: #C63600;
}

.create_link {
  margin-top: 1em;
  text-align: right;
  padding-bottom: -1em;
  margin-bottom: -1em;
}

/*
** dataset renderer
*/

.renderer {
  width: 100%;
}

.header {
  background-color: #FFFFFF;
  text-align: left;
  color: #333333;
  font-size: 0.8em;
  margin: 1px;
  padding: 1px;
}

.header a:link, table thead a:link{
  color:#194363;
}

.footer, table tfoot {
  background-color: #fff;
  text-align: left;
}

table.data {
  padding: 3px;
}

table.data .yellow {
  background-color: #f1efb8;
}

table.data .green {
  background-color: #bbe3bb;
}

table.data .white {
  background-color: #ffffff;
}

.column1 {
  background-color: #ffffff;
}

.column2 {
  background-color: #fdfeff;
}

td.noborder {
  border: 0;
}

td.noback   { background: none repeat scroll 0 0 #ffffff }

.totals {
  background-color: #ffffff;
  font-weight: bold;
}

.number {
  text-align: right;
}

.number_no_total {
  text-align: right;
}

.money {
  text-align: right;
}

.percent {
  text-align: right;
}

.boolean {
  text-align: center;
}

.center {
  text-align: center;
}

.pager {
  font-size: 1em;
}

/*
** options
*/

.container {
  position: relative;
  height: 2em;
}

.inputfields {
  text-align: left;
  vertical-align: middle;
  margin: 0px;
}

.left {
  text-align: left;
  position: absolute;
  left: 0px;
  top: 0px;
}

.right {
  text-align: right;
  position: absolute;
  right: 0px;
  top: 0px;
}

.login_name {
   font-weight: bold;
}

.clientname {
  font-family: Arial, Helvetica, sans-serif;
   font-size: 2em;
   font-weight: normal;
   color: #697686;
}

/*
** error / dialog
*/

.error {
  border: 1px dashed #ddaa00;
  margin: .5em;
  font-size: 1.1em;
  font-family: Arial, Helvetica, sans-serif;
  color: #660000;
  font-weight: normal;
  padding: 0px 5px 15px 15px;
}

/*
** submenu
*/

.submenu{
  padding: 4px;
  background: url('http://images.pulseresearch.com/common/images/focusbg.png');
  -moz-border-radius: 3px;
}

.selected {
  border-right: 1px solid #bbb;
  border-bottom: 0px solid #fff;
  background: #FFF;
  color: #880000;
}

.small {
  font-size: smaller;
}

.icon {
  top: 2px;
  position:relative;
}

.clear {
  clear: both;
}

/*
** id's
*/

#pager {
  clear: both;
  text-align: right;
}

#dataset {
  width: 100%;
  margin-top: .4em;
  margin-bottom: .4em;
  border: 1px solid #b3b3b3;
  -moz-border-radius: 5px;
  padding: 4px;
}

#dashboardtable {
  width: 100%;
  border: 1px solid #c3c3c3;
  -moz-border-radius: 5px;
  padding: 10px;
}

#menu {
  font-size: 0.8em;
  float: right;
  top: 10px;
  right: 5px;
}

#submenu {
  width: 100%;
  background-color: #f6f7f8;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
}

#subsubmenu {
  width: 890px;
  background-color: #ffffff;

  padding: 1px 3px;
  font-size: 0.8em;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #dddddd;
  -moz-border-radius: 2px;

  display: block;
}

#subsubmenu li a {
}

#letters {
  margin-top: .2em;
}

#map {
  border:1px solid #aabbcc;
  margin-bottom: 1em;
}

#notes #dataset {
  width: 750px;
  height: 20em;
  border: 1px solid #c3c3c3;
  overflow: auto;
}

#system_notes #dataset {
  width: 750px;
  height: 20em;
  border: 1px solid #c3c3c3;
  overflow: auto;
}

ul.nomarker {
  margin: 0;
  padding: 0;
}

ul.nomarker li {
  list-style-type: none;
}

.highlight { background-color: #ffe140 }
.new_tag   { color: #cc0000 }
.gray      { color: #a9a9a9 }
