/**
This is the JTUltra Template that forms the format
of the "GENERAL" Structure for the Look n' feel
**/

body								/** EXTEND: The default body **/
{	
	background-image: url(../../images/template/jt_ultra_bg.jpg);
	background-repeat: repeat;
}

/** TEMPLATE: Box template above is splitted into 1 MAJOR and 5 SUB sections
			  #template <= this is the main template containers
			  #template_top  <= this is where the main link and page header is
			  #template_left <= this is where the login goes, and menu links etc.
			  #template_right
			  #template_bottom <= this is where we put the disclaimer
			  #template_body <= this is where the content goes
 **/
#template						/** Container general format **/
{
	/**width: 100%;**/
	/**border: 0px;**/
	/** padding: 0px; **/	
}

#template tr, #template td			/** row and column seperator general format **/
{
	vertical-align: top;	
}


#template #template_top .spacing	/** RIGHT Hand gradient filler **/
{	
	width: 100%;
	background-image: url(../../images/template/jt_ultra_top_right_below_long.jpg);		
}

#template #template_top .strip		/** Edge gradient strip **/
{
	width: 100%;
	background-image: url(../../images/template/jt_ultra_strip_top_long.jpg);
}

#template #template_body			/** main template content area **/
{			
	
	text-align: left;
	vertical-align: top;		
	background-image: url(../../images/template/jt_ultra_left_right.jpg);		
	background-repeat:no-repeat;	
	/**height: 352px;**/
	/**width: 611px;**/
	width: 581px;			
	background-color: white;	
	padding: 15px;
	display: table-cell;
}

#template #template_body table, #template #template_body2 table
{	
	width: 100%;
}

#template #template_body2			/** main template content area **/
{			
	text-align: left;
	vertical-align: top;		
	background-image: url(../../images/template/jt_ultra_left_right.jpg);	
	background-repeat:no-repeat;
	/**height: 352px;**/
	width: 772px;
	padding: 15px;
	background-color: white;	
	display: table-cell;
}

#template #template_footer			/** footer stuff here la! **/
{		
	text-align: left;
	vertical-align: top;		
	background-image: url(../../images/template/jt_ultra_bottom.jpg);	
	background-repeat:no-repeat;
	height: 53px;	
	font-size: 8pt;		
}

#template #template_footer .template_format_upper	/** disclaimer **/
{		
	padding-top: 5px;
	text-align: right;			
	font-size: 8pt;	
	width: 100%;
}

#template #template_footer .template_format_lower, #template #template_footer td	/**delta-logic info **/
{	
	padding-top: 5px;		
	text-align: left;
	vertical-align: top;			
	font-size: 7pt;	
	width: 0%;
	color: #FFF3C6;
}