﻿body {
}

.LabHome
{
    color:Gray;
    font-size:medium;
    font-weight:bold;
    min-width:300px;
    display:inline-block;
    font-family:@Meiryo;
    padding: 1px 3px 1px 3px;
}

.titleSection
{
	text-transform:uppercase;
	position:fixed;
	left:-280px;
	top:220px;
	margin: 10px 10px 10px 10px; 
	width: 600px; 
	float: left;
	text-align:center;
	background-color:gray;
	color:White;
	/* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.titleSection h2
{
    color:white;
    font-size:xx-large;
    padding-top:10px;
}

.logon 
{
    float:left;
    position:fixed;
    left: 0px;
    top: 0px;
}

.mainSection 
{
    float:left;
    left:100px;
    position:relative;
    max-width:70%;
}

.mainSection h2
{
    color:Silver;
    font-family:@Meiryo;
}

.mainSection p
{
    color:Gray;
    font-size:large;
    font-weight:bold;
    font-family:@Meiryo;
    padding: 1px 3px 1px 3px;
}


.element1
{
}

.element2
{
    background:url('images/gray.PNG') repeat;
    float:left;
    position:inherit;
    width:100%;
    padding:1px 3px 1px 3px;
}

.element3
{
    background-color:Maroon;
    float:left;
    position:inherit;
    width:100%;
    padding:1px 3px 1px 3px;
}

.element3 p
{
    color:White;
}

.element3 a
{
    color:White;
}

.element3 h2
{
    color:White;
}

.element3 .LabHome
{
    color:White;
}


.inlinepic
{
    padding-right:4px;
    
}


.element2 h2
{
    color:black;
    font-family:@Meiryo;
}

.element2 p
{
    color:black;
    vertical-align:top;
}


.rightBar
{
    float:right;
    max-width:20%;
    padding-left:10px;
    color:Maroon;
    position:fixed;
    right:1px;
    top:10px;
}

.rightBar2
{
    float:right;
    max-width:20%;
    padding-left:10px;
    color:Blue;
    position:fixed;
    right:1px;
    top:60px;
}

.newAccount
{
    display:inline-block;
    width:100%;
    text-align:center;
    background-color:Maroon;
    color:White;
    font-size:large;
    font-family:@Meiryo;
    text-decoration:none;
}

.newAccount2
{
    display:inline-block;
    width:100%;
    text-align:center;
    background-color:blue;
    color:White;
    font-size:large;
    font-family:@Meiryo;
    text-decoration:none;
}