/*******************************************************************************/
/**************                EXTERNAL WARNING                 ****************/
/*******************************************************************************/

div.close-popup span.link {
	/*color: #efece8;*/
	color: #1f1f1f;
}

/* IE6 stuff, fix necessary for external_warning.jsp */
div#external-warning-marker{
	_height: 100%;
	/*display: none;*/
}

div#external-warning-box .title {
	color: #efefef;
	font-size: 17px;
	font-weight: bold;
	float: left;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

div#external-warning-box .middle {
	margin-left: 20px;	
	margin-right: 20px;	
	font-size: 11px;
	line-height: 18px;
}
	
div#external-warning-box .middle .line {
	height: 1px;
	width: 144px;
	margin-top: 16px;
	margin-bottom: 16px;	
	margin-left: 26px;
	margin-right: 26px;
}

div#external-warning-box .middle input {
	width: 190px;	
	font-size: 11px;
}

div#external-warning-box {
	/*background-color: #ababab;*/
	position: relative;
	_top: -200px;
	margin: auto;
	width: 237px;
	height: 100%;
	text-align: center;
	z-index: 10000;
}

div#external-warning-box div.top {
	background-image: url('/images/layout/warning-dialog-top.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 58px;
}

div#external-warning-box div.content{
	padding: 10px;
	background-image: url('/images/layout/warning-dialog-middle.gif');
	background-repeat: repeat-y;
	background-position: top left;
	height: 150px;
}

div#external-warning-box div.bottom {
	background-image: url('/images/layout/warning-dialog-bottom.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 25px;
	bottom: 0;
	left: 0;
	position: absolute;
}

div#external-warning-background {
	background-color: #ffffff;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	position: fixed;
	_position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

div#external-warning-container{
	background: none;
	position: fixed;
	/*_position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	margin: auto;
	overflow: hidden; 
	z-index: 10000;
	background-color: #red;
}

div#external-warning-box button{
	margin: 10px;
	max-width: 100%;
}

div#external-warning-middle{
	position: absolute;
	/*_position: fixed;*/
	top: 0; bottom: 0; left: 0; right: 0;
	_bottom: auto;
	margin: auto;
	height: 250px;
	_top: 50%;
	z-index: 10000;
}

div#external-warning-background, div#external-warning-container{
	visibility: hidden;
}
