html
{
    background-position:  center center;
    background-attachment: fixed;
    font-family: Gill Sans Nova, Helvetica Neue, Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    min-width: 320px;
}

@media (max-width: 450px) 
{
    body 
    {
	    font-size: small;
    }
}

@media (min-width: 451px) and (max-width: 900px) 
{
    body 
    {
	    font-size: medium;
    }
}

@media (min-width: 901px) 
{
    body 
    {
	    font-size: large;
		margin-top: 0%;
    }
}

.MasterHeader
{
    margin: 0 auto 10px auto;
    width: 98%;
    max-width: 900px;
}

.MasterMain
{
    margin: 0 auto 0 auto;
    width: 98%;
    max-width: 900px;
}

.MasterFooter
{
    margin: 0 auto 0 auto;
    width: 98%;
    max-width: 900px;
}

.ScientiaHeader
{
    text-align: center;
	background-color: #ecd44b;
}
.headerRight {
	width: 50%;
	float: right;
	padding-top: 10px;
}

.ScientiaHeader img {
    width: 18em;
	background-color: #ffffff;
}

.HeaderTitle
{
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
	padding-left: 25%;
	padding-right: 25%;
}

.pageMenu
{
    text-align: center;
	background-color: #575757;
	color: white;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

.pageMenu a
{
    font-size: 0.8em;
    color: #FFFFFF;
    padding: 10px 16px;
    text-decoration: none;
	display: inline-block;
	line-height: 20px;
	float: none;
}

.pageMenu a:hover
{
    background-color: white;
    text-decoration: none;
	color: #575757;
}

.Section
{
    width: 100%;
    display:inline-block;
    position: relative;
    padding-bottom: 1.3em;
}

.SectionHeader
{
    position: relative;
    text-align: left;
    font-size: 0.7em;
    background-color: slategrey;
    color: #FFFFFF;
    width: 100%;
    margin: 0 0 1em 0;
    padding-bottom: 0.2em;
}

.SectionNumber
{
    position: relative;
    display: inline-block;
    padding: 0.14em 0 0 0.5em;
    vertical-align: top;
}

.SectionLabel
{
    position: relative;
    display: inline-block;
    padding: 0.14em 0.5em 0 0.5em;
    width: 90%
}

.SectionInstructions {
    display: inline-block;
    max-width: 22%;
    margin-bottom: 1em;
}

.SectionImage
{
    background-repeat: no-repeat;
    float: left;
    width: 3.8em;
    height: 3.8em;
    background-size:contain;
    margin-bottom: 0.3em;
}

#OptionsSection .ContentPanel
{
    width: 86%;
}

@media (max-width: 500px) 
{
    #OptionsSection .SectionImage 
    {
        display: none;
    }
    
    .SectionImage {
        width: 3em;
        height: 3em;
     }
     
    #OptionsSection .ContentPanel
    {
        width: 100%;
        padding-right: 0em;
    }
}

.InstructionLabel {
    font-style: italic;
    font-size: 0.65em;
    float: none;
    width: 7em;
    padding-left: 0.5em;
}

.SectionRoomImage
{
    background-image: url(../Images/room.gif);
}

.SectionDateImage
{
    background-image: url(../Images/date.gif);
}

.SectionTimeImage
{
    background-image: url(../Images/time.gif);
}

.SectionOptionImage
{
    background-image: url(../Images/choose.gif);
}

.SectionConfirmImage
{
    background-image: url(../Images/confirm.gif);
}

.SectionMyBookCancelled
{
    background-image: url(../Images/booked_cancelled.gif);
    height: 2em;
    width: 2em;
    background-size:contain;
}

.SectionMyBookConfirmed
{
    background-image: url(../Images/booked_confirmed.gif);
    height: 2em;
    width: 2em;
    background-size:contain;
}

.SectionMyBookProvisional
{
    background-image: url(../Images/booked_provisional.gif);
    height: 2em;
    width: 2em;
    background-size:contain;
}

.SectionMyBookUnconfirmed
{
    background-image: url(../Images/booked_unconfirmed.gif);
    height: 2em;
    width: 2em;
    background-size:contain;
}

.ContentPanel
{
    display: inline-block;
    float: right;
    width: 74%;
    padding-right: 0.5em;
}

.InstructionPanel
{
    position: absolute;
    font-size: 0.6em;
    left: 0.5em;
    top: 15em;
    max-width: 25%;   
}

.InstructionPanel a
{
    font-family: Arial;
    background-color: #4CAF50; /* Green */
	border-radius: 0px;
	color: white;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 12px;
	border-top: 1px solid #4CAF50;
    border-right: 1px solid #1b4022;
    border-bottom: 1px solid #1b4022;
    border-left: 1px solid #4CAF50;
	width: 100%;
}
}

.ControlsPanel
{
    display: block; 
}

.RoomSelectionPanel {
    margin-top: 1.5em;
    float: right;
    height: auto;
    width: 132%;
}

@media (max-width: 700px)
{   
    .FilterCtrlsLeft
    {
        float: right;
        width: 96%;
    }
    .FilterCtrlsRight
    {
        width: 96%;
    }
    .FilterCtrlsRight table 
    {
        float: right;
        width: 100%;
    }
    .FilterCtrlsRight .RoomTable
    {
        width: 70%;
    }

    .FilterCtrlsRight .Weeks
    {
        width: 70%;
    }

    #monthDayListFilterCtrls .FieldLabel {
        display: none;
    }

    .DateControlPanel .FilterCtrlsLeft {
        padding-top: 0;   
    }
}

@media (min-width: 701px)
{
    .FilterCtrlsLeft
    {
        float: left;
        width: 48%;
    }
    
    .FilterCtrlsRight
    {
        width: 48%;
    }
    
    .FilterCtrlsRight table 
    {
        margin: 0 auto 0 auto;
        float: right;
    }

    #monthDayListFilterCtrls span {
        padding-top: 4em;
    }

    .CalendarPanel table
    {
        width: 95%;
    }

    .FilterCtrlsLeft .RoomTable
    {
        padding-top: 0.9em;
    }
    
    #DateControlPanel .FilterCtrlsLeft
    {
        padding-top: 2.5em;
    }
}

.FilterCtrlsLeft
{
    text-align: right;
}

#monthDayListFilterCtrls .FilterCtrlsLeft
{
    text-align: center;
}

.FilterCtrlsRight
{
    float: right;
    text-align: right;
    min-height: 4em;
}

.Calendar
{
    font-size: 0.70em;
    width: 80%;
}

.CalendarDayHeader
{
    background-color: #575757;
    border-bottom: solid thin #575757;
	color: #FFFFFF;
}

.CalendarTitle
{
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 0.3em;
}

.CalendarSelectedDay
{
    background-color: white !important;
    color: inherit;
    border: dashed thin #578AD6;
}

.CalendarSelectedDayInOtherMonth
{
    background-color: #f0f8ff !important;
    color: inherit;
    border: dashed thin #578AD6;
}

.CalendarOtherMonthDay
{
    color: lightgrey;
}

.CalendarTodayDay
{
    color: inherit;
    font-weight: bolder;
}

.CalendarWeekendDay
{
    color: inherit;
}

.Banner
{
    border: 2px solid #cccccc;
	border-radius: 10px;
    background: #ffffff;
    color: inherit;
    padding: 1em 1em 1em 1em;
    margin: 1em auto 2em auto;
    text-align: center;
    max-width: 90%;
    width: 30em;
}

.BannerTitle
{
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 0.9em;
}

.Banner a
{
    display: block;
    margin-top: 1.5em;
    font-size: 0.7em;
}

.Banner .Text
{
    font-size: 0.72em;
}

.Banner .Grid
{
    font-size: 0.9em;
}

.ErrorText
{
    text-align: left;
    color: #D62828;
    background-color: inherit;
    font-size: 0.7em;
}

#OptionNavPanel a
{
    font-size: 12px;
    display: inline-block;
    font-family: Arial;
    text-decoration: none;
    background-color: #4CAF50;
    color: #FFFFFF;
    padding: 2px 6px 2px 6px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    border-top: 1px solid #4CAF50 ;
    border-right: 1px solid #1b4022;
    border-bottom: 1px solid #1b4022;
    border-left: 1px solid #4CAF50;
    width: auto;
}

#MoreStarts {
    margin-left: 1.5em;
}

.Grid
{
    font-size: 0.6em;
    text-align: left;
    width: 100%;
}

.Grid a
{
    font-size: 1.1em;
}

.GridHeader
{
    background-color: #575757;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 18px;
}

.GridHeader a
{ 
    color: #FFFFFF;
}

.GridItem
{
    text-align: left;
    background-color: #F8F8FF;
    color: inherit;
    text-indent: 2px;
    border-bottom: 1px solid lightgrey;
}

.Grid input {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.GridAlternateItem
{
    text-align: left;
    background-color: #FFFFFF;
    color: inherit;
    text-indent: 2px;
    border-bottom: 1px solid lightgrey;
}

.Grid td
{
    border-color: #737373;
}

.ReferenceImage
{
    width: 30px;
}

.Confirmed
{
    color: Green;
    background-color: inherit;
}

.Unconfirmed
{
    color: #578AD6;
    background-color: inherit;
}

.Cancelled
{
    color: #D62828;
    background-color: inherit;
}

.FormField
{
    width: 100%;
}

.BookingField
{
    width: 100%;
}

#BookingContentPanel table 
{
    max-width: 25em;
    margin: auto 0 auto 0;
}

#monthDayListFilterCtrls
{
    display: inline-block;
    text-align: center;
}

#monthDayListFilterCtrls .FieldLabel
{
    padding-left: 0.4em;
    font-size: 0.7em;
}

#RoomControlsPanel
{
    min-height: 7.5em;
}

#TimeControlsPanel
{
    height: 40px;
}

.buttons
{
    width: 100%;
    height: 30px;
}

.backButton
{
    float: left;
}

.nextButton
{
    float: right;
}

.CancelButton
{
    font-size: xx-small;
}

div.clearer
{
    clear: left;
    line-height: 0;
    height: 0;
}

img
{
    border-style: none;
}

.OptionNavSection
{
    padding-right: 14px;
}

.OptionNavSection a
{
    padding-right: 3px;
}

.OptionSelectionPanel
{
    text-align: left;
}

#OptionsContentPanel
{
    height: auto;
    text-align: center;
}

.OptionOtherTimesColumn input[type=image]
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    width: 1.2em;
    height: 1.2em;
}

.OptionTimetableColumn img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1px;
    width: 1.4em;
    height: 1.4em;
}

#RegistrationFormFields
{
    text-align: right;
    margin-top: 20px;
}

#ShowCancelledOption
{
    float: left;
    font-size: 0.6em;
    margin-bottom: 1em;
}

#ShowCancelledOption label 
{
    position: relative;
    top: -.2em;
}

#ShowTeamOption
{
    float: left;
    font-size: 0.6em;
    margin-left: 0.5em;
    margin-bottom: 1em;
}

#ShowTeamOption label 
{
    position: relative;
    top: -.2em;
}

#LoginFields
{
    margin: 20px 0 20px 0px;
}

.LabelControlPair
{
    margin-top: 3px;
}

.FieldLabel
{
    font-size: 0.7em;
}

.LabelControlPair .FormField
{
    width: 14em;
    margin-right: 30px;
}

#TimeSection select
{
    width: 50%;
    margin-bottom: 1px;
}

.hidden
{
    display: none;
}

.VersionInfo
{
    position: relative;
    top: 1em;
    font-size: 0.55em;
    font-style: italic;
    color: #737373;
}

.MyBookingsSubText
{
    height: auto;
    text-align: center;
    font-size: 0.7em;
}

.RedText
{
    color: #D62828;
}

#full-screen-background-image
{
    z-index: -999;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}
#ctl00_Main_BookingForm1_Spacer1, 
#ctl00_Main_BookingForm1_Spacer2, 
#ctl00_Main_BookingForm1_Spacer3 , 
#ctl00_Main_BookingForm1_Spacer4 
{
	display: none;
}

#ctl00_Main_BookingForm1_Spacer1Label,
#ctl00_Main_BookingForm1_Spacer2Label,
#ctl00_Main_BookingForm1_Spacer3Label,
#ctl00_Main_BookingForm1_Spacer4Label {
	color: #009988;
	font-weight: bold;
	font-size: 0.8em;
	overlap: visible;
}
#ShowTeamOption {
	margin-left: 650px;
	font-size:smaller;
}

.TimeFilter
{
    font-size: 0.7em;
}

.DateFilter
{
    font-size: 0.7em;
    width: 100%;
    min-height: 13.2em;
}
    
.RoomFilter
{
    font-size: 0.7em;
}

.FormField 
{
    font-size: 0.7em;
    padding-right: 0;
}

table {
    width: 100%;
}

#monthDayListFilterCtrls .FieldLabel
{
    padding-bottom: 2em;
}

textarea.FormField {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 4em;
}

.ValidationSummary 
{
    z-index: 1;
    position: fixed;
    top: 83%;
    left: 2%;
    background-color: #f5f5f5;
    background-color: rgba(245,245,245,0.55);
}

.ValidationSummary .ErrorText {
    border: solid 0.2em silver;
    padding-right: 0.5em;
}

.ValidationSummary ul {
    color: red;
    padding-left: 2.5em;
    background-color: #f5f5f5;
    background-color: rgba(245,245,245,0);
    list-style:disc;
}

@media (max-width: 400px)
{
    .LocationDescriptionColumn {
        display: none;
    }
    .LocationAreaColumn {
        display: none;
    }
    .LocationHostKeyColumn {
        display: none;
    }
}

#RoomContentPanel .InstructionPanel 
{
    top:  14em;
}

#DateContentPanel .InstructionPanel {
    top:  20em;
}

.WaitingImage {
    float: right;
    padding-top: 0.3em;
    width: 50px;
    height:20px
}

#ctl00_Main_UsernameLbl .FieldLabel
{
	text-align:left !important;
	color: inherit;
	font-size: 10px;
}

#ctl00_Main_UsernameBox
{
	background-color: #f2f2f2;
	width: 100%;
	padding: 10px;
	border: 2px solid #ccc;
	border-radius: 7px;
	margin: 5px 0;
	opacity: 0.85;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none; /* remove underline from anchors */
	box-sizing: border-box;
}

#ctl00_Main_UsernameBox:focus {
  border: 2px solid #4CAF50;
  border-radius: 7px;
}

#ctl00_Main_PasswordBox
{
	background-color: #f2f2f2;
	width: 100%;
	padding: 10px;
	border: 2px solid #ccc;
	border-radius: 7px;
	margin: 5px 0;
	opacity: 0.85;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none; /* remove underline from anchors */
	box-sizing: border-box;
}

#ctl00_Main_PasswordBox:focus {
  border: 2px solid #4CAF50;
  border-radius: 7px;
}

#ctl00_Main_LoginBtn
{
	background-color: #4CAF50; /* Green */
	width: 100%;
	border: 2px solid #4CAF50;
	border-radius: 7px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 17px;
	line-height: 20px;
	transition-duration: 0.4s;
}

#ctl00_Main_LoginBtn:hover {
  background-color: white; /* white */
  color: black;
  border: 2px solid #4CAF50;
  border-radius: 10px;
}

#ctl00_Main_LoginInstrLbl
{
	text-align: center;
	color: inherit;
}

#ctl00_Main_ShowOptionsBtn  
{
	background-color: #575757; /* Grey */
	width: 10%;
	border: 2px solid #575757;
	border-radius: 7px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 17px;
	line-height: 20px;
	transition-duration: 0.4s;
}

#ctl00_Main_ShowOptionsBtn:hover {
  background-color: white; /* white */
  color: black;
  border: 2px solid #575757;
  border-radius: 10px;
}

#ctl00_Main_Date1_CollegeCalendar1_NextMonthBtn
{
	background-color: #575757; /* Grey */
	width: 5%;
	border: 2px solid #575757;
	border-radius: 7px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 17px;
	line-height: 20px;
	transition-duration: 0.4s;
}

#ctl00_Main_Date1_CollegeCalendar1_NextMonthBtn:hover {
  background-color: white; /* white */
  color: black;
  border: 2px solid #575757;
  border-radius: 7px;
}

#ctl00_Main_Date1_CollegeCalendar1_PrevMonthBtn
{
	background-color: #575757; /* Grey */
	width: 5%;
	border: 2px solid #575757;
	border-radius: 7px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 17px;
	line-height: 20px;
	transition-duration: 0.4s;
}


#ctl00_Main_Date1_CollegeCalendar1_PrevMonthBtn:hover {
  background-color: white; /* white */
  color: black;
  border: 2px solid #575757;
  border-radius: 7px;
}

#ctl00_Main_ChangeReqsBtn
{
	background-color: #575757; /* Grey */
	width: 10%;
	border: 2px solid #575757;
	border-radius: 7px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 17px;
	line-height: 20px;
	transition-duration: 0.4s;
}

#ctl00_Main_ChangeReqsBtn:hover {
  background-color: white; /* white */
  color: black;
  border: 2px solid #575757;
  border-radius: 10px;
}

#ctl00_Main_SelectOptionButton
{
	background-color: #575757; /* Grey */
	width: 10%;
	border: 2px solid #575757;
	border-radius: 7px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 17px;
	line-height: 20px;
	transition-duration: 0.4s;
}

#ctl00_Main_SelectOptionButton:hover {
  background-color: white; /* white */
  color: black;
  border: 2px solid #575757;
  border-radius: 10px;
}

#ctl00_Main_ChangeOptionBtn
{
	background-color: #575757; /* Grey */
	width: 10%;
	border: 2px solid #575757;
	border-radius: 7px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 17px;
	line-height: 20px;
	transition-duration: 0.4s;
}

#ctl00_Main_ChangeOptionBtn:hover {
  background-color: white; /* white */
  color: black;
  border: 2px solid #575757;
  border-radius: 10px;
}

#ctl00_Main_MakeBookingBtn
{
	background-color: #4CAF50; /* Green */
	width: 20%;
	border: 2px solid #4CAF50;
	border-radius: 7px;
	color: white;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 17px;
	line-height: 20px;
	transition-duration: 0.4s;
}

#ctl00_Main_MakeBookingBtn:hover {
  background-color: white; /* white */
  color: black;
  border: 2px solid #4CAF50;
  border-radius: 10px;
}