/* Haru-Net Operation Phoenix
      Project Stylesheet */

body
{
    color: #ffffff;
    background-color: #000000;
    font-family: Verdana, Helvitica, Sans-Serif;
    font-size: 10pt;
}


/* Special Classes :: For use in tables */
table.blueBox 
{
    background-color: #000000;
    border-top: solid 1px #0000ff;
    border-left: solid 1px #0000ff;
    border-bottom: solid 1px #0000ff;
    border-right: solid 1px #0000ff;
}

table.blueBox TH
{
    color: #ffffff;
    font-weight: bold;
    background-color: #000cae;
    border-bottom: none;
    padding: 5px 5px 5px 5px;
}

table.blueBox TD
{
    padding: 5px 5px 5px 5px;
}

table.blueBox INPUT 
{
    color: #ffffff;
	background-color: #000066;
	border: solid 1px #0000FF;
}
