﻿/********************************************************************************    
/*********************************************************************************
 -------------------------------------------------------------------------------
   Name: form_style.css
 -------------------------------------------------------------------------------                                                
   Purpose      : Used for styling the form and web pages of this site
   Comment      : To select a text box after a selection use sTextBox
   Creator      : Joe Churchwell
   Date         : 2009/10/18 - 2009/10/28                      
/********************************************************************************/ 
body
{
	background-image:url("../images/space_tile.gif");/* WHO COULD WAIT FOR THE NEXT ASSIGNMENT ANYWAY? */
	font-family:Courier New; /* YES... A NERDY FONT (TT Rules) =) */
}

/* This is the style for the required caption */
.requiredCaption
{
	color:Red; 
	font-size:small; 
	background-color:#999999; 
	margin-left:2px; 
	padding-left:30px;
}

.aRight{text-align:right;}
.heading{background-color:Gray;}
th{background-color:Gray;}
table{border-width:0px;}
tr{background-color:White;}
td{border-width:0px;}
h1{text-align:center;}

th
{
	border-width:0px;
	color:White;
}
.hidden
{
	background-color:#006699;
	border-color:#006699;
	visibility:hidden;	 
	width:0px;
}
form,#divContent
{
	background-color:#006699;
	width:600px;
	text-align:left;
	padding:20px;
	padding-left:60px;
}

.ERROR_INDICATOR
{
	color:Red;
	color:inherit;	
	font-size:0px;
	position:absolute;
	width:16px; /* THIS SHOULD BE 16X16 PXLS TO WORK PROPERLY */
	height:16px;/* THIS SHOULD BE 16X16 PXLS TO WORK PROPERLY */
	background-image:url("../images/error_icon.png");
}
