﻿body
{
	margin: 0;
	padding: 0;
}

/* Default styling for all WebX zones */
.WebXZone
{
	overflow: hidden;
    border-collapse: collapse;
    table-layout: fixed;
    padding: 0;
    margin: 0;
}

/* Required for absolute positioning of zones */
.Content
{
	position: relative;
}

/* Maintenance/Debug Links */
#ctl00_maintenance
{
	background-color: #fff;
	color: #000;
	text-align: left;
}
#ctl00_maintenance a
{
	color: #0000ff;
}
#ctl00_maintenance a:hover
{
	color: #ff0000;
}
.Clear
{
	clear: both;
}

/* LoginStatus and Menu Links*/
.WebXLoginName
{
	margin-right: 5px;
}
.WebXLinks ul
{
	list-style: none;
}
.WebXLinks li
{
	float: left;
	margin-right: 10px;
}
.WebXProductColumn
{
	float: left;
}

/* Validators/Validation Summaries */
.webxError
{
	color: #ff0000;
}

/* Login */
.AspNet-Login
{
	width: 320px;
	height: 138px;
	font-size: 15px;
}
.AspNet-Login, .AspNet-Login-UserPanel label, .AspNet-Login-PasswordPanel label
{
	float: left;
}
.AspNet-Login-PasswordPanel
{
	clear: both;
}
.AspNet-Login-UserPanel input, .AspNet-Login-PasswordPanel input
{
	width: 200px;
	float: right;
}
.AspNet-Login-UserPanel span, .AspNet-Login-PasswordPanel span
{
	float: right;
}
.AspNet-Login-RememberMePanel
{
	clear: both;
}
.AspNet-Login-SubmitPanel
{
	float: right;
}
.AspNet-Login-PasswordRecoveryPanel
{
	clear: both;
}
.AspNet-Login-FailurePanel
{
	clear: both;
	color: #ff0000;
	margin-top: 5px;
}

/* Error */
.error_container
{
	text-align: center;
}
.exception_container
{
	text-align: left;
	margin: 0 auto;
}
.error_container input, .error_container textarea
{
	width: 500px;
}
.error_container textarea
{
	height: 400px;
}

/* postback image */
#webxPostback
{
	position:absolute;
	display:none; 
	top: 0px;
	left: 0px;
	z-index: 100000000; /*max int: 2147483647*/
	height:120%; /* +20% cover gap in FF at the bottom of the screen*/
	width:100%; 
	text-align: center;
	vertical-align: middle;
}

#webxPostbackImageFront
{
	position:absolute;
	top: 0px;
	left: 0px;
	height:120%;
	width:100%; 
	z-index: 100000001;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-webkit-opacity:1.0;
}

#webxPostbackImageBack
{
	height:120%;
	width:100%; 
	background-color:#EFEFEF;
	filter:Alpha(opacity=50);
	-moz-opacity:0.50;
	-webkit-opacity:0.50;
}

#ctl00_webxPostbackImage 
{
    display:block;
    position:absolute;
}

/* The next two selectors are for fitting the 'change password on login' with the login control */

.AspNet-Login-PasswordRecoveryPanel a
{
  display:block;
  height:40px;
  clear:both;
}
#ctl00_ContentPlaceHolder1_pnlChangePasswordReq
{
  padding-left:96px;
}

/* End 'change password on login' css */

.editContentContent
{
    width:30%; 
    float:left;
}

.editContentPages
{
    width:48%; 
    float:left;
}

.editContentAction ~ .editContentPages 
{
    padding-bottom:10px;
}

.editContentAction
{
    width:15%; 
    float:left;
    padding-left:5%;
}
