@charset "utf-8";
/*-----------------------------------------------------------------------------
[XPossible Framework] Screen Stylesheet

version:   3.0
date:      11/02/10
author:    [Olivier Robert]
-----------------------------------------------------------------------------*/

@import 'reset.css';
@import 'common.css';

/*-----------------------------------------------------------------------------*/
/* _Page Setup                                                                 */
/*-----------------------------------------------------------------------------*/
body { background:#FFF; font-size:10pt; font-family:Arial, Helvetica, sans-serif; color:#000;   }

/*-----------------------------------------------------------------------------*/
/* _layout                                                                     */
/*-----------------------------------------------------------------------------*/

	/*app page*/
	div.app_container { width:100%;  }
	
		div.app_container h1 { height:50px; font-size:24px; line-height:48px;}
	
		div.app_header { display:none;  }
		
		div.app_content {  width:100%; height:100%; background:#FFF; overflow:hidden; }
				
			/*2 columns*/
			div.app_content div.content_main_container { width:100%; height:100%;  }
							
			div.sidebar_content { display:none;  }
			
			/*1 column*/
			div.app_content div.content_main {  width:100%; height:100%; clear:both; }
		
		div.app_footer {  width:100%; height:80px; clear:both; overflow:hidden; }
		
/*-----------------------------------------------------------------------------*/
/* _app_heaader                                                                */
/*-----------------------------------------------------------------------------*/

	/*_header_logo*/
	div.app_header div.header_logo {  display:none;  }

	/* _secondary_bar*/
	div.app_header ul.secondary_nav { display:none;}
		
	/* _app_main_nav*/
	div.app_header ul.main_nav { display:none;}

/*-----------------------------------------------------------------------------*/
/* _app_content                                                                */
/*-----------------------------------------------------------------------------*/
	
	div.app_content h2 { display:none;}
	div.app_content h3 { line-height:26px; font-weight: bold; font-size:16px; color:#000; clear:both;}
	div.app_content p { font-size:13px; line-height:26px; font-weight:normal; color:#000; margin-bottom:10px; clear:both; }
	div.app_content hr { height:1px; overflow:hidden; clear:both; border:1px dashed #333;}
		
/*-----------------------------------------------------------------------------*/
/* _app_footeer                                                                */
/*-----------------------------------------------------------------------------*/
div.app_footer div.address, div.app_footer ul.sitemap_short { display:none;}
		
	/* _div.copyright */
	div.app_footer div.copyright  { width:100%; height:50px; line-height:80px; clear:both; font-weight:bold;  }
