﻿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;
	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: 940px;
}

.MainMenu
{
    z-index: 1;
}

/* Main Top QuickLinks */
.Quicklinks_Div
{
	width: 940px;
	max-width: 940px;
	margin: 0 auto;
	height: 22px;
	min-height: 22px;
	clear: right;
}

/* Master Page Header */
.HeaderContainerCentre
{
	width: 940px;
	max-width: 940px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	background-image: url('../Libraries/Student_Intranet_Banner_Library/Student_Intranet_Header_Banner.sflb.ashx');
	background-repeat: no-repeat;
	background-position: top;
	min-height: 130px;
	height: 130px;
}

.HeaderContainer
{
	width: 940px;
	max-width: 940px;
	float: left;
	clear: right;
	padding: 0px 0px 0px 0px;
}

.HeaderRightLogo
{
    padding: 0px 20px 20px 0px;
}

.HeaderLeftLogo
{
    padding: 50px 0px 0px 0px;
}

.GlobalNavigation
{
    	width: 940px;
	max-width: 940px;
	float: left;
	clear: right;
	padding: 0px 0px 0px 0px;
}

.HeaderMiddleRight
{
	width: 20%;
	max-width: 20%;
	float: right;
	padding: 10px 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('../Libraries/Student_Intranet_Image_Images/bottom_middle_bg.sflb.ashx' );
	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;
	width: 940px;
	max-width: 940px;
	padding-bottom: 25px;
	padding-top: 20px;	
}

.MainLeft_Div
{
	width: 680px;
	max-width: 680px;
	float: left;
	overflow: visible;
}

.MainRight_Div
{
	width: 215px;
	max-width: 215px;
	float: left;
	margin-left: 20px;
}

/* Pods */

.podBody
{
	background-color: #DFE9F5;
	border: solid 1px #D1D1D1;
	padding: 0px 2px 0px 2px;
	font-family: Arial;
	font-size: 13px;
	width: 99%;
	min-width: 99%;
	min-width: 99%;
}

.SinglePODWrapper
{
	margin-top: 15px;
}

.podHeader
{
	width: 100%;
	min-width: 100%;
	min-width: 100%;
	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: 2px;
}

