@CHARSET "UTF-8";
.p-navigation{color:red;padding-top:4px;padding-bottom:3px;border-top:0 none;font-weight:normal;background:transparent url(light-hd.gif) repeat-x 0 -9px;}

/*
 * Fix for IE8+ bug (combo box displayed under mask element)
 * See: http://www.sencha.com/forum/showthread.php?48738-2.2-Problem-with-panel-disabled-in-FF3-(Menu-appears-under-Mask)
 * See: http://www.sencha.com/forum/showthread.php?52201-2.2-CLOSED-CSS-zindex-conflict-with-ComboBox-item-list-and-disabled-GridPanel
 */
.x-combo-list {
	z-index: 20100 !important;
}

.x-combo-list-item {
	height:15px;
}

.x-tab-with-icon {
	padding-left:20px;
	padding-right:20px;
}

.loginFailure {
	z-index: 25000 !important;
}

.userInfoPanel {
	text-align: right;
	white-space: nowrap;
}

.defaultHtmlFont {
	font:normal 12px tahoma, arial, helvetica, sans-serif;
}

.incorrectValueBorder{
	border: 1px solid red	
}

.correctValueBorder{
	border: 1px solid grey
}

.red_font{
	color:red;
}

.grey_font{
	color:grey;
}

.error_info_label{
	color:white;
	background-color: #dd7870;
	font-weight: bolder;
	padding: 2px 6px;
	width: auto;
	border: 1px solid white;
    border-radius: 25px;
}

.error_info_textbox{
	font-weight: 300;
	width:80%;
	margin-left:2%;
	position:absolute;
	border: 2px solid #dd7870;
    border-radius: 25px;
    padding:3px;
    font-size: smaller;
    background-color: white;
}

.hidden{
	display:none;
}


