/* general body styles */
	body {
		color: #333;
		margin: 20px;
		margin-top: 9px;
		
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		
		background: #f7fbc5 url(../../_IMAGES/templates/www_master/bg_pattern.jpg) repeat-x top center;
		/*background-image: url(../../_IMAGES/templates/www_master/bg_master.jpg);
		background-position: top;
		background-repeat: repeat-x;*/
	}
	
	h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}
	
	h2 {
		font-size: 24px;
		color: #333333;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
	}
	
	table {
		font-size: 12px;
	}
	
	p {
		line-height: 1.5;
	}
	
/* general link styles */
	a:link {
		color: #cc0000;
	}
	a:visited {
		color: #666;
	}
	

/* header styles */
	#tmpl_header {
		width: 908px;
		margin: 0 auto;
	}
	#tmpl_header td.logo_left {
		width: 96px;
	}
	#tmpl_header td.logo {
		width: 237px;
	}
	#tmpl_header td.logo img {
		margin-top: 30px;
	}
	#tmpl_header td.right {
		width: 575px;
	}

/* tab styles */
	#tmpl_tab_table {
		width: 500px;
		padding-top: 0px;
	}
	#tmpl_tab_table.popup {
		margin-top: 15px;
	}
	#tmpl_tab_table td.left {
		width: 4px;
	}
	#tmpl_tab_table td.middle {
	}
	#tmpl_tab_table td.exw_right {
		width: 4px;
	}
	
	#tmpl_tab_table ul {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_table ul li {
		list-style: none;
		line-height: 26px;

		float: left;
		margin: 0px;
		
		padding-left: 14px;
		
		color: #7c7b5d;
		font-size: 13px;
		font-weight: normal;
		text-align: center;
	}
	#tmpl_tab_table ul li.selected {
		color: #62614e;
		font-size: 13px;
		font-weight: normal;
		text-decoration: none;
		
		padding-left: 5px;
		
		background-image: url(../../_IMAGES/templates/www_master/tab_selected_left.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#tmpl_tab_table ul li a {
		color: #7c7b5d;
		text-decoration: none;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #62614e;
		text-decoration: none;
	}
	#tmpl_tab_table ul a:hover {
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.exw_right {
		padding-right: 5px;
	}
	#tmpl_tab_table ul li.selected div.exw_right {
		padding-right: 5px;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(../../_IMAGES/templates/www_master/tab_selected_right.gif);
	}
	#tmpl_tab_table ul li div.bg {
		padding: 0px 18px 0px 18px;
	}
	#tmpl_tab_table ul li.selected div.bg {
		background-image: url(../../_IMAGES/templates/www_master/tab_selected_bg.gif);
		background-repeat: repeat-x;
		background-position: top center;
		padding: 0px 23px 0px 23px;
	}
	
/* search field styles */
	#tmpl_home_search {
		padding-top: 2px;
		padding-left: 37px;
		text-align: left;
	}
 	#tmpl_home_search div.field {
		text-align: left;
		padding: 3px 3px 3px 0px;
		float: left;
		clear: both;
		
		background: url(../../_IMAGES/templates/www_master/search_field_bg.gif) repeat-x bottom left;
		
		border: 1px solid #f2ce37;
	}
	#tmpl_home_search span.field input.search_field {
		width: 460px;
		height: 100%;
		margin: 0px 0px 0px 0px;
		padding: 7px 12px 6px 12px;
		border: none;
		background: none;
		float: left;
		
		font-family: "Trebuchet MS", Arial, Verdana, "Microsoft Sans Serif";
		font-size: 20px;
		color: #576068;
	}
	#tmpl_home_search span.field input.search_button {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		float: left;
	}

/* top nav styles */
	#tmpl_top_nav {
		width: 960px;
		height: 40px;
		color: #333333;
		font-size: 12px;
		font-weight: normal;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-bottom: 17px;
	}
	#tmpl_top_nav a {
		color: #333333;
	}
	#tmpl_top_nav td.left {
		width: 5px;
		height: 40px;
		background: #ffffff url(../../_IMAGES/templates/www_master/statusbar_main_left.gif) no-repeat top center;
	}
	#tmpl_top_nav td.middle {
		width: 950px;
		height: 40px;
		background: #ffffff url(../../_IMAGES/templates/www_master/statusbar_main_bg.gif) repeat-x top center;
	}
	#tmpl_top_statusnav td {
		font-family: "Trebuchet MS", Arial, Verdana, "Microsoft Sans Serif";
		font-size: 15px;
		color: #78848f;
	}
	#tmpl_top_statusnav td span.statusnav_term {
		font-weight: bold;
		color: #686857;
	}
	#tmpl_top_statusnav td span.statusnav_results {
		font-weight: bold;
		color: #8f8e78;
	}
	#tmpl_top_nav td.right {
		width: 5px;
		height: 40px;
		background: #ffffff url(../../_IMAGES/templates/www_master/statusbar_main_right.gif) no-repeat top center;
	}
	
/* body styles */
	#tmpl_body {
		width: 960px;
		background-color: #fff;
	}
	#tmpl_body td.tmpl_body_left_column {
		vertical-align: top;
		width: 180px;
		padding: 10px;
		padding-right: 0px;
	}

	#tmpl_body_header {
		width: 960px;
		background-color: #fff;
	}
	#tmpl_body_header td.header_left {
		width: 5px;
		vertical-align: top;
		padding: 0px 0px 0px 0px;
		background: #f7fbc5 url(../../_IMAGES/templates/www_master/body_header_left.gif) no-repeat top left;
	}
	#tmpl_body_header td.header_middle {
		width: 950px;
		vertical-align: top;
		padding: 0px 0px 0px 0px;
		background: #f7fbc5 url(../../_IMAGES/templates/www_master/body_header_bg.gif) repeat-x top center;
	}
	#tmpl_body_header td.header_right {
		width: 5px;
		vertical-align: top;
		padding: 0px 0px 0px 0px;
		background: #f7fbc5 url(../../_IMAGES/templates/www_master/body_header_right.gif) no-repeat top right;
	}

	#tmpl_body td.tmpl_body_statusbar {
		vertical-align: top;
		padding: 0px 0px 0px 0px;
	}

	#tmpl_body td.tmpl_body_statusbar {
		vertical-align: top;
		padding: 0px 0px 0px 0px;
	}

	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 0px 10px 0px 10px;
	}
	
	#tmpl_home_txt {
		width: 500px;
		padding: 6px 0px 12px 39px;
		text-align: left;
		clear: both;
	}
	#tmpl_home_txt a {
		font-size: 11px;
	}
	
/* results styles */
	#tmpl_results_tbl {
	}
	#tmpl_results_tbl td.header {
		background: #fff;
		border-bottom: 1px solid #cccccc;
		padding: 0px 0px 0px 7px;
		
		font-family: "Trebuchet MS", Arial, Verdana, "Microsoft Sans Serif";
		font-size: 24px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: #333333;
	}
	#tmpl_results_tbl td.header2 {
		background: #fff;
		border-bottom: 1px solid #cccccc;
		padding: 6px 0px 0px 0px;
		
		font-family: "Trebuchet MS", Arial, Verdana, "Microsoft Sans Serif";
		font-size: 18px;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: #333333;
	}


	#list_results_stopdog {
		margin: 0px 0px 10px 0px;
		padding: 7px 7px 0px 7px;
		list-style: none;
		background: #f8fbd3;
		border-bottom: 1px solid #d6dbb1;
	}
	#list_results_stopdog li {
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 12px 5px;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		line-height: 15px;
		color: #333333;
	}
	#list_results_stopdog li a {
		font-size: 12px;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_stopdog li a:hover {
		font-size: 12px;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_stopdog li a:active {
		font-size: 12px;
		color: #FF0000;
		text-decoration: underline;
	}
	#list_results_stopdog li a:visited {
		font-size: 12px;
		color: #551a8b;
		text-decoration: underline;
	}
	#list_results_stopdog li a:visited:hover {
		font-size: 12px;
		color: #551a8b;
		text-decoration: underline;
	}
	#list_results_stopdog li span.url {
		color: #009933;
	}


	#list_results_web {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 10px 30px;
	}
	#list_results_web li {
		margin: 0px;
		padding: 0px 10px 12px 5px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		line-height: 15px;
		color: #333333;
	}
	#list_results_web li a {
		font-size: 12px;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_web li a:hover {
		font-size: 12px;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_web li a:active {
		font-size: 12px;
		color: #FF0000;
		text-decoration: underline;
	}
	#list_results_web li a:visited {
		font-size: 12px;
		color: #551a8b;
		text-decoration: underline;
	}
	#list_results_web li a:visited:hover {
		font-size: 12px;
		color: #551a8b;
		text-decoration: underline;
	}
	#list_results_web li span.url {
		color: #009933;
	}


	#list_results_encyclopedia {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 40px;
	}
	#list_results_encyclopedia li {
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 10px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		line-height: 15px;
		color: #333333;
	}
	#list_results_encyclopedia li a {
		font-size: 12px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_encyclopedia li a:hover {
		font-size: 12px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_encyclopedia li a:active {
		font-size: 12px;
		font-weight: normal;
		color: #FF0000;
		text-decoration: underline;
	}
	#list_results_encyclopedia li a:visited {
		font-size: 12px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}
	#list_results_encyclopedia li a:visited:hover {
		font-size: 12px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}


	#list_results_dictionary {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 40px;
	}
	#list_results_dictionary li {
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 10px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		line-height: 15px;
		color: #333333;
	}
	#list_results_dictionary li a {
		font-size: 12px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_dictionary li a:hover {
		font-size: 12px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_dictionary li a:active {
		font-size: 12px;
		font-weight: normal;
		color: #FF0000;
		text-decoration: underline;
	}
	#list_results_dictionary li a:visited {
		font-size: 12px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}
	#list_results_dictionary li a:visited:hover {
		font-size: 12px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}


	#list_results_thesaurus {
		margin: 0px 0px 0px 0px;
		padding: 10px 0px 0px 40px;
	}
	#list_results_thesaurus li {
		margin: 0px 0px 0px 0px;
		padding: 0px 10px 10px 0px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		line-height: 15px;
		color: #333333;
	}
	#list_results_thesaurus li a {
		font-size: 12px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_thesaurus li a:hover {
		font-size: 12px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#list_results_thesaurus li a:active {
		font-size: 12px;
		font-weight: normal;
		color: #FF0000;
		text-decoration: underline;
	}
	#list_results_thesaurus li a:visited {
		font-size: 12px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}
	#list_results_thesaurus li a:visited:hover {
		font-size: 12px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}

	
	#results_box_all {
		margin: 0px 0px 0px 20px;
		padding: 5px 15px 5px 15px;
		background: #fffee1;
		border: 1px solid #e8d7ac;
		float: left;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-style: normal;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		color: #333333;
	}
	#results_box_all a {
		font-size: 10px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#results_box_all a:hover {
		font-size: 10px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#results_box_all a:active {
		font-size: 10px;
		font-weight: normal;
		color: #FF0000;
		text-decoration: underline;
	}
	#results_box_all a:visited {
		font-size: 10px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}
	#results_box_all a:visited:hover {
		font-size: 10px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}


	#results_box_pages {
		margin: 0px 20px 0px 20px;
		padding: 20px 30px 20px 30px;
		background: #fffee1;
		border: 1px solid #e8d7ac;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		color: #333333;
	}
	#results_box_pages a {
		font-size: 12px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#results_box_pages a:hover {
		font-size: 12px;
		font-weight: normal;
		color: #0000cc;
		text-decoration: underline;
	}
	#results_box_pages a:active {
		font-size: 12px;
		font-weight: normal;
		color: #FF0000;
		text-decoration: underline;
	}
	#results_box_pages a:visited {
		font-size: 12px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}
	#results_box_pages a:visited:hover {
		font-size: 12px;
		font-weight: normal;
		color: #551a8b;
		text-decoration: underline;
	}
	
	#results_box_pages span.prev, #results_box_pages span.prev a {
		font-size: 15px;
		font-weight: bold;
	}
	#results_box_pages span.next, #results_box_pages span.next a {
		font-size: 15px;
		font-weight: bold;
	}

	
/* body-top styles */
	#tmpl_body_top {
		width: 960px;
		height: 10px;
	}	
	#tmpl_body_top td.left {
		width: 9px;
		height: 10px;
		background: url(../../_IMAGES/templates/www_master/tbl_round_top_left.gif) no-repeat top left;
	}
	#tmpl_body_top td.middle {
		width: 942px;
		height: 10px;
		background: url(../../_IMAGES/templates/www_master/tbl_round_top_bg.gif) repeat-x top center;
	}
	#tmpl_body_top td.right {
		width: 9px;
		height: 10px;
		background: url(../../_IMAGES/templates/www_master/tbl_round_top_right.gif) no-repeat top right;
	}

/* body-bottom styles */
	#tmpl_body_bot {
		width: 960px;
		height: 10px;
	}	
	#tmpl_body_bot td.left {
		width: 9px;
		height: 10px;
		background: url(../../_IMAGES/templates/www_master/tbl_round_bot_left.png) no-repeat bottom left;
	}
	#tmpl_body_bot td.middle {
		width: 942px;
		height: 10px;
		background: url(../../_IMAGES/templates/www_master/tbl_round_bot_bg.png) repeat-x bottom center;
	}
	#tmpl_body_bot td.right {
		width: 9px;
		height: 10px;
		background: url(../../_IMAGES/templates/www_master/tbl_round_bot_right.png) no-repeat bottom right;
	}

/* footer styles */
	#tmpl_footer_table {
		width: 960px;
		color: #686868;
		font-size: 11px;
		margin-top: 15px;
	}
	#tmpl_footer_table td.middle {
		text-align: center;
	}
	#tmpl_footer_table td.bottom {
		color: #686868;
		font-weight: normal;
		text-align: center;
		font-size: 11px;
		padding: 10px;
	}
	#tmpl_footer_table td.bottom a {
		color: #cc0000;
	}


