
body					{	font			:12px verdana,arial,sans-serif;
							padding			:60px;
							cursor			:default;
							overflow		:auto;

							scrollbar-face-color		:#FFFFFF ;
							scrollbar-arrow-color		:#E0E0E0 ;
							scrollbar-track-color		:#FFFFFF ;
							scrollbar-highlight-color	:#E0E0E0 ;
							scrollbar-3dlight-color		:#FFFFFF ;
							scrollbar-shadow-color		:#E0E0E0 ;
							scrollbar-darkshadow-color	:#FFFFFF ;
						}

h1						{	font			:bold 20px arial,verdana,sans-serif;	margin-top:10px;padding:0;}
a						,
a:hover					{	color			:#A0A0A0;
							text-decoration	:none;
						}
table					{	border			:0;
							margin			:0;
							padding			:0;
						}
td						{	vertical-align	:top;
							margin			:0;
							padding			:0;
							font			:12px verdana,arial,sans-serif;
						}



.pointer				{	cursor			:pointer;
							cursor			:hand;		}
.red					{	color			:#CF0000;	}
.center					{	text-align		:center;	}
.right					{	text-align		:right;
							padding-right	:1em;
						}



#calc					{	width			:480px;
							height			:418px;
							margin			:0;
							padding			:0;
						}
td#display				{	width			:469px;
							height			:418px;
							background		:url(/img/calc.jpg) no-repeat;
						}

td#header1				{	width			: 20px;	 padding:40px 0;}
td#header2				{	width			: 20px;	 padding:40px 0;}
td#folder1				{	width			:280px;	 padding:40px 0;}
td#folder2				{	width			:280px;  padding:40px 0;}
td#folder1 .content		{	width			:280px;	 padding: 8px;  height :309px;	background:url(/img/folder-bg.gif) repeat-x;  }
td#folder2 .content		{	width			:280px;  padding: 8px;  height :309px;  background:url(/img/folder-bg.gif) repeat-x;  position:relative;}


#display				{	padding			:42px 35px 40px 42px;}
#menu					{	width			:392px;
							height			: 23px;
							padding			:0 27px;	}
#menu table				{	width			:320px;
							border			:0;
							margin			:0;
							padding			:0;			}
.menu_button			{	border			:0;
							color			:#41474B;
							background		:transparent;
							cursor			:pointer;
							cursor			:hand;
						}

#MyFunctions			{	position		:absolute;
							bottom			:0;
						}

#results				{	height			:277px;
							width			:392px;
							overflow		:auto;
						}
#results table			{	width			:392px;
							border			:0;
							margin			:0;
							padding			:0;
						}

#results .R				{	background		:#FFFFFF;			}
#results .ROver			{	background		:#F5FAFF;			}
#results #r_0			{	background		:#F5FAFF;			}
#results .I				{	border			:1px solid #FFFFFF;	}
#results .IOver			{	border			:1px solid #808080;	}
#results .E				{	border			:1px solid #C0C0C0;	}
#results .EOver			{	border			:1px solid #808080;	}
						}
#results .I				,
#results .IOver			,
#results .E				,
#results .EOver			{}	/* pour FireFox  ?????????? 	*/

#results .R				,
#results .ROver			,
#results #r_0			{	padding			:0 1em;				}

#results textarea		{	background-color:transparent;
							overflow		:hidden;			
							font			:13px "lucida console","courier new",monospace;
							height			:1.5em;
							width			:100%;				}

#results td				{	font			:13px "lucida console","courier new",monospace;
color:#2F3030;
							border-bottom	:1px solid #F0F0F0;
							vertical-align	:top;
						}
#results .text			{	font			:12px verdana,arial,sans-serif;
						}

#results .r_0 td		,
#results .R	td			,
#results .ROver	td		{	padding:0 6px;
						}
#results .R	td	td		,
#results .ROver	td	td	{	padding:0;
						}

#results .R	table		,
#results .ROver	table	{	margin			:0;
							padding			:0;
							width			:100%;
						}
#results .R	table td	,
#results .ROver	table td{	border			:0;
						}

.comment				{	color			:#A0A0A0;
							background-color:transparent;
							border			:0;
							cursor			:default;
						}
.title					{	color			:#000000;
							font			:bold 16px arial,verdana,sans-serif;
							background-color:transparent;
							border			:0;
							cursor			:default;
							margin-bottom	:6px;
						}
.result					{	text-align		:right;
							white-space		:nowrap;
						}



#buttons td span		{	width			: 52px;	
							font			:bold 12px verdana,arial,sans-serif;
							text-align		:center;
							color			:#C0C0C0;
							border			:1px solid #FFFFFF;
						}
#buttons span			{	cursor			:pointer;
							cursor			:hand;
						}
#info					{	margin-top		:20px;	}
#info td				{	font			:12px verdana,arial,sans-serif;	}





.b						{	background		:#F0F0F0;
						}
.f_text					{	background-color:transparent;
							font			:14px "lucida console","courier new",monospace;
						}

