/* general body styles */
	body {
		color: #333;
		margin: 20px;
		margin-top: 0px;
		
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #1762a8;
		background-image: url(/_IMAGES/_XSL/templates/www_main/body_bg_top_gradient.jpg);
		background-position: top;
		background-repeat: repeat-x;
	}
	
	h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}
		
/* general link styles */
	a:link {
		color: #06afe0;
	}
	a:hover {
		color: #0072bc;
	}
	a:visited {
		color: #0072bc;
	}
	a.alt:link {
		color: #60a700;
	}
	a.alt:hover {
		color: #386100;
	}
	a.alt:visited {
		color: #386100;
	}
	a.alt2:link {
		color: #f6ad26;
	}
	a.alt2:hover {
		color: #9f7732;
	}
	a.alt2:visited {
		color: #386100;
	}
	

/* header styles */
	#tmpl_header {
		
	}
	#tmpl_header a img {
		border: none;
	}
	#tmpl_header td.logo {
		width: 324px;
	}
	#tmpl_header td.divider {
		width: 39px;
	}
	#tmpl_header td.right {
		font-size: 12px;
		color: #fff;
		text-align: right;
		vertical-align: top;
		padding-top: 10px;
	}
	#tmpl_header td.right a {
		color: #fff;
	}

/* tab styles */
	#tmpl_tab_table {
	}
	#tmpl_tab_table.popup {
		margin-top: 15px;
	}
	#tmpl_tab_table td.left {
		width: 11px;
	}
	#tmpl_tab_table td.middle {
		background-image: url(/_IMAGES/_XSL/templates/www_main/tab_row_bg.gif);
		vertical-align: bottom;
	}
	#tmpl_tab_table td.right {
		width: 11px;
	}
	
	#tmpl_tab_table ul {
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	}
	#tmpl_tab_table ul li {
		list-style: none;
		line-height: 33px;

		float: left;
		margin: 0px;

		padding-left: 18px;
		
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		
		background-image: url(/_IMAGES/_XSL/templates/www_main/tab_unselected_left.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#tmpl_tab_table ul li.selected {
		color: #336699;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		
		background-image: url(/_IMAGES/_XSL/templates/www_main/tab_selected_left.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#tmpl_tab_table ul li a {
		color: #fff;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #336699;
		text-decoration: none;
	}
	#tmpl_tab_table ul a:hover {
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.right {
		height: 30px;
		padding-top: 3px;
		padding-right: 18px;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(/_IMAGES/_XSL/templates/www_main/tab_unselected_right.gif);
	}
	#tmpl_tab_table ul li.selected div.right {
		padding-right: 18px;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(/_IMAGES/_XSL/templates/www_main/tab_selected_right.gif);
	}
	#tmpl_tab_table ul li div.bg {
		/*padding-top: 10px;*/
		/*padding-bottom: 5px;*/
		height: 30px;
		background-image: url(/_IMAGES/_XSL/templates/www_main/tab_unselected_bg.gif);
		background-position: bottom;
	}
	#tmpl_tab_table ul li.selected div.bg {
		background-image: url(/_IMAGES/_XSL/templates/www_main/tab_selected_bg.gif);
	}
	

/* top nav styles */
	#tmpl_top_nav {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
	}
	#tmpl_top_nav a {
		color: #fff;
	}
	#tmpl_top_nav td {
		background-image: url(/_IMAGES/_XSL/templates/www_main/top_nav_bg.gif);
	}
	#tmpl_top_nav td.left {
		width: 7px;
	}
	#tmpl_top_nav td.middle {
		background-color: #1762a8;
	}
	#tmpl_top_nav td.right {
		width: 7px;
	}
	
/* body styles */
	#tmpl_body {
		background-color: #fff;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 10px;
	}

/* footer styles */
	#tmpl_footer_table {
		color: #fff;
		font-size: 11px;
	}
	#tmpl_footer_table td.left {
		width: 11px;
	}
	#tmpl_footer_table td.middle {
		background-color: #ccc;
		background-image: url(/_IMAGES/_XSL/templates/www_main/footer_bg.gif);
	}
	#tmpl_footer_table td.right {
		width: 11px;
	}
	#tmpl_footer_table td.bottom {
		text-align: right;
		padding: 10px;
	}
	#tmpl_footer_table td.bottom a {
		color: #fff;
	}
	
	#tmpl_footer_links {
		margin-top: 10px;
		color: #fff;
		font-size: 11px;
	}
	#tmpl_footer_links td a {
		color: #fff;
	}
	#tmpl_footer_links td img {
		border: none;
	}
	#tmpl_footer_links td.right {
		text-align: right;
	}
	
