/* general body styles */
	body {
		color: #333;
		margin: 20px;
		margin-top: 0px;
		
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #610f83;
		background-image: url(../../_IMAGES/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;
	}
	
	p {
		font-size: 12px;
		line-height: 2;
	}
	
	p.highlight_indent {
		margin-left: 20px;
		margin-right: 20px;
		padding: 3px;
		background-color: #ffffcc;
	}
	
	li {
		font-size: 12px;
		line-height: 2;
	}
	
	.imgcell img {
		display: block;
	}
	
/* general link styles */
	a:link {
		color: #3366FF;
	}
	a:visited {
		color: #336699;
	}
	

/* header styles */
	#tmpl_header {
		width: 950px;
	}
	#tmpl_header td.logo {
		width: 345px;
	}
	#tmpl_header td.divider {
		width: 39px;
	}
	#tmpl_header td.right {
		
	}

/* tab styles */
	#tmpl_tab_table {
		width: 950px;
	}
	#tmpl_tab_table.popup {
		margin-top: 15px;
	}
	#tmpl_tab_table td.left {
		width: 4px;
	}
	#tmpl_tab_table td.middle {
		background-image:url(../../_IMAGES/templates/www_main/tab_row_bg.gif);
	}
	#tmpl_tab_table td.right {
		width: 4px;
	}
	
	
	#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: 35px;

		float: left;
		margin: 0px;

		padding-left: 22px;
		
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
		
		background-image: url(../../_IMAGES/templates/www_main/tab_unselected_left.gif);
		background-position: top left;
		background-repeat: no-repeat;
	}
	#tmpl_tab_table ul li.selected {
		color: #610f83;
		font-size: 17px;
		font-weight: bold;
		text-decoration: none;
		
		background-image: url(../../_IMAGES/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: #610f83;
		text-decoration: none;
	}
	#tmpl_tab_table ul a:hover {
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.right {
		padding-right: 22px;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(../../_IMAGES/templates/www_main/tab_unselected_right.gif);
	}
	#tmpl_tab_table ul li.selected div.right {
		padding-right: 22px;
		background-position: top right;
		background-repeat: no-repeat;
		background-image: url(../../_IMAGES/templates/www_main/tab_selected_right.gif);
	}
	#tmpl_tab_table ul li div.bg {
		background-image: url(../../_IMAGES/templates/www_main/tab_unselected_bg.gif);
	}
	#tmpl_tab_table ul li.selected div.bg {
		background-image: url(../../_IMAGES/templates/www_main/tab_selected_bg.gif);
	}
	

/* top nav styles */
	#tmpl_top_nav {
		color: #fff;
		font-size: 12px;
		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.left {
		width: 7px;
	}
	#tmpl_top_nav td.middle {
		background-color: #8f5498;
	}
	#tmpl_top_nav td.right {
		width: 7px;
	}
	
/* body styles */
	#tmpl_body {
		width: 950px;
		background-color: #fff;
	}
	#tmpl_body td.tmpl_body_nav_row {
		padding: 10px;
		padding-bottom: 0px;
	}
	#tmpl_body td.tmpl_body_left_column {
		vertical-align: top;
		width: 212px;
		padding: 10px;
		padding-right: 0px;
		padding-top: 0px;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 10px;
		padding-top: 0px;
	}
	
/* left menu styles */
	.left_menu h4 {
		color: #fff;
		font-size: 14px;
		margin: 0px;
		padding: 10px;
		height: 14px;
		width: 192px;
		background-image: url(/_IMAGES/templates/www_main/lc_header_bg.gif);
	}
	.left_menu ul {
		margin: 0px;
		padding: 0px;
	}
	.left_menu li {
		line-height: normal;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		font-size: 14px;
		padding: 8px;
		padding-left: 15px;
		list-style: none;
		display: block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ccc;
		background-color: #eee;
	}
	.left_menu li a {
		color: #000;
	}
	/*selected*/
	.left_menu li.selected {
		padding-left: 35px;
		list-style: square;
		font-weight: bold;
		background-color: #fff;
		background-image: url(/_IMAGES/templates/www_main/lc_selected_arrow.gif);
		background-repeat: no-repeat;
		background-position: 5px 5px;
	}
	.left_menu li.selected a {
		color: #FF6600;
		text-decoration: none;
	}
	
	/* middle */
	.left_menu .middle {
		padding: 10px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #ccc;
		background-color: #eee;
	}
	
	/* bottom */
	.left_menu .bottom {
		height: 6px;
		width: 212px;
		background-image: url(/_IMAGES/templates/www_main/lc_footer_bg.gif);
		background-position: bottom;
		margin-bottom: 15px;
	}
	
/* footer styles */
	#tmpl_footer_table {
		width: 950px;
		color: #666;
		font-size: 11px;
		border-top: 2px solid #999;
	}
	#tmpl_footer_table td.left {
		width: 4px;
	}
	#tmpl_footer_table td.middle {
		background-color: #ccc;
		background-image:url(../../_IMAGES/templates/www_main/footer_bg.gif);
	}
	#tmpl_footer_table td.right {
		width: 4px;
	}
	#tmpl_footer_table td.bottom {
		color: #fff;
		font-weight: bold;
		text-align: right;
		padding: 10px;
	}
	#tmpl_footer_table td.bottom a {
		color: #fff;
	}

