body {
	font-family: "trebuchet ms", "helvetica", "arial", "verdana", "sans-serif";
	overflow: auto;
	padding: 5px;
	margin: 0px;
	scrollbar-face-color: #dedede;
	scrollbar-base-color: #f5f5f5;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #f5f5f5;
	scrollbar-shadow-color: #ebf5ff;
	scrollbar-highlight-color: #f5f5f5;
	scrollbar-3dlight-color: #c3c3c3;
	scrollbar-darkshadow-color: #9d9d9d;
	font-size:12px;
}

.body_default {
	border: 0px;
	background:#FFFFFF;
	overflow: hidden
}

.body_popup {
	border: 0px;
	background:#FFFFFF;
}

form label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  margin-left: 5px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

form label.checked {
  background:#FFFFFF;
}

input:focus {}
input.error { border: 1px dotted #EA5200; }

select:focus {}
select.error {border: 1px dotted #EA5200;color:#EA5200}

textarea.focus()
textarea.error { border: 1px dotted #EA5200; }

.del{
   color: #aaaaaa;
   text-decoration:line-through;
}

.error_check{
   border: 1px dotted #EA5200;
   color: #993300;   
}

.body_div {
	width: 100%;
	padding: 0px 0px 0px 0px;
	font-family: "trebuchet ms", "helvetica", "arial", "verdana", "sans-serif";
    font-size: 12px;
}

.body_div .portlet{
	font-size: 12px;
}

.portlet table{
	font-size: 12px;
}

.portlet {
	margin: 0 1.1em 1.1em 0;
}

.portlet-header {
	margin: 0.3em;;
	padding-left: 1.1em;;
	font-weight: bold;
	padding-bottom: 6px;;
	padding-top: 6px;
}

.portlet-header .ui-icon {
	float: right;
}

.portlet-content {
	padding: 0.4em;;
	width: 100%;
}

.return_btn {
	outline: 0;
	margin: 0;
	padding: .2em 1.1em.2em;
	text-decoration: none; ! important;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.hidden_scroll {
	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;
}

.submit_view {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	filter: alpha(opacity =   20);
}

.fieldset {
	//font-weight: bold;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size:12px;
	color:#993300;
	border: #cccccc 1px dotted;
}

legend {
	background-color: #ffffff;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 4px 10px 4px 10px;
}

/* -------------- form item style -------------- */
.select_menu {
	text-decoration: none;
	margin-left:5px;
	margin-right:5px;
}

.select_checkbox {
	text-decoration: none;
}

.select_checkbox_group {
	font-weight: bold;
	text-decoration: none;
}

.select_radio {
	
}

.select_radio_group {
	font-weight: bold;
	text-decoration: none;
}

.input_text {
	width:70%;
	margin-left:5px;
	margin-right:5px;
}

.input_text_dis {
	width:70%;
	border:0px;
	margin-left:5px;
	margin-right:5px;
}

.input_number {
	width:70%;
	text-align: right;
	margin-left:5px;
	margin-right:5px;
}

.input_number_dis {
	width:70%; 
	text-align: right;
	border:0px;
	margin-left:5px;
	margin-right:5px;
}

.input_textarea {
	width:100%;
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;margin-bottom:2px;
	overflow: auto;
}

.input_textarea_dis {
	width:100%;
	border:0px;
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;margin-bottom:2px;
}

.command_button {
	outline: 0;
	margin: 0;
	padding: 2px 5px 0px 5px;
	text-decoration: none; ! important;
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	font-weight:normal;
}

.tab_link_sel {
	color:#FF0000;
	font-weight:bold;
	font-size: 14px;
	cursor:hand;
}

.tab_link {
	color:#FFFFFF;
	font-size: 14px;
	cursor:hand;
}

.a_button {
    background: transparent url('..//taglib/images/base/button_right.png') no-repeat scroll top right; 
    display: block;
    float: left;
    height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    margin-right: 6px;
    padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
    /* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.a_button span {
	/* Background left image */ 
	background: transparent url('..//taglib/images/base/button_left.png') no-repeat; 
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
} 
.a_button:hover span{
	text-decoration:underline;
}



.command_link {
	font-size: 12px;
	color:#0000FF;
}

.command_img {
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}

.output_text {
	font-size:12px;
}

.output_selection {
	line-height: 15px;
	text-decoration: none;
	padding-left: 5px;
}

/* -------------- message style -------------- */
.message_info {
	padding: 5px;
}

.message_validate {
	font-weight: bold;
	color: #ff0000;
	visibility: hidden;
}

/* -------------- navigator style -------------- */
.flow_bar {
	width: 100%;
	line-height: 20px;
	border-bottom: #c8ba92 1px dashed;
	margin-bottom: 5px;
    font-size:12px;
}

.flow_bar_img {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.flow_bar_title {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
}

.flow_bar_footer {
	width: 1px;
}

.flow_bar_unfocus {
	font-size:12px;
	color:#993300;
	text-align: right;
	padding-bottom: 2px;
}

.flow_bar_focus {
	text-align: right;
	padding-bottom: 2px;
}

.tab_bar{
	line-height: 20px;
	margin-top: 5px;
}

.tab_bar_footer {
	
}

.tab_bar_focus {
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	font-weight: bold;
	background: #cccccc;
}

.tab_bar_unfocus {
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-left:1px solid #aaaaaa;
	background: #ffffff;
}

.link_bar {
	width: 100%;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 0px;
	background: #dadada;
	color: #666666;
	border: #c4d5e3 1px ridge;
}

.link_bar_focus {
	font-weight: bold;
}

.link_bar_unfocus {
	
}

.link_bar_footer {
	width: 10px;
}

.link_bar_title {
	font-weight: bold;
	background: #f3f0e7;
	color: #cc0000;
	border-right: #c4d5e3 1px ridge;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

.select_bar {
	background: buttonface;
	color: buttontext;
	border: 2px buttonface groove;
}

.select_bar_table {
	background: #f3f0e7;
}

.select_bar_row {
	background: buttonface;
	color: #cc0000;
}

.select_bar_row_sel {
	background: buttonhighlight;
	color: #cc0000;
}

.select_bar_title {
	
}

.select_bar_column {
	
}

/* -------------- table style -------------- */
.table_bg {
	width: 100%;
	background:#cccccc;
}

.table_list_bg {
	width: 100%;
	background:#cccccc;
}

.table_title {
	width: 100%;
	text-align:left;
	background:#f3ecbf;
	color:#993300;
	line-height:20px;
	padding-left:10px;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

.table_title_content {
	background:#f3ecbf;
	color:#993300;
	line-height:20px;
	font-weight:bold;
	font-size:12px;
}

.table_list_column {
	line-height:20px;
	font-size:12px;
}

.table_list_column_ng {
	line-height:20px;
	font-size:12px;
}

.table_list_mark_column {
	color: #ff0000;
	line-height:20px;
	background:#ffcc99;
	font-size:12px;
}

.table_list_column_title {
	background:#f2f2f2;
	text-align: center;
	white-space :nowrap;
	color:#44677d;
	line-height:20px;
	font-size:12px;
}

.table_list_column_title_ng {
	background:#f2f2f2;
	text-align: center;
	white-space :nowrap;
	color:#44677d;
	line-height:20px;
	font-size:12px;
}

.table_list_column_title_mark {
	text-align: center;
	white-space :nowrap;
	background:#f2f2f2;
	color:#993300;
	line-height:20px;
	font-size:12px;
}

.table_column {	
	text-align: left;
	line-height:20px;
	font-size:12px;
}

.table_mark_column {
	text-align: left;
	line-height:20px;
	font-size:12px;
}

.table_column_title {
	white-space :nowrap;
	text-align: right;
	background:#f2f2f2;
	color:#44677d;
	line-height:20px;
	font-size:12px;
}

.table_column_title_mark {
	text-align: right;
	white-space :nowrap;
	line-height:20px;
	background:#f2f2f2;
	color: #993300;
	font-size:12px;
}

.table_row {
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 30px;
	background:#FFFFFF;
}

.table_row_single {
	line-height: 20px;
	background:#FFFFFF;
}

.table_row_double {
	line-height: 20px;
	background-color: #F9F9F9;
}

.table_row_selected {
	line-height: 20px;
	background-color: #ffcc99;
	color:red;
}

.table_row_marked {
	background-color: #ffcc99;
	line-height: 20px;
}

.table_list_bar {
	width: 100%;
	margin-bottom: 3px;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}

.table_list_bar_fix {
	position: relative;
	top: expression(this.   offsetparent.   scrolltop);
	float: left;
	margin-bottom: 3px;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
}

.table_list_bar_title {
	
}

.table_list_bar_text {
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: bottom;
	font-size:12px;
}

.table_list_bar_end {
	text-align: right;
	vertical-align: : middle;
	padding: 0px;
}

.table_header {
	width: 100%;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.table_footer {
	background:#ffffff;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

/* -------------- menu style -------------- */
.tree_node {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.node_focus {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: #c8ba92 1px solid;
	background: #f3f0e7;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	color: #ff0000;
}

.node_selfocus {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	border: #c8ba92 1px solid;
	background: #f3f0e7;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
	color: #ff3300;
}

.node_unfocus {
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #000000;
}

/* -------------- panel style -------------- */
.none {
	padding: 5px;
	margin: 0px;
	width: 100%
}

.panel {
	font-family: "trebuchet ms", "helvetica", "arial", "verdana", "sans-serif";
	font-size:12px;
	padding: 2px;
	width: 100%;
	border:1px solid #CCCCCC;
	background:white;
	
}

.base_panel {
	padding: 0px;
}

.base_panel_title {
	color: #000000;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
}
.panel_title {
	background: #c4d5e3;
	font-weight: bold;
	border: 1px ridge #c8ba92;
	padding: 3px;
	margin-bottom: 3px;
	width: 100%;
}

.panel_title_text {
	font-weight: bold;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	color: #000000;
}

.panel_toolbar {
	font-weight: bold;
	padding: 5px;
	width: 100%;
}

.panel_toolbar_inner {
	font-weight: bold;
	padding: 5px;
	width: 100%;
}

/* -------------- tip style -------------- */
.tip_header {
	background: #f3f0e7;
	font-weight: bold;
	border: 1px solid #c8ba92;
	padding: 5px;
	width: 350px;
}

.tip_body {
	background: #ffffff;
	border-left: 1px solid #c8ba92;
	border-right: 1px solid #c8ba92;
	border-bottom: 1px solid #c8ba92;
	padding: 5px;
	width: 350px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: white;
	padding: 5px;
	opacity: 0.85;
	filter:alpha(opacity=85);
}

#tooltip h3, #tooltip div { 
margin: 0;
}

#tooltip h3{
font-size: 12px;
}

#tooltip.mytooltip {
	font-family: Arial;
	border: none;
	width: 250px;
	padding:20px;
	height: 175px;
	background: url('../taglib/images/shadow.png');
	opacity: 0.8;
	filter:alpha(opacity=80);
	
}
#tooltip.fancy {
	background: url('../taglib/images/shadow2.png');
	padding-top: 5em;
	height: 175px;
}
#tooltip.fancy.viewport-right {
	background: url('../taglib/images/shadow2-reverse.png');
	height: 175px;
}

#tooltip.fancy img{
float:left;
margin:5px;
}

.fontRed{
	color:#ff4949;
}