﻿
.mainContent
{
    position: absolute;
    left: 220px;
    top: 90px;
    z-index: 1;
	background-color: #F7F3E7;
    padding: 6px 6px 6px 6px;
    border: solid 1px #CECBCE;
    width: 695px;
}

.mainContent div
{
    border: none;    
}

#simImage
{
	float: left;
	display: block;
    margin: 0;
    padding: 0;
	width: 489px;
	height: 450px;
	/*height: 318px;*/
	text-align: center;
}

#simWaiting
{
    float: left;
    display: none;
    margin: 0;
    padding: 0;
	width: 489px;
	height: 318px;
	text-align: center;
	background-color: White;
}

#simWaiting img
{
    padding-top: 150px;
}

#zoomImage
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: Transparent url("images/transparent.25.png");
	cursor: hand;
	text-align: center;
}

#zoomedImage, .zoomed
{
	width: 90%;
	height: 90%;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	margin: 2%;
	text-align: right;
	padding: 60px;
	color: White;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}

#simInfo
{
    clear: left;
    text-align: left;
    padding: 8px 8px 8px 8px;
    min-height: 15px;
    display: block;
    border: none;
}

.simHeader
{

    text-align: left;
    margin: 8px;
}

.simHeader h1
{
    font-size: 18px;
}

.simHeader p
{
    float:left;
    font-size: 1.3em;
    margin-right: 50px;
    margin-bottom: 10px;
}

#simYarns
{
    background-color: White;
    float: left;
    width: 200px;
    /*height: 318px;*/
    height: 450px;
    overflow: auto;
    margin-left: 5px;
}

