
/* IceCube2.Net Framework : error.css
-------------------------------------------------------------- */

.IC2Error								{ padding:0;margin:0;font-size:13px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;color:#333;
										  background:#FFF url("../../Images/lib/error/bg.gif") repeat-x 0 0; }
.IC2Error .IC2Site						{ width:660px;margin:0 auto;position:relative; }
.IC2Error .IC2Site h1 					{ font-size:36px;color:#FFFFFF;padding:140px 0 0 60px;margin:0; }
.IC2Error .IC2Site h2 					{ font-size:13px;font-weight:bold;text-transform:uppercase;color:#FFFFFF;padding:10px 0;margin:0; }
.IC2Error .IC2Site a					{ color:#333;text-decoration:underline; }
.IC2Error .IC2Site a:hover				{ color:#777;text-decoration:none; }
.IC2Error .IC2Site .hidden				{ display:none; }
.IC2Error .IC2Site .content				{ text-align:justify;height:200px; }
.IC2Error .IC2Site .copyright			{ color:#777;border-top:1px solid #AAA; }
.IC2Error .IC2Site .copyright a			{ color:#777;text-decoration:none; }
.IC2Error .IC2Site .copyright a:hover	{ color:#000;text-decoration:none; }
.IC2Error .IC2Site .language 			{ position:absolute;top:0;right:0;width:89px;height:26px;padding-left:6px;
										  background:url("../../Images/lib/error/language.png") no-repeat 100% 0; }
.IC2Error .IC2Site .language a 			{ display:block;width:20px;height:15px;float:left;margin:6px 0 0 6px;font-size:0;line-height:0;text-indent:-999px;overflow:hidden; }
.IC2Error .IC2Site .language a.fr		{ background:url("../../Images/lib/error/language.png") no-repeat 0 0; }
.IC2Error .IC2Site .language a.en		{ background:url("../../Images/lib/error/language.png") no-repeat 0 -15px; }
.IC2Error .IC2Site .language a.de		{ background:url("../../Images/lib/error/language.png") no-repeat 0 -30px; }

.IC2Error .IC2Site h1.error404			{ background:url("../../Images/lib/error/ico_404.png") no-repeat 0 100%; }
.IC2Error .IC2Site h1.construct			{ background:url("../../Images/lib/error/ico_construct.png") no-repeat 0 100%; }
.IC2Error .IC2Site h1.locked			{ background:url("../../Images/lib/error/ico_lock.png") no-repeat 0 100%; }
 