﻿body
{
    font-family: Tahoma;
    font-size: 0.71em;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.content_holder
{
    background-color: #E9EFF9;
}
.content
{
}

.header
{
    background-color: #506070;
    color: White;
}

.footer
{
    background-color: #506070;
    color: White;
}

hr
{
    border-top-color: #D5E2F2;
    border-bottom-color: #D5E2F2;
}

table.vac td
{
    vertical-align: middle;
}

.border2
{
    border: 2px solid #D5E2F2;
    padding: 2px;
}

.inputarea
{
    background-color: #E9EFF9;
    padding: 5px;
}

.textdiv
{
    padding: 1em;    
    background-image: url( '../../images/butterfly2.jpg' );
    background-position:right bottom;
    background-repeat: no-repeat;
}

.textdivpad
{    
    padding-bottom: 15em;
}

h2
{
    color: #506070;
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.6em;
    margin-top: 2px;
}

a
{
    text-decoration: none;
    color: #596F8E;
}

a:hover
{
    text-decoration: underline;
}

.header a 
{
    color: #E9EFF9;
}

h2.chip
{
    text-indent: 2em;
    background-image: url(  '../../images/kcmprocessor.png' );
}
h2.clock
{
    text-indent: 2em;
    background-image: url(  '../../images/clock.png' );
}
h2.info
{
    text-indent: 2em;
    background-image: url(  '../../images/info.png' );
}
h2.enter
{
    text-indent: 2em;
    background-image: url(  '../../images/system-log-out.png' );
}

h2.other
{
	text-indent: 2em;
    background-image: url(  '../../images/help.png' );	
}

h2.contact
{
	text-indent: 2em;
    background-image: url(  '../../images/mail.png' );	
}