/* Default CSS Colours 
.backPrimaryBlue{ background-color: #2f6ba6; }
.backSecondaryBlue{ background-color: #739aca; }
.backPrimaryGray{ background-color: #656667; }
.backSecondaryGray{ background-color: #989999; }

.forePrimaryBlue{ color: #2f6ba6; }
.foreSecondaryBlue{ color: #739aca; }
.forePrimaryGray{ color: #656667; }
.foreSecondaryGray{ color: #989999; }
*/

html 
{
    filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body 
{
    background:#EDEDED;
}

.defaultText
{
	color: #999999;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


.errorText
{
	color: Red;
	font-size: 12pt;
	line-height: 14pt;
}

.exceptionDetail
{
	display: none;
	color: Red;
	font-size: 9pt;
	font-family: Courier New;
	line-height: 10pt;
	background-color: White;
	border: 1px solid #555555;
	padding: 5px;
}

.showErrorLink
{
	float: left;
	color: Red;
	font-size: 9pt;
	font-family: Courier New;
	line-height: 10pt;
	width: 100px;
	text-decoration: underline;
}

.validationText
{
	color: Red;
	font-family: Georgia;
	font-weight: normal;
}

.validationError
{
	color: Red;
	font-family: Courier New;
	font-weight: normal;
	font-size: 8pt;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	padding: 2px;
}

.reset, .reset input, .reset div, .reset label, .reset a, .reset li
{
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	width: auto;
	height: auto;
	background: none;
}

.clearWidth, .clearWidth input, .clearWidth div, .clearWidth label, .clearWidth a, .clearWidth li
{
	width: auto;
}
.disabled
{
	color: #cccccc;
	font-weight: 100;
	text-decoration: line-through;
}

.hidden
{
	display: none;
}

.transparent
{
	visibility: hidden;
}

.scrollingPanel
{
	overflow-y: auto; 
}

.center
{
	display: block;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.centered
{
	width: 320px;
}
.bold{ font-weight: bold; }
.clear { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.floatLeft, .left{ float:left; }
.floatRight, .right { float:right; }
.ietrick { margin:0; padding:0; line-height: 0px; font-size:1px; }
.alignLeft { text-align: left; }
.alignCenter{ text-align: center; }
.alignRight{ text-align: right; }
.paddingRight2 { padding-right: 2px; }
.marginAuto {margin: auto;}



