/*
Mandatory Items for all themes 

Copyright 2008 SOAR Technologies, Inc.
*/

.topRight 
{
	position: absolute;
	top: 0;
	right: 0;
}
.hide
{
	display: none;
}

/*Popup Stuff*/
html,body{height:100%}
.overlay
{
	display: none;
	position: fixed;
	opacity:.55;
	filter:alpha(opacity=55);
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0px;
	left: 0px;
}
.popup{
	z-index: 3000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 50%;
	left: 50%;
	vertical-align:middle;
	text-align: center;
	display: none;
	}
.popupOuter{
	position: relative;
/*Center vertically*/
	display:table-cell;
	vertical-align:middle;
}
.popupInner{
	position:relative;
/*	left:50%;*/
	float:left;
/*wrap around contents */
}
.popupWrap{
	border:1px solid #000;
	padding:10px 10px;
	position:relative;
	text-align:right;
	left:-50%;
	top: -50%;
	background-color: #fff; 

}

.error {
	color: #e01;
	font-weight: bold;
}
