﻿.GridView
{
	clear: both;
	width: 98%;
	margin: 5px auto;
	border: solid 1px #333;
	color: #333;
	font-size: 8pt;
	background-color: White;
}
.GridView a
{
	color: #333;
	text-decoration: none;
}
.GridView a:hover
{
	color: #000;
	text-decoration: underline;
}
.GridView .HeaderRow
{
	background-color: #eee;
	color: #333;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
	height: 20px;
}
.GridView .HeaderRow th
{
	font-size: 8pt;
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	padding: 2px;
}
.GridView .HeaderRow a:hover
{
	font-size: 8pt;
	color: #eee;
}
.GridView .HeaderRow a
{
	font-size: 8pt;
	color: #fff;
}
.GridView .FooterRow
{
	background-color: #eee;
	border: none;
	border-bottom: Solid 1px #333;
	border-left: solid 1px #333;
}
.GridView .FooterRow .CommandButton
{
	font-size: 8pt;
	color: #333;
	font-size: 10px;
}
.GridView .Row
{
	border-bottom: solid 1px #333;
	background-color: White;
}
.GridView .AltRow
{
	border-bottom: solid 1px #333;
	background-color: #eee;
}
.GridView .Row td
{
	border-left: solid 1px #333 !important;
	font-size: 8pt;
	padding: 2px;
	border-bottom: solid 1px #333;
}
.GridView .AltRow td
{
	border-left: solid 1px #333;
	font-size: 8pt;
	padding: 2px;
	border-bottom: solid 1px #333;
}
.GridView .Row td img
{
	width: 90px !important;
	margin: 0px auto;
	display: block;
}
.GridView .AltRow td img
{
	width: 90px !important;
	margin: 0px auto;
	display: block;
}
.GridView .EmptyRow td
{
	border: solid 1px #333;
	text-align: center;
}

.Form
{
	color: #333;
	padding: 5px 0px;
}
.Form .ContentEditor
{
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
.Form .ContentMenuTitle
{
	float: right;
	width: 180px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 10pt;
}
.Form .FormHeader
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-height: 28px;
}
.Form .FormHeader .HeaderTitle
{
	color: #333;
	font-weight: bold;
	font-size: 10pt;
	float: right;
	margin: 0px 35px 0px 0px;
}
.Form .CloseButton
{
	display: block;
	float: right;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	margin-top: 6px;
	background-image: url(images/closebutton.gif);
	background-repeat: no-repeat;
}
.Form .Entry
{
	clear: both;
	background-color: #fff;
	padding: 3px 3px;
	min-height: 26px;
}
.Form .FirstEntry
{
	margin-top: 5px;
}
.Form .Entry:after
{
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.Form .Entry .Label
{
	display: block;
	float: left;
	margin: 3px 5px;
	text-align: right;
	font-size: 12px;
}
.Form .Entry .LeadLabel
{
	width: 100px;
}
.Form .Entry .LongLeadLabel
{
	width: 120px;
}
.Form .Entry .InnerLabel
{
	width: 125px;
}
.Form .Entry .Control
{
	display: block;
	float: left;
	font-size: 12px;
}
.Form .Entry .MediumControl
{
	width: 140px;
}
.Form .Entry .DropDownList
{
	width: 145px;
}
.Form .Entry .ShortControl
{
	width: 58px;
}
.Form .Entry .EmailControl
{
	width: 252px;
}
.Form .Entry .ExtraLongControl
{
	width: 400px;
}
.Form .Entry .ExtraShortControl
{
	width: 25px;
}
.Form .Entry .MultiLineControl
{
	width: 400px;
}
.Form .Entry .TextAreaControl
{
	width: 400px;
	height: 120px;
}
.Form .Entry .RadioButtonControl
{
	width: 146px;
}
.Form .Entry .RadioButtonText
{
	font-size: 12px;
}
.Form .Entry .LargeRadioButtonControl
{
	width: 90px;
}
.Form .Instructions
{
	display: block;
	background-color: #ffc;
	margin-top: 3px;
	padding: 2px 10px;
	font-size: 8pt;
	color: #f00;
}
.Form .Buttons
{
	clear: both;
	display: block;
	text-align: right;
	margin-top: 0px;
	padding: 5px;
}
.CommandButton
{
	font-size: 8pt;
	color: #333;
	font-size: 10px;
}

.SearchButton
{
	float: right;
}
.SearchButton .CommandButton
{
	font-size: 8pt;
	color: #333;
	font-size: 10px;
}
.Form .PrintButton
{
	text-align: right;
	margin-bottom: 5px;
}
.Form .PrintButton .PrintCommand
{
	float: right;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
}
.PageSize
{
	float: left;
}
.Pager
{
	text-align: center;
	width: 350px;
	margin: 5px auto;
	font-size: 10px;
	color: #001868;
}
.Pager .CommandButton
{
	font-size: 8pt;
	color: #333;
	font-size: 10px;
}

.MetaTagPanel
{
	width: 580px;
	margin-left: 125px;
}

fieldset
{
	clear: both;
}
fieldset .Legend
{
	font-size: 9pt;
	color: #e1392b;
}

.AddButton
{
	float: right;
}
.DayHeaderTable
{
	clear: both;
	width: 760px; *width: 759px;
	height: 20px;
	position: relative;
	left: 4px; *left: 5px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
}
.DayHeaderTable .DayHeader
{
	float: left;
	padding-top: 3px;
	width: 151px; *width: 150px;
	height: 17px;
	border-left: solid 1px #000 !important;
	color: #e1392b !important; 
	font-size: 9pt !important;
	text-align: center;
	font-weight: bold;
}
.Calendar
{
	clear: both;
	width: 760px;
	margin-left: 5px;
	margin-top: 0px;
	border: solid 1px #000 !important;
}
.Calendar tbody tr td
{
	background-color: #fff !important;
}
.Calendar .Title
{
	font-weight: bold;
	background-color: #fff;
	font-size: 9pt;
}
.Calendar .Title td
{
	color: #e1392b !important;
	padding: 3px;
	width: 12% !important;
}
.Calendar .NextPrev a
{
	color: #e1392b !important;
}
.Calendar .DayHeader 
{
	border-top: solid 1px #000 !important;
	border-bottom: solid 1px #000 !important;
}

.Calendar th.DayHeader
{
	color: #e1392b !important; 
	font-size: 9pt !important;
	border-right: solid 1px #000 !important;
}
.Calendar .Day .DayTitle, .Calendar .SelectedDay .DayTitle, .Calendar .CurrentDay .DayTitle, .Calendar .WeekendDay .DayTitle, .Calendar .OtherMonthDay .DayTitle
{
	border-bottom: dashed 1px #c6c5c3; color: #f33; font-size: 7pt;
	width: 83%; text-align: center; white-space: nowrap;
	float: right; overflow: hidden; padding: 1px;
}
.Calendar .Day
{
	height: 90px;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #000 !important;
	border-right: solid 1px #000 !important;
}
.Calendar .SelectedDay, .Calendar .CurrentDay
{
	height: 90px;
	background-color: #ffc !important;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #000 !important;
	border-right: solid 1px #000 !important;
}
.Calendar .WeekendDay
{
	height: 90px;
	background-color: #eee !important;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #000 !important;
	border-right: solid 1px #000 !important;
}
.Calendar .OtherMonthDay
{
	height: 90px;
	background-color: #ddd !important;
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #000 !important;
	border-right: solid 1px #000 !important;
}
.Calendar .Day a, .Calendar .WeekendDay a, .Calendar .OtherMonthDay a, .Calendar .SelectedDay a, .Calendar .CurrentDay a
{
	margin-top: -2px;
	margin-left: -2px;
	display: block;
	float: left;
	width: 20px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	font-size: 12px;
	color: #001868 !important;
	background-color: Transparent;
	text-decoration: none;
	text-align: center;
}
.Calendar .Day a:hover, .Calendar .WeekendDay a:hover, .Calendar .OtherMonthDay a:hover
{
	margin-top: -2px;
	margin-left: -2px;
	display: block;
	float: left;
	width: 20px;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	font-size: 12px;
	color: #e1392b !important;
	background-color: #ffc;
	text-decoration: none;
	text-align: center;
}
.Calendar .Day .Item, .Calendar .WeekendDay .Item, .Calendar .OtherMonthDay .Item, .Calendar .SelectedDay .Item, .Calendar .CurrentDay .Item
{
	clear: both;
	padding: 2px 2px;
	display: block;
	text-align: left;
	font-size: 10px;
	color: #000;
}
.BoldText { font-size: 9px!important; font-weight: bold; }

.AZLinkList
{
	width: 560px;
	padding: 1px;
	margin: 0px auto;
}
.AZLinkList .ListItem
{
	float: left;
	list-style-type: none;
}
.AZLinkList .ListItem a
{
	text-decoration: none;
	padding: 3px 7px;
	font-weight: bold;
	color: #001868;
	font-size: 8pt;
}
.AZLinkList .ListItem a:hover
{
	padding: 3px 7px;
	font-weight: bold;
	color: #e1392b;
	font-size: 8pt;
}
.AZLinkList .ListItem a.Selected
{
	border: solid 1px #001868;
	background-color: #ffc;
	padding: 1px 6px 3px 6px;
	font-weight: bold;
	color: #e1392b;
	font-size: 9pt;
}
