/*
Last Modified: 2006-02-01
Product: The World Wide Travel Guide (WWTG)
Copyright 2005-2006 TAS - Travel Agent Software Ltd., http://travelagentsoftware.com/
Template Author: Vincent Hallberg
Email: vince@travelagentsoftware.com

Database Schema: wwtg-v1
Theme: default-blue-silver-v1
Language Type: en-ca-v1
*/

.wwtg_a, .wwtg_div, .wwtg_div_rmif, .wwtg_table, .wwtg_table_rmif, .wwtg_td, .wwtg_td_rmif, .wwtg_footer, .wwtg_agent_business_name, .wwtg_span, .wwtg_span_rmif, .wwtg_table_color, .wwtg_td_color1, .wwtg_td_color2 {
	background-color:#ffffff;
	border:none;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:left;
}

/*  Color of the title and 'Request More Information" text on all pages.  */
.wwtg_td_title {color:#336699;}

/*  To update most of the CSS color specific options for a theme change the colors below.
These classes are primarily used to box off the agent comments box and to color the alternating
background colors of different grids seen throughout the WWTG.  */
.wwtg_table_color {border:1px solid #568da9;}
.wwtg_td_color1 {background-color:#e2e8f6;}
.wwtg_td_color2 {background-color:#f1f1f1;}

/*  Used in the "REQUEST MORE INFORMATION" form found on the right hand side of each page.
Font size reduced because of space limitations.  Do not change.  */
.wwtg_div_rmif, .wwtg_table_rmif, .wwtg_td_rmif, .wwtg_span_rmif {font-size:11px;}

/*  Update the CSS color specific option below for a theme change.  */
.wwtg_footer, .wwtg_footer a {color:#a9a9a9; font-size:10px;}

.wwtg_agent_business_name {font-size:24px; font-weight:bold;}

.wwtg_img, .wwtg_img_color {
	border:0px;
	display:block;
	margin:0px;
	padding:0px;
}

/*  Update the CSS color specific option below for a theme change.
This class primarily used to box off banner images with a solid line.  */
.wwtg_img_color {border:1px solid #568da9;}

.wwtg_form, .wwtg_form_rmif, .wwtg_input_radio, .wwtg_input_checkbox {margin:0px;}

.wwtg_input_text, .wwtg_input_text_rmif, .wwtg_select, .wwtg_select_rmif, .wwtg_textarea, .wwtg_textarea_rmif {
	/*  Update the CSS color specific options below for a theme change.  */
	background-color:#ffffff;
	border:1px solid #568da9;
	font-size:10px;
	margin:0px;
	padding-left:3px;
	width:110px;
}

.wwtg_select, .wwtg_select_rmif {
	font-size:9px;
	padding-left:0px;
	margin:0px;
	width:100%;
}

.wwtg_textarea, .wwtg_textarea_rmif {
	font-size:9px;
	margin:0px;
	padding:3px;
	width:180px;
}

.wwtg_input_submit, .wwtg_input_submit_rmif {
	/*  Update the CSS color specific options below for a theme change.  */
	background-color:#dddddd;
	color:#000000;
	font-size:10px;
	height:auto;
	margin:0px;
	padding:0px;
	width:auto;
}

.wwtg_input_submit:hover, .wwtg_input_submit_rmif:hover {
	color:#0000ff;
}

.wwtg_input_submit:visited, .wwtg_input_submit_rmif:visited {
	color:#000000;
}

.wwtg_input_submit:visited:hover, .wwtg_input_submit_rmif:visited:hover {
	color:#0000ff;
}

/*
.wwtg_a {
	color:#0000ff;
	font-weight:normal;
	text-decoration:none;
}

.wwtg_a:link {
	color:#0000ff;
	text-decoration:none;
}

.wwtg_a:hover {
	text-decoration:underline;
}

.wwtg_a:visited {
	color:#0000ff;
	text-decoration:none;
}

.wwtg_a:visited:hover {
	color:#0000ff;
	text-decoration:underline;
}
*/
