﻿.NeoWindow
{
}

.NeoWindow .Background
{
	background-color:#FFFFFF;
	width:100px;	
	height:100px;	
	position:absolute;
	left:0px;
	top:0px;
	z-index:9998;
}

.NeoWindow .Alert, .NeoWindow .Confirm
{
	background-color:#FFFFFF;
	width:146px;	
	height:92px;	
	padding-top:28px;	
	padding-left:110px;	
	border:1px solid #ccc;	
	position:absolute;
	z-index:9999;
	background-repeat:no-repeat;
	background-position:15px 20px;
	display:none;
}

.NeoWindow .Alert h1, .NeoWindow .Confirm h1
{
	font-size:23px;
	letter-spacing:normal;
	padding-bottom:9px;
	font-family:Trebuchet MS, Arial;
}

.NeoWindow .Alert .message, .NeoWindow .Confirm .message
{
	height:40px;
	padding-right:6px;
	font-family:Tahoma;
	font-size:11px;
}

.NeoWindow .Alert .black_button, .NeoWindow .Confirm .black_button
{
	float:right;
	margin-right:5px;
	margin-top:-5px;
	font-family:Verdana;
	background-color:White;
	border:1px solid red;
	color:Red;
	font-weight:bold;
	font-size:9px;
	text-transform:uppercase;
}

.NeoWindow .Alert.warning, .NeoWindow .Confirm
{
	background-image:url('../../images/neowindow/ico_warning.gif');
}


.NeoWindow .Alert.warning h1, .NeoWindow .Confirm h1
{
	color:#F4BB0F;
}

.NeoWindow .Alert.success
{
	background-image:url('../../images/neowindow/ico_success.gif');
}


.NeoWindow .Alert.success h1
{
	color:#56CC16;
}

.NeoWindow .Alert.error
{
	background-image:url('../../images/neowindow/ico_error.gif');
}


.NeoWindow .Alert.error h1
{
	color:#E50D16;
}	

.NeoWindow .Container, .NeoWindow .ImgContainer
{
	background-color:#FFFFFF;
	width:auto;	
	height:auto;	
	border:1px solid #ccc;
	position:absolute;
	top:0px;
	z-index:9999;
	display:none;
	padding:10px;
}

.NeoWindow .Container .data, .NeoWindow .ImgContainer .data
{
	clear:both;
	width:auto;
	height:auto;
}

.NeoWindow .Container .close, .NeoWindow .ImgContainer .close
{
	float:right;
	cursor:pointer;
}
.NeoWindow .ImgContainer .close
{
	/*
	margin-bottom:10px;
	_margin-bottom:-5px;
	_border:1px solid red;
	*/
}