/* general body styles */
	body {
		font-size: 13px;
		
		color: #d8b0b0;
		margin: 0px;
		margin-top: 0px;
		
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		
		background-color: #5e0000;
		background-image: url(/_IMAGES/_XSL/templates/www_main/body_bg_top_gradient.jpg);
		background-position: top;
		background-repeat: repeat-y;
	}
	
	h1, h2, h3, h4 {
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		margin-top: 0px;
	}
	
	p {
		font-size: 13px;
		line-height: 2;
	}
	
/* general link styles */
	a:link {
		color: #45feff;
		text-decoration: underline;
	}
	a:visited {
		color: #45feff;
		text-decoration: unerline;
	}
	a:hover {
		color: #15d7d8;
		text-decoration: none;
	}
	
/* message styles */
#tmpl_message_table {
padding-right: 35px;
}
	#tmpl_message_table {
		width: 964px;
		color: #bda6a6;
		font-size: 11px;
		height: 34px;
		z-index: 1;
		position: relative;
		background: url(../../../_IMAGES/_XSL/templates/www_main/back-top1.jpg) no-repeat bottom center;
	}

	#tmpl_message_table td a {
		color: #45feff;
		text-decoration: underline;
	}
	#tmpl_message_table td a:visited {
		color: #45feff;
		text-decoration: underline;
	}
	#tmpl_message_table td a:hover {
		color: #45feff;
		text-decoration: none;
	}


/* tabs-bg styles */
#tabs-bg {
	width: 100%;
	background: url(../../../_IMAGES/_XSL/templates/www_main/tabs-bg2.png) repeat-x top center;
	position:absolute;
	height: 114px;
	z-index: -1;
}
	
	
/* tabs-logo */
#tabs-logo {
	width: 964px;
	height: 64px;
	background: url(../../../_IMAGES/_XSL/templates/www_main/back-button.jpg) no-repeat top center;
}



/* tab styles */
	#tmpl_tab_table {
		width: 964px;
	}
	#tmpl_tab_table.popup {
		margin-top: 15px;
	}
	#tmpl_tab_table td.left {
		width: 11px;
	}
	#tmpl_tab_table td.middle {
		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: 28px;

		float: left;
		margin: 0px;

		padding-left: 15px;
		
		color: #fff;
		font-size: 12px;
		font-weight: normal;
		text-align: center;
	}
	#tmpl_tab_table ul li.selected {
		color: #fff5cd;
		font-size: 12px;
		font-weight: bold;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li a {
		color: #fff;
		text-decoration: none;
	}
	#tmpl_tab_table ul li a.disabled {
		color: #ccc;
		text-decoration: line-through;
	}
	#tmpl_tab_table ul li.selected a {
		color: #fff5cd;
		text-decoration: none;
	}
	#tmpl_tab_table ul a:hover {
		color: #fff5cd;
		text-decoration: underline;
	}
	#tmpl_tab_table ul li div.right {
		height: 30px;
		padding-top: 3px;
		padding-right: 15px;
	}
	#tmpl_tab_table ul li.selected div.right {
		padding-right: 15px;
	}
	#tmpl_tab_table ul li div.bg {
		/*padding-top: 10px;*/
		/*padding-bottom: 5px;*/
		height: 30px;
	}
	#tmpl_tab_table ul li.selected div.bg {
	}
	
/* header-topper styles */
	#header-topper {
		width: 890px;
		height: 16px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/header-topper.jpg) no-repeat top center;
	}
	
/* header styles */
	#tmpl_header {
	width: 964px;
	height: 253px;

	}

/* topper styles */
	#topper {
		width: 890px;
		height: 25px;
		background: url(../../../_IMAGES/_XSL/templates/www_main/topper.png) no-repeat top center;
	}

/* top nav styles */
	#tmpl_top_nav {
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
		border-bottom: 1px dashed #FFFFFF;
		margin-bottom: 3px;
	}
	#tmpl_top_nav a {
		color: #bda6a6;
		text-decoration: none;
	}
	#tmpl_top_nav a {
		color: #bda6a6;
		text-decoration: none;
	}
	#tmpl_top_nav a {
		color: #15d7d8;
		text-decoration: underline;
	}
	#tmpl_top_nav td.middle {
	}
	
/* body styles */
	#tmpl_body {
		width: 900px;
	}
	#tmpl_body td.tmpl_body_container {
		vertical-align: top;
		padding: 10px;
	}

/* footer styles */
	#tmpl_footer_table {
		width: 900px;
		color: #bda6a6;
		font-size: 11px;
	}
	#tmpl_footer_table td.left {
		width: 11px;
	}
	#tmpl_footer_table td.middle {
	}
	#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 {
		width: 900px;
		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;
	}
	