﻿body
{
	margin: 20px 0px 20px 0px;
	padding: 0px;
	background: #EAEAEA;
	font-family: Arial;
	font-size: 14px;
}

img
{
	border: 0px;
}

a
{
	color: #0000FF;
	text-decoration: none;
}

a:hover
{
	color: #3333FF;
	text-decoration: underline;
}

.ajax__calendar_title
{
	width: 150px;
	margin: auto;
	padding: 3px;
}

.ajax__calendar_container
{
	z-index: 1000;
}

.Center
{
	margin-left: auto;
	margin-right: auto;
}

.Frame
{
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 10px;
	border: solid 1px #DEDEDE;
}

.MainFrame
{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 10px;
	border: solid 1px #AAAAAA;
	background: #FFFFFF;
	background-image: url('../Images/Logo.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.MainHeaderFrame
{
	position: relative;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.MainHeaderUserNameFrame
{
	position: absolute;
	width: auto;
	height: auto;
	left: auto;
	top: 0px;
	right: 0px;
	bottom: auto;
	text-align: left;
	padding: 2px 5px 5px 33px;
	border: solid 1px #DEDEDE;
	background: #FFFFFF;
	background-image: url('../Images/LoggedInUser.png');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.MainMenuFrame
{
	text-align: center;
}

.MainTitleFrame
{
	text-align: center;
	margin-top: 20px;
}

.MainBodyFrame
{
	margin-top: 20px;
}

.MainFooterFrame
{
	text-align: center;
	margin: 50px 0px 0px 0px;
}

.DateFrame
{
	position: relative;
}

.ListTopFrame
{
	width: 600px;
	margin-top: 50px;
}

.ListFrame
{
	width: 600px;
	margin-top: 20px;
}

.PageNotImplementedFrame
{
	width: 400px;
	margin: 50px auto 0px auto;
	padding: 10px 10px 10px 40px;
	border: solid 1px #FFAAAA;
	color: #FF0000;
	font-weight: bold;
	background: #FFE8E8;
	background-image: url('../Images/Warning.png');
	background-repeat: no-repeat;
	background-position: 2px 4px;
}

.ListTable
{
}

.ListRow
{
	background: #F5F5F5;
	border: solid 1px #F5F5F5;
	cursor: pointer;
}

.ListRow:hover
{
	background: #ECECEC;
	border: solid 1px #D5D5D5;
}

.ListHeaderRow
{
}

.ListSeparatorRow
{
	height: 3px;
}

.ListCell
{
	text-align: left;
	vertical-align: top;
}

.ListHeaderCell
{
	text-align: left;
	vertical-align: top;
}

.Large
{
	font-size: 18px;
}

.Big
{
	font-size: 16px;
}

.Normal
{
	font-size: 14px;
}

.Small
{
	font-size: 12px;
}

.Tiny
{
	color: #000000;
	font-size: 10px;
}

.Attention
{
	color: #FF0000;
}

.Label
{
	font-weight: bold;
}

.RequiredLabel
{
	color: #FF0000;
	font-weight: bold;
}

.TitleLabel
{
	color: #000000;
	font-size: 32px;
	font-weight: bold;
}

.SubTitleLabel
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.LoggedInUserNameLabel
{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.LoggedInUserNameLink
{
	font-size: 14px;
	font-weight: bold;
}

.MenuLabel
{
	color: #000000;
	font-size: 14px;
}

.MenuLabelDisabled
{
	color: #909090;
	font-size: 14px;
}

.MenuLink
{
	color: #0000FF;
	font-size: 14px;
}

.MenuLink:visited
{
	color: #0000FF;
	font-size: 14px;
}

.MenuLink:hover
{
	color: #6666FF;
	font-size: 14px;
}

.PageTitleLabel
{
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}

.ListLabel
{
	color: #000000;
	font-size: 12px;
}

.ListHeaderLabel
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.ListEmptyLabel
{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}

.CopyrightLabel
{
	color: #000000;
	font-size: 12px;
}

.CopyrightLink
{
	font-size: 12px;
}
