.wizard-link-on {
	border-style: none;
	border-width: 2px;
	border-color: grey;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wizard-link-off {
	border-style: none;
	border-width: 2px;
	border-color: grey;
	color: grey;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wizard-link-selected {
	border-style: solid;
	border-width: 2px;
	border-color: grey;
	font-weight: bold;
	background-color: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

.wizard-panel {
	width: 100%;
	min-width: 900px;
	min-height: 35px;
}

.wizard-panel-inner {
	width: 100%;
	min-width: 850px;
	min-height: 35px;
}

.wizard-panel input,.wizard-panel select,.wizard-panel button {
	margin: 3px;
}

.rules-wizard-instructions {
	width: 100%;
	min-width: 800px;
	margin: 10px;
}

.rule-panel {
	width: 100%;
}

.title-panel-header {
	border-style: dotted;
	border-width: 1px;
	border-color: black;
	margin-top: 10px;
	color: black;
	font-size: 16pt;
	background-color: #F2F7FB;
}

.title-panel-border {
	border-style: solid;
	border-width: 1px;
	border-color: black;
}

.connector-spacer {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	width: 28px;
	height: 28px;
	background-image: url(rules_connector.gif);
}

.max-height {
	height: 100%;
}

.divider {
	width: 100%;
	min-width: 700px;
}

.red-border {
	border-style: solid;
	border-width: 1px;
	border-color: red;
	padding: 2px;
	margin: 5px;
}

.blue-border {
	border-style: solid;
	border-width: 1px;
	border-color: blue;
	padding: 2px;
	margin: 5px;
}

.green-border {
	border-style: solid;
	border-width: 1px;
	border-color: green;
	padding: 2px;
	margin: 5px;
}

.pinkbox {
	background-color: #FFCCCC;
}

.black-txt {
	color: #000000;
}

.bracket {
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	border-left: solid 1px black;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 6px;
	margin-left: 4px;
	width: px;
	height: 85%;
}

.bracket-label {
	margin-left: -14px;
    position: relative;
	zoom: 1;
	text-align: center;
	width: 28px;
	color: blue;
	cursor: hand;
	cursor: pointer;
}

.eval-child-spacing {
	width: 10px;
}

.red-txt {
	color: #FF0000;
}

.green-txt {
	color: #00AA00;
}

.information-dialogue {
	background-color: #9FBFD6;
	font: bold;
}

.rule-order-pos {
	margin-top: -17px;
	width: 30px;
	text-align: center;
	position: relative;
	zoom: 1;
}

input.rule-order-noneditable-header {
	background-color: #C8D4DD;
	border: 1px solid #707070;
	text-align: center;
	width: 100px;
}
input.rule-order-noneditable {
	background-color: #C8D4DD;
	border: 1px solid #707070;
	text-align: center;
	width: 25px;
}

input.rule-order-editable {
	background-color: white;
	border: 1px solid black;
	text-align: center;
	width: 25px;
}

input.rule-createRuleButton {
	margin: 10px;
}

.rule-wizard-link-width {
	width: 100%;
	min-width: 925px;
}

.overflow-scroll {
	overflow: scroll;
}

IMG.center-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

input.big-txt-box {
	width: 35em;
}

/* The Rules Tab widget - main container (div) */
.rules-RulesTab {
	
}

/* The Rule Panel widget */
.rules-RulePanel {
	
}

/* The Rules List Panel widget */
.rules-RulesListingPanel {
	width: 100%;
}

/* The Rules List Panel widget - button container (table) */
.rules-RulesListingPanel-buttonContainer {
	border-spacing: 2px;
}

select.condition-list {
	width: 150px;
	font-size: 8pt;
}

select.norm-actions {
	width: 150px;
}

/* The disclosure container used in the wizard pane */
.rules-WizardPane-disclosureContainer {
	margin: 5px;
	width: 100%;
	min-width: 940px;
}

/* The inner disclosure container used in the wizard pane */
.rules-WizardPane-disclosureContainer-inner {
	margin: 5px;
	width: 100%;
	min-width: 890px;
}

.site-selection-panel {
	width: 100%;
}

.site-select-tree {
	padding: 1px 0px;
  	margin: 0px;
  	white-space: nowrap;
}

.site-select-tree .gwt-TreeItem-selected {
}

.site-selector-check-all {
	color: blue;
	cursor: hand;
	cursor: pointer;
  	margin-right: 5px;
}

.site-tree-item-image {
	margin-left: 2px;
	margin-right: 5px;
}

.event-grid-cell {
	padding-right: 25px;
}

.rule-panel .rhs-value-textbox {
	width: 300px;
}

.rules-tabContainer {
    width: 100%;
}

.rules-tabContainer .gwt-TabPanelBottom {
    background: #95A8B4;
    border: none;
    padding: 5px;
}

.rules-list-col-id {
    text-align: right;    
	width: 60px;
} 
.rules-list-col-enabled {
	text-align: center;
    width: 60px;
} 
.rules-list-col-ruleSetName {
    text-align: left;    
    min-width:200px;
    width: 40%;
} 
.rules-list-col-Sites {
    text-align: left;    
    min-width:180px;
    width: 30%;
} 
.rules-list-col-updateDate {
	text-align: left;
    min-width: 125px;
} 
.rules-list-col-UUID {
    text-align: left;
	min-width:250px;
}
.rules-list-sitesString {
	max-height: 64px;
	overflow: hidden;
}

.tabbed-wizard {
}

.tabbed-wizard-tabItem {	
}

.tabbed-wizard-common-buttons-panel {
}

.tabbed-wizard-tabItem input,.tabbed-wizard-tabItem select,.tabbed-wizard-tabItem button {
    margin: 3px;
}
