﻿/*!
 (c) 2002, 2013 LANSA
 XHTML Standard Styles
 $Workfile:: std_style.css                        $
 $UTCDate:: 2014-04-14 02:29:00Z                  $
 $Revision:: 50                                   $
*/

body {
	font-size: 8pt;
	background-color: #ffffff;
}
body[lang="ko"], body[lang="ko"] table, body[lang="ko"] strong, body[lang="ko"] input, body[lang="ko"] select, body[lang="ko"] textarea, body[lang="ko"] button {
	font-family: Dotum, Serif;
}
body[lang|="zh"], body[lang|="zh"] table, body[lang|="zh"] strong, body[lang|="zh"] input, body[lang|="zh"] select, body[lang|="zh"] textarea, body[lang|="zh"] button {
	font-family: "Microsoft YaHei UI", "Microsoft YaHei", SimSun, Serif;
}
body[lang="zh-HK"], body[lang="zh-HK"] table, body[lang="zh-HK"] strong, body[lang="zh-HK"] input, body[lang="zh-HK"] select, body[lang="zh-HK"] textarea, body[lang="zh-HK"] button {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", PMingLiU, Serif;
}
body[lang="zh-TW"], body[lang="zh-TW"] table, body[lang="zh-TW"] strong, body[lang="zh-TW"] input, body[lang="zh-TW"] select, body[lang="zh-TW"] textarea, body[lang="zh-TW"] button {
	font-family: "Microsoft JhengHei UI", "Microsoft JhengHei", PMingLiU, Serif;
}

form { margin: 0px; }

.bold {
	font-weight: bold;
}

div.messages_wrapper {
	text-align: center;
}

div.messages {
	overflow: auto;
	text-align: left;
	margin: 5px auto;
	width: 60%;
	padding: 5px;
}

div.messages ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

input.number {
	text-align: left;
}

input.text {
	text-align: left;
}

input.ltext {
	text-align: left;
	text-transform: lowercase;
}

input.utext {
	text-align: left;
	text-transform: uppercase;
}

.inputfocus {
}

td.caption, div.caption, label.caption {
	font-weight: bold;
}

th.text, th.utext, th.ltext {
	text-align: left;
}

th.number {
	text-align: right;
}

td.text, div.text, td.ltext, div.ltext, td.utext, div.utext {
	text-align: left;
}

td.number, div.number {
	text-align: right;
}
.hidden__ {
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	display: none;
	z-index: -1;
}

a.std_menu, a.std_menu:hover, a.std_menu_selected {
	display: block;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: larger;
	margin: 0px;
}

.std_layout_v2_content {
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	width: 95%;
}

.std_attachment_panel td {
	vertical-align: top;
}

.std_click_image_disabled {
	filter: alpha(opacity = 35);
	opacity: 0.35;
	cursor: default;
}

.std_printpage img, .std_printpage_disabled img {
	vertical-align: middle;
	border: none;
	padding-right: 5px;
}

.std_printpage a, .std_printpage_disabled a {
	display: inline-block;
}

.std_printpage_disabled a {
	filter: alpha(opacity = 35);
	opacity: 0.35;
	cursor: default;
	outline: none;
}

/* Styles used by the V1 Grid.  Deprecated along with the grid. */
.std_grid_head {
	border: 1px solid;
	font-weight: bold;
	white-space: nowrap;
	cursor: default;
}

.std_grid_even_row {
	border: 1px ridge;
}

.std_grid_odd_row {
	border: 1px ridge;
}

.std_grid_cell {
	border: 1px ridge;
}

.std_grid_edit_cell {
}

.std_grid_sort_box {
	font-family: webdings, verdana, serif;
	color: #808080;
}

.std_grid_outline {
	border-style: solid;
	border-width: thin;
	border-color: #eeeeee;
}

/* End of std_grid styles */
.std_image_button {
	padding-top: 2px;
	overflow: hidden;
}

.std_image_button_mouseover {
	padding-top: 2px;
	overflow: hidden;
}

.std_image_button_text {
	vertical-align: middle;
}

ul.std_plain {
	padding: 0;
	margin: 0;
	display: inline-block;
}

ul.std_plain li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
}

.std_menu_item {
	font-weight: bold;
}

.std_nav_panel {
    border: 1px solid;
}

.std_panel {
    overflow: auto;
}

.std_prompter_button {
    padding: 0px;
    overflow: hidden;
}

.std_prompter_button_mouseover {
    padding: 0px;
    overflow: hidden;
}

.std_radbuttons table {
    border-collapse: collapse;
}

.std_radbuttons td {
    white-space: nowrap;
    padding: 0px;
}

.std_grid .std_radbuttons td {
    border: none;
}


.std_splitter {
	position: relative;
	overflow: hidden;
	text-align: left;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.std_splitter_pane_vert, .std_splitter_pane_horz {
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.std_splitter_pane_horz {
	position: absolute;
	left: 0px;
	width: 100%;
	border: 1px inset #c7dff4;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	vertical-align: top;
}

.std_splitter_horz_top {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.std_splitter_horz_bottom {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.std_splitter_horz_divider {
	position: absolute;
	width: 100%;
	height: 3px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-color: white;
	border: 0px;
	filter: alpha(opacity = 0);
	opacity: 0;
	display: none;
}

.std_splitter_pane_vert {
	position:absolute;
	top: 0px;
	height: 100%;
	border: 1px inset #c7dff4;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.std_splitter_vert_left {
	height:100%;
	width: 100%;
	overflow: auto;
}

.std_splitter_vert_right {
	height:100%;
	width: 100%;
	overflow: auto;
}

.std_splitter_vert_divider {
	position:absolute;
	top: 0px;
	height: 100%;
	width: 3px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	background-color: white;
	border: 0px;
	filter: alpha(opacity = 0);
	opacity: 0;
	display: none;
}

#StdSplitterDragBar {
    background-color: #cccccc;
    border: 0px;
}

#StdSplitterDragCover {
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#StdSplitterDragCover2 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    border: 0px;
    filter: alpha(opacity = 0);
    opacity: 0;
}

/* Std_tab_pages styles */
.std_tab_pages {
    empty-cells: show;
}

.std_tab_pages td {
    vertical-align: top;
}

.std_tab_pages_content_wrapper {
	border: 1px solid gray;
    padding: 2px;
    overflow: auto;
}

.std_tab_pages_content {
    width: 100%;
    height: 100%;
    overflow: auto;
}

ul.std_tab_pages_tabs {
    list-style-type: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap;
}

ul.std_tab_pages_tabs li {
	border: 1px solid gray;
    display: block;
    padding: 0px;
    white-space: nowrap;
}

ul.std_tab_pages_tabs li.std_tab_active {
}

ul.std_tab_pages_tabs li a {
    display: block;
    padding: 3px;
    text-decoration: none;
    cursor: default;
}

ul.std_tab_pages_tabs li a:hover {
    text-decoration: none;
}

ul.std_tab_pages_tabs li a img {
    border: none;
    vertical-align: middle;
    display: inline;
}

ul.std_tab_pages_tabs li.std_tab_disabled a, ul.std_tab_pages_tabs li.std_tab_disabled a:hover {
	opacity: .35;
	filter:Alpha(Opacity=35);
}

.std_tab_pages_top_tabs, .std_tab_pages_top_tabs ul {
    position: relative;
    z-index: 100;
}
.std_tab_pages_top_tabs ul {
    top: 1px;
}
.quirksMode .std_tab_pages_top_tabs {
    top: 1px;
}
.std_tab_pages_bottom_tabs ul {
    position: relative;
    top: -1px;
}
.quirksMode .std_tab_pages_bottom_tabs {
    position: relative;
    top: -1px;
}

.std_tab_pages_left_tabs ul {
    position: relative;
    left: 1px;
    z-index: 100;
}

.std_tab_pages_right_tabs ul {
    position: relative;
    left: -1px;
}

.std_tab_pages_top_tabs ul li {
    float: left;
    margin-right: 2px;
}

.std_tab_pages_top_tabs ul li.std_tab_active {
    border-bottom: none;
    padding-bottom: 1px;
}

.std_tab_pages_bottom_tabs ul li {
    float: left;
    margin-right: 2px;
}

.std_tab_pages_bottom_tabs ul li.std_tab_active {
    border-top: none;
    padding-top: 1px;
}

.std_tab_pages_left_tabs ul li {
    display: block;
    margin-bottom: 2px;
}

.std_tab_pages_left_tabs ul li.std_tab_active {
    border-right: none;
    padding-right: 1px;
}

.std_tab_pages_right_tabs ul li {
    display: block;
    margin-bottom: 2px;
}

.std_tab_pages_right_tabs ul li.std_tab_active {
    border-left: none;
    padding-left: 1px;
}

.std_tab_pages_top_tabs ul.std_tab_pages_tabs_design_mode, .std_tab_pages_bottom_tabs ul.std_tab_pages_tabs_design_mode {
    top: 0px;
}

.std_tab_pages_left_tabs ul.std_tab_pages_tabs_design_mode {
    position: relative;
    left: 2px;
}

.std_tab_pages_top_tabs ul.std_tab_pages_tabs_design_mode li a, .std_tab_pages_bottom_tabs ul.std_tab_pages_tabs_design_mode li a {
    display: inline-block;
}

/* Std_tab_pages deprecated styles. */
.std_tab_pages_bottom_tab_row {
    vertical-align: top;
}

.std_tab_pages_bottom_active {
    border: 2px inset #e2effa;
    background-color: #c7dff4;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    padding-bottom: 2pt;
}

.std_tab_pages_bottom_inactive {
    border: 2px outset #e2effa;
    background-color: #e2effa;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
}

.std_tab_pages_left_tab_row {
    text-align: right;
}

.std_tab_pages_left_active {
	border: 2px inset #e2effa;
	background-color: #c7dff4;
	cursor: pointer;
	layout-flow: vertical-ideographic;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 2pt;
}

.std_tab_pages_left_inactive {
	border: 2px outset #e2effa;
	background-color: #e2effa;
	cursor: pointer;
	layout-flow: vertical-ideographic;
	font-weight: bold;
	white-space: nowrap;
}

.std_tab_pages_right_tab_row {
    text-align: left;
}

.std_tab_pages_right_active {
	border: 2px outset #e2effa;
	background-color: #c7dff4;
	cursor: pointer;
	layout-flow: vertical-ideographic;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 2pt;
}

.std_tab_pages_right_inactive {
	border: 2px inset #e2effa;
	background-color: #e2effa;
	cursor: pointer;
	layout-flow: vertical-ideographic;
	font-weight: bold;
	white-space: nowrap;
}

.std_tab_pages_top_tab_row {
    vertical-align: bottom;
}

.std_tab_pages_top_active {
	border: 2px inset #e2effa;
	background-color: #c7dff4;
	cursor: pointer;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 2pt;
}

.std_tab_pages_top_inactive {
    border: 2px outset #e2effa;
    background-color: #e2effa;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
}

.std_tab_pages_page_content {
    border-top: 1px solid #e2effa;
    background-color: #ffffff;
    white-space: normal;
}

.std_treeview {
    background-color: #ffffff;
}

.std_treeview_target {
}
table.std_largelist {
	border-collapse: collapse;
}
table.std_largelist th, table.std_largelist tbody tr, table.std_largelist td {
    white-space: nowrap;
    border: inherit;
}
/*
 * Styles for standard grid (v2) and list
 */
.std_grid_wrapper {
	overflow: auto;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: none;
}

.std_grid_wrapper_designtime {
	display: inline;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: none;
}

.std_grid {
	border-style: solid;
	border-width: thin;
	border-color: #eeeeee;
	border-spacing: 0px;
	border-collapse: collapse;
}

.std_grid thead tr {
    cursor: inherit;
    vertical-align: top;
}

.std_grid thead {
    cursor: inherit;
}

.std_grid th {
    white-space: nowrap;
    cursor: inherit;
}

.std_grid thead th {
	border: inherit;
	padding: 2px 15px 2px 4px;
	background-repeat: no-repeat;
	background-position: center right;
}

.std_grid thead th.number {
	padding: 2px 4px 2px 15px;
	background-position: center left;
}

.std_grid_sort_indicator {
    background-image: none;
}

.std_grid_sort_indicator_up {
    background-image: url(../std_list_sortup.gif);
}

.std_grid_sort_indicator_down {
    background-image: url(../std_list_sortdown.gif);
}

.std_grid tbody tr {
    border: inherit;
}
.std_grid tbody td {
    white-space: nowrap;
    overflow: hidden;
    border: inherit;
}

.std_grid_cell_sizer {
    width: 100%;
}

.std_grid_col_resize {
    border: 1px dotted gray;
    cursor: e-resize;
    cursor: col-resize;
}

.std_grid td div {
    overflow: hidden;
}

.std_grid input.number, .std_grid input.text, .std_grid input.ltext, .std_grid input.utext {
   
}

.std_grid input.number {
    text-align: right;
}

.std_grid input.number, .std_grid input.text, .std_grid input.ltext, .std_grid input.utext {
    background-color: transparent;
    color: inherit;
    border-width: 0px;
    margin: 2px;
}

.std_grid input.focus {
    border-width: 2px;
    margin: 0px;
}

.std_grid .list-o input.number, .std_grid .list-o input.text, .std_grid .list-o input.ltext, .std_grid .list-o input.utext,
.std_grid .list-e input.number, .std_grid .list-e input.text, .std_grid .list-e input.ltext, .std_grid .list-e input.utext
{
	border-width: 2px;
	margin: 0px;
}

.std_datetime {
    white-space: nowrap;
}

.std_datetime table {
    display: inline;
}

.std_datetime * {
    vertical-align: middle;
}

.std_datetime tbody td {
    border: none;
}

img.disabled {
    opacity: 0.4;
    filter: alpha(opacity = 40);
}

.std_legend {
   font-weight: bold;
   font-size: 1.2em;
}

.std_crud_list_button {
   font-size: 0.7em;
}

.std_progressbar {
	position: relative;
	width: 99%;
	height: 20px;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.std_progressbar_text {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.std_progressbar_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity:.20;
	filter: alpha(opacity=20);
}

div.std_fileupload_pb {
	height: 30px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.std_fileupload > table td {
	padding: 3px;
}

/*
 * Styles for new layouts
 */
#lpage_container {
}
#lpage_content_column  {
	overflow-x:auto;
}

.lpage_default_layout #lpage_header {
	background: #dddddd;
	padding: 20px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	border-top-right-radius: 12px;
}

.lpage_default_layout #lpage_header h1 {
	margin: 0;
}

.lpage_default_layout #lpage_navBar {
    float: left;
    width: 100%;
    background: #333;
    margin-bottom: 10px;
}
.lpage_default_layout #lpage_navBar ul.lpage_horiz_menu a {
    color: #fff;
    border-right: 1px solid #fff;
}

.lpage_default_layout #lpage_navBar ul.lpage_horiz_menu a.std_menu,
.lpage_default_layout #lpage_navBar ul.lpage_horiz_menu a.std_menu_selected {
    line-height: 1em;
    font-weight: normal;
}
.lpage_default_layout #lpage_navBar ul.lpage_horiz_menu a:hover,
.lpage_default_layout #lpage_navBar ul.lpage_horiz_menu a.std_menu:hover {
    background: #bbb;
    color: #000;
}
.lpage_default_layout #lpage_navBar ul.lpage_horiz_menu a.std_menu_selected {
	background: #777;
	color: #fff;
}

ul.lpage_horiz_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.lpage_horiz_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
ul.lpage_horiz_menu li a,
ul.lpage_horiz_menu li a.std_menu,
ul.lpage_horiz_menu li a.std_menu:hover,
ul.lpage_horiz_menu li a.std_menu_selected {
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
}

.lpage_default_layout #lpage_content_column {
}

.lpage_default_layout #lpage_content {
    padding: 0px 10px 10px 10px;
    margin: 0px 10px;
}

.lpage_default_layout #lpage_sidebar1_content {
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.lpage_default_layout #lpage_sidebar2_content {
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.lpage_default_layout #lpage_sidebar1_content h3, #lpage_sidebar2_content h3 {
	margin: 0 0 .5em;
}

.lpage_default_layout #lpage_content h2 {
    font-size: 160%;
    margin: 0 0 .5em;
}

.lpage_default_layout #lpage_footer {
	background: #dddddd;
	text-align: right;
	padding: 20px;
	margin-top: 10px;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.lpage_blank_layout #lpage_content {
    padding: 0px;
    margin: 0px;
}

a.hidefocus, button.hidefocus, input.hidefocus {
	outline: none;
}

/* Design time only */
lansaxsl\:template {
	display: block;
}
body > lansaxsl\:template > lansaxsl\:call-template {
	display: block;
}
body > lansaxsl\:template > lansaxsl\:call-template > span {
	display: block;
}
lansaxsl\:call-template[name=std_nav_panel] {
	display: block;
}
lansaxsl\:call-template[name=std_nav_panel] > span {
	display: block;
	margin: 1px;
}
lansaxsl\:call-template[name=std_banner] {
	width: 100%;
}
