@charset "utf-8";
/* CSS Document */

/* commented backslash hides from ie5mac \*/ 
html{
	margin:0;
	padding:0
} 

html,body {
	padding:0;
	margin:0;
	background-color: #ffffff;
	font-size: 14px;
	color:#555555;
	font-family: "Times New Roman", verdana, sans-serif;
	font-weight: bold;
}


#outer{
	width:800px;
	margin:auto;
	position:relative;
	overflow:visible;
	background:url(images/bg.jpg) center center no-repeat;	
}

#inner{
	min-height:520px;
	width:500px;
	margin:auto;
	position:relative;
	overflow:visible;
}

h1 {
	color: #B2C829;
	text-align:center;
	font-size:1px;
	}

a 
	{
		color:#448800;
		text-decoration:none;
	}

a:hover
	{
		color:#77aa00;
	}

.highlight {
	font-size: 12px;
	background-color: #f2f2f2;
	color: #618200;
	font-weight: bold;
	line-height: 18px;
}

textarea, input {
	border:1px solid #AAAFA1;
	padding:2px;
	margin:2px;
	text-align:center;
	font-family:Arial;
	-moz-border-radius: 2px 8px 2px 8px;
	border-radius: 2px 8px 2px 8px;
	min-height:28px;
	min-width:70px;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

textarea:hover , input:hover {
	border:1px solid #B2C829;
    box-shadow: 0 0 5px #B9B9B9;
    -webkit-box-shadow: 0 0 5px #B9B9B9; 
    -moz-box-shadow: 0 0 5px #B9B9B9;
	}

textarea:focus, input:focus {
	border:1px solid #B2C829;
    box-shadow: 0 0 5px #B9B9B9;
    -webkit-box-shadow: 0 0 5px #B9B9B9; 
    -moz-box-shadow: 0 0 5px #B9B9B9;
	}

.buttonsub {
}

.buttonsub:hover {
	border:1px solid #B2C829;
	cursor:pointer;
	}

.logo {
	height: 300px;
	width: 450px;
	margin:auto;
	/*clear:both;*/
	}
	
.logo-ar {
	background: url(images/Logo-ar.jpg) no-repeat;
}

.logo-en {
	background: url(images/Logo-en.jpg) no-repeat;
}

.logo-fr {
	background: url(images/Logo-fr.jpg) no-repeat;
}

.langselector {
	width:85px;
	height:16px;
	line-height:16px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	border:none;
	font-size:11px;
	color:green;
	font-family:tahoma;
	position:absolute;
	top:10px;
	background:url(images/langs.png) no-repeat right;
	text-align:center;
}

.langselector select {
	width:85px;
	padding:0px;
	margin:0px;
	border:none;
	font-size:11px;
	color:green;
	font-family:tahoma;

}

.sidebanner {
	width:130px;
	height:500px;
	/*position:fixed;*/
	top:5px;
}
.oops {
	padding-top:20px;
	text-align:center;
	}

.clsresult {
	min-height:80px;
	padding:20px;
	text-align:center;
	}
	
.errormsg {
	color:red;
	font-weight:bold;
	}

.qrcode
	{
		background:#F0F0F0;
		border:1px solid #B2C829;
		margin:10px;
		padding:4px;
	}

.preloader
	{
		background:#FFFFFF url('images/tiny.gif') center center no-repeat;
		margin:50px;
		height:60px;
		width:60px;
	}

.usercp
	{
		margin:0 auto;
		text-align:center;
		
	}
	
.usercpnotes
	{
		margin:10px auto;
		text-align: center;
	}

.usercperrors
	{
		margin:10px auto;
		text-align: center;
		color:red;
	}

.nextprev
	{
		border:none;
		min-width:0;
		min-height:0;
	}
.nextprev:hover, .nextprev:active, .nextprev:focus
	{
		border:none;
		min-width:0;
		min-height:0;
	}
	
.flameon-ar 
	{
		background:url("images/flame-on.png") no-repeat scroll 95% 150% #FFFFFF;
		font-family:"Times New Roman",Arial,sans-serif;
		font-size:16px;
		line-height:30px;
		margin:10px auto;
		padding:15px 40px 0px 15px;
		text-align:center;
		width:350px;
	}

.connecterror-ar 
	{
		border:1px solid #ff7766;
		background:url("images/Error.png") no-repeat scroll 2% 50% #F4F4F4;
		color:#C71212;
		font-family:"Times New Roman",Arial,sans-serif;
		font-size:16px;
		line-height:22px;
		margin:15px 0px;
		padding:10px 8px 10px 64px;
		text-align:right;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

.connectdone-ar 
	{
		border:1px solid #99cc00;
		background:url("images/Done.png") no-repeat scroll 2% 50% #F4F4F4;
		color:#3C7D07;
		font-family:"Times New Roman",Arial,sans-serif;
		font-size:16px;
		line-height:22px;
		margin:15px 0px;
		padding:10px 8px 10px 64px;
		text-align:right;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

.flameon-en, .flameon-fr
	{
		background:url("images/flame-on.png") no-repeat scroll 5% 150% #FFFFFF;
		font-family:"Times New Roman",Arial,sans-serif;
		font-size:16px;
		line-height:30px;
		margin:10px auto;
		padding:15px 15px 0px 40px;
		text-align:center;
		width:350px;
	}

.ImgExpander
	{
		max-width:450px;
	}

.connecterror-en
	{
		border:1px solid #ff7766;
		background:url("images/Error.png") no-repeat scroll 99% 50% #F4F4F4;
		color:#C71212;
		font-family:"Times New Roman",Arial,sans-serif;
		font-size:16px;
		line-height:22px;
		margin:15px 0px;
		padding:10px 64px 10px 8px;
		text-align:left;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

.connectdone-en
	{
		border:1px solid #99cc00;
		background:url("images/Done.png") no-repeat scroll 99% 50% #F4F4F4;
		color:#3C7D07;
		font-family:"Times New Roman",Arial,sans-serif;
		font-size:16px;
		line-height:22px;
		margin:15px 0px;
		padding:10px 64px 10px 8px;
		text-align:left;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

.multi 
	{
		text-align:center;
	}
	
.footer
	{
		width:500px;
		margin:auto;
		font-size: 11px;
		font-weight: normal;
		font-family: Garamand;
		color:gray;
		text-align:center;
		line-height:18px;
	}

.footer a 
	{
		font-size: 11px;
		font-weight: normal;
		font-family: Garamand;
		color:#969E44;
	}

.footer a:hover 
	{
		border-bottom:1px dotted gray;
		padding-bottom:1px;
		color:#7F8732;
	}

.footer .ftrbold
	{
		font-weight: bold;
	}

.tos
{
	margin:20px;
}

.tos h3
{
	font-size:18px;
	padding:25px 0px 5px 0px;
	margin:0;
	color:crimson;
}

.tos li
{
	padding:5px 0px;
}

#selectbox
	{
		margin:0;
		padding:0;
		width:83px;
		border:1px solid black;
		list-style:none;
		display:none;
		position:absolute;
		top:28px;
		background:white;
	}

#selectbox li 
	{
		margin:0;
		padding:0;
	}

#selectbox a 
	{
		text-decoration:none;
		font-size:11px;
		color:green;
		font-family:tahoma;
		display:block;
		padding-right:1px;
		height:15px;
		text-align:center;
		font-weight:normal;	
	}
	
#selectbox a:hover
	{
		background:#39F;
		color:white;
	}

.smartnote 
{
	font-size:12px;
}

.linkstats 
{
	padding:15px;
}
