

body{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:6pt
}

/* default padding around forms as IE and Firefox have different defaults*/
form{
	padding:0px;
	margin:0px
}


input,select{
	font-family:Verdana,Helvetica,sans-serif,Arial;
	font-size:11px
}

.inputbutton{
	display:none
}

/**
 * Class for even rows of datatable
 */
.rowEven{
	background-color:#e1e3f0
}

/**
 * Class for odd rows of datatable
 */
.rowOdd{
	background-color:#e1e3f0
}

/**
 * Used to render our standard result table
 */
.resultTable{
	background-color:white;
	width:100%
}

/**
 * Sets the header for our tables
 */
.resultTable th{
	background-color:#bcd1ee;
	background-image:url(../../../resources/images/tableTitleBG.jpg);
	background-repeat:repeat-x;
	padding-right:5px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px
}


.resultTable td{
	padding:2px
}

/**
 * How to display column heading in a table
 */
th{
	font-weight:bold
}

/**
 * Define the basic alignment of text data for tables
 */
.headerText,.columnText{
	text-align:left;
	padding-left:5px
}

/**
 * Define the basic alignment of number data for tables
 */
.headerNumber,.columnNumber{
	text-align:right;
	padding-right:5px
}

/**
 * Define for a column which has center alignement
 */
.columnCenter{
	text-align:center
}

/**
 * Nothing special added from header text, th inherits the bold
 */
.headerText{
}
	
/**
 * Nothing special added from header text, th inherits the bold
 */	
.headerNumber{

}

/**
 * All column data needs to be vertically aligned
 */
.columnText,.columnNumber,.columnDateRange,.columnCenter{
	vertical-align:top
}

/**
 * Standard width for date ranges
 */
.columnDateRange{
	width:180px
}

/**
 * context menu
 */
.contextMenuStyle{
	display:none
}


.contextMenuItemStyle{
	display:none
}

/**
* Shuttle component
**/
.shuttleMerge{
	background-color:#f1f1f1;
	background-image:url(../../../resources/images/shuttleMerge.jpg);
	background-repeat:repeat-y;
	width:62px
}

.shuttleBGLeft{
	background-color:#ddd
}

.shuttleBGRight{
	background-color:#f1f1f1
}

/**
* Message block
**/
.message{
	display:none
}

.messageErrorText{
	color:#C73333
}

/**
* General label class
**/
.label{
	font-weight:bold
}

/**
* Column Class for left hand side labels
**/
.topLabel{
	font-weight:bold;
	vertical-align:top;
	width:150px;
	height:18px;
	padding-bottom:7px
}

/**
* Column Class for right hand side content
**/
.content{
	vertical-align:top;
	padding-bottom:7px
}

/**
* provides a means of using css to control Dojo Widget style
**/
.dialogContainer{
	height:300px
}


.datascroller *{ 
	color:#CE6131; 
	text-decoration:none; 
	padding-right:2px
}

.cursorPointer{
	display:none
}

.tenementRuleActionTrigger{
	display:none
}


.navigationLink{
	display:none
}
	
.noprint{
	display:none
}

.panelHeaderClass{
	background-color:white;
	font-weight:bold;
	font-size:11pt;
	color:black
}

.basePanel{
	border-width:0px;
	margin-top:0px;
	padding-top:0px
}

.summaryPanel{
	background-color:#FAFAFA;
	border-style:solid;
	border-color:#A4A4A4;
	border-width:1px
}

.criteriaPanel{
	background-color:white;
	border-style:solid;
	border-color:#8598b8;
	border-width:1px
}

.pageLoadingDiv{
	display:none
}

/**
 * Class used when we need to highlight in a tab
 */
.bold{
	font-weight:bold
}

#mtolContentFrame {
	overflow:visible;
	height:5000px;
	white-space: normal;
	word-wrap: break-word;
	text-wrap: normal;
	
}