body {
	background-color: #2E3535;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #DDDDDD;
	}
	/* IE Custom Scrollbars */

html {
	scrollbar-track-color:#f8a406;
	scrollbar-3dlight-color:#000000; 
	scrollbar-arrow-color:#2E3535; 
	scrollbar-base-color:#0C222A; 
	scrollbar-darkshadow-color:#000000; 
	scrollbar-face-color:#0C222A; 
	scrollbar-highlight-color:#121212; 
	scrollbar-shadow-color:#121212;
	}
	
	.fullheight{height:100%}
	
	a:link {text-decoration:none; color:#FFFFFF;}
	a:alink {text-decoration:none; color:#FFFFFF;}
	a:visited {text-decoration:none; color:#FFFFFF;}
	a:hover {text-decoration:underline; color:#FFFFFF;}
/* Alternate link color */
	.mainCategory {font-size: 14px; font-weight: bold; color: #F8A406;}
	a.mainCategory {font-size: 14px; text-decoration: none; color: #F8A406;}
	a.mainCategory:hover {text-decoration: underline; color: #DDDDDD;}
/* Small link color */
	.nav			{ font-weight: bold; font-size: 10px; color : #F8A406;}
	a.nav			{ text-decoration: none; color : #F8A406; }
	a.nav:hover		{ text-decoration: underline;  color : #DDDDDD;  }

	font {font-family:Arial;}
	td {font-family:Arial; font-size:10px; color:#8C9193;}
	.headingtext {font-family:Arial; font-size:28px; color:#FFFFFF;}
	.mediumtext {font-family:Arial; font-size:12px; color:#FFFFFF;}
	.micro {font-family:Arial; font-size:9px; color:#8C9193;}
	

/* Image Mouseover Border */
.image { border: 2px solid #121212; }
a:hover .image {border: 2px solid #f8a406;}

/* Form elements */
input,textarea, select {
	color : #8C9193;
	font: normal 10px Arial, Helvetica;
	background-color : #0C222A;
	border:solid 1px #000000;
}
* html input.textinput, * html textarea { color : #8C9193;	font: normal 10px Arial, Helvetica;	background-color : #0C222A;	border:solid 1px #000000; }
input.textinput:hover, textarea:hover, select:hover { border-color: #F8A406; }
input.textinput:focus, textarea:focus, select:focus { border-color: #F8A406; color: #8C9193; }


select {
	border: solid 1px #000000;
	background-color: #0C222A;
	color: #DDDDDD;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #0C222A;
	color: #DDDDDD;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #000000;
}
input.button:hover { 
	background-color: #F8A406; 
	color: #000000;
}
* html input.button { color: #DDDDDD; }

/* The main submit button option */
input.mainoption {
	background-color: #0C222A;
	color: #FFFFFF;
	font-weight : bold;
	border: solid 1px #000000;
}

/* None-bold submit button */
input.liteoption {
	background-color: #0C222A;
	color: #D0D0D0;
	border: solid 1px #000000;
}

input.mainoption:hover, input.liteoption:hover { border-color: #F8A406; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; border-color: #FFFFFF; }

/*
	Styled checkboxes and radio buttons.
	Created by Philip Howard, GamingHeadlines.co.uk
	Web: http://www.gamingheadlines.co.uk/wod/formstyle/index.html
*/
.checkbox {
	background: url(http://www.micmarvin.com/images/CheckboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.checkbox, a.checkboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.checkbox {
	background: url(http://www.celshading.com/images/CheckboxUnchecked.gif) no-repeat center center;
}
a.checkboxchecked {
	background: url(http://www.celshading.com/images/CheckboxChecked.gif) no-repeat center center;
}

.radiobox {
	background: url(http://www.celshading.com/images/RadioboxUnchecked.gif) no-repeat center center;
	display: block; 
	width: 16px; 
	height:16px;
}
a.radiobox, a.radioboxchecked {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	cursor: hand;
}
a.radiobox {
	background: url(http://www.celshading.com/images/RadioboxUnchecked.gif) no-repeat center center;
}
a.radioboxchecked {
	background: url(http://www.celshading.com/images/RadioboxChecked.gif) no-repeat center center;
}

.inputhidden { display: none; }

	
/*  Coppermine Gallery Styles */
h1{
        font-weight: normal;
        font-size: 28px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding-left : 20px;
        color: #FFFFFF;
        margin: 2px;
}

h2 {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #FFFFFF;
        padding-left : 2px;
        margin: 0px;
}

h3 {
        text-transform: capitalize;
		font-weight: normal;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, sans-serif;
        font-size: 14px;
        color: #F8A406;
        padding-left : 0px;
        margin: 2px;
}

a {
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

