﻿*
    {
        font-family: Helvetica, Arial, Sans-Serif;
        font-size: 10pt;
    }

body
    {
        background-color: #cccccc;
		height: 100%;
        background: #c8c8c8 url(../iui/pinstripes.png);
    }
	
h1
	{
		font-size: 12pt;
		font-weight: bold;
		margin-bottom: 0;
		margin-top: 0;
	}
h2
	{
		font-size: 10pt;
		font-style: italic;
		font-weight: normal;
		margin-bottom: 5px;
		margin-top: 0;
	}
table
	{
		background-color: #eeeeee;
		border-color: #999999;
		border-top: 1px solid;
		border-left: 1px solid;
		border-right: 1px solid;
	}
table td
	{
		border-color: #999999;
		border-bottom: 1px solid;
	}

input.login
    {
        width: 100%;
        height: 30px;
    }
    
input.chartbuttonclass
    {
        width: 50%;
        height: 40px;
        border: solid 1px #000000;
        background-color: #dddddd;
    }

input.normal, button.normal
    {

    }