/* \*/
* html #tlc, * html #trc {height: 1%;}
/* */

body
	{
	margin: 0;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0;
	background-color: #f7f3ef;
	font-size: 100.01%;
	text-align: center; 
	}

p
	{
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

h2
	{
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

h1
	{
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
bold, strong 
	{
	color: #3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

img
	{
	border: 0px;
	}

ul, ol, li
	{
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
table, th, td
	{
	border: 0px;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: top;
	}

a	
	{
	color: #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

a:link
	{
	text-decoration:none;
	}
	
a:visited
	{
	text-decoration:none;
	}

a:focus
	{  
	text-decoration:underline;
	}
	
a:hover 
	{ 
	text-decoration:underline; 
	}
	
a:active 
	{ 
	text-decoration:none; 
	}

#box
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	padding: 0;
	text-align: left;
	width:100%;					
	width:832px;				
	background-color: #e7e3e7;
	}
 	
#content
	{
	padding-bottom: 16px;
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	height: 100%;
	}

#layouttable
	{
	border: none;
	width: 800px;
	}

#tablehead
	{
	width: 800px;
	height: 120px;
	}

#tablenavi
	{
	width: 171px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 20px;
	background-color: #ff7f00;
	}

#tablecontent
	{
	width: 400px;
	text-align: left;
	vertical-align: top;
	padding-left: 42px;
	padding-right: 42px;
	padding-top: 20px;
	background-color: #ffffff;
	}

#tableinfo
	{
	width: 135px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 20px;
	background-color: #ff7f00;
	}

.navibutton:hover
	{
	text-decoration: underline;
	}

.navibutton
	{
	line-height: 20px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	/*font-weight: bold; */
	}

.naviactive
	{
		background-color: #ffa64d;
		width: 166px;
	}
	
.navideactive
	{
		width: 166px;
	}	

.infocaption
	{
	line-height: 20px;
	width: 130px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffa64d;	
	}

.infodelimiter_small
	{
	height: 14px;
	border: 0px;
	}
	
.infolink
	{
	border: 0px;
	vertical-align: middle;
	}

/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(/__assets/images/7.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(/__assets/images/1.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(/__assets/images/5.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(/__assets/images/3.gif);
	background-position: 100% 100%;
	}


#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}	
		
#tb
	{
	background-image:url(/__assets/images/8.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(/__assets/images/4.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(/__assets/images/2.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(/__assets/images/6.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
