﻿/*--Main Section*/
html
{
    overflow: no-display;
    width: 100%; height: 100%; background-color: green;
}
body, form
{   
    height: 100%;
    margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; 
}
div.main
{
    width: 100%; height: 100%;  
    font-family: Verdana, Arial, Sans-Serif;
}
/*--Body Section*/
div.page1
{
    background-color: yellow; height: 100%;
}
div.page2 
{
    background-color: lightseagreen; height: 100%;
}
/*div.body_box 
{
    position: absolute;
    top: 0px; left: 0px; right: 0px; bottom: 0px;
}
table
{
    width: 100%; height: 100%; border-spacing: 0px 0px; 
}*/
/*--Item Box*/
/*table tr td.item_box
{
    vertical-align: middle; color: #FFD700;
    background-color: #4B4B4B; border:solid 5px #4B4B4B;
    height: 50%; width: 283px; padding: 10px 10px 10px 10px; 
}
table tr td.item_box:hover
{
    color: #FFd700; background-color: #2D2D2D;
    border: solid 5px #2D2D2D; cursor: pointer;
}
div.box_ico
{
    text-align: center; 
}
div.box_lbl
{
    margin: 50px 0px 20px 0px;
    font-size: 11pt; font-weight: bold; text-transform: uppercase;
}
div.box_txt
{
    font-size: 11pt; 
}*/
/*--Item Box Txt*/
/*table tr td.item_box_txt
{
    vertical-align: top; color: #FFD700;
    background-color: #4B4B4B; border: solid 5px #4B4B4B;
    height: 50%; padding: 10px 10px 0px 10px; 
}
table tr td.item_box_txt div
{
    margin-top: 0px; text-align: left; padding-top: 5px;
}*/



