/*for reqlogin lightbox*/
#filtereditQ
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxeditQ
{
	display: none;
	position: absolute;
	top: 20%;
	left: 28%;
	width: 44%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*reqlogin lightbox ends here*/

/*for reqlogin lightbox*/
#filtereditR
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxeditR
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*reqlogin lightbox ends here*/

/*for whitepaper submission lightbox*/
#filtereditW
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxeditW
{
	display: none;
	position: absolute;
	top: 20%;
	left: 5%;
	width: 90%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*whitepaper submission lightbox ends here*/

/*for reqlogin lightbox*/
#filterreqlogin
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxreqlogin
{
	display: none;
	position: absolute;
	top: 20%;
	left: 33%;
	width: 34%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*reqlogin lightbox ends here*/

/*for login lightbox*/
#filterlogin
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxlogin
{
	display: none;
	position: absolute;
	top: 20%;
	left: 32%;
	width: 36%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*login lightbox ends here*/

/*for whitepaper submission lightbox*/
#filtersubmitwp
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxsubmitwp
{
	display: none;
	position: absolute;
	top: 20%;
	left: 5%;
	width: 90%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*whitepaper submission lightbox ends here*/

/*for registration only lightbox*/
#filterreg
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxreg
{
	display: none;
	position: absolute;
	top: 20%;
	left: 8%;
	width: 84%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*registration only lightbox ends here*/

/*for invitation lightbox*/
#filterinvite
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxinvite
{
	display: none;
	position: absolute;
	top: 20%;
	left: 24%;
	width: 52%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*invitation lightbox ends here*/

/*for login and registration lightbox*/
#filterreglogin
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxreglogin 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 7%;
	width: 86%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*login and registration lightbox ends here*/

/*for recommend lightbox*/
#filterrec
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxrec 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*recommend lightbox ends here*/

/*for feedback lightbox*/
#filterfb
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxfb 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*feedback lightbox ends here*/

/*for reporting lightbox*/
#filterreport
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}

#boxreport 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*reporting lightbox ends here*/

/*for editing about me lightbox*/
#filteraboutme
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxaboutme
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*editing about me lightbox ends here*/

/*for read full whitepaper lightbox*/
#filterwpreadmore
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxwpreadmore
{
	display: none;
	position: absolute;
	top: 10%;
	left:10%;
	width: 80%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*read full whitepaper lightbox ends here*/

/*for reading whitepaper lightbox*/
#filterwpread
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxwpread
{
	display: none;
	position: absolute;
	top: 10%;
	left:10%;
	width: 80%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*reading whitepaper lightbox ends here*/

/*for editing user profile lightbox*/
#filterprofile
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxprofile
{
	display: none;
	position: absolute;
	top: 20%;
	left: 10%;
	width: 80%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*editing user profile lightbox ends here*/

/*for forgot password lightbox*/
#filterfrgtpas
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxfrgtpas 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*forgot password lightbox ends here*/

/*for framing questions to be posted*/
#filterframe
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1500px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}
#boxframe
{
	display: none;
	position: absolute;
	top: 20%;
	left: 30%;
	width: 40%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}
/*framing questions lightbox ends here*/
#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:auto;
	padding:0;
	margin:0;
	color:#EAEAEA;
}
#boxtitle1
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:auto;
	padding:0;
	margin:0;
	color:#EAEAEA;
}
#boxtitle2
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:auto;
	padding:0;
	margin:0;
	color:#EAEAEA;
}




#liquid-round 
{
	width:100%;
	margin:0px auto;
	background:#fff url(../images/leftside.gif) repeat-y left top;
}
.top
{
	width:100%;
	height:20px;
	background:url(../images/top.gif) no-repeat left top;
}
.top span 
{
	display:block;
	position:relative;
	float:right;
	padding:10px 10px 0px 0px;
	height:20px;
	background:url(../images/top-right.gif) no-repeat right top;
}
.center-content 
{
	position:relative;
	background:url(../images/rightside.gif) repeat-y right top;
}
.bottom {
width:100%;
height:auto;
background:url(../images/bottom.gif) no-repeat left bottom;
}
.bottom span {
display:block;
position:relative;
height:60px;
background:url(../images/bottom-right.gif) no-repeat right top;
}
