/**
 * file: main.css
 * date: 2010/02/18
 * auth: Thomas Cocuzza <tcocuzza@max.md>
 * copy: (c) Copyright 2010 MaxMD Corp.
 * desc: Layout stylesheet for resellr
*/
h1 {
    font-size: 24px;
}

p {
    font-size: 14px;
}

.message {
  color: #9e3838;
  font-size: 17px;
  font-weight: bold;
  list-style-type: none;
}

.error {
  margin: 5px;
  padding: 2px;
  color: red;
  font-size: 14px;
  font-weight: bold;
}

.domain label {
   margin: 3px 10px 3px 3px;
   width: 200px;
   text-align: right;
   font-size: 14px;
   float: left;
}

.domain input {
   width: 300px;
   text-align: left;
   font-size: 15px;
   float: left;
}
.domain{
   display: block;
/*   clear: both;*/
   width: 750px;
}

.row{
    display: block;
    width:570px;
}

.row label {
   margin: 3px 10px 3px 3px;
   width: 200px;
   text-align: right;
   font-size: 14px;
   float: left;
}

.row input {
   width: 300px;
   text-align: left;
   font-size: 15px;
   float: left;
}


.clear {
   clear: both;
}

/*  (*************************************************** forms...  */

fieldset {
    border: 2px outset black;
    padding: 10px;
    margin: 15px 0px;
}



fieldset.searchform{
    width: 700px;
}

fieldset.searchform legend{
    font-size: 18px;
}

table.searchform th{
    text-align: right;;
}
/*  ...forms **************************************************)   */

table.results {
    width: 100%
}

table.results td {
    padding: 4px;
    border-style: solid;
    border-width: 0px 2px;
    border-color: #e0dfde;
}

table.results thead tr{
    background-color: #3272BC;
}

td.submitform {
    text-align: right;
} 

.pagnation {
    margin: 10px 0px;
}


tr.row0 {
 background-color: #ffffff;
}
tr.row1 {
 background-color: #e0dfde;
}

.side-menu{
   padding: 100px 5px;
}

body.nobackground{
   background: white;
}