﻿.WrappingPreBlock
{
	white-space: pre;
}
.WrappingPreBlock
{
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	/* width: 99%; */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.LoadingPanel
{
	position: absolute; 
	background-color: White; 
	border: solid 1px black; 
	padding: 20px; 
	z-index: 1000;
}

.DisplayNone
{
	display: none;
}

.MaskedEditError
{
	color: Red;
}

.ModalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=40);
    opacity: 0.7;
}

/* PCBC Tab theme */
.pcbc_tab .ajax__tab_header {font-family:arial,helvetica, Sans-Serif;font-size:12px;background:url('/images/tab-line.gif') repeat-x bottom;}
.pcbc_tab .ajax__tab_outer {padding-right:4px;background:url('/images/tab-right.gif') no-repeat right;height:21px;}
.pcbc_tab .ajax__tab_inner {padding-left:3px;background:url('/images/tab-left.gif') no-repeat;}
.pcbc_tab .ajax__tab_tab {height:13px;padding:4px;margin:0px;background:url('/images/tab.gif') repeat-x;}
.pcbc_tab .ajax__tab_hover .ajax__tab_outer {background:url('/images/tab-hover-right.gif') no-repeat right;}
.pcbc_tab .ajax__tab_hover .ajax__tab_inner {background:url('/images/tab-hover-left.gif') no-repeat;}
.pcbc_tab .ajax__tab_hover .ajax__tab_tab {background:url('/images/tab-hover.gif') repeat-x;}
.pcbc_tab .ajax__tab_active .ajax__tab_outer {background:url('/images/tab-active-right.gif') no-repeat right;}
.pcbc_tab .ajax__tab_active .ajax__tab_inner {background:url('/images/tab-active-left.gif') no-repeat;}
.pcbc_tab .ajax__tab_active .ajax__tab_tab {background:url('/images/tab-active.gif') repeat-x;}
.pcbc_tab .ajax__tab_body {font-family:arial,helvetica, Sans-Serif;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}
.pcbc_tab .ajax__tab_header .ajax__tab_tab {margin:0px;}


