﻿/*
Tag Reference
*/

html,body,form,div,h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address
{
   padding: 0 0 0 0;
   margin: 0 0 0 0;
}

BODY
{
   margin: 15px;
   font-family: Arial, Helvetica;
   font-size: 11px;
   color: #cdcdcd;
   background-image: url(../img/global/background.gif);
   background-color: #000000;
}

TD
{
   font-family: Arial, Helvetica;
   font-size: 11px;
   color: #cdcdcd;
   line-height: 1.5em;
}

P
{
   font-family: Arial, Helvetica;
   font-size: 11px;
   color: #cdcdcd;
   padding: 5px 0px 5px 0px;
}

INPUT
{
   font-family: Arial, Helvetica;
   font-size: 11px;
   color: #999999;
   padding: 1px 0px 1px 1px;
   background-color: #242424;
   border: solid 1px #3E3E3E;
}


INPUT[type="checkbox"] 
{
   border: none;
}

INPUT[type="button"]
{
  border: none;
  font-family: Arial, Helvetica;
  font-weight: bold;
  background-color: #000;
  background-image: url(../img/button/button.gif);
  width: 109px;
  height: 28px;
}

INPUT[type="submit"]
{
  border: none;
  font-family: Arial, Helvetica;
  font-weight: bold;
  background-color: #000;
  background-image: url(../img/button/button.gif);
  width: 109px;
  height: 28px;
}


SELECT
{
   font-family: Arial, Helvetica;
   font-size: 11px;
   color: #999999;
   background-color: #242424;
   border: solid 1px #3E3E3E;
}

TEXTAREA
{
   font-family: Arial, Helvetica;
   font-size: 11px;
   color: #999999;
   padding: 2px 2px 2px 2px;
   background-color: #242424;
   border: solid 1px #3E3E3E;
}

LABEL
{
  font-family: Arial, Helvetica;
  font-size: 11px; 
  font-weight: bold;
}

EM 
{
   font-family: Arial, Helvetica;
   font-size: 11px;
   font-style: italic;
}

BUTTON
{
   font-weight: bold;
}

A
{
  color: #cdcdcd;
  text-decoration: none;
}
A:visited 
{
  color: #cdcdcd;
  text-decoration: none;
}
A:hover
{
  color: #ffffff;
  text-decoration: none;
}

IMG
{
   border: 0px;
}

HR
{
   clear: both;
   border: none;
   background-color: #cdcdcd;
   height: 1px;
}

.HR 
{
   clear: both;
   background-color: #cdcdcd;
   height: 1px;
}

UL 
{
   list-style-type: none;
}
LI 
{
}



H1
{
  font-size: 24px;
  font-family: Arial, Helvetica;
  font-weight: bold;
  color: #644C19;
  line-height: 1.4em;
}
H2
{
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #644C19;
  line-height: 1.2em;
}
H3
{
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 14px;
  color: #644C19;
  line-height: 1em;
}
H4
{
  display: inline;
  font-family: Arial, Helvetica;
  font-weight: bold;
  font-size: 11px;
  color: #644C19;
  line-height: 1em;
}

H1 A
{
   color: #644C19;
}
H2 A
{
   color: #644C19;
}
H3 A
{
   color: #644C19;
}
H4 A
{
   color: #644C19;
}

H1 A:visited
{
   color: #644C19;
}
H2 A:visited
{
   color: #644C19;
}
H3 A:visited
{
   color: #644C19;
}
H4 A:visited
{
   color: #644C19;
}

H1 A:hover
{
   color: #ffffff;
}
H2 A:hover
{
   color: #ffffff;
}
H3 A:hover
{
   color: #ffffff;
}
H4 A:hover
{
   color: #ffffff;
}



.ModalBackground
{
   background-color: Gray;
   filter: alpha(opacity=70);
   opacity: 0.7;
}

.Grid
{
   background-color: #cccccc;
}
.GridRow
{
   background-color: #ffffff;
   padding: 8px;
   line-height: 25px;
}

.clearfix
{
   display: block;
}

.center
{
   text-align: center;
}

.Clickable
{
  cursor: hand;
}
