/*pop-up select boxes*/
.popupSelect {
	position: absolute;
	background: #fff;
	border: 1px solid #999;
}

.popupSelect h4 {
	text-align: center;
	text-transform: none;
	margin: 0 5px 0 5px;
}

.popupSelect form {
	margin: 2px;
}

.popupSelect form div.buttons {
	border-top: 2px solid #ccc;
	margin-top: 2px;
	padding: 2px 0 2px 3px;
}

.popupSelect form div.buttons input {
	margin-right: 3px;
}
/*pop-up select boxes*/

/*misc*/
div#shader {
	display: none;
}

div#shader.on {
	display: block;
	z-index: 11; /*11 and up are reserved for shader elements*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: Alpha(Opacity=50);
	opacity: .50;
	background-color: #000;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.alignRight {
	text-align: right;
}

.faded {
	filter: Alpha(Opacity=70);
	opacity: .70;
}

.hidden {
	display: none;
}

div#div_captcha {
	display: none;
}

div#div_captcha img#captcha_img {
	display: block;
	margin-bottom: 5px;
}
/*misc*/

/*ajax related items*/
div#abs_container {
	width: 820px;
	clear: both;
	z-index: 12; /*11 and higher reserved for shader dialogs*/
	margin: 0 auto;
	height: 10px;
	position: relative;
	font-size: .8em;
}

div.absObjectInner {
	position: absolute;
	z-index: 12; /*11 and higher reserved for shader dialogs*/
	top: 5px;
	left: 0;
}

div#ajaxErrorContainer {
	padding: 10px;
	margin: 20px;
	border: 3px solid #B20D00;
	background: #fff;
	width: 750px;
}

div#ajaxErrorContainer pre {
	height: 320px;
	overflow: scroll;
	background: #DEE1D6;
}

div.dynDomContainer {
	z-index: 12;
}

div.ajaxNotify {
	z-index: 20; /*20 and higher reserved for notifications*/
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: .75em;
	background-color: #fff;
	border: 1px solid #999;
}

div.ajaxNotify div.ajaxNotifyLabel {
	padding: 3px 2px;
}

div.ajaxNotify div.ajaxNotifyProgress {
	height: 8px;
	text-align: center;
	border-top: 1px solid #999;
	background-image: url("../admin/images/anim_ind_loading.gif");
}

div.ajaxNotify img {
	border-top: 1px solid #999;
}
/*ajax related items*/

/*interstitial pop-up
	this has now replaced the intConfirmShell, intLoginShell
	and intErrorShell definitions. 
*/
div.intPopup {
	width: 400px;
	margin: 0 auto;
}

div.intPopupLarge {
	width: 580px;
}

div.intPopup h2 {
	margin: 0;
	padding: 3px 14px 0;
	font-size: 1.2em;
	background: url("../admin/images/shell/int_login_top_blank.gif");
	color: #fff;
}

div.intPopup form.main {
	border: 5px solid #000033;
	background-color: #f6f6f6;
}

div.intPopup div.fields {
	padding: 5px 10px 10px 10px;
	background: #fff;
	border-bottom: 1px solid #999;
}

div.intPopup div.centerFields {
	padding: 5px 10px 10px 50px;
}

div.intPopup div.fields label {
	font-size: 1em;
	margin: 0 0 .5em 0;
	padding-top: 1em;
}

div.intPopup div.fields label.block {
	display: block;
}

div.intPopup div.fields .inner {
	margin: .5em 0 0 0;
}

div.intPopup div.fields div.editFormElement {
	margin-bottom: .5em;
}

div.intPopup div.fields h2 {
	font-size: 1.1em;
	background: #0c0c3d;
	padding: 5px 10px;
	color: #fff;
	margin: 0 0 5px 0;
}

div.intPopup div.fields h3 {
	font-size: 1.05em;
	color: #000;
	margin: 0 0 .3em 0;
}

div.intPopup ul.requiredList {
	margin: .5em 0 0 0;
	padding: 0 0 .5em 15px;
	border-bottom: 1px solid #999;
}

div.intPopup ul.requiredList li {
	margin: 0 5px .5em 20px;
}

div.intPopup div.scroller {
	height: 200px;
	overflow: scroll;
}

div.intPopup input.textfieldH2 {
	width: 250px;
}

div.intPopup form.main p {
	padding: 10px 10px 5px 10px;
	margin: 0;
	border-bottom: 1px solid #999;
	background-color: #fff;
	/*background-image: url("../admin/images/shell/topdialog_bg.png");*/
}

div.intPopup form.main .inner p {
	padding: 0 0 5px;
	font-size: .8em;
	border: 0;
	background: #fff;
}

div.intPopup form.main .inner p.alert {
	background: #FFFBCE;
	margin-bottom: 2px;
	padding: 2px;
}

div.intPopup div.buttons {
	text-align: center;
}

div.intPopup div.buttons input {
	font-size: 1.3em;
}

div.intPopup div.sticky {
	margin: 0 0 5px 5px;
	font-size: .8em;
}

div.intPopup div.sticky label, div#intConfirmShell div.confirmSticky input {
	vertical-align: middle;
}
/*interstitial pop-up*/

/*shader panel*/
div#shader_panel {
	background: url("images/shader_display_bg.png");
	padding: 10px;
}

div#shader_panel div.inner {
	background: #fff;
	border-right: 1px solid #666;
	padding: 10px;
}

div#shader_panel img {
	border: 0;
	padding: 0;
}

a#a_shader_close {
	position: absolute;
	top: 10px;
	right: 11px;
}

div.shaderPanelCaption {
	padding: 0 10px 5px 10px;
	border-right: 1px solid #666;
	background: #fff;
}

a#a_shader_previous img {
	padding: 40px 30px 0 0;
}
/*shader panel*/