/*
######################    CWB  PRO   #######################
############################################################
CWB PRO	          	Version 1.5
Writed by               GraFX (webmaster@grafxsoftware.com)
Created 03/01/03        Last Modified 28/06/03
Scripts Home:           http://www.grafxsoftware.com
############################################################
File name               generic.css
File purpose            CSS used in site
File created by         GraFX (webmaster@grafxsoftware.com)
############################################################
*/
 
body {
	margin-right: 0px;
	margin-bottom: 0px;
}
form {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

INPUT {
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, helvetica, sans-serif;  
	FONT-SIZE: 11px; border: 1px #cccccc; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-bottom-style: solid; 
	border-top-style: solid
}

SELECT {
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, helvetica, sans-serif;  
	FONT-SIZE: 11px
}

TEXTAREA {
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, helvetica, sans-serif;  
	FONT-SIZE: 11px; border: 1px #000000; 
/*
	border-bottom-style: solid; border-left-style: solid; 
	border-right-style: solid; border-top-style: solid
*/
}

OPTION 	{
	BACKGROUND-COLOR: #FFFFFF; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, helvetica, sans-serif;  
	FONT-SIZE: 11px; font-weight: bold}

HR {color: #e2e2e2; height:1px; noshade; line-height: 1px}

A:hover {
	color: #333333;
	text-decoration: underline;
}
A:visited {
	color: #333333;
	text-decoration: none;
}

A:active {
	color: #333333;
	text-decoration: none;
}
A:link {
	color: #333333;
	text-decoration: none;
}

.text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

A.text:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #666666; 
	text-decoration: none
}

A.text:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #990000; 
	text-decoration: none}

.textbold {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
}

A.textbold:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #990000; 
	text-decoration: underline
}

A.textbold:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none
}
.textboldwh {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
}

A.textboldwh:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: underline
}

A.textboldwh:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none
}
.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.txtbox:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline
}

.txtbox:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.error {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FF0000; 
}

A.error:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #990000; 
	text-decoration: none
}

A.error:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #990000; 
	text-decoration: none
}
/*
used on registration page
*/
#ht1,#ht2,#ht3,#ht4,#ht5,#ht6,#ht7,#ht8,#ht9,#ht10,#ht11,
#ht12,#ht13,#ht14,#ht15,#ht16,#ht17,#ht18,#ht19,#ht20,#ht21,
#ht22,#ht23,#ht24,#ht25,#ht26,#ht27 {
position: absolute;
z-index: 100;
top: 0px;
left: 10px;
visibility: hidden }

.hyperText  {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #e3e3e3;
	padding: 5px;
	border: solid 2px #333333;
	width: 300px;
	layer-background-color: #e3e3e3 
	}

/*
nice borders on Tables, very usefull if you want to not use tables in tables
mostly is used on template_firstpage.html and template_index.html
*/
.TableWithHeading {
	border: 1px solid #FFCC66;
	padding: 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.TableWithoutHeading {
	border: 1px solid #FFCC66;
	margin: 3px;
}

.YellowTDHeader {
	background-color: #FEFADE;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding-right: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}

/*
CONTACT US forms
*/

form div {
  clear: both;
  margin-bottom: 2px;
}
form label {
  display: block;
  float: left;
  width: 80px;
  padding-left: 22px;
  cursor: pointer;
  cursor: hand;
}
form label.required {
  background-image: url(../images/required.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.problem {
  background-image: url(../images/caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.completed {
  background-image: url(../images/complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
div#submitdiv {
  margin-left: 7em;
  padding-left: 22px;
  padding-top: 0.3em;
}
input#subject, textarea {
  width: 460px;
}
input#email, input#phone {
  width: 40%;
}
input, textarea {
  border: 2px solid #ccc;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}
/* On the ADMIN HELP system the background table */
.HelpAdminTDHeader {
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
	font-size: 11px;
	text-align: center;
	padding-right: 2px;
	letter-spacing: 1px;
}
/* On the ADMIN system the background table on different pages */

.AdminTDHeader 
{ 
	border-bottom: 2px solid #d79900;
	background-color: #fff2ba;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}

.AdminTDBorder 
{ 
	background-color: #fafafa;
	border: 1px #d79900 solid;
	background-color: #fff2ba;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}
/* class="AdminTDTitle" */
.AdminTDTitle 
{ 
	background-color: #fafafa;
	border: 1px #d79900 solid;
	background-color: #fff2ba;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #404040;
}
/* class="AdminTDCell" */
.AdminTDCell 
{ 
	background-color: #fafafa;
	border: 1px #d79900 solid;
	background-color: #F5F5F5;
	font-family: Verdana;
	font-size: 10px;
	color: #404040;
}
#radio{ 
         BACKGROUND-COLOR: #C9C9C9;
		 border: 0}
