﻿body
{
	font-family: Arial, Sans-Serif;
}

h3
{
	margin: 0px;
}

div.ui-datepicker
{
	font-size: 12px;
}

.MainFrame
{
	padding-top: 60px;
	background-image: url('Logo.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.MainHeaderFrame
{
}

.MainBodyFrame
{
}

.MainFooterFrame
{
	font-size: small;
	padding-top: 20px;
}

.WorkDialogFrame
{
	padding-top: 10px;
}

.WorkDialogBusyFrame
{
	float: left;
	margin-right: 15px;
}

.InfoFrame
{
	position: absolute;
	width: auto;
	height: auto;
	left: auto;
	top: 5px;
	right: 5px;
	bottom: auto;
}

.CurrentUserFrame
{
	padding: 2px 10px 2px 10px;
	border: solid 1px #AAAAAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFFFFF;
}

.RegionStatisticsFrame
{
	margin-top: 5px;
	padding: 2px 10px 2px 10px;
	border: solid 1px #AAAAAA;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFFFFF;
}

.CurrentUserLabel
{
	color: #000000;
	font-size: 12px;
}

.CurrentUserName
{
	color: #0000FF;
	font-size: 16px;
	font-weight: bold;
}

.RegionStatisticsHeaderLabel
{
	color: #888888;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}

.RegionStatisticsCountHeaderLabel
{
	color: #888888;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	text-decoration: underline;
}

.RegionStatisticsNameLabel
{
	color: #000000;
	font-size: 12px;
	text-align: left;
}

.RegionStatisticsCountLabel
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.RegionStatisticsDeliveredCountLabel
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}

.Frame
{
	padding: 15px;
	margin-top: 10px;
	border: solid 1px #AAAAAA;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.RowFrame
{
	padding-top: 10px;
}

ul.List
{
	margin: 0px;
	padding: 0px;
}

ul.List > li
{
	display: block;
	list-style: none;
	padding: 15px;
	margin-top: 10px;
	border: solid 1px #AAAAAA;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

ul.SimpleList
{
	margin: 0px;
	padding: 0px;
}

ul.SimpleList > li
{
	display: block;
	list-style: none;
}

.Alert
{
	color: #FF0000;
	font-weight: bold;
}

.Label
{
	font-weight: bold;
}
