//CSS elements for TWU Library Mobile Webpage  html, body {
 height: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#holder {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#header {
	width: 100%;
	height: 57px;
	margin: 0 auto;
	background-color: #6F001E;
}
#ribbon {
	width: 100%;
	height: 359px;
	background: #fff; /* for non-css3 browsers */
	text-align: center;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E2E2E', endColorstr='#858585'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#2E2E2E), to(#858585)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #2E2E2E, #858585); /* for firefox 3.6+ */
}
#box {
	width: 201px;
	height: 100%;
	margin: 0 auto;
	color: white;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	background-color: transparent;
	float: center;
}
#button {
	width: 57px;
	height: 57px;
	margin: 15px 15px 35px 0;
	float: left;
}
#button a:link {
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#button a:hover {
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#button a:visited {
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#lbutton {
	width: 191px;
	height: 57px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}
#lbutton a:link {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-style: arial, helvetica, sans-serif;
}
#lbutton a:hover {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-style: arial, helvetica, sans-serif;
}
#lbutton a:visited {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-style: arial, helvetica, sans-serif;
}
#row {
	width: 245px;
	height: 100px;
}
#footer {
	width: 100%;
	height: 25px;
	margin: 0 auto;
	color: white;
	border-style: groove none none none;
	border-width: 2px;
	border-color: #858585 #2E2E2E;
	font-size: 12pt;
	font-style: arial, helvetica, sans-serif;
	text-align: center;
}
#flist {
	width: 201px;
	height: 359px;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	background-color: transparent;
	color: white;
	text-decoration: none;
	font-size: 16pt;
	font-style: arial, helvetica, sans-serif;
	float: center;
}
#flist a:link {
	color: white;
	text-decoration: none;
	font-size: 16pt;
	font-style: arial, helvetica, sans-serif;
}
#flist a:hover {
	color: white;
	text-decoration: none;
	font-size: 16pt;
	font-style: arial, helvetica, sans-serif;
}
#flist a:visited {
	color: white;
	text-decoration: none;
	font-size: 16pt;
	font-style: arial, helvetica, sans-serif;
}
#plist {
	width: 250px;
	height: 100%;
	margin: 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color: transparent;
	background-color: transparent;
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 14pt;
	font-style: arial, helvetica, sans-serif;
	float: center;
}
#plist a:link {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 20pt;
	font-style: arial, helvetica, sans-serif;
}
#plist a:hover {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 20pt;
	font-style: arial, helvetica, sans-serif;
}
#plist a:visited {
	color: white;
	text-decoration: none;
	text-align: center;
	font-size: 20pt;
	font-style: arial, helvetica, sans-serif;
}
#pribbon {
	width: 100%;
	height: 100%;
}
#bholder {
	min-height: 600px;
	width: 900px;
	margin: 0 auto;
	background-color: white;
	-moz-box-shadow: 2px 2px 2px 2px #000;
	-webkit-box-shadow: 2px 2px 2px 2px #000;
	box-shadow: 2px 2px 2px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}
p.sansserif {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 22px;
}
p.black {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10pt;
}
h2.sansserif {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 22px;
}
h3.sansserif {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 22px;
}
ul.sansserif {
	font-family: Arial, Helvetica, sans-serif;
}
a.sansserif {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 22px;
}
#blbox {
	height: 100%;
	width: 600px;
	background-color: white;
	float: left;
}
#blbox h2 {
	color: #03A1FC;
	margin-left: 22px;
	;
}
#blbox h3 {
	color: #03A1FC;
	margin-left: 22px;
}
#brbox {
	height: 100%;
	width: 300px;
	background-color: white;
	float: right;
}
#bhbox {
	height: 100px;
	width: 900px;
	margin: auto;
	background-color: white;
	float: top;
}
#bfbox {
	height: 100px;
	width: 900px;
	background-color: white;
	clear: both;
	padding: 22px 0 0 0;
}
#nav {
	float: center;
	width: 270px;
	height: 100%;
	margin: 12px auto;
	background: #FFFFFF;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
#nav a:link {
	margin: 0 0 10px 37px;
	font-size: 18pt;
	font-style: arial, helvetica, sans-serif;
}
#nav a:hover {
	margin: 0 0 10px 37px;
	font-size: 18pt;
	font-style: arial, helvetica, sans-serif;
}
#nav a:visited {
	margin: 0 0 10px 37px;
	font-size: 18pt;
	font-style: arial, helvetica, sans-serif;
}
#dhtmltooltip {
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	-moz-box-shadow: 1px 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px 1px #000;
	box-shadow: 1px 1px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}
#linkbox {
	height: 100px;
	width: 560px;
}
#linkbox a:link {
	margin: 0 0 0 100px;
	font-size: 30pt;
	font-style: arial, helvetica, sans-serif;
}
#linkbox a:hover {
	margin: 0 0 0 100px;
	font-size: 30pt;
	font-style: arial, helvetica, sans-serif;
}
#linkbox a:visited {
	margin: 0 0 0 100px;
	font-size: 30pt;
	font-style: arial, helvetica, sans-serif;
}
