﻿body 
{
	margin: 0;
	background-color: #131210;
	color: #888;
	
}

body, p, td 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}



/* INPUT BOXES AND DROPDOWNS */


/* input boxes */

input 
{
   font-size: 11px;
   color: #000;
  
}

.inputLong
{
	border: 0;
	width: 170px;
    background-color: #c2c2c2;
	height: 16px;
}

.inputMeduim
{
	border: 0;
	width: 150px;
	background-color: #c2c2c2;
	height: 16px;
}

.inputShort
{  
	 border: 0;
    width: 80px; 
    background-color: #c2c2c2;
    height: 16px;
}
.inputShorter 
{
	border: 0;
	width: 45px;
	 background-color: #c2c2c2;
	 height: 16px;
}

.inputVeryShort
{
	border: 0;
    width: 20px;
    background-color: #c2c2c2;
    height: 16px;
}

.DropDown
{
    width: 170px;
     background-color: #c2c2c2; 
}

.DropdowneditControl 
{
    width: 204px;
     background-color: #c2c2c2; 
}

.textarea 
{
     background-color: #c2c2c2;
    color: #000;
    border: 0; 
    overflow: hidden;
    font-size: 11px;
	color: #000;
	font-family: Arial, Sans-Serif;
}

h1 
{
	font-family: Verdana;
	font-size: 19px;
	color: #FFFFFF;
	line-height: 30px;
	font-weight: Normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2 
{

	font-size: 15px;
	color: #A6A4A5;
	line-height: 23px;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 16px;
}

h3 
{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 23px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}


h4 
{
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
}

h5 
{
	font-size: 19px;
	color: #A6A4A5;
	line-height: 23px;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 14px;
	margin-bottom: 4px;
}

h6 
{
	font-size: 8px;
	margin: 0;
}

.gelFires a:Link {

text-decoration: none;
color: #fff;
}

.gelFires a:visited 
{
text-decoration: none;
color: #fff;
}

.gelFires a:hover {
text-decoration: underline;
color: #888;

}

.gelFires a:active: {
text-decoration: underline;
color: #888;
}

.aAdminButton 
{
	background-color: #000;
	color: #b7b5b6;
	border: 1px solid: #383838;
	text-transform: uppercase;
	font-size: 11px;
}

.aAdminButton:link, .aAdminButton:visited 
{
	
	width: 101px;
	background: transparent url(img/adminback.jpg) top left no-repeat;
	font-family: Arial, Sans-Serif;
	text-transform: uppercase;
	line-height: 20px;
	display: block;
color: #fff !important;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.aAdminButton:active, .aAdminButton:hover 
{
	width: 101px;
	background: transparent url(img/adminback.jpg) top left no-repeat;
	line-height: 20px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #f1f1f1!important;

}


