﻿html, body {
	margin: 0 0 1px 0;
	height: 100%;
	padding: 0;
	border: none 0;
	font-size: 100%;
	background: transparent;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:link {
    text-decoration: none;
}
/*
This file is for the Master.Master
It has the styling for the entire page except the part in the black body
Each page has a seperate stylesheet named after the page for the mainBody portion
*/
#content {
    margin: 0 auto;
    width: 990px;
    min-height: 785px;
    color: #FFFFFF;
    background-image: url(http://cloud.visiblereality.com/visiblereality/images/background.png);
    background-repeat: no-repeat;
}
#innerContent {
    width: 975px;
    margin-left: 3px;
}
#header {
    height: 325px;
    width: 990px;
    color: #000000;
}
#header img {
    padding-top: 30px;
}
.menu {
    background-image: url(http://cloud.visiblereality.com/visiblereality/images/menuBackground.png);
    background-repeat: repeat-x;
    height: 30px;
    width: auto;
    margin-left: 2px;
}
.menu a {
    display: block;
    text-decoration: none;
    font: 24px 'Arno Pro' , 'Times New Roman';
    color: black;
    width: 172px;
    height: 26px;
    float: left;
    display: inline;
    background-image: url(http://cloud.visiblereality.com/visiblereality/images/buttonbackground.png);
    background-repeat: no-repeat;
    padding-top: 4px;
    text-align: center;
}
.menu a:hover {
    color: White;
}
.menu img {
    height: 30px;
    float: right;
}
#mainBody {
    background-color: Black;
    width: auto;
    height: 355px;
}
#login {
    float: right;
    margin: 80px 90px 0 0;
    font-family: Arno Pro;
    font-size: 12pt;
    font-weight: bold;
}
#login a {
    text-decoration: none;
    color: Black;
}
#homelink {
    border: none;
    float: left;
    margin-bottom: -20px;
    margin-left: 215px;
}
fieldset, legend {
    color: #FFFFFF;
}
#IECheck
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fffc00;
    color: #000;
    text-align: center;
    display: none;
}
#IECheck a
{
    text-decoration: none;
    color: #006ce5;
}