﻿html, body { margin: 0; padding: 0; background-color: Black; color: White; font-family:  Franklin Gothic Book, Arial; font-size: 14px; 
			scrollbar-face-color: #ff2b9f; scrollbar-highlight-color: #000; scrollbar-3dlight-color: #000; 
			scrollbar-darkshadow-color: #000; scrollbar-shadow-color: #000; scrollbar-arrow-color: #000; scrollbar-track-color: #000; }

a { color: #8f25de; }
a:hover { color: #ff2b9f; text-decoration: none; }

.Clear { clear: both; }

img { border: none; }

.MainHeading, .SubHeading { font-size: 18px; font-variant: small-caps; font-family: Verdana; font-weight: bold; letter-spacing: 0.1em; padding: 0; margin: 0 0 10px 0; }
.MainHeading { color: #8f25de;}
.SubHeading { color: #ff2b9f; }

.AltText { color: #ff2b9f;}


.Section { margin-bottom: 5px; }
.Content { padding: 5px; }

.Pager a { padding: 3px; border: solid 1px #8f25de; text-decoration: none; }

/**
** FORMS
**/
table.DetailsTable {}
table.DetailsTable .SubHeading { font-weight: bold; padding: 10px 0 10px 0; height: 18px}
table.DetailsTable td.LabelCell { padding: 5px 10px 5px 0; vertical-align: top; }
table.DetailsTable td { padding: 5px; }
.CalendarPopup td, table.DetailsTable td .CalendarPopup td { padding: 0; background-color: White; color: Black; border: solid 1px #eeeeee; }
.CalendarPopup .ajax__calendar_dayname { background-color: #ede8df; }
.CalendarPopup .ajax__calendar_container { border: solid 1px #ab8e53;  background-color: White; }
.CalendarPopup .ajax__calendar_header { background-color: #8f25de; color: White; }
.CalendarPopup .ajax__calendar_footer { background-color: #999999; color: white; }

input {}
input.Regular { width: 300px;}
textarea { width: 400px; height: 80px; }
.CheckBox label { cursor: pointer; }
input.DateBox { width: 100px; background-image: url(/Assets/images/icons/CalendarIcon.png); background-position: right; background-repeat: no-repeat; }
input.Button { text-transform: uppercase; font-size: 11px; font-weight: bold; padding-right: 5px; padding-left: 5px; cursor: pointer; }
input.MainButton { text-transform: uppercase; font-size: 12px; font-weight: bold; padding: 3px 0 3px 0; cursor: pointer;}

select {}

.ErrorValidator { color: Red; }

td.Buttons { text-align: center; }

.GridView {}
/**
** END: FORMS
**/
