﻿body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #F9F9F9;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

input
{
	vertical-align: middle;
}
label
{
	vertical-align: middle;
}

.login
{
	background-color: #441234;
}

/********************************
	Master
*********************************/
#header
{
	background-position: right;
	background-color: white;
	background-image: url('images/cloud.png' );
	width: 100%;
	height: 74px;
	background-repeat: no-repeat;
}
.header_pic
{
	display: block;
	background-image: url('images/logo.png' );
	height: 70px;
	width: 271px;
	background-repeat: no-repeat;
}
.copy
{
	font-size: 9px;
	padding: 0px 5px 2px 10px;
	text-align: right;
	vertical-align: bottom;
	color: #36333E;
}
.copy a
{
	text-decoration: none;
	color: #36333E;
}
.copy a:hover
{
	text-decoration: underline;
}
#user_name
{
	text-align: right;
	padding-right: 10px;
	color: #333333;
	font-weight: bold;
}

#mainframe
{
	/* 	min-width: 800px; 	border-width: 2px; 	border-color: #808080; 	width: 95%; 	margin-left: auto; 	margin-right: auto; 	border-left-style: solid; 	border-right-style: solid; 	border-bottom-style: solid; 	*/
	min-width: 1024px;
	width: 100%;
}

.body_content
{
	padding: 5px 5px 10px 5px;
}

/********************************
	Menu
*********************************/
#menu
{
	cursor: default;
}
#menu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#menu .menu_left
{
	background-image: url('images/bars/menu_bk_left.png' );
	background-repeat: no-repeat;
	width: 27px;
	height: 19px;
	white-space: nowrap;
}

#menu .menu_bk
{
	background-image: url('images/bars/menu_bk.png' );
	height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: White;
	white-space: nowrap;
}

#menu .menu_right
{
	background-image: url('images/bars/menu_bk_right.png' );
	background-repeat: no-repeat;
	width: 27px;
	height: 19px;
	white-space: nowrap;
}

#menu .StaticHoverStyle
{
	background-color: #E9E9E9;
}

#menu .StaticHoverStyle a
{
	color: #999999;
}

#menu .DynamicMenuStyle
{
	z-index: 99;
	text-align: left;
	background-color: #E9E9E9;
}

#menu .DynamicMenuStyle a
{
	color: #333333;
}

#menu .DynamicMenuStyle a:hover
{
	color: #999999;
}

/********************************
	Ajax
*********************************/
.wait
{
	border: 2px solid #B19110;
	background-color: #FFFFFF;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -40px;
	z-index: 9000;
	filter: alpha(opacity=75);
	opacity: 0.85;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/********************************
	Link
*********************************/
.link_btn a
{
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.05em;
}

.link_btn a:hover
{
	text-decoration: underline;
}

/********************************
	Images
*********************************/
img
{
	border-style: none;
	display: block;
}

img.img_inline
{
	display: inline-block;
}

/********************************
	Forms
*********************************/
.form_pointer
{
	cursor: pointer;
}

.form_tab
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form_label_top
{
	padding-top: 4px;
	padding-bottom: 1px;
	font-weight: bold;
	white-space: nowrap;
}

.form_label_left
{
	padding-right: 8px;
	font-weight: bold;
	white-space: nowrap;
}
.form_label_left_value
{
	padding-left: 8px;
	padding-right: 20px;
	font-weight: normal;
	white-space: nowrap;
}
.form_text_right
{
	text-align: right;
}

.form_textbox_edit
{
	color: #3366CC;
	font-size: 11px;
}

.form_textbox_edit_inline
{
	color: #3366CC;
	font-size: 11px;
	margin-right: 10px;
}

.form_textbox_edit_read
{
	color: #808080;
	font-size: 11px;
}

.form_textbox_edit_inline_read
{
	color: #808080;
	font-size: 11px;
	margin-right: 10px;
}

.form_textbox_edit_small
{
	color: #3366CC;
	font-size: 11px;
	padding: 1px 4px 1px 4px;
}

.form_inline
{
	margin-right: 10px;
}

.form_pager table
{
	float: right;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
}
.form_pager
{
	padding-right: 4px;
}

.form_popup
{
	background-color: #F8FAFF;
	border: 1px solid #C0C0C0;
	padding: 4px;
}

/********************************
	Forms - Tree
*********************************/
#tree
{
	min-height: 700px;
	overflow: auto;
	padding: 2px 4px 4px 4px;
}
#tree a
{
	color: #555580;
}

#tree a:hover, #tree a:active
{
	text-decoration: none;
	color: #DD8500;
}

#tree .selected-node
{
	color: #CC3300;
}

#tree .selected-node a
{
	color: #CC3300;
}

#tree .node_info
{
	color: #999999;
}

.node_info a
{
	color: #999999;
	text-decoration: none;
}

/********************************
	Panels
*********************************/
div .panel
{
	background-color: White;
	border: 1px solid #999999;
}

.panel_group_first
{
	margin: 0px 5px 5px 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.panel_group
{
	margin: 0px 5px 5px 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.panel_inside
{
	margin: 5px 5px 5px 5px;
}

.panel_inside_notop
{
	margin: 0px 5px 5px 5px;
}

.ctrl_titlebar
{
	background-image: url('images/bars/titlebar.gif' );
	background-repeat: repeat-x;
	height: 24px;
	color: #666666;
	font-weight: bold;
	padding-left: 6px;
	font-size: 16px;
	padding-top: 1px;
	vertical-align: bottom;
}

.ctrl_titlebar2
{
	background-image: url('images/bars/toolbar.gif' );
	background-repeat: repeat-x;
	height: 19px;
	color: #666666;
	font-weight: bold;
	padding-left: 6px;
	font-size: 12px;
	padding-top: 1px;
	vertical-align: top;
}
.ctrl_container
{
	padding-left: 6px;
}

/********************************
	Toolbar
*********************************/
.toolbar
{
	background-image: url('images/bars/toolbar.gif' );
	background-repeat: repeat-x;
	color: #666666;
	font-size: 11px;
	height: 24px;
	width: 100%;
}

.toolbar_criteria
{
	background-color: #f7be57;
	color: #666666;
	font-size: 11px;
	height: 28px;
	width: 100%;
}

.toolbar a
{
	border: 1px solid transparent;
	text-decoration: none;
	color: #333333;
}

.toolbar a:hover
{
	border: 1px solid #0099FF;
	background-color: #BBDDFF;
}

.toolbar .tool_label
{
	display: inline-block;
	padding: 1px 2px 1px 2px;
	vertical-align: bottom;
	margin-left: 3px;
	font-weight: bold;
	font-size: 12px;
}
.toolbar .tool_btn
{
	display: inline-block;
	padding: 1px 2px 1px 2px;
	vertical-align: top;
	margin-left: 3px;
}
.toolbar .tool_btn_select
{
	border: 1px solid #0099FF;
	background-color: #D5EAFF;
}
.toolbar .tool_img_notext
{
	vertical-align: bottom;
	display: inline-block;
	padding-bottom: 1px;
}

.toolbar .tool_img
{
	vertical-align: bottom;
	display: inline-block;
	padding-right: 4px;
	padding-bottom: 1px;
}
.toolbar .tool_sep
{
	vertical-align: top;
	display: inline-block;
	padding-top: 5px;
	padding-left: 4px;
	padding-right: 0px;
}

.toolbar_criteria
{
	background-color: #ea82b8;
	color: #666666;
	font-size: 11px;
	height: 28px;
	width: 100%;
	vertical-align: middle;
}

.toolbar_criteria a
{
	border: 1px solid transparent;
	text-decoration: none;
	color: #333333;
}

.toolbar_criteria a:hover
{
	border: 1px solid #0099FF;
}

.toolbar_criteria .tool_search
{
	padding: 0px 6px 0px 6px;
	margin-left: 4px;
	font-size: 11px;
	height: 23px;
}

.toolbar_criteria .tool_btn
{
	padding: 1px 4px 1px 4px;
	margin-left: 4px;
}

.toolbar_criteria .tool_img_first
{
	vertical-align: bottom;
	display: inline-block;
	padding-right: 4px;
	padding-bottom: 1px;
}

.toolbar_criteria .tool_img
{
	vertical-align: bottom;
	display: inline-block;
	padding-right: 4px;
}
.toolbar_criteria .tool_sep
{
	vertical-align: top;
	display: inline-block;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
}

/********************************
	Main Bar
*********************************/
#mainbar
{
	border-width: 1px;
	border-color: #999999;
	background-image: url('images/bars/mainbar.gif' );
	background-repeat: repeat-x;
	background-color: #bab9b9;
	width: 100%;
	height: 54px;
	border-top-style: solid;
	border-bottom-style: solid;
}

#mainbar .selected
{
	border: 1px solid #7a4268;
}

#mainbar .over
{
	background-color: #BBDDFF;
	border: 1px solid #0099FF;
}

#mainbar .out
{
	background-color: Transparent;
	border: 1px solid transparent;
}


/********************************
	Dialog boxes
*********************************/
.modal_background
{
	background-color: #666699;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.dlg_small
{
	background-image: url('images/dialogbox/dlg_small.png' );
	width: 440px;
	height: 261px;
	background-repeat: no-repeat;
}

.dlg_small_position
{
	position: absolute;
	top: 25%;
	left: 50%;
	margin-left: -220px;
}

.dlg_small .dlg_small_title
{
	position: relative;
	top: 18px;
	left: 20px;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size: 12px;
	height: 0px;
	color: White;
}
.dlg_small .dlg_small_content
{
	position: relative;
	top: 50px;
	left: 25px;
	width: 390px;
	height: 185px;
}

/*	MessageBox	*/
.dlg_small .msg
{
	width: 350px;
	height: 110px;
	margin: 20px auto 15px auto;
	overflow: auto;
	font-family: verdana;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

/******************************************************************
	GRID
*******************************************************************/
.grid
{
	font-family: Arial;
	cursor: default;
	text-align: left;
}

.grid .grid_item_right
{
	text-align: right;
	padding-right: 4px;
}

.grid .grid_item_right_bold
{
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
}

.grid .grid_item_center
{
	text-align: center;
}

.grid tr.header
{
	border: 1px solid #696969;
	background-color: #696969;
	font-weight: bold;
	font-size: 11px;
	color: white;
	height: 20px;
	text-align: left;
}

.grid th
{
	padding: 2px 4px 2px 4px;
	text-align: left;
	vertical-align: middle;
}

.grid tr.normal
{
	background-color: white;
	vertical-align: middle;
	text-align: left;
}

.normal td
{
	border: 1px solid #a0a0a0;
	padding: 2px 4px 2px 4px;
	text-align: left;
	font-size: 11px;
}

/*.grid tr.alternate
{
	padding: 1px 6px 1px 6px;
	color: black;
	background-color: white;
	vertical-align: middle;
	text-align: left;
}*/

.grid tr.normal:hover, .grid tr.alternate:hover
{
	background-color: #f0e68c;
	color: black;
}

.selected td
{
	color: #993300;
	border: 1px solid #a0a0a0;
	padding: 2px 4px 2px 4px;
	background-color: #E1F0FF;
}

.grid tr.pager
{
	color: #999999;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}

.pager td
{
	padding: 2px;
}

.pager table
{
	margin-left: auto;
	margin-right: 4px;
}

.grid .emptyData
{
	padding: 5px;
	margin: 15px auto 15px auto;
	border: 1px dotted #C4CCD7;
	font-weight: bold;
	font-size: 12px;
	color: #687D97;
	text-align: center;
}

/********************************
	Accordion
*********************************/
.accordion_content
{
	background-color: White;
	padding-top: 4px;
	padding-bottom: 4px;
}

.accordion_header
{
	background-image: url('images/bars/toolbar.gif' );
	background-repeat: repeat-x;
	height: 19px;
	color: #999999;
	font-weight: bold;
	padding-left: 6px;
	font-size: 12px;
	padding-top: 1px;
	vertical-align: top;
	cursor: pointer;
}
.accordion_header_selected
{
	background-image: url('images/bars/titlebar.gif' );
	background-repeat: repeat-x;
	height: 19px;
	color: #666666;
	font-weight: bold;
	padding-left: 6px;
	font-size: 12px;
	padding-top: 1px;
	vertical-align: bottom;
	cursor: default;
}

/********************************
	Order
*********************************/
.order
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

.order_address
{
	background-color: #E6E6E6;
	padding: 5px;
	vertical-align: top;
}

.order_address_no_bk
{
	padding: 5px;
	width: 100%;
	vertical-align: top;
}
.order_address_not_select
{
	background-color: #E6E6E6;
}
.order_address_select
{
	background-color: #D5EAFF;
}


/********************************
	report
*********************************/
.rpt
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

