/********************************************************************************

	Sitehand Framework (v1.0a)
	
	Daniel Crowther (daniel.crowther@sitehand.com)
	http://www.sitehand.com/
	
	-
	Copyright (C) 2005+ Sitehand. All Rights Reserved.
	
	-
	$Author: Daniel Crowther $
	File Created: 1/07/2005
	Last Update $Date: 2005/07/1 07:06:25 $
	$Revision: 1.0 $
	
********************************************************************************/

/* -----------------------------------------------------------------------------
	DEFAULT TAGS
----------------------------------------------------------------------------- */
BODY {
 	color:				#404040;
	background:			#ead3b3;
	font-family: 		tahoma; 
	font-size: 			13px; 
	vertical-align:		top;
	margin:				0px;
}

P
{
	margin-top:			10px;
	margin-bottom:		0px;
}

TD {
	font-size: 			13px;
}

A {
	color:				#FF0000;
	text-decoration: 	none;
	
}

A:active {

}

A:visited {

}

A:hover {
	color:				#a4c84e;
	text-decoration: 	none;
}


H1 {
	color: 				#0000ff;
	font-size: 			16px;
	font-weight: 		bold;
}

H2 {
	color:				#000000;
	font-size:			12px;
	margin:				0px 0px 0px 0px;
}

H3 {
	color:				#000000;
	font-size:			10px;
}

H4 {
	color:				#000000;
	font-size:			10px;
}

H5 {
	color:				#000000;
	font-size:			10px;
}

UL {

}

LI {
	
}

IMG {
	border-color:		#000000;
}

HR {
	border: 			0;
	color: 				#67851f;
	background-color: 	#67851f;
	height: 			2px;
}

CAPTION {
	font-size: 			12px; 
}

/* -----------------------------------------------------------------------------
	SYSTEM REQUIRED
----------------------------------------------------------------------------- */
.ObjectTitle {
	color: 				#ff0000;
	font-size: 			24px;
	font-weight: 		normal;
}

.ObjectTitle2 {
	color: 				#ff0000;
	font-size: 			16px;
	font-weight: 		bold;
}

.ObjectBody {
	padding:			0px 0px 0px 0px;
	margin:				0px 0px 0px 0px;
	text-align:			justify;
}

/*Div located between the Objects*/
.ContentObject_Seperator {
	padding:			0px 0px 10px 0px;
	margin:				0px 0px 0px 0px;
}

.highlight {
	color:				#000000;
}

.highlight2 {
	color:				#000000;
}

.smalltext{
	font-size:			9px;
	color:				#000000;
}

/* -----------------------------------------------------------------------------
	SKIN SECTIONS
----------------------------------------------------------------------------- */
.BodyClass {
	width:				780px;
	height:				100%;
	background-color:	#FFFFFF;
	border-left:		1px solid black;
	border-right:		1px solid black;	
}

.HeaderClass {
	background-color:	#ff0000;
	color:				#ffffff;
	height:				85px;
	padding:			0px 5px 0px 5px;
}

.HeaderClass TD {
	font-weight:		bold;
	font-size:			12px;
	line-height: 		18px;
	color:				#ffffff;
}

.HeaderClass A {
	color:				#ffffff;
}

.HeaderClass A:hover {
	color:				#000000;
}

.MenuClass {
	background-color:	#67851f;
	height:				35px;
	border-top:			1px solid #ffffff;
	border-bottom:		2px solid #ffffff;
}

.MenuClass TD {
	font-weight:		normal;
	color:				#ffffff;
}

.MenuClass A {
	font-weight:		bold;
	font-size:			10px;
	color:				#ffffff;
}

.ContentClass {
	background-color:	#ffffff;
	height:				100%;
	border-top:			3px solid #dcdcdc;
	padding:			3px 5px 3px 5px;
}

.FooterClass {
	background-color:	#ff0000;
	height:				45px;
}

.FooterClass TD {
	font-weight:		normal;
	color:				#ffffff;
}

.FooterClass A {
	color:				#000000;
}


/* -----------------------------------------------------------------------------
	DIV TABLES SECTION
----------------------------------------------------------------------------- */
.DivTitle {
	color:				#fecb00;
	font-size:			14px;
	text-decoration:	underline;
}


.DivContainer {
	width:				280px;
	float:				left;
}


.DivFormTitle {
	float:				left;
	width:				100px;
	color:				white;
	font-size:			12px;
	padding:			4px;
	text-align:			right;
}


.DivFormDisplay {
	color:				#fecb00;
	float:				left;
	font-size:			12px;
	padding:			4px;
	text-align:			left;
}

/* -----------------------------------------------------------------------------
	FORM TAGS
----------------------------------------------------------------------------- */

.FormBodyTD {
	background:			#000000/*#ffd4aa;*/
}

.FormTitleTD {
	font-size:			12px;
	font-weight:		bold;
	padding:			4px;
	color:				#000000;
	vertical-align:		top;
}

.FormSubTitleTD {
	font-size:			12px;
	color:				#ff7e00;
}

.FormTextTD {
	font-size:			11px;
	text-align:			right;
	width:				200px;
}

.FormInputTD {
	font-size:			11px;
}

.FormDisplayTD {
	font-size:			11px;
	color:				#ff7e00 !important;
}

.FormInputTD INPUT {
	width:				250px;
	border:				1px solid #808080;
}

.FormInputTD TEXTAREA {
	width:				300px;
	border:				1px solid #808080;
}

.FormInputTD SELECT {
	border:				1px solid #808080;
}

.FormExtraTD {
	font-size:			10px;
	color:				#FFFFFF !important;
}

.FormInputButton {
	border:				1px solid #000000;
	font-size:			10px;
	font-weight:		bold;
	background-color:	#67851f;
	color:				#ffffff;
	width:				auto;
}

.FormAltInputButton {
	border:				1px solid #ff7e00;
	background-color:	#ff7e00;
	color:				#000000;
}

.FormInputButton2 {
	border:				1px solid black;
	background-color:	#ff7e00;
	color:				#000000;
}

.FormInputNote {
	color:				#ff7e00;
}
/********************************************************************************
								END STYLE SHEET
********************************************************************************/
