td {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #666666;

}

.smalltext {

	font-size: 10px;

}

a:link {

	font-weight: bold;

	color: #660066;

}

a:visited {

	font-weight: bold;

	color: #660066;

}

a:hover {

	font-weight: bold;

	color: #993333;

}

a:active {

	color: #660066;

}

h3 {

	font-size: 12px;

	color: #999999;

}

a.tourism:link		{

	color: #666699;

	text-decoration: underline;

	font-weight: bold;

}

a.tourism:visited		{

	color: #666699;

	text-decoration: underline;

	font-weight: bold;

}

a.tourism:hover		{

	color: #CC6666;

	text-decoration: underline;

	font-weight: bold;

}

a.tourism:active		{

	color: #666699;

	text-decoration: underline;

	font-weight: bold;

}

.footer {

	font-size: 10px;

	color: #999999;

}

h1 {

	font-size: 18px;

	font-weight: bold;

	color: #660000;

	clip:  rect(auto auto -10px auto);

}

.maintitle {

	font-size: 16px;

	font-weight: bolder;

	color: #660000;

}

.contspc {

	margin: 5px;

}

.whitebold {

	font-weight: bold;

	color: #FFFFFF;

}
.whitetext {
	color: #FFFFFF;
}

h2 {

	font-size: 16px;

	font-weight: bold;

	color: #336699;

}
.subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #FF6633;
}
.subtitle2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF6633;
}
.fielderror {
	font-weight: bold;
	color: #990000;
	background-color: #CCCCCC;
}
.field_error {
	font-weight: bold;
	color: #990000;
	background-color: #CCCCCC;
}

a.whitelink:link		{

	color: #FFFFFF;

	text-decoration: underline;

	font-weight: bold;

}

a.whitelink:visited		{

	color: #FFFFFF;

	text-decoration: underline;

	font-weight: bold;

}

a.whitelink:hover		{

	color: #FFFFFF;

	text-decoration: underline;

	font-weight: bold;

}

a.whitelink:active		{

	color: #FFFFFF;

	text-decoration: underline;

	font-weight: bold;

}

.spacer {
	clear:both;
	background-image: url(/img2/line-horiz.gif);
	background-repeat: repeat-x;
	height: 7px;



}

.col1 {
	width:31px;
	margin-right: 10px;
	float: left;
	padding: 2px;

}

.col2 {
	width:225px;
	margin-right: 10px;
	float: left;
	padding: 2px;

}

.col3 {
	width:120px; 
	float: left; 
	padding: 2px;
}

.col1a {
	width:31px;
	margin-right: 10px;
	float: left;
	padding: 2px;
	background-color: #E9E9E9;
}

.col2a {
	width:225px;
	margin-right: 10px;
	float: left;
	padding: 2px;
	background-color: #E9E9E9;


}

.col3a {
	width:120px;
	float: left;
	padding: 2px;
	background-color: #E9E9E9;


}
.col1b {
	width:31px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	float: left;
	padding: 2px;
	background-color: #FFFFCC;
}

.col2b {
	width:225px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	float: left;
	padding: 2px;
	background-color: #FFFFCC;


}

.col3b {
	width:120px;
	margin-bottom: 3px;
	margin-top: 3px;
	float: left;
	padding: 2px;
	background-color: #FFFFCC;


}



/*TABS TABS TABS TABS*/
/* root element for tabs  */

ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	
	height:30px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/images/blue.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

.tab-content input[type=text], .tab-content input[type=number] {
	width:100px;
	margin-left:15px;
}
.calculator_button {
	font-size:15px;
	padding:10px 5px 10px 5px;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: s, l, xl */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -247px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -247px -31px; }
ul.tabs a.l.current  { background-position: -247px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}

.invalid {
	background-color:#f7a4a4;
	/* border:1px solid #be0000; */
}

.error {
	display:none !important;
}

.calc_results, .calc_results_1{
	display:none;
}
.send_results {
	margin-top:20px;
	background-color:#eee;
	padding:10px;
}

.fine_print {
	font-size:10px;
}

.send_results h1 {
	margin:10px 0px;
	padding:0;
}

.phone_field {
	display:none;
}

.success {
	padding:10px;
	background:#d8fae7;
	border:solid 1px #17aa38;
	width:460px;
	margin-bottom:10px;
}
