/*
######################      CWB      #######################
############################################################
CWB PRO			$Name:  $
Revision		$Revision: 1.13 $
Author			$Author: lvalics $
Created 03/01/03        $Date: 2004/08/24 06:37:14 $
Writed by               GraFX (webmaster@grafxsoftware.com)
Scripts Home:           http://www.grafxsoftware.com
############################################################
*/
/*
Used for design alignment to margins.
*/
BODY { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
}
form { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
}
/*
Forms will use these settings if not overwritten by other CSS styles.
*/
INPUT {
	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
}

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 is a separator used in many cases
*/
HR {color: #e2e2e2; height:1px; noshade; line-height: 1px}
/*
Links style may be set up here
*/
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;
}

#noborder {	border: 0px;
}
/*
H1 and H2 may be used on the first page to mark an important text for Search Engines.
*/
.h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
}

.h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}
/*
All texts use this style sheet, so this will define regular text.
*/
.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: #000000; 
	text-decoration: none}
/*
BOLD texts and some subheaders
*/
.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: #000000; 
	text-decoration: none
}

A.textbold:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: none
}
/*
Same as text, just in grey version, used mostly in tables 
*/
.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.txtbox:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none
}

.txtbox:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/*
For showing errors and alerts
*/
.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
}
/*
Registration page require this stylesheet.
Please do not remove it.
*/
#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 
	}
/*
This part defines table styles.
*/	
.TableWithHeading {
	border: 1px solid #FFCC66;
	padding: 3pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.YellowTDHeader {
	background-color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	line-height: 16px;
	font-size: 11px;
	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: 360px;
}
input#email, input#phone {
  width: 40%;
}
input, textarea {
  border: 2px solid #cccccc;
}
input:focus, textarea:focus {
  border: 2px solid #000000;
}
