/* 
////////////////////////////////////////////////////////////
// 
//   namesuppressed Support Stylesheet 2.0.0
//   7th August 2006
//   by Kohan "SyneRyder" Ikin
//   www.namesuppressed.com/syneryder
//   syneryder@namesuppressed.com
//
//   Stylesheet designed for the support pages of the
//   namesuppressed website.
//
////////////////////////////////////////////////////////////
*/



/***********************************************************
  Basic document style definitions
***********************************************************/

/* The only definitions that should appear in this section
   are defined HTML entities (like body, h1 and abbr, but
   not classes of these well-defined entities). nocss,
   spacer and .right & .left are exceptions. */

/* For items displayed when no CSS support is present. */
.nocss {
  display: none;
  visibility: hidden;
}

div.spacer {
  margin: 0px;
  padding: 0px;
  clear: both;
}

.right {
  float: right;
}
.left {
  float: left;
}

.center {
  margin: auto;
  text-align: center;
}

.imageleft {
  margin: 0px 6px 6px 0px;
  float: left;
}

.imageright {
  margin: 0px 0px 6px 6px;
  float: right;
}

body {
  color:               #000000;
  background-color:    #0000c8;
  background-repeat:   repeat-x;
  background-image:    url("gfx/background.png");
  background-position: top;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

:link {
 color: #777755;
 background-color: transparent;
}

:visited {
 color: #555533;
 background-color: transparent;
}

h1 { font-size: 24px;  letter-spacing: -1px; }
h2 { font-size: 19px;  letter-spacing: -1px; }
h3 { font-size: 17px;  letter-spacing: -1px; }
th { font-weight: bold; }
ul, ol, li { font-size: 14px; }

form {
  margin:  0px;
  padding: 0px;
}

p, dl {
  text-align:  left;
  font-size:   14px;
  line-height: 17px;
}

abbr, acronym {
  border-bottom: 1px dotted #CCCC99;
  cursor: help;
}

a img {
  border: 0px;
}

input[type="text"], input[type="password"], textarea {
  font-weight: bold;
}

textarea:focus, input:focus {
    background-color: #ffffee;
}





/***********************************************************
  Header / Footer Definitions
***********************************************************/

#header {
  background: #000000;
  color: #cccccc;
  text-align: right;
  clear: both;
}

#header img {
  margin:  0px;
  padding: 0px;
}


.globalnav {
  background: #000000;
  color: #cccccc;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -1px; 
}

.globalnav ul {
  margin-top:     0px;
  padding-top:    5px;
  margin-bottom:  0px;
  padding-bottom: 10px;
}

.globalnav li {
  display: inline;
  text-decoration: none;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 13px;
  line-height: 15px;
  border-right: #555555 1px dotted;
  text-transform: lowercase;
}

.globalnav li.last {
  border-right: none;
}

.globalnav a, .globalnav a:visited {
  color: #999999;
}

.globalnav a:hover {
  color: #ff0000;
}



/***********************************************************
  General layout definitions
***********************************************************/

#maincontent {
  padding:      0px;
  border:       0px;
  color:        #000000;
  width:        776px;
  margin-left:  auto;
  margin-right: auto;
  border-collapse: collapse;
  background-color: #ffffff;
  background-image:  url("gfx/texture-whiterocks.png");
  border-style: none;
}

#maincontent ol, #maincontent li {
  margin-bottom: 5px;
}

#bodytext {
  padding-top:       20px;
  padding-left:      5%;
  padding-right:     5%;
  padding-bottom:    20px;
}

#copyright {
  background: #000000;
  color: #999999;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  padding: 5px;
  clear: both;
}






/***********************************************************
  Search Form styles
***********************************************************/

.searchform {
  width:            540px;
  margin-top:       14px;
  margin-bottom:    24px;
  margin-left:      auto;
  margin-right:     auto;
  padding-top:      10px;
  padding-bottom:   10px;
  padding-left:     5px;
  padding-right:    5px;
  font-size:        13px;
  text-align:       center;
  border-width:     1px;
  border-style:     solid;
  border-color:     #CC9999;
  background-color: #FFCCCC;
  color:            #000000;
}

.searchform h2 {
  padding-top:      0px;
  margin-top:       0px;
  font-size:        19px;
  text-align:       center;
  margin:           0px;
  font-weight:      bold;
  padding:          3px;
  background-color: transparent;
  color:            #000000;
}

.searchform input[type="text"] {
  color: #000000;
  background-color: #fcfcfc;
  font-size: 18px;
  font-weight: bold;
}

.searchform input:focus {
  color: #000000;
  background-color: #ffffff;
}

.searchform input[type="submit"] {
  font-size: 18px;
  font-weight: bold;
}



/***********************************************************
  Contact form definitions
***********************************************************/

table.feedback {
  margin-left:  auto;
  margin-right: auto;
  color: #4F4F4F;
}

table.feedback h2 {
  color: #000000;
  text-align: center;
}

table.feedback td {
  width:          180px;
  border-right:   1px dotted #999999;
  padding:        6px;
  vertical-align: top;
}

table.feedback td.last {
  width:        180px;
  border-right: none;
}



/***********************************************************
  Feedback form
***********************************************************/

fieldset {
  border:  0px;
}

fieldset label {
  font-size:   .8em;
  font-weight: bold;
}

fieldset input, fieldset textarea {
  display:          block;
  margin-bottom:    8px;
  width:            300px;
}

.feedback fieldset input[type="text"], .feedback fieldset textarea {
  font-weight:      normal;
  color:            #000000;
  background-color: #F9F9F9;
}



/***********************************************************
  Definitions applicable to all pages (???)
***********************************************************/

.textlinks p {
  text-align: center;
  font-size: 14px;
}

.quote {
  text-align: right;
  font-style: italic;
  font-size: 13px;
}