/*BEGIN_SYSTEM_STYLES*/

body {
	background-color: inherit; /* background color */
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}


input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

/* main table */
.ewTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}



/* main table header cells */
.ewTableHeader {
	background-color: #6699CC; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}



/*
--------------------------------------------------------------------------------
DHTML Flyout Menu
--------------------------------------------------------------------------------
*/

.ewFlyoutMenuLinkNormalStyle {
	padding: 2px 8px 2px 8px;
	border: solid 1px #F5F5F5;
	background-color: #F5F5F5;
	color: Black;
	cursor: hand;
	cursor: pointer;
}

.ewFlyoutMenuLinkHoverStyle {
	padding: 2px 8px 2px 8px;
	border: solid 1px gray;
	background-color: silver;
	color: Black;
	cursor: hand;
	cursor: pointer;
}

.ewFlyoutMenuLinkHighlightStyle {
	padding: 2px 8px 2px 8px;
	border: solid 1px gray;
	background-color: whitesmoke;
	color: Black;
	cursor: default;
}

.ewFlyoutMenuStyle {
	font-family: Verdana;
	font-size: xx-small;
	border: solid 1px gray;
	background-color: #F5F5F5;
}

.ewFlyoutRootMenuStyle {
	font-family: Verdana;
	font-size: xx-small;
	border: solid 1px gray;
	background-color: #F5F5F5;
}

.ewFlyoutMenuFloatStyle {
	display: none;
	position: absolute;
}

div.response_error {
    background-color: #ffeaea; 
    border-width: 1px; 
    border-color: #e82a2a;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}

div.response_success {
    background-color: #eaffea; 
    border-width: 1px; 
    border-color: #4dda2c;
    border-style: solid; 
    padding: 2px 2px 2px 2px;
    -moz-border-radius: 4px;
}
span.text_bold {
    color: #525163;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}

span.text_soft {
    color: #959598;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
}
.requiredCell{
 color:#FF0000;
 text-align:left;
}
.bxHeader{
background:url(../image/img02.jpg);
}
/*END_SYSTEM_STYLES*/
