/******************************************************************/
/**                                                              
/** app: column: min
/**                                                              
/******************************************************************/

.app-column-min { width: 1px; }

/******************************************************************/
/**                                                              
/** app: margin: header
/**                                                              
/******************************************************************/

div.app-margin-header	{ height: 75px; }

/******************************************************************/
/**                                                              
/** app: fieldset                                                   
/**                                                              
/******************************************************************/

div.app-fieldset-bottom { margin-bottom: 5px; }
div.app-fieldset-top    { margin-top: 5px; }

/******************************************************************/
/**                                                              
/** app: home                                                         
/**                                                              
/******************************************************************/

img.app-home	{ margin-left: 10px; margin-top: 10px; position: fixed; z-index: 10001; }

/******************************************************************/
/**                                                              
/** app: panel                                                         
/**                                                              
/******************************************************************/

div.app-panel-bottom  { margin-bottom: 5px; }
div.app-panel-top     { margin-top: 5px; }

table.app-panel>tbody>tr                       { border: 0px; }
table.app-panel>tbody>tr>td                    { background: #ffffff; border: 0px; padding: 0px; vertical-align: top; }

div.app-panel-background div.ui-widget-content { background: none; background-color: #f0f0f0; }

/******************************************************************/
/**                                                              
/** app: structure                                                         
/**                                                              
/******************************************************************/

table.app-structure				{ width: 1250px; }
table.app-structure>tbody>tr	{ border: 0px; }
table.app-structure>tbody>tr>td	{ border: 0px; padding: 3px; vertical-align: top; }

/******************************************************************/
/**                                                              
/** app: structure: inner                                                         
/**                                                              
/******************************************************************/

table.app-structure-inner>tbody>tr	  { border: 0px; }
table.app-structure-inner>tbody>tr>td { border: 0px; padding: 0px; vertical-align: top; }

/******************************************************************/
/**                                                              
/** app: structure: dialog
/**                                                              
/******************************************************************/

table.app-structure-dialog				{ width: 100%; }
table.app-structure-dialog>tbody>tr		{ border: 0px; }
table.app-structure-dialog>tbody>tr>td	{ border: 0px; padding: 3px; vertical-align: top; }

/******************************************************************/
/**                                                              
/** app: table                                                   
/**                                                              
/******************************************************************/

div.app-table-bottom { margin-bottom: 5px; }
div.app-table-top    { margin-top: 5px; }

/******************************************************************/
/**                                                              
/** app: tabs                                                   
/**                                                              
/******************************************************************/

div.app-tabs-bottom { margin-bottom: 5px; }
div.app-tabs-top    { margin-top: 5px; }

/******************************************************************/
/**                                                              
/** app: toolbar                                                         
/**                                                              
/******************************************************************/

div.app-toolbar                       { margin-top: 10px; float: left; }
div.app-toolbar table.swaf-toolbar tr { background: none; border: 0px; }

div.swaf-dialog table.swaf-toolbar tr { background: none; border: 0px; }

/******************************************************************/
/**                                                              
/** swaf: header
/**                                                              
/******************************************************************/

div.swaf-header span.swaf-version	{ margin-left: 10px; }
