/********************************************************************************
* General CSS for all browsers
********************************************************************************/

/********************************************************************************
** Browser window styles
********************************************************************************/
/* General Page Template - Browser Framework */
html, body {
	margin: 0 0 1px 0;
	border: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #444444;
	text-align: center;
}

/* Encapsulates complete site to allow for window positioning */
#windowWrapper {
	position: relative;
	margin: 0;
	border: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

/* Ensures that the Parent DIV extends below its Child Floats */
.clearFloats {
	height: 0;
	font-size: 1px;
	visibility: hidden;
	clear: both;
}

/********************************************************************************
** Element Styles
********************************************************************************/
a:link {
	color: #0073ea;
	text-decoration: none;
}
a:visited {
	color: #0073ea;
	text-decoration: none;
}
a:hover {
	color: #ff0084;
	text-decoration: none;
}
a:active {
	color: #ff0084;
	text-decoration: none;
}
table.fullWidth {
	width: 100%;
}
form {
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
}
label {
	font-weight: bold;
}
img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

/********************************************************************************
** Exceptions
********************************************************************************/
.exceptionsDialog {
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
}