/* =====================================================================================				
 	 	GENERIC STYLES  	
   =====================================================================================	*/

.left {
	FLOAT: left
}
.right {
	FLOAT: right
}
.hide {
	DISPLAY: none
}
.relative {
	position: relative;
}

.textbox {
	BORDER-RIGHT: #e5e5e6 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #e5e5e6 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; FONT: 1em Helvetica, Arial, sans-serif; BORDER-LEFT: #e5e5e6 1px solid; COLOR: #666; PADDING-TOP: 2px; BORDER-BOTTOM: #e5e5e6 1px solid; margin: 0px;
}
.TEXTAREA {
	BORDER-RIGHT: #e5e5e6 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #e5e5e6 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; FONT: 1em Helvetica, Arial, sans-serif; BORDER-LEFT: #e5e5e6 1px solid; COLOR: #666; PADDING-TOP: 2px; BORDER-BOTTOM: #e5e5e6 1px solid
}
SELECT {
	BORDER-RIGHT: #e5e5e6 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #e5e5e6 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; FONT: 1em Helvetica, Arial, sans-serif; BORDER-LEFT: #e5e5e6 1px solid; COLOR: #666; PADDING-TOP: 2px; BORDER-BOTTOM: #e5e5e6 1px solid
}
fieldset{
	margin-top : 5px;
	margin-bottom : 5px;
}
legend	{
	font-size: 1.0em;
}
.uppercase	{
	text-transform: uppercase;
}
.lowercase	{
	text-transform: lowercase;
}
.capitalize	{
	text-transform: capitalize;
}

.TextArea {
  text-align: left;
  margin-left: 5px;
  margin-right: 5px;
}

textarea, select, option {
  font-family: Arial, Helvetica, sans-serif!important;
  font-size: 11px!important;
  color: #333333!important;
  background-color: #FFFFFF!important;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

input {
  font-size: 11px;
  color: #333333;
  background-color: #FFFFFF!important;
}


/* ========================================================= 	
	Common CSS Styles Rules
========================================================= */
.bold {
	font-weight: bold;
}
.red {  
  color: #FF0000;  
}
.dark_red {  
  color: #990000;  
}
.green {    
  color: #006600;  
}
.blue {    
  color: #000066;  
}
.error {   
  color: #FF0000; 
}
.italic {	
	font-style: italic;
}
.eight {	
	font-size: 8px;
}
.nine {	
	font-size: 9px;
}
.ten {	
	font-size: 10px;
}
.eleven {   
  font-size: 11px;
}
.twelve {   
  font-size: 12px;
}
.light {
	color: #999999;  
}
.dark {
	color: #666666;  
}
.spaced	{
	letter-spacing: 0.1em;
}
.underline	{
	text-decoration: underline;
}

