onhtml, body
{
	font-family:  'Trebuchet Ms', Verdana, Arial;
	font-size: 12px;
	color: black;
	background-color: white;
}

img
{
	border: 0;
}

a.white {
	color: white;
	text-decoration: none;
}


/*link*/
a
{
	color: #939393;
	text-decoration: none;
}

a:hover
{
	color: #939393;
    text-decoration: underline;
}

ul 
{
	padding: 0px;
	margin: 0px;
	padding-left: 15px;	
}

#container
{
    margin:auto;
    width: 800px;
}

#mainContainer
{
    float: left;
    width: 800px;
}

#header
{
    width: 800px;
    display: block;
    float: left;
}

.off
{
    display: none;
}

.system
{
    float: left;
    background: white;
    border: 1px solid black;
}

.system th
{
    text-align: left;
}

.system td
{
    vertical-align: top;
    border-top: 1px solid black;
}

.button
{
    width: 200px;
    float: right;
}

.fout
{
    float: left;
    color: red;
    font-weight: bold;
}

.helpdesk
{
    position:relative;
    width: 800px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    float: left;
    margin-top: -10px;
}

.button a,.buttonSmall a, .fout a
{
    float: right;
}

.fout a
{
    float: left;
}

.button, .buttonSmall
{
    display:block;
}

.buttonSmall a
{
    color: black;    
}

.fout
{
    margin: 10px;
}

.sollution
{
    color: red;
    font-weight: bold;
}

.poweredBy
{
    float: right;
    width: 800px;
    border-top: 1px solid #999999;
    margin-top: 20px;
    padding-top: 15px;
    text-align: right; 
    
}


