﻿body { background-color: #fff;  }

/* Outer Cell */
.f_page {width: 1020px; margin: auto; text-align: left; }
/* Outer Cell */

/* Table Style */
.p_table { display: table; width:100%; height: 100%; border-collapse: collapse; }
.p_row { display: table-row; height: 100%;}
.p_cell { display: table-cell; vertical-align:top; height: 100%; }
/* Table Style */

/* Full Cell */
.f_header_o {  }
.f_header_o .f_header_i { }
/* Full Cell */

/* Nav Cell*/
.f_navigation_o {  }
.f_navigation_o .f_navigation_i { }
/* Nav Cell */

/* Panel Cell*/
.f_panel_o { margin-top: 3px; }
.f_panel_o .f_panel_i { }
/* Panel Cell */

/* Content Cell */
.f_main_cell_o { clear: both; margin-top: 10px; display: inline-block; width: 100%; }

.f_main_cell_o .f_main_cell_left {float: left; width: 33%; margin-bottom: 20px; }
.f_main_cell_o .f_main_cell_left .f_main_cell_left_i { padding-right: 5px;}

.f_main_cell_o .f_main_cell_center {float: left; width: 33%; margin-bottom: 20px; margin-left: 4px; }
.f_main_cell_o .f_main_cell_center .f_main_cell_center_i { padding: 0 3px 0 3px;}

.f_main_cell_o .f_main_cell_right {float: right; width: 33%; margin-bottom: 20px; }
.f_main_cell_o .f_main_cell_right .f_main_cell_right_i { padding-left: 5px; }

.f_main_cell_o .f_content_cell_left {float: left; width: 23%; margin-bottom: 20px; margin-top: 10px; }
.f_main_cell_o .f_content_cell_left .f_content_cell_left_i { }

.f_main_cell_o .f_content_cell_right { float: right; width: 76%; margin-bottom: 20px; margin-top: 10px; }
.f_main_cell_o .f_content_cell_right_i { padding-left: 10px; padding-right: 15px; }
/* Content Cell */

/* Footer Cell */
.f_footer_o { clear: both; }
.f_footer_o .f_footer_i { }
/* Footer Cell */
