.dialogMessageLabel {
	font-weight: bold;
	font-size: 12px;
	font-color: red;
	color: red;
}

.scrollableTableColumnFont {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
}

.scrollableTableCellFont {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	word-wrap: break-word;
}

.scrollableTableCellHighlightFont {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	font-color: red;
	background-color: red;
	word-wrap: break-word;
}

.currentTreeNode {
	font-weight: bold;
}

.disabledTreeNode {
	color: gray;
	font-weight: 100;
	font-style: italic;
}

.normalTreeNode {
	color: black;
	font-style: normal;
	font-weight: normal;
}

.selectedTreeNode {
	background-color: none;
	border: thin;
	border-style: solid;
	border-color: black;
}

.validNextTreeNode {
	color: blue;
	text-decoration: underline;
	cursor: hand;
}

.rich-tree-node {
	padding-bottom: 1px;
	padding-top: 1px;
}

.rich-tree-node-children {
	padding-bottom: 1px;
	padding-top: 1px;
}

.rich-tree-node-highlighted {
	text-decoration: none;
	color: black;
}

.rich-tree-node-selected {
	border: none;
}

.rich-tree-h-ic-img {
	border: none;
	width: 12px;
	height: 12px;
	float: right;
}

.row1 {
	background-color: #EDEBEB;
}

.row2 {
	background-color: #ffffff;
}

.row1Stat {
	background-color: #EDEBEB;
	text-align: left;
	white-space:nowrap;
}

.row2Stat {
	background-color: #ffffff;
	text-align: left;
	white-space:nowrap;
}

.dialogMessageLabel {
	font-weight: bold;
	font-size: 12px;
	font-color: red;
	color: red;
}

.dialogInfoMessageLabel {
    font-weight: bold;
    font-size: 12px;
    font-color: green;
    color: green;
}

table.richTableSimulator {
	width: 100%;
	border: 1px solid #000; /* this can be seen as cellspacing... */
}

table.richTableSimulator td {
	padding: 5px;
	text-align: left;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	
}

/* you may not want the top of your table have spacing */
table.richTableSimulator th {
	background-color: #d5e4fb;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

table.richTableSimulator tr.odd {
	background-color: #EDEBEB;
}

table.richTableSimulator tr.even {
	background-color: #ffffff;
}

.freezeHeaderDivIdClass{
	LEFT: 50px;  
	TOP: 185px;
	height: 20px; 
}

.nonFreezeHeaderDivClass{
	overflow:hidden;
	TOP: 185px;
	height: 22px;
}

.freezeDivClass{
	OVERFLOW: hidden;  
	LEFT: 50px; 
	TOP: 206px;
	height: 483px; 
	
	scrollbar-width:1px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF
}

.nonFreezeDivClass{
	OVERFLOW: auto;
	POSITION: absolute;
	TOP: 206px;
	height: 500px;
}


/* Richfaces button simulator - Added Arun Ganesan 3.3.2 issue with IE*/
.richFacesInputButton{
	background-color: #BED6F8;
    background-image: url("../images/richfaces/button-background.png");
    border-color: #BED6F8;
    color: #000000;
    font-family: Arial,Verdana,sans-serif;
    font-size: 11px;
    background-position: left top;
	background-repeat: repeat-x;
    border-width: 1px;
    width:80px; 
}


.hyperlink-column-cell {
	font-size: 2pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

optgroup {
    background-color: #C8DCF9;
    color: black;
}
option {
    background-color: white;
    color: black;
}

.rich-table-cell {font-family: Verdana;font-size: 11px;}
.report-heading {text-align:center;font-size:11;font-weight:bold;font-family: Verdana, Arial, Helvetica, sans-serif;}
.inputSRRTestClass{width:240px;}