﻿/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 162 2008-12-01 23:36:58Z emartin24 $
 *
 */

/* Overlay */
#simplemodal-overlay
{
	background-color: #000;
	cursor: wait;
	z-index: 3200;
	position: relative;
}
/* Container */
#simplemodal-container
{
	height: auto;
	width: 600px;
	background-color: #fff;
	border: 3px solid #000;
	z-index: 3200;
	padding: 10px;
	position: relative;
}
#simplemodal-container a.modalCloseImg
{
	background: url(../images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#simplemodal-container #basicModalContent
{
	padding: 8px;
}



/*----New modal for Image----*/

#simplemodal-image-overlay
{
	background-color: #000;
	cursor: wait;
	z-index: 3200;
	position: relative;
}
/* Container */
#simplemodal-image-container
{
	height: auto;
	width: 400px;
	background-color: #fff;
	border: 3px solid #000;
	z-index: 3200;
	padding: 10px;
	position: relative;
}
#simplemodal-image-container a.modalCloseImg
{
	background: url(../images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}

#simplemodal-image-container #basicModalContent
{
	padding: 8px;
}

/*added for leaderboard*/

#simplemodal-container-leaderboard
{
	height: auto;
	width: 730px;
	background-color: #fff;
	border: 3px solid #000;
	z-index: 3200;
	padding: 10px;
	position: relative;
}


#simplemodal-container-leaderboard a.modalCloseImg
{
	background: url(../images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}

/*end added*/

/*Added By Ankit for Telerik's modal pop-up..*/

#ctl00_ContentPlaceHolder1_RadProgressArea
{
	height: auto;
	width: 800px;
	background-color: #fff;
	border: 2px solid #000;
	z-index: 3200;
	padding: 10px;
	position: relative;
}



#inner
{
	WIDTH: 100%; 
	HEIGHT: 700px; 
	position:absolute;	 
	Z-INDEX: 90; 
	/*
	TOP: 650px; 
	LEFT: 0px; 
	*/
	filter:shadow(color:grey);
} 

#inner1
{
	top:100px;
	position:relative;
	Z-INDEX:100; 
	background-color:white;
	/*border:solid #7b7b7b 2px;*/
	width:600px;
	
} 

#layer1 
{
	position:absolute;	 
	Z-INDEX: 90; 
	TOP: 0px; 
	LEFT: 0px; 
	WIDTH: 100%; 
	HEIGHT: 250%; 
	background-color:#fff;
	Filter:alpha(opacity=90); 
	-moz-opacity: 0.6;
	opacity:.20;
}

/*End*/