body {
	font-family: sans-serif, verdana, arial;
	font-size: 75%;
}

/* Rule to fix quirks-mode inheritance behavior */
table, caption {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
}

img { border: 0; }

.ControlHasError {
	border: 1px red solid; 
	background-color: #fffcfc; /**/
	padding:1px;
}

.errormessage {
	border-color: red;
}

.tab { padding-left:4em; }

.anchor {
        color : #000066;
        text-decoration : none;
        font-weight:bold;
	cursor:pointer;
}
.anchor:link {

}
.anchor:active {
        font-weight:bold;
        color: #99ccff;
}
.anchor:hover {
        font-weight:bold;
        color: #99ccff;
}
.anchor:visited {}

.JSWindowTitleStyle   { font-weight: bold; font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #FFFFFF; }
.JSWindowContentStyle { font-size: 11px; font-family: verdana, arial, helvetica, sans serif; color: #000000; padding: 5px; height:50px;overflow:auto;}

.ProgressDisplay {
	font-weight: bold;
}

.ProgressDisplay .StatusMessage {
	margin: 1px;
	height: 1.5em;
}

.ProgressDisplay .ProgressBar {
	background-color: rgb(204, 204, 204);
}

.ProgressDisplay .ImageButton {
	border-width: 0px; 
	margin: 0px; 
	padding: 0px;
	background-color: inherit;
}

.ProgressDisplay .ImageButton img {
	border-width: 2px; 
	border-style: outset;
	border-color: white;
	margin: 0px; 
	padding: 0px;
	height: 1.5em;
	vertical-align: top;
}

#barTd {
	width: 100%;
}

#statusDiv {
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
}

#barDiv,#barDetailsDiv {
	border: 0px none ;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: -1;
	height: 100%;
	width: 75%;
}

.willowgmap 
{
	width: 400px;
	height: 300px;
	border: 1px silver solid;
}

.willowPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	width: 400px;
	background: #FFFFFF;
	border: 2px solid #cecece;
	z-index: 9999;
	padding: 2px;
}

.willowPopupIEFrame {
	width: 400px;
	z-index: 9998;
	position: fixed;
	display: none;
}

.willowPopupBG {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 9997;
	opacity: 0.7;
	_position: absolute; /* hack for internet explorer 6*/
}

ol.mnusortable, ol.mnusortable ol {
	margin: 0 0 0 25px;
	padding: 0;
	list-style-type: none;
}

.placeholder {
	background-color: #cfcfcf;
}

.mnusortable li div  {
	border: 1px solid black;
	padding: 3px;
	margin: 0;
	cursor: move;
}

.mnusortable div.iconlist {
	float: right;
	border: 0;
	margin: 0;
	padding: 0;
}

.mnusortable li {
	margin: 2px 0;
}

.mnusortable li div.highlight {
	background-color: yellow;
}

.mnusortable li div.mnuhidden1 {
	color: silver;
}

.mnusortable li div.mnuauth {
	background-image: url('../image/auth_1.png');
	background-repeat: no-repeat;
	background-position:  0 50%;
	padding-left: 16px;
}

.mnusortable li div.mnustatusdraft {
	color: silver;
}																																																																																																																																																																																																						

.ui-nestedSortable-error {
	background:#fbe3e4;
	color:#8a1f11;
}

*.unselectable {
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}																																																																																					

.WillowPageBodyWaiting {																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																												
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:9999;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	background: white url('../image/waiting.gif') 50% 50% no-repeat;
}

.WillowCKEditor {
	width: 100%;
}

.fileuplprogress { background-color: #f0f0f0; padding: 5px;}
.fileuplprogress .fnbox { padding: 3px 0px; font-weight: bold; }
.fileuplprogress .prgbar { border: 1px solid silver; border-radius: 2px; }
.fileuplprogress .prgbarperc { background: url(../image/pbar-ani.gif) 0% 0% repeat-x; height: 22px;  }

.nowrap100percent {
	overflow: scroll;
	white-space: nowrap;
}

.buttonbg {
	background: #DFDFDF url(../image/bttngradient.jpg) 50% 0 repeat-x;
	border: 1px solid silver;
	border-radius: 2px;
	padding: 6px;
}

table.deftbl { }
table.deftbl td {
	padding: 2px 3px;
}
