﻿/* Form Styles */
.Form { width: 95%; margin: 15px auto; border: solid 1px #CCC; color: #000; background-color: #F5F5F5; }
.Form .Instructions { margin: 5px; padding: 10px; background-color: #FFF; color: #666; border: inset 1px #CCC; }
.Form .Title { background-image: url(images/D98211.gif); display: block; }
.Form .Title, .Form .Title td { font-size: 12pt; font-weight: bold; color: #FFF; padding: 3px; margin-bottom: 5px; }
.Form .Entry { clear: both; }
.Form .HeaderLabel { display: block; float: left; text-align: center; padding: 0px 4px; }
.Form .Label { color: #693; display: block;  margin-right: 3px; }
.Form .Control { margin:2px; display: block;  }
.Form .Buttons { clear: both; text-align: right; background-image: url(images/D98211.gif); padding: 5px; margin-top: 30px; }
.Form .Buttons Input { float:right; }
.Form .Buttons a {float: left; color:White; font-weight:bold; }.Form .Instructions { text-align: left; padding-top: 5px; padding-left: 10px; padding-bottom: 5px; padding-right: 5px; }
.FullWidthControl { width: 100%; }
.ExtraLongControl { width: 350px;}
.LongControl { width: 250px; }
.MediumControl { width: 175px; }
.ShortControl { width: 90px; }
.ExtraShortControl { width: 75px; }
.SmallForm { width: 210px; }

.CalendarItemForm .Entry .Group { float: left; margin-right: 10px;}

.DataGrid { width: 100%; border: solid 1px #CCC; }
.DataGrid td { padding: 3px; }
.DataGrid .HeaderRow { background-image: url(images/D98211.gif); }
.DataGrid .HeaderRow th { color: #FFF; font-size:10pt; text-align: left; padding: 3px;}
.DataGrid .GridAltItem { background-color: #EEE; }
.DataGrid a { color: #C30; }

/* VBS Report Form */
.ProgramOtherTextBox { position: relative; top: -20px; left: 55px; }
.CurriculumOtherTextBox { position: relative; top: -20px; left: 155px; }
.OtherControl { width: 150px; }

/* Login Control */
.LoginForm { padding-bottom: 10px; border: none; width: 360px; margin-left: 20px;  }
.LoginForm .ErrorMessage { height: 20px; color: #f00; font-weight: bold; }
.LoginForm .Label { float: left; width: 65px; margin-top: 3px; margin-right: 3px; text-align: right; }
.LoginForm .Control { float: left; width: 200px; }
.LoginForm .Buttons { background: none; }
