/* Strathclyde Styles */

body {font-size: medium; background : #ebebeb; font-family : Alegreya Sans !important; margin: auto; }

.holder {margin : 5px auto; padding : 0px 10px 10px 10px; background : #ffffff; text-align : center; width: 860px;}
.holder .logo {width : 162px; height : 144px; border : 0px; float : left; margin : 0px 20px 0px 0px; padding-right: 700px; background-color: #002b5c;}
.holder hr {width : 100%; align : center; color : #003366; height : 3px;}

.holder .shopitems {margin: 0px; padding:0px; position: relative; top: -30px;}
.holder .shopitems .content {margin : 0px 0px 0px 0px;}
.holder .shopitems .content {padding-bottom:20px; font-size:medium;text-align: left;}

.holder_footer {margin : 5px auto; padding : 0px 10px 10px 10px; background-color: #002b5c; text-align : center; width: 840px; float : left; height : 40px; margin : 0px 20px 0px 0px;}
.logo_footer {width : 50px; height : 50px; background-color: #002b5c; }

.footer {font-size: 85%;}


/* Scientia Styles */

a {
	text-decoration: none;
}

#pFilterPanel table {
	margin: 3px;
}

#pFilterTitle {
	margin-bottom: 10px;
	text-align: center;
	color: #002b5c;;
}

#pFilterPanel select {
	width: 600px;
}


#container {
	background-color: white;
	display: block;
	border: 1px solid #efefef;
}

.FilterPanel
{
	width: 60%;
	vertical-align: top;
	padding-top: 10px;
}

.ErrorTable
{
	width: 400px;
	border-color: Blue;
	border-style: solid;
	border-width: thin;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 50px;
	 text-align: center;


}

.ErrorTable.tr
{

}

.ErrorTitle
{
 font-weight: bold;
   text-decoration: underline;
}
.ErrorText
{
}

.LinkPanel {
	vertical-align: top;
	font-size: 0.90em;
	overflow: hidden;
	
	padding-top: 10px;
}

.LinkPanel a, .linkBtn_Timetable a {
	text-decoration: none;
	color: black !important;
}


.LinkPanel a:hover, .LinkButtonSelected a:hover {
	background-color: #34A1E4;
	color: white !important;
	text-decoration: none;
}


.LinkButton:hover, .LinkButtonSelected:hover {
	color: gold;

}


#LinkBtn_information
{
	xbackground-color: pink;
}

.LinkButton, .LinkButtonSelected , .linkBtn_Timetable {	

	display: block;
	/* AJC 20/02/13 - commented out following line as bullet.gif does not exist */
	/* background: url("img/bullet.gif") no-repeat scroll 3px 9px transparent; */
	padding: 0.8em 0.4em 0 0.4em;
	border-top: 1px solid #002248;
	background-color: #ffffff;
	border-left: 1px solid #002248;
	border-right: 1px solid #002248;
	/* AJC 20/02/13 - changed from 131px to 151px so we can fit the academic year in the menu heading */
	width: 135px !important; 
	text-align: left;

}

.TitlePanel
{
	width : 100%;
	vertical-align: top;
}

.FilterTitle
{
 font-weight: bold;
 width: 300px;
 font-size: medium;
}

.InfoBox
{
	margin: 10px;
	display: block;
	text-align: left;
}

.modfilterlabel
{
}

#dlObject { text-transform: capitalise;}

.DepartmentTable
{
 width: 100%;
 margin-left: 10px;
 margin-top: 10px;
}
.InfoTable
{
 width: 100%
}
.InfoCell
{
 width: 100%;
}

.DepartmentLabel
{
width: 245px;
border-style: none;
vertical-align: top;
border-width: 0;
}

.DepartmentFilter
{
	width: 100%;
}

.WildcardTextBox, .modfiltercontrol
{
	width: 395px;
}
.WildcardButton, .modfilterbutton
{
width: 5%;
margin-left: 10px;
}
.ViewTimetableButton
{
	width: match-content;
	background-color: #018489;
    border-color: #018489;
    box-shadow: none;
	color: white;
	border-radius: 50px;
	padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.2;
	font-weight: bold;
	cursor: pointer;
	transition: color .15s ease-in-out , background-color .15s ease-in-out , border-color .15s ease-in-out , box-shadow .15s ease-in-out;
	font-family : Alegreya Sans;
}

.ViewTimetableButton:hover
{
	background-color: #015356;
    border-color: #015356;
	font-family : Alegreya Sans;
}

.LoginBox
{
  border-Color: Black;
  border-Style: solid;
  border-Width: thin;
  margin: 0 auto;
}

.LoginInputBox
{
width: 200px;
}

.LoginButton
{
width: 150px;
}

.ErrorMessage
{
    font-size: 10;
	color: Red;
}

.TitleText
{  font-weight: bold;
}

.LoginText
{  font-weight:  normal;
}

.InstructionText
{
   font-style: italic;
   font-size: 10;
}

.InputBox {
  display: flex;
  justify-content: right;
}

#pLinkPanel {
	width: fit-content;
	border-bottom: 0.5px solid #002248;
}

#pButton {
	margin-top: 10px;
	text-align: center;
}