/*	
	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	  NETMEDICINE 1
	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/			

/* 	=====================================================================================================================
											L A Y O U T   G E N E R A L E											
	===================================================================================================================== */
	html 									{	height:100%; text-align:center; }
	body 									{	z-index:1; margin:0px; padding:0px; 
												font-family: var(--FBasic), sans-serif; font-size:15px; color:var(--CBlack);  text-align:left;
												background-color:var(--CScreenBg); }
/*	==================================================================================================================== */
	div#LAYOUT-ALERT 				{	display:none; padding:30px; border-bottom:10px solid orange;}
/*	==================================================================================================================== */
	div#WRAP-ALL 					{	background-color:var(--ScreenBg); background-image:  url(../images/@header.png), url(../images/@body.png);
												background-repeat: no-repeat, repeat-x;}
/*	==================================================================================================================== */
	div#WRAP-HEADER 			{ 	z-index:1;    }
	div#HEADER 						{ 	z-index:1; ax-width:960px;  margin:0px auto; height:180px;}	
	div#HEADER-TITLE 				{	z-index:2;  width:500px; height:180px;}
/*	==================================================================================================================== */
	div#WRAP-CENTER 				{	z-index:1;ax-width:960px; margin:0px auto;   }	
	div#MAIN 							{	z-index:1; display:block; width:100%; min-height:500px; text-align:center; }
	div#ASIDE 							{	z-index:2; display:none; }  
/*	==================================================================================================================== */		
	div#WRAP-FOOTER				{		 }
	div#DOWN1 						{	text-align:center; background-repeat:no-repeat; background:none;  }	
/*	==================================================================================================================== */		
	div#DOWN2						{	text-align:center; background-repeat:no-repeat; }	
	div#SITEMAP 						{	margin:0px; padding:0px 5% 25px 5%; text-align:left; }		
/*	==================================================================================================================== */		
	div#DOWN3 						{	margin:0px 0px; padding:0px 0px;  text-align:center; background-color:rgb(247,247,247);   }	
	div#USERFLAT 					{	margin:0px; padding:40px 5%;  text-align:left;  
												background-repeat:repeat-x; background-position: left bottom; background-color:var(--CMain2);}
/*	==================================================================================================================== */			
	div#FPANELTOOL 				{	z-index:4; display:block; position:absolute; right:1%; top:230px; border-top:0px solid red;}
							

/* 	=======================================================================================================================================
	M E N U P A N E L -- Main e User 
	====================================================================================================================================== */
	div#PanelMenu 					{	top:5px; }
	div#PanelMenu-HEADER 		{	}
	div#PanelMenu-HEADER H3  {	 } 	
									
	div#PanelMenu-BODY 			{	background-color:var(--CScreenBg);  border-top:5px solid var(--CMain2); border-bottom:5px solid var(--CMain2); }
/*	================================================================================================================================== */
	div#UserBlocks 					{	top:5px; }
	div#UserBlocks-HEADER 		{			 }
	div#UserBlocks-HEADER H3  {			 } 		
	div#UserBlocks-BODY 			{	background-color:var(--CScreenBg);  border-top:5px solid var(--CMain2); border-bottom:5px solid var(--CMain2); }							
							
							
/* 	================================================================================================================================
	  L A Y O U T   C o m p o n e n t										
	=============================================================================================================================== */
	BODY#COMPONENT 			{	background-image:url(../images/@body-component.png);background-repeat:repeat-y; background-color:white;}
	div#mailto-window  h2			{	color:rgb(175,200,175);}	
/*	============================================================================================================================== */	


		

/*	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
		L A Y O U T  R E S P O N S I V E  

	||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */								
							
	
/*		||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
	
			T A B L E T 

		||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||  */
	
/*		|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */								
/*   		T a b l e t   										
		================================================================== */	
			@media only screen 
			and (max-width: 768px) {	
/*		================================================================== */	





} /*	================================================================= */




			
/*		|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */								
/*   		S m a r t p h o n e   										
	================================================================== */	
				@media only screen 
				and (max-width: 480px)  {	

/*		================================================================ */
		div#WRAP-ALL-LOCK {		background-image:url(../images/@body-small.png); }
		div#HEADERLOCK { 			height:180px;}	
		div#HEADER-TITLELOCK {	height:180px;  background-image:url(../images/@header-small1.png); background-position:center top; }

} /*	================================================================= */
				
				
				
				
/*		|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */								
/*   		S m a r t p h o n e  SCRAUSO									
		================================================================== */	
				@media only screen
				and (max-width : 390px)	 {
/*		================================================================== */

	
	
	
	
}  /*	=================================================================== */



	
	
	

	
							
												