﻿/* This is for the message windows */
/*------------------------------------------------------------------------------------------*/

#overlayBanImage /* Used only in FerifyImages.aspx */
{
    background-color: rgb(0, 0, 0);
    opacity: 0.8; /* Safari, Opera */
    -moz-opacity:0.80; /* FireFox */
    filter: alpha(opacity=80); /* IE */
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

.overlay{
    background-color: rgb(0, 0, 0);
    opacity: 0.8; /* Safari, Opera */
    -moz-opacity:0.80; /* FireFox */
    filter: alpha(opacity=80); /* IE */
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.box{
    width:300px;  
 	background-image:url(http://static1.avenue7.co.uk/App_Themes/Av7/images/all-lang/modal_content/modalbackgrounds.jpg); 
	background-color:#f79bff;     
    padding:10px;
}

.boxtexteditor{
    width:300px;
    height:243px;
    background:black;
    border:2px solid #eee;
}


.textareadivcontainer 
{
	position:absolute; 
	top:20px; 
	right:10px; 
	width:275px; 
	height:200px;
}

.btnCloseTexteditor
{
	width:80px;
	height: 15px;
	color: #999999;
	float: right;
	font-size: 8px;
	font-weight: bold;
	background-color: black; 
	border: solid 1px #999999;
	position:absolute;
	bottom:4px;
	right:10px;
}

.btnCloseTexteditor:hover
{ 
	color: black; 
	background-color: #999999; 
}

.imgCloseTexteditor
{
	position:absolute;
    top:-5px;
    right:-5px;
    cursor:pointer;
}

.boxNoWidth
{
    background:black;
    padding:10px;
    border:2px solid #eee;
}
	
.imgClose{
    position:absolute;
    top:3px;
    right:3px;
    cursor:pointer;
}

.btnClose 
{
	width:100px;
	height: 15px;
	color: #999999;
	float: right;
	font-size: 8px;
	font-weight: bold;
	background-color: black; 
	border: solid 1px #999999;
}

.btnClose:hover
{ 
	color: black; 
	background-color: #999999; 
}

.boxWide
{
    width:500px;
    background:black;
    padding:10px;
    border:2px solid white;
    z-index: 11px;
}

.buttonsDiv
{
	padding-top: 5px;
}

/* Ramiro (OutfitDesigner.aspx only) */
.titlemessage
{
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 14px;
	padding-bottom: 10px;
}

.textmessage
{
	color: #999999;
	font-size: 8px;
	font-weight: bold;
	text-align: left;
	line-height: 12px;
	padding-bottom: 10px;
}

/*------------------------------------------------------------------------------------------*/
