/**
 * global.css - stylesheet affecting general layout of entire site
 * @author      Greg Tammi <greg@pictographics.com>
 * @copyright   Copyright (c) 2008+ Pictographics Ltd
 * @since       Dec 15, 2008
 */
* {
    margin: 0 ;
    padding: 0 ;
    border: 0 ;
}

body {
    margin: 0 ;
    font: 12px Tahoma, Arial, Verdana, sans-serif ;
    color: #000 ;
}

p {
    line-height: 17px ;
    margin: 5px 0 ;
}

/* general hyperlink styles */
a {
    color: #DF385F ;
    text-decoration: none ;
}

a:hover {
    color: #197336 ;
    text-decoration: underline ;
}

label {
    clear: left ;
    float: left ;
    width: 100% ; ;
    margin: 10px 0 ;
}

label span {
    width: 130px ;
    float: left ;
    display: block ;
}

label select, label input, label textarea {
    border: 1px solid #333 ;
    padding: 2px ;
    width: 210px ;
}

label input {
    width: 204px ;
}

input.normal {
    width: auto ;
}

textarea.normal {
    margin-left: 130px ;
}

/** for the search results **/
table#search-results {
  margin:10px 0px;
  font-size: 11px;
  width: 100% ;
  text-align: left;
  border: 1px solid #d9d9d9 ;
  border-width: 1px 0 0 1px ;
  color: #717171 ;
}

table#search-results th, table#search-results td {
  border: 1px solid #d9d9d9 ;
  border-width: 0 1px 1px 0 ;
  padding: 6px ;
}

table#search-results thead th {
  padding: 15px 10px ;
  font-weight: bold ;
  font-size: 100% ;
  text-transform: uppercase ;
  background: #f3f3f3 ;
}

table#search-results tr:hover, table#search-results tr.odd:hover {
  background-color: #f4fcd4 ;
}

table#search-results a {
  font-weight: bold ;
  color: #888 ;
  text-decoration: none ;
}

table#search-results a:hover {
  color: #c24305 ;
  text-decoration: none ;
}

img#loading {
  float: right ;
  width: auto ;
  margin: 20px 0 ;
}
  