﻿/*
** Silver Pride Software Limited
** http://www.silver-pride.com
**
** (c) Silver Pride Software Limited 2008
**
** Silver Pride CMS - silverpride-popup.css
**
**/

/* --- Grid popup --  */

#popup-bg
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:#000000;
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40; 
	z-index: 1000;
}

#popup-outer
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
}

.popup
{
	width: 650px;
	margin-top: 150px;
	margin-left: auto;
	margin-right: auto;
	z-index: inherit;
}

.popup .left, .popup .right, .popup .popupbody
{
	height: 600px;

}

.popup .bottom, .popup .popupbody
{
	width: 600px;
}

.popup .top
{
	width: 521px ;
}


.popup .topleft
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3zjLlggWZxSbs1GJQG3COHA-WYNnXTGaq9CPzrdQIz8HI1&t=634128108515144919&ex=.png');
	width: 17px;
	height: 34px;
	float: left;
}

.popup .top
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3zjLlggWZxSbs1GJQG3COHA98vDuDVUEKwL0HyNlcEbe01&t=634128108515144919&ex=.png');
	height: 34px;
	background-repeat: repeat-x;
	float: left;
}

.popup .topright
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3zjLlggWZxSbs1GJQG3COHA9ngmJqdu90K7qc3ZiwiN7U1&t=634128108515144919&ex=.png');
	width: 17px;
	height: 34px;
	float: left;
}

.popup .left
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3zfyXE87503FUWhpvCw0Idv1tKOjlhlyLMhoSMZBvdOJg1&t=634128108515144919&ex=.png');
	width: 17px;
	background-repeat: repeat-y;
	float: left;
}

.popup .popupbody
{
	background-color: #999;
	float: left;
}

.popup .right
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3z2PZCQyDd9VDEeK8b7PGUo_sBaU1d4TSmHgLGQQR4c7I1&t=634128108515144919&ex=.png');
	width: 17px;
	background-repeat: repeat-y;
	float: left;
}

.popup .bottomleft
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3zO0Ck9OPTJAY767EsPFCtlkNX8WV8D0pc72ZKaN3Fv3U1&t=634128108515144919&ex=.png');
	width: 17px;
	height: 16px;
	float: left;
}

.popup .bottom
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3zO0Ck9OPTJAY767EsPFCtlloOONRreswzwwozvev4O6g1&t=634128108515144919&ex=.png');
	height: 16px;
	background-repeat: repeat-x;
	float: left;
    
}

.popup .bottomright
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3zO0Ck9OPTJAY767EsPFCtlh9NbshFTc9fsA1bQCG-C8o1&t=634128108515144919&ex=.png');
	width: 17px;
	height: 16px;
	float: left;
}

.popup .close
{
	background-image: url('WebResource.axd?d=UcSAfhHliCqfy2a6JK_rX-WXK8qcbjlJspK7h7FeBZVLjlS_1_17CSPY30vM_Q3z-nI7YujudeIBLeVhXBPZyPNNV-nc76Pg_HeHIN9tau01&t=634128108515144919&ex=.png');
	width: 79px;
	height: 34px;
	float: left;
	cursor: pointer;
}

.password-strength
{
	background-color: #cccccc;
	color: #000;
	font-weight: bold;	
}

.validation-summary
{
	padding: 5px;
	border: solid 1px #000000;
	background-color: #fff;
}
