body {
	font-family: sans-serif, verdana, arial;
	font-size: 9pt;
}

/* 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;
	overflow: auto;
}

.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.highlight > div {
    background-color: yellow;   
}

.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.highlight > div.isControl {
	background-color: yellow;
}

.mnusortable li.hidden > div {
    border: 1px dotted silver;   
}

.mnusortable li.notauth > div {
    color: silver
}

.mnusortable li > div.isControl {
	background: url(../../image/control.png) 4px 50% no-repeat;
	padding-left: 24px;
	color: silver;
	border: 1px dotted silver      
}


.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;
}							

.mnusortable li div.mnustatuscontrol {
	background: url(../../image/control.png) 4px 50% no-repeat;
	padding-left: 24px;
	color: #888;
}				
																																																																																																																																																																																															

.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;
	cursor: pointer;
}

.buttonsmallbg {
	background: #DFDFDF url(../../image/bttngradient.jpg) 50% 0 repeat-x;
	border: 1px solid silver;
	border-radius: 2px;
	padding: 2px;
	cursor: pointer;
}

.box_hightlight {
	box-shadow: red 0 0 5px;
}

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

/* Inline Notepad */
.notepad {
	position: fixed;
	top: 10px;
	left: 0px;
	bottom: 10px;
	width: 250px;
	padding: 25px 16px 0 0;
}

.notepad .header {
	position: absolute;
	top:0px;
	width: 100%;
	height: 25px;
	color:white;
	font-weight: bold;
	text-shadow: black 1px 1px 1px;
	white-space: nowrap;
	overflow:hidden;
}

.notepad .header .bttns {
	padding-right: 25px;
}

.notepad .header .bttns .bttnsbg {
	background: url('../../image/notepad.bar.bg.png') 0% 0% repeat-x;
	height: 25px;
	padding: 3px;
}

.notepad .header .bttns .bttnsbg input {
	vertical-align: middle;
}

.notepad .header .handle {
	float: right;
	cursor: move;
	width: 25px;
}

.notepad .editor {
	height: 100%;
	box-shadow: 1px 1px 10px #444;
}

.notepad .editor textarea {
	margin: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	border-right: #444 ridge;
	border-bottom: #444 ridge;
	resize: none;
	font-size: 9px;
	overflow: auto;
	outline: none;
}
/* End Inline Notepad */

.loginform {
    text-align: center;
}

.loginform table {
	display: inline-table;
}

textarea,input,select {
    font-size: 100%;    
}

input[type="checkbox"] {
    vertical-align: middle;   
}

.BBAlignLeft {
	text-align: left;
}

.BBAlignCenter {
	text-align: center;
}

.BBAlignRight {
	text-align: right;
}