﻿body ,td
{
	font-family: arial;
	font-size: 13px;
}

H1
{
	color: #325a8e;
	font-family: arial;
}
H2
{
	color: #325a8e;
	font-family: arial;
}
H3
{
	color: #325a8e;
	font-family: arial;
}

H4
{
	color: #325a8e;
	font-family: arial
}

p
{
	font-family: arial;
	font-size: 13px;
}

a
{
	font-family: arial;
	font-size: 13px;
	text-decoration: none;
	border: none;
	color: #325a8e;
}

a:hover
{

	font-family: arial;
	color: #6690C7;
	text-decoration: none;
}


ul
{
	list-style-position:inside;
  	font-family: arial;
	font-size: 13px;
}


img
{
	border: none;
}

/* ///////////////////// Library Master page styles ///////////////////////////////// */



/* Master Page Properties */

.MasterPage_Div
{
	width: 940px;
	max-width: 940px;
	margin:  0 auto;
}

.MasterPage_Main_Div
{
	width: 940px;
	max-width: 940px;
}


.MENU
{
	width: 1000px;
}


/* Main Top QuickLinks */
.Quicklinks_Div
{
	width: 940px;
	max-width: 940px;
	margin: 0 auto;
	height: 21px;
	min-height: 21px;
	clear: right;
}

/* Master Page Header */
.HeaderContainerCentre
{
	width: 940px;
	max-width: 940px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	background-image: url('../Images/top_middle_bg.JPG');
	background-position: top;
	min-height: 120px;
	max-height: 120px;
	height: 120px;
}

.HeaderMiddleLeft
{
	width: 40%;
	max-width: 40%;
	float: left;
	padding: 40px 20px 20px 0px;
	overflow: hidden;
}

.HeaderMiddleRight
{
	width: 20%;
	max-width: 20%;
	float: right;
	padding: 15px 25px 20px 20px;
	overflow: hidden;
}


/* Master Page Navigation */
.GlobalNavigation_Div
{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 50px;
	min-height: 50px;
	clear: right;
	margin: 0 auto;
}

.SiteNavigation
{
	width: 675px;
	min-width: 675px;
	max-width: 675px;
	height: 24px;
}


/* Master Page Footer */
.MasterPage_Footer_Div
{
	width: 940px;
	max-width: 940px;
	margin: 0 auto;

}

.Footer_Links
{
	width: 75%;
	float: left;
	max-width: 75%;
	min-width: 75%;
	height: 80px;
	min-height: 80px;
	max-height: 80px;
}

.Footer_Logo
{
	width: 25%;
	float: right;
	max-width: 25%;
	height: 80px; 
	min-height: 80px;
	max-height: 80px;	

}

.Footer_Legal
{
	background-image: url('../Images/bottom_middle_bg.JPG' );
	background-position: bottom;
	background-repeat: repeat-x;
	color: White;
	min-height: 80px;
	max-height: 80px;
	min-width: 100%;
	max-width: 100%; 
	float: left;
}

.Footer_Legal_Text
{
	margin-top: 5px;
	margin-left: 30px; 
}


/* Main Content Area */

.MainContent_Div
{
	float: left;
	clear: right;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	padding-bottom: 25px;
}

.MainLeft_Div
{
	width: 72%;
	min-width: 72%;
	max-width: 72%;
	float: left;
	overflow: visible;
}

.MainRight_Div
{
	width: 27%;
	min-width: 27%;
	max-width: 27%;
	float: right;
	clear: left;
	overflow: hidden;
}


/* Pod controls */
/* incl. News feed, Library Chat,  */
.podBody
{
	background-color: #DFE9F5;
	border: solid 1px #D1D1D1;
	padding: 0px 2px 0px 2px;
	font-family: Arial;
	font-size: 13px;
	overflow: hidden;	
}

.podHeader
{
	width: 99%;
	min-width: 99%;
	background-color: #325a8e;
	border-color: #325a8e;
	border-width: 1px;
	border-style: solid;
	font-family: Arial;
	font-weight: 600;
	font-size: 11px;
	color: #fffeff;
	text-align: center;
	height: 22px;
	vertical-align: middle;

}

.podHeaderText
{	
	padding-top: 3px;
}

.podLink
{	
	text-align: right;
}

.podItem
{
	border: 1px solid white;
	padding: 4px 2px 4px 2px;
	height: 190px;

	
}

/* Library Booking Grid Styles */

.Gridview
{
	border-color: #325a8e;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	vertical-align: middle;
}

.Gridview-row
{
	background-color: #DFE9F5;
	border: solid 1px #D1D1D1;
}
.Gridview-alt-row
{
	background-color: white;
	border: solid 1px #D1D1D1;
	
}
.Gridview-header-row
{
	background-color: #325a8e;
	color: White;
}

.available_btn
{
	background-image: "../Images/available.png";

}
.unavailable_btn
{
	background-image: "../Images/unavailable.png";
}



/* Style classes for update panel loading */
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

.PageUpdateProgress
{
	background-color:white;
	color: #325A8E;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
}

.panel
{
	padding:  5px 5px 5px 10px;
}




/* Library Login styles  */

.login_status_div
{

}

.login_div01
{
	background-color: #DFE9F5;
	border: solid 1px #D1D1D1;
	padding: 2px 2px 2px 2px;
	font-family: Arial;
	font-size: 13px;
	padding-left: 15px;
	padding-top: 10px;
}

.LoggedOut_img
{
	float: left;
}

.LoggedOut_txt
{
	padding-top: 70px;
}

.login_div02
{
	background-color: #DFE9F5;
	border: solid 1px #D1D1D1;
	padding: 20px 2px 2px 2px;
	font-family: Arial;
	font-size: 13px;
	height: 115px;
	max-width: 97.5%;
	width: 97.5%;
	min-width: 97.5%;

}
.LoggedIn_img
{
	float: left;
}

.LoggedIn_txt
{
	padding-top: 30px;
	text-align: center;
}

.LoggedIn_btn
{
	padding-top: 20px;
	text-align: right;
}

/* Generic label and textbox styles */
.label
{
	width:20%;
	float:left;
	margin-left:10px;
	padding: 2px;
}

.textbox
{
	width:20%;
	margin-left:10px;
	padding: 2px;
}

/* Right Pods styles */
.RightPod_Top
{
	padding: 0px 0px 5px 0px;
}

.RightPod
{
	padding: 5px 0px 5px 0px;
}

/* RSS Feed Control */
.RSSHeader
{	
	width: 248px;
	padding-left: 40px;
	padding-top: 10px;
}

.RSSFeed
{
	height: 110px;
	width: 252px;
	background-color: #DFE9F5;
	border: solid 1px #D1D1D1;
	overflow: hidden;
}

.RSS_item
{
	padding-top: 10px;
}

.RSSFeed_item
{
	padding-left: 5px;
	height: 45px;
	width: 245px;
}

.RSSFeed_item_img
{
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 5px;
}


.NewsDiv
{
	overflow:hidden;
	clear: right;
}
