﻿body {
    margin: 0;
    padding: 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
*/
#scrollForce {
    position: absolute;
    height: 100%;
    padding-bottom: 1px;
    width: 1px;
    top: 0;
    left: 0;
}
#content {
    margin: 0 auto;
    width: 990px;
    min-height: 785px;
    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;
}
#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;
}
#lowerBody {
    background-image: url(http://cloud.visiblereality.com/visiblereality/images/middlebody.png);
    background-repeat: repeat-y;
    width: 990px;
}
#mainBody {
    background-color: Black;
    border-right: solid 1px #231F20;
    width: 973px;
    min-height: 355px;
    margin-left: 4px;
    color: White;
}
#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;
}
#rightMenu {
    float: right;
    width: 202px;
    height: 100%;
    color: White;
    font-size: 10pt;
    padding: 10px 10px 0 0;
}
#innerRightMenuTop
{
	height: 14px;
	background: url(http://cloud.visiblereality.com/visiblereality/images/rightMenu/rightMenuTop.gif) no-repeat;
}
#innerRightMenu {
    background: url(http://cloud.visiblereality.com/visiblereality/images/rightMenu/rightMenuMiddle.gif) repeat-y;
    width: auto;
    font-size: 10pt;
    font-family: Arial;
}
#innerRightMenuBottom
{
	height: 14px;
	background: url(http://cloud.visiblereality.com/visiblereality/images/rightMenu/rightMenuBottom.gif) no-repeat;
}
#innerRightMenu ul {
    margin: 0;
    padding: 2px;
    height: 0px;
}
#innerRightMenu ul li {
    text-decoration: none;
    list-style: none;
    margin: 2px 0 0 10px;
    padding: 3px;
}
#innerRightMenu ul li.first {
    margin-top: 5px;
}
#topText {
    font-weight: bold;
}
#topText h3 {
    margin: 0;
    font-size: 10pt;
}
#cleardiv
{
	clear: both;
}
#innerRightMenu ul li a
{
	color: #FFFFFF;
	text-decoration: none;
}
#innerRightMenu ul li a:hover
{
	color: #b50000;
}
#caseBody img
{
	width: 690px;
	padding-left: 15px;
}
#homelink
{
	border: none;
	float: left;
	margin-bottom: -20px;
	margin-left: 215px;
}
#caseBody
{
    width: 720px;
}
#IECheck
{
    width: 100%;
    background: #fffc00;
    color: #000;
    text-align: center;
    display: none;
}
#IECheck a
{
    text-decoration: none;
    color: #006ce5;
}