/* general body styles */
	body {
		color: #666;
		margin: 20px;
		margin-top: 0px;
		
		font-size: 14px;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #fff;
		background-position: top;
		background-repeat: repeat-x;
	}
	
	h1, h2, h3, h4 {
		color: #333;
		font-weight: normal;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}
	
	p {
		line-height: 1.5;
		font-size: 13px;
		margin-top: 0px;
	}
	
/* general link styles */
	a {
		color: #339900;
	}
	a:visited {
		color: #FF9900;
	}
	

/* header styles */
	#tmpl_header {
		width: 900px;
		border-bottom: 5px solid #339900;
	}
	#tmpl_header td.logo {
		width: 300px;
		padding-bottom: 10px;
	}
	#tmpl_header td.right {
		vertical-align: bottom;
	}
	#tmpl_header .top_links {
		font-size: 13px;
		margin-bottom: 30px;
		text-align: right;
	}

/* tab styles */
	#tmpl_tab_table {
	}
	#tmpl_tab_table.popup {
		margin-top: 15px;
	}
	#tmpl_tab_table td.left {
		width: 4px;
	}
	#tmpl_tab_table td.middle {
	}
	#tmpl_tab_table td.right {
		width: 4px;
	}
	
	
	#tmpl_tab_table ul {
		margin: 0px;
		padding: 0px;
	}
	#tmpl_tab_table ul li {
		list-style: none;
		
		float: left;
		margin: 0px;
		margin-right: 6px;
		padding: 5px;
		padding-left: 15px;
		padding-right: 15px;
		
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		
		font-size: 15px;
		text-align: center;
		
		background-color: #ededed;
	}
	#tmpl_tab_table ul li.selected {
		color: #fff;
		text-decoration: none;
		background-color: #339900;
	}
	#tmpl_tab_table ul li a {
		color: #666;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #fff;
		text-decoration: none;
	}
	#tmpl_tab_table ul a:hover {
		text-decoration: underline;
	}
	

/* body tab styles */
	#tmpl_bodytab_table {
		border-bottom: 5px solid #6699cc;
	}
	#tmpl_bodytab_table.popup {
		margin-top: 15px;
	}
	#tmpl_bodytab_table td.left {
		width: 4px;
	}
	#tmpl_bodytab_table td.middle {
	}
	#tmpl_bodytab_table td.right {
		width: 4px;
	}
	
	
	#tmpl_bodytab_table ul {
		margin: 0px;
		padding: 0px;
	}
	#tmpl_bodytab_table ul li {
		list-style: none;
		
		float: left;
		margin: 0px;
		margin-right: 6px;
		padding: 5px;
		padding-left: 15px;
		padding-right: 15px;
		
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		
		font-size: 15px;
		text-align: center;
		
		background-color: #ededed;
	}
	#tmpl_bodytab_table ul li.selected {
		color: #fff;
		text-decoration: none;
		background-color: #6699cc;
	}
	#tmpl_bodytab_table ul li a {
		color: #666;
		text-decoration: underline;
	}
	#tmpl_bodytab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_bodytab_table ul li.selected a {
		color: #fff;
		text-decoration: none;
	}
	#tmpl_bodytab_table ul a:hover {
		text-decoration: underline;
	}

/* body styles */
	#tmpl_body {
		width: 900px;
		background-color: #fff;
		margin-top: 5px;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
	}

/* footer styles */
	#tmpl_footer_table {
		margin-top: 10px;
		width: 900px;
		color: #666;
		border-top: 5px solid #339900;
	}
	#tmpl_footer_table td {
		padding: 10px;
		background-color: #e5e5e5;
	}
	#tmpl_footer_table tr.bottom td.left {
		background-color: #fff;
		padding: 10px;
	}
	#tmpl_footer_table tr.bottom td.right {
		background-color: #fff;
		text-align: right;
		padding: 10px;
	}
	#tmpl_footer_table td.bottom a {
	}

