/* ----------------------------------------
  Aquafax v2 Stylesheet
   © Aztech Business Systems 2005
   www.aztechsystems.net
   ----------------------------------------
   Created by Chris Laythorpe
   on 04-March-05 at 10:54 am
   ----------------------------------------
   
   MAKE CHANGES WITH CARE!
   Checked Using jigsaw.
 -----------------------------------------
*/

/* ---------------------------------------- */
/* HTML Prep                                	*/
/* ---------------------------------------- */

/* ---------------------------------------- */
/* Fonts & Links {class}                   	*/
/* ---------------------------------------- */
.header{
	font: 20px "trebuchet ms", tahoma, verdana, arial;
	font-weight: bold;
	color: #4682b4;
}
.bodyfont{
	font: 11px tahoma, verdana, arial;
	color: #000000;
}
.redstar{
	font: 11px tahoma, verdana, arial;
	color: #dc143c;
}
.bodyfontgrey{
	font: 11px tahoma, verdana, arial;
	color: #6c6c6c;
}
.boldbodyfont{
	font: 11px tahoma, verdana, arial;
	font-weight: bold;
	color: #000000;
}
.boldbodyfontwhite{
	font: 11px tahoma, verdana, arial;
	font-weight: bold;
	color: #ffffff;
}
.boldbodyfontwhite10px{
	font: 10px tahoma, verdana, arial;
	font-weight: bold;
	color: #ffffff;
}
.boldbodyfont10px{
	font: 10px tahoma, verdana, arial;
	font-weight: bold;
	color: #000000;
}
.blueLink{
	font: 11px tahoma, verdana, arial;
	text-decoration: none;
	color: #4682b4;
}
a
{
	color: #4682b4;
	font: 12px tahoma, verdana, arial;
	text-decoration: none;
}
a:hover
{
	color: #00bfff;
	font: 12px tahoma, verdana, arial;
	text-decoration: underline;
}
/* ---------------------------------------- */
/* Form Fields & Drop Downs & Stuff	*/
/* ---------------------------------------- */
.frmQuantityBox
{
	font: 11px tahoma, verdana, arial;
/*	border: 1px #567518;	*/
	border-top:1px solid #567518;	
	border-right:1px solid #567518;
	border-bottom:1px solid #567518;
	border-left:1px solid #567518;	
	color: #000000;
}
.frmStandardTextField
{
	font: 11px tahoma, verdana, arial;
	border-top:1px solid #567518;	
	border-right:1px solid #567518;
	border-bottom:1px solid #567518;
	border-left:1px solid #567518;	
/*	border: 1px #567518; */
	
	color: #000000;
}
.frmStandardTextField2
{
	font: 11px tahoma, verdana, arial;
/*	border: 1px #567518;	*/
	border-top:1px solid #567518;	
	border-right:1px solid #567518;
	border-bottom:1px solid #567518;
	border-left:1px solid #567518;
	color: #000000;
	background-color: #eaeaea;
}

.frmStandardTextArea
{
	font: 11px tahoma, verdana, arial;
	color: #000000;
}
.selectClass
{
	font: 12px tahoma, verdana, arial;
	background-color: #ED9824;	
}
/* ---------------------------------------- */
/* DIV & SPAN CSS TAGS                 	*/
/* ---------------------------------------- */
#outer { 
    position: absolute; 
    top: 200px; left: 200px; 
    width: 200px; 
    color: red;
}
/* ---------------------------------------- */
/* Classes added by Shubhangi             	*/
/* ---------------------------------------- */
.frmSearchtext
{
	font: 11px tahoma;text-decoration:none;color:#000000;font-weight:bold;
}
.mess
{
	font: 11px tahoma;text-decoration:none;color:red;font-weight:bold;
}
.buttonbar
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #444444;
    FONT-FAMILY: Tahoma,Helvetica;
    TEXT-DECORATION: none;
}

