﻿/*** Inspector Out CSS - Generic ***/

body {
    min-width: 800px;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	color: #000000;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}

.Validator
{
    width: 16px;
    height: 16px;
    margin-top: -27px;
    margin-left: 374px;
    background-image: url(../../Images/Out/Error.png);
    position: absolute;
}

#Main {
	min-width: 800px;
}

/*** Inspector Out CSS - Menu ***/

.Menu {
	background-image: url(../../Images/Out/Menu/Background.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
	_height: 1%;
}

.Menu ul {
	padding: 0px;
	margin: 3em 0px 0px 0px;
	list-style: none;
}

.Menu li {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
	background-image: url('../../Images/Out/Menu/ABackground.gif');
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 25px;
	padding-top: 0.3em;
	height: 2.2em; 
	vertical-align: bottom;
}

.Menu li.Active {
	background-image: url('../../Images/Out/Menu/ABackgroundActive.gif');
	width: 33%;
	padding-top: 0.3em;
	white-space: normal;
}

.Menu li.Active a {
	font-size: 1.2em;
	text-decoration: none;
	cursor: default;
}

.Menu a {
	color: #727272;
}

/*** Inspector Out CSS - Login ***/

.Login {
	position: relative;
	margin: 80px auto 0px auto;
	padding: 0px 0px 0px 270px;
	width: 417px;
	height: 400px;
	background-image: url(../../Images/Out/Login/Background.png);
	background-repeat: no-repeat;
	background-position: left 25px;
	text-align: left;
}

.Login h1 {
	display: none;
}

.Login h2 {
    color: #727272;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0 0 35px -20px;
    padding: 0;
    text-align: center;
    width: 410px;
}

.Login input {
	display: block;
}

.Login input.Text {
	font-size: 1.7em;
	width: 365px;
	margin-top: 5px;
}

.Login input.Submit {
	font-size: 1.2em;
	margin-left: 140px;
}

.Login Address {
    margin-left: -20px;
    margin-top: 20px;
    width: 411px;
}

/*** Inspector Out CSS - Address ***/

address {
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
}

address strong {
	color: #727272;
}

address a {
	color: #000000;
}

/*** Inspector Out CSS - Pages ***/

.PageActive {
    display: block;
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0px;
}

.PageInactive {
    display: none;
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0px;
    visibility: hidden;
}

/*** Inspector Out CSS - Test ***/

.Container {
	margin-left: -300px;
	float: right;
	width: 100%;
}

.Right {
	margin-left: 300px;
}

.Right .Content {
	padding: 50px 10px 20px 20px;
}

.Right .Content, .Left .Content {
	padding: 50px 20px 20px 10px;
}

.Right .Content {
	font-size: 0.8em;
	text-align: justify;
}

.Right .Content h2 {
	font-size: 2em;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: normal;
	color: #727272;
}

.Registration {
	font-size: 1.3em;
}

.Registration input {
	display: block;
}

.Registration input.Text {
	font-size: 1.7em;
	width: 365px;
	margin-top: 5px;
}

.Registration input.Submit {
	font-size: 1.2em;
	margin-top: 20px;
}