﻿/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
a, a:visited, a:active { text-decoration: none; font-size: inherit; color: #000000; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* RESET END */



body { width: 100%; font-family: Verdana; font-size: 13px; background-color: #D0D0D0; line-height: 120%; color: #4C4C4C; }
#allPage { max-width: 1500px; min-width: 600px; margin-left: auto; margin-right: auto; display: block; float: none; margin-top: 5px; background-color: #F8F8F8; border-top-style: solid; border-top-width: 5px; border-top-color: #4C4C4C; }
#allPageContainer { margin-right: 30px; margin-left: 30px; margin-top: 30px; }
#headercontainer {  }
#pageTitle { font-size: 30px; margin-bottom: 10px; font-family: 'Times New Roman' , Times, serif; color: #4C4C4C; }
#pageTitle a { color: #4C4C4C; }
#pageTitle a:hover { color: #CB4402; }
#topMenu { color: #4C4C4C; margin-top: 20px; margin-bottom: 20px; text-align: right; padding-top: 5px; padding-bottom: 5px; }
#centerblockcontainer { width: 100%; min-height: 300px; display: block; }
#footercontainer { width: 100%; display: block; float: none; clear:both; padding-top: 10px; padding-bottom:10px; }
#footer { font-size: 10px; color: #4C4C4C; text-align: center; display: block;}
.centerblock { margin-left: auto; margin-right: auto; }

p { margin-top: 10px; margin-bottom: 10px; }
a, a:active, a:visited { color: #282828; text-decoration: none; }
a:hover { color: #CB4402; text-decoration: none; }



/* Menu Button */
.dxbButton_topmenu { color: #DCDCDC; font: normal 20px Verdana; vertical-align: middle; border: 1px solid #808080; background: #666666; padding: 1px; cursor: pointer; }
.dxbButtonHover_topmenu { color: #4b4b4b; background: #999999; }
.dxbButton_topmenu div.dxb { padding: 3px 8px 4px; border-width: 0px; }
.dxbButton_topmenu div.dxbf { padding: 2px 7px 3px; border: 1px dotted #DCDCDC; }
.dxbButton_topmenu div.dxb td.dxb { background: transparent url('')!important; border-width: 0px!important; padding: 0px!important; }

.pnl_pagetitle { font-size: 16px; color: #FFFFFF; background-color: #4C4C4C; padding: 5px 3px; margin-bottom: 10px; text-align: center; }

.tbledt_design_col { width: 50px; text-align:right; padding: 4px 2px 2px 0px; vertical-align:top; }
.tbledt_design_row { padding: 4px 2px 2px 0px; }
.tbledt_field_col { padding: 2px 0px 2px 2px; }
.tbledt_col_sep { width: 20px; }

.tblInfoCell { padding: 3px; border-right: 1px solid #888888; border-left: 1px solid #888888; border-collapse: collapse; empty-cells: show; }

.pnlMenuDesignLangTitle { color: Black; margin-top: 10px; padding: 3px 0px 3px 0px;  border-top: 1px solid #888888; border-bottom: 1px solid #888888; }

.pnlFlowItemContainer { display: block; }
.pnlFlowItem { border: 1px solid #C0C0C0; background-color: White; float: left; margin: 5px; padding: 2px; cursor: pointer; }
.pnlFlowItemImgContainer { width: 100%; display: block; text-align: center;  }
.pnlFlowItemImg { max-height: 100px; }
.pnlFlowItemImg.iconimage { padding:15px; }
.pnlFlowItemFileName { width: 100%; text-align: center; color: #565656; margin-top: 2px; }
.pnlFlowItem.selected { border: 1px solid #FF4500; background-color: #F0E68C; }
.pnlFlowItem_dragplaceholder { background-color: #99FF66; display:block; float: left; margin: 5px; padding: 2px; }


/* General Data Container */
.pnl_generaldata_container { border: 1px Solid #9F9F9F; }
.pnl_generaldata_title { font-size: 15px; font-weight: normal; padding: 3px 3px 5px; text-align: center; background-color: #ACACAC; color: White; border-bottom: 1px Solid #9F9F9F; }
.pnl_generaldata_content { padding: 8px 10px 10px 10px; background-color: #F0F0F0; left: auto; right: auto; }

/* Reorder List elements */
.pnl_reorderlist_groupcontainer { border: 1px Solid #9F9F9F; }
.pnl_reorderlist_container { border: 1px Solid #9F9F9F; }
.pnl_reorderlist_title { font-size: 15px; font-weight: normal; padding: 3px 3px 5px; text-align: center; background-color: #ACACAC; color: White; border-bottom: 1px Solid #9F9F9F; }
.pnl_reorderlist_group {}
.pnl_reorderlist_item { background-color: White; border: 1px Solid #CFCFCF; padding: 3px 6px 4px; margin-left: 0px; margin-right: 0px; cursor: pointer; }
.pnl_reorderlist_itemhidden { color: #666666; }
.pnl_reorderlist_empty { color: Gray; background-color: White; padding: 20px 2px 20px 4px; margin-left: 0px; margin-right: 0px; text-align: center; }
.pnl_reorderlist_dragplaceholder { background-color: #99FF66; padding: 3px 6px 4px; }
.pnl_reorderlist_subgroup_title { background-color: #EDEDED; color: #000000; padding: 3px 6px 4px 6px; border-top: 1px Solid #CFCFCF; cursor: pointer; }
.pnl_reorderlist_subgroup_container { background-color: White; padding-left: 20px; }
.pnl_reorderfotolist_group { display: inline-block; }
.pnl_reorderfotolist_item { background-color: White; border: 1px Solid #CFCFCF; padding: 3px; cursor: pointer; float: left; }
.pnl_reorderfotolist_dragplaceholder { background-color: #99FF66; padding: 3px; display:block; float: left; }

/* Edit table */
.pnl_edit_table_title { font-size: 15px; font-weight: normal; padding: 3px 3px 5px; text-align: center; background-color: #ACACAC; color: White; border-top-style: Solid; border-right-style: Solid; border-left-style: Solid; border-top-width: 1px; border-right-width: 1px; border-left-width: 1px; border-top-color: #9F9F9F; border-right-color: #9F9F9F; border-left-color: #9F9F9F; }
.pnl_edit_table_container { left: auto; right: auto; border: 1px solid #9F9F9F; }
.edit_table { border-style: none; border-width: 0px; border-collapse: collapse; width: 100%; background-color: White; }
.edit_table_header_row { padding: 4px 6px 5px 6px; border: 1px solid #9F9F9F; background-color: #DCDCDC; color: #000000; border-collapse:collapse; }
.edit_table_row { padding: 3px 6px 4px 6px; border: 1px solid #cfcfcf; background-color: transparent; color: #000000; border-collapse:collapse; }
.edit_table_image { max-width: 900px; max-height: 300px; }
.edit_table_command_image { padding-left: 2px; padding-right: 2px; }
.edit_table_image_button { border: 1px solid #7f7f7f; padding: 2px 2px 1px 2px; cursor: pointer; background-color: #E0DFDF; }

.pnl_errordata_container { padding: 6px 10px 6px 10px; background-color: #FFC8C8; color: #ff0000; border-top-style: solid; border-top-width: 1px; border-top-color: #d3d3d3; right: 0px; left: 0px; margin-top: 15px; }
