﻿html
{
	height: 100%;
}

body 
{
	font-family: Arial, Sans-Serif, Century Gothic, Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #010611;
	color: White;
    margin: 0px;
	text-align: left;
	height: 100%;
}

form
{
	height: 100%;
}

div.FullHeight
{
	height: 100%;
}

div.EmptyContent
{
	min-height: 650px;
}

div.Master1
{
	width: 100%;
	background-color: #07111d;
}

div.Master2
{
	width: 880px;
	margin: 0 auto;
	
	background-image: url('Images/PageMiddle.png');
	background-position: top;
	background-repeat: repeat-y;
}

div.Master3
{
	width: 880px;
	background-image: url('Images/PageTop.png');
	background-position: top;
	background-repeat: no-repeat;
}

div.Master4
{
	width: 880px;
	min-height: 800px;
	background-image: url('Images/PageBottom.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

div#Header
{
	height: 90px;
	margin-bottom: 30px;
}

div#Header div.Menu
{
	float: right;
}

div.ToolBar
{
	position: relative;
	top: -48px;
	float: right;
}

div.WhiteBar
{
	position: relative;
	top: -128px;
}

div#Footer
{
	width: 880px;
	height: 80px;
	margin: 0 auto;

	background-image: url('Images/Footer.png');
	background-position: top;
	background-repeat: no-repeat;
}

div#Content
{
	width: 830px;
	margin: 0px 25px;
	display: table;
}

div.SimpleContent
{
	margin: 15px;
}

div.Spacer
{
	height: 10px;
	width: 10px;
}

div.CommandBar
{
	margin: 15px;
	height: 30px;
}


div.WideBoxTop
{
	background-image: url('Images/WideBox.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 18px;
}

div.WideBoxMiddle
{
	background-color: #010611;
	padding: 0px 15px;
}

div.WideBoxBottom
{
	background-image: url('Images/WideBox.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 17px;
}

div.Box
{
	background-image: url('Images/Box.png');
	background-repeat: no-repeat;
	height: 24px;
	width: 700px;
	padding: 9px 15px 0px 15px;
}

div.BoxTop
{
	background-image: url('Images/Box.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 14px;
	width: 730px;
}

div.BoxMiddle
{
	background-color: #010611;
	padding: 0px 15px;
	width: 700px;
}

div.BoxBottom
{
	background-image: url('Images/Box.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 16px;
	width: 730px;
}

div.ArrowUp
{
	background-image: url('Images/Up.png');
	background-repeat: no-repeat;
	position: relative;
	left: 700px;
	top: 9px;
	width: 16px;
	height: 16px;
	background-color: #010611;
}

div.ArrowDown
{
	background-image: url('Images/Down.png');
	background-position: top right;
	background-repeat: no-repeat;
}

div.Meteo
{
	width: 450px;
	height: 200px;
	background: url(Images/Meteo/Background.png);
}

table
{
	border-collapse: collapse;
}

table tr td
{
	padding: 0px;
}

.Wide
{
	width: 100%;
}

.Left
{
	float: left;
}

.Right
{
	float: right;
}

.Clear
{
	clear: both;
}

input.Amount
{
	width: 30px;
	text-align: right;
}

a
{
	color: White;
	text-decoration: underline;
}

a:hover
{
	color: #ff0066;
}

.Emphasy
{
	color: #ff0e52;
}

.Note
{
	font-size: 10px;
}

.Big
{
	font-size: 20px;
}

.Thin
{
	font-weight: normal;
}
