@charset "iso-8859-1";
/*
@import url(http://fonts.googleapis.com/css?family=Cantarell:regular,italic,bold,bolditalic);
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans+Std+Light);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold,bolditalic);
@import url(http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT:regular,italic);
@import url(http://fonts.googleapis.com/css?family=Cardo);
@import url(Reset.css);
*/

/* CSS Reset section. A good thing to have. */
/* This one is by Eric Meyer and can be found here: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** END RESET. Thanks, I.E. *************/



/* Tag/Element Selectors */

a img {
	border-width: 0;
	text-decoration: none;
}

/** Block Elements **/
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
	background: #fff url(/Web/Inc/Img/32bit/GritLightGold.png) repeat scroll center top;
	color: #111;
	margin: 0;
	padding: 0;
	/*
	*/
}
/* Table Cells */
td {
	font-size: 1em;
}
th {
	font-size: 1em;
}
th {
	vertical-align: baseline;
}
td {
	vertical-align: top;
}
td th, td td, th td, th th {
	font-size: 1em;
}
/* Headings */
h1, h2, h3, h4, h5, h6, th, pre:before, .Drawer .Title {
	font-family: "Tw Cen MT", "Gill Sans MT", "Gill Sans", "Century Gothic", "Lucida Sans", "Lucida Sans Unicode", Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	font-size: 140%;
}
h2, h3, h4, h5, h6, .HeadingContainer {
	margin-top: 1em;
	margin-bottom: 1em;
}
h1 {
	margin-bottom: 1.5em;
	padding: 0.5em 3ex 0.25em 3ex;
	font-size: 1.7em;
	text-align: left;
	text-shadow: 0.02em 0.1em 0.07em rgba(0,0,0, 0.2);
	background: transparent url("../Inc/Img/H1BG.png") repeat-x scroll left bottom;
	border-bottom: 1px solid #ccc;
	width: auto;
	overflow: hidden;
	
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	
	background-image: -webkit-linear-gradient(top, rgba(247,239,213, 0) 20%, rgba(247,239,213, 1) 100%);
	background-image:    -moz-linear-gradient(top, rgba(247,239,213, 0) 20%, rgba(247,239,213, 1) 100%);
	background-image:     -ms-linear-gradient(top, rgba(247,239,213, 0) 20%, rgba(247,239,213, 1) 100%);
	background-image:      -o-linear-gradient(top, rgba(247,239,213, 0) 20%, rgba(247,239,213, 1) 100%);
	background-image:         linear-gradient(top, rgba(247,239,213, 0) 20%, rgba(247,239,213, 1) 100%);
	/*
	box-shadow: 0 0.1em 0.07em rgba(0,0,0, 0.2);
	margin-left: 230px;
	border-bottom: 1px solid #808080;
	text-align: center;
	*/
}
h1.dragHandle {
	background-image: none;
}
h2 {
	margin-top: -1.7em;
	padding: 0.25em 6ex 0.25em 6ex;
	color: #666;
	font-family: "Bakersville", "Garamond", "Times New Roman", "Georgia", serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: 100;
	background-color: #fcf8ed;
	border-top: 1px solid #fff;
	
	text-shadow: 0.02em 0.1em 0.1em rgba(0,0,0, 0.2);
	box-shadow: 0 0.1em 0.1em rgba(0,0,0, 0.2);
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
}
h3 {
	font-size: 1.4em;
	background: transparent url("../Inc/Img/32bit/H3BG.png") no-repeat scroll right top;
	_background-image: url('../Inc/Img/H3BG.png');
	padding-left: 28px;
	padding-bottom: 6px;
	line-height: 32px;
	_height: 32px;
	/*
	border-top-left-radius: 0.5em;
	-webkit-border-top-left-radius: 0.5em;
	-moz-border-radius-topleft: 0.5em;
	border-bottom: 1px solid #e5e5e5;
	*/
}
h4 {
	font-size: 1.3em;
	background: url('../Inc/Img/32bit/H4BG.png') no-repeat left bottom;
	_background-image: url('../Inc/Img/H4BG.png');
	padding-left: 36px;
	line-height: 24px;
	}
h5 {
	font-size: 1.2em;
	background: url('../Inc/Img/32bit/H5BG.png') no-repeat left bottom;
	_background-image: url('../Inc/Img/H5BG.png');
	padding-left: 44px;
	line-height: 24px;
	}
h6 {
	font-size: 1.1em;
	background: url('../Inc/Img/32bit/H6BG.png') no-repeat left bottom;
	_background-image: url('../Inc/Img/H6BG.png');
	padding-left: 44px;
	line-height: 24px;
}
.HeadingContainer {
	background: transparent url("../Inc/Img/HBG.png") no-repeat scroll left bottom;
}
*>.HeadingContainer {
	background-image: url("../Inc/Img/32bit/HBG.png");
}
.HeadingContainer h3, .HeadingContainer h4, .HeadingContainer h5 {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}
.HeadingContainer h3 {
	background: transparent url("../Inc/Img/H3BGs.png") no-repeat scroll 0px 0px;
}
.HeadingContainer h4 {
	background: transparent url("../Inc/Img/H4BGs.png") no-repeat scroll 18px 4px;
}
.HeadingContainer h5 {
	background: transparent url("../Inc/Img/H5BGs.png") no-repeat scroll 31px 7px;
}
th h1, th h2, th h3, th h4, th h5, th h6 {
	margin: 0;
}
/* Body Texts */
dl, ol, ul, pre, p {
	line-height: 1.5em;
	margin-bottom: 1em;
}
ul ol {
	margin-bottom: 1em;
}
ol ul, ul ol, ol ol, ul ul {
	margin-top: 0;
}
/* Special Blockquote styling */
blockquote:before, q:before {
	content: '\201C';
	float: left;
	display: block;
}
blockquote:after, q:after {
	content: '\201D';
	text-align: right;
	display: block;
}
blockquote:before, q:before, blockquote:after, q:after {
	color: #aaa;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1;
}
blockquote > * {
	display: inline-block;
}
/*blockquote>:first-child {
	display: inline-block;
}*/
blockquote {
	border: 1px dashed #e7e7e7;
	background-color: #f6f6f6;
	quotes: "\201C" "\201D";
	margin: 0.5em 5% 1em 5%;
	padding: 0.5em 1ex;
}
blockquote * { quotes: none; }

/* HTML 5 Elements */
header, nav, menu, footer, aside {
	display: block;
}


/** Block Elements **/
ul, ol ul, ul ul {
	list-style: circle outside url(/images/Bullets/BulletCircle.png);
	_list-style: circle outside url(/images/Bullets/CircleFlat.png);
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: upper-alpha;
}
ol ol ol {
	list-style-type: lower-roman;
}
ol ol ol ol {
	list-style-type: lower-alpha;
}
ul li, ol li {
	margin-left: 5ex;
}
dl dt {
	margin: 1.5em 1ex 0 3%;
	padding-left: 2ex;
	font-weight: bold;
	/*
	background: transparent url("../Inc/Img/BulletYellow.png") no-repeat scroll left 0.2em;
	*/
}
dl dd {
	margin: 0 1ex 0 3%;
	padding-left: 5ex;
}
hr {
	height: 1px;
	border: 0 transparent none;
	border-bottom: 1px solid #ddd;
	margin: 1.5em auto;
}

div.hr {
	background: transparent url(../Inc/Img/32bit/HRBG.png) no-repeat scroll center center;
	_background-image: url(../Inc/Img/HRBG.png);
}
div.hr hr {
	border: 0px transparent none;
	height: 28px;
	visibility: hidden;
	/*
	display: block;
	content: '';
	overflow-x: auto;
	width: auto;
	
	*/
}

/** Inline Elements **/
a * {
	border-width: 0;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
}
a:link {
	color: #543;
}
a:visited {
	color: #432;
}
a:hover {
	color: #763;
}
a:active {
	color: #873;
}
img.Inline {
	display: inline;
	margin: 0;
	vertical-align: middle;
}
code {
	font-family: lu "Courier New", Courier, monospace;
	font-size: 1.2em;
}
legend {
	font-weight: bold;
}
var {
	background-color: #e00;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
	padding: 0 0.6ex;
	color: #fff;
}
wbr:after {
	content: "\00200B";
}
table caption {
	font-style: italic;
	text-align: right;
	color: #999;
}

/** Forms **/
fieldset {
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #ccc;
	border-radius: 1em;
	-moz-border-radius: 1em;
}
fieldset legend {
	padding: 0 1ex;
	color: #666;
}
.InfoBox fieldset {
	border-radius: 0.7em;
	-moz-border-radius: 0.7em;
}

.textbox, textarea, input[type="search"], input[type="text"] {
	background-color: #fff;
	padding: 0.1em 0.8ex 0.2em 0.8ex;
	border: 1px solid #aaa;
	border-color: #999 #aaa #ccc #bbb;
	border-color: #999;
	-webkit-appearance: square-button;
	border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	box-shadow:         0 -0.1em 0.1em rgba(0, 0, 0, 0.2), 0 0.2em 0.2em rgba(255, 255, 255, 0.2);
	-moz-box-shadow:    0 -0.1em 0.1em rgba(0, 0, 0, 0.2), 0 0.2em 0.2em rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 -0.1em 0.1em rgba(0, 0, 0, 0.2), 0 0.2em 0.2em rgba(255, 255, 255, 0.2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.05)), to(rgba(0,0,0,0)));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0));
}
.textbox:focus {
	outline: rgba(255,240,200, 0.6) solid medium;
	/*
	background-color: #fffefb;
	*/
}
select {
	/*SCROLLBAR-FACE-COLOR: #DECC9C;
	SCROLLBAR-HIGHLIGHT-COLOR: #F2ECDA;
	SCROLLBAR-SHADOW-COLOR: #AA9C78;
	SCROLLBAR-3DLIGHT-COLOR: #F2ECDA;
	SCROLLBAR-ARROW-COLOR: black;
	SCROLLBAR-TRACK-COLOR: #E9DEC0;
	SCROLLBAR-DARKSHADOW-COLOR: #AA9C78;
	background: #e7e7e7 url("../Inc/Img/BasicButtonBG.png") repeat-x scroll left 1px;
	
	background-image: url(/images/Icons/ArrowDownGray.png), -moz-linear-gradient(top, #fff, #fff, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0)));
	background-image: url(/images/Icons/ArrowDownGray.png), -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 0.9)), color-stop(0.5, rgba(255,255,255, 0.3)), color-stop(0.5, rgba(0,0,0, 0)), to(rgba(0,0,0, 0.1)));
	*/
	border: 1px solid #aaa;
	color: #444;
	
	border-radius:         0.2em;
	-moz-border-radius:    0.2em;
	-webkit-border-radius: 0.2em;
	box-shadow:         0 0.1em 0.15em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	-moz-box-shadow:    0 0.1em 0.15em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0.1em 0.15em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	background: #eee url("../Inc/Img/BasicButtonBG.png") repeat-x scroll left 1px;
	background-image: url(/images/Icons/ArrowDownGray.png), -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 0.9)), color-stop(0.5, rgba(255,255,255, 0.3)), color-stop(0.5, rgba(0,0,0, 0)), to(rgba(0,0,0, 0.1)));
	background-image: url(/images/Icons/ArrowDownGray.png), -webkit-linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image: url(/images/Icons/ArrowDownGray.png),    -moz-linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image: url(/images/Icons/ArrowDownGray.png),     -ms-linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image: url(/images/Icons/ArrowDownGray.png),      -o-linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image: url(/images/Icons/ArrowDownGray.png),         linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	
	background-position: 98% center;
	background-repeat: no-repeat;
	-moz-appearance: button;
	-webkit-appearance: button;
	padding: 0.2em 22px 0.2em 1ex;
	text-overflow: ellipsis;
	-webkit-box-flex: 1;
}
select:menulist-button {
	display: none;
}
.button, input[type="submit"], input[type="button"] {
	padding: 0.1em 2ex;
	border: 1px solid #aaa;
	background: #ddd url("../Inc/Img/BasicButtonBG.png") repeat-x scroll left 1px;
	cursor: pointer;
	color: #444;

	/*
	background-image: -moz-linear-gradient(top, #fff, #fff, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255, 0.9)), color-stop(0.5, rgba(255,255,255, 0.3)), color-stop(0.5, rgba(0,0,0, 0)), color-stop(1, rgba(0,0,0, 0.1)));
	*/
	border-radius:         0.2em;
	-moz-border-radius:    0.2em;
	-webkit-border-radius: 0.2em;
	box-shadow:         0 0.1em 0.15em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	-moz-box-shadow:    0 0.1em 0.15em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0.1em 0.15em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 0.9)), color-stop(0.5, rgba(255,255,255, 0.3)), color-stop(0.5, rgba(0,0,0, 0)), to(rgba(0,0,0, 0.1)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image:    -moz-linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image:     -ms-linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image:      -o-linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
	background-image:         linear-gradient(top, rgba(255,255,255, 0.9) 0%, rgba(255,255,255, 0.3) 50%, rgba(0,0,0, 0) 50%, rgba(0,0,0,0.1) 100%);
}
input.Blank {
	color: #999;
}
a:link.button, a:visited.button, a:hover.button, a:active.button {
	text-decoration: none;
	color: #444;
}
a:hover.button, a:active.button, select:hover, select option:hover,
.button:hover, input[type="submit"]:hover, input[type="button"]:hover {
	color: #222;
	border-color: #888;
	background-color: #ead9ae;
	background-color: #e2e2e2;
	box-shadow:         0 0.2em 0.3em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	-moz-box-shadow:    0 0.2em 0.3em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0.2em 0.3em rgba(0, 0, 0, 0.2), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
}
.button.Disabled,
.button.Disabled:hover,
a.button.Disabled:hover,
a.button.Disabled:active,
select.Disabled:hover,
select option.Disabled:hover,
input[type="submit"].Disabled:hover,
input[type="button"].Disabled:hover
{
	color: #999 !important;
	box-shadow:         0 0 0.05em rgba(0, 0, 0, 0.1), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	-moz-box-shadow:    0 0 0.05em rgba(0, 0, 0, 0.1), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 0 0.05em rgba(0, 0, 0, 0.1), 0 -0.1em 0.1em rgba(255, 255, 255, 0.2);
}
.textbox.Joined, .button.Joined {
	height: 1.4em;
	padding: 0 1ex;
	/*
	line-height: 1.4em;
	*/
	border-radius: 0;
	box-shadow: 0 -0.1em 0.1em rgba(0, 0, 0, 0.2), 0 0.2em 0.2em rgba(255, 255, 255, 0.2);
}
.textbox.Joined {
	margin-right: 0;
	border-right-width: 0;
	border-top-left-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
}
.button.Joined {
	height: 1.5em;
	margin-left: 0;
	border-top-right-radius: 0.4em;
	border-bottom-right-radius: 0.4em;
}

/* Class Selectors */
.Hidden {
	display: none;
}
.MiniAds img, .MiniAds div, table.DataTable, .GuideSections, aside, .Aside, .Shadow {
	/*
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	*/
	box-shadow:         0 4px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0 4px 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
/*
When this is added to the page, centered tables don't print properly. MS Bug.
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=6);
*/
}
ol.MiniAds, ul.MiniAds, ol.MiniAds li, ul.MiniAds li {
	margin: 0;
	display: block;
	list-style: none outside none;
}
ol.MiniAds li, ul.MiniAds li {
	margin-left: auto;
	margin-right: auto;
}
.MiniAds img, .MiniAds div {
	border: 2px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.ShadowFaux {
	background: transparent url("../Inc/Img/SectionBoxBottom.png") repeat-x scroll left top;
	height: 8px;
	overflow: hidden;
}
.ImportantNote, .ImportantNote *, .ImportantNote a:link, .ImportantNote a:visited {
	color: #f00 !important;
	font-style: italic;
}
p.Caption {
	font-style: italic;
	font-size: 0.9em;
}
p.Description {
	font-style: italic;
	font-size: 1.1em;
}
.Huge {
	font-size: 1.6em !important;
}
.Big {
	font-size: 1.4em !important;
}
.Small {
	font-size: 0.85em !important;
}
.VerySmall, .Tiny {
	font-size: 0.7em !important;
}
.AlphabetLinks {
	font-weight: bold;
	text-align: center;
	word-spacing: 0.5em;
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
}
.EzProxyForm, .InfoBox.EzProxyForm {
	padding: 0;
	overflow: hidden;
}
.EzProxyForm .FormTable th {
	border-bottom-color: #ccc;
	line-height: 2em;
}
.EzProxyForm .FormTable td.CellLabel {
	color: #555;
	width: 45%;
}
.EzProxyForm .Aside {
	float: right;
	margin: 0;
	width: 30%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
}
.EzProxyForm .Aside h4:first-child {
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
}
.Aside.Small h4 {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.Aside.Small ul {
	margin-bottom: 0.5em;
}
.Aside.Small li {
	margin-bottom: 0;
}

.Credits {
	font-size: 80%;
	text-align: right;
	margin-right: 1em;
	/*float: right;*/
	color: #666;
	font-style: italic;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.TopLink {
	font-size: 70%;
	text-align: right;
	margin-top: 0;
	margin-bottom: 1em;
	padding-right: 1em;
	/*
	border-bottom: thin #c90 solid;
	float: right;
	font-family: Verdana, Arial, sans-serif;
	*/
	font-weight: bold;
	text-decoration: none;
}
.TopLink a {
	padding-right: 14px;
	color: #e3ce90;
	background: transparent url(/images/Icons/32bit/ArrowSmallUp.png) no-repeat scroll right center;
	_background-image: url(/images/Icons/ArrowSmallUp.png);
}
.UpdateDate {
	font-size: 80%;
	text-align: right;
	margin-right: 1em;
	/*float: right;*/
	color: #999;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.Section {
	overflow: hidden;
	/*
	clear: both;
	*/
}

dl.Clean {
	margin-bottom: 1em;
}
dl.Clean dt {
	font-weight: bold;
	margin: 0.8em 0.25em 0.25em 0.25em;
}
dl.Clean dd {
	margin: 0.4em 0.4em 1em 1.25em;
}
.ThinBlock {
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 1em;
}
.InfoBox {
	margin: 2em;
	padding: 1em;
	border: 1px #ddd solid;
	/*
	background-color: #f9f9f9;
	*/
	overflow: hidden;
	background-image: url(/Web/Inc/Img/32bit/GritLight.png);
	
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
	
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
}
.InfoBox.Custom {
	padding: 0;
}
.InfoBox h3.Title {
	margin: 0;
}

.Hours {
	margin: 0.5em 1ex;
}
.Hours .Active td {
	color: #c00;
	/*
	text-decoration: underline;
	*/
	border-bottom: 1px solid #c00;
}
.Hours .Date {
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
.Hours .Open {
	text-align: right;
	padding-right: 0.7ex;
	padding-left: 1ex;
	white-space: nowrap;
}
.Hours .Close {
	text-align: right;
	white-space: nowrap;
}
.Hours .Closed {
	white-space: nowrap;
	text-align: center;
	color: #c00;
	font-weight: bold;
	font-style: italic;
}
.Hours .Info {
	text-align: center;
}
.Hours .More {
	text-align: center;
	font-size: 120% !important;
	font-style: italic;
}
.Hours .More a {
	background: transparent url(/images/Icons/32bit/ArrowSmallRight.png) no-repeat scroll right center;
	_background-image: url(/images/Icons/ArrowSmallRight.png);
	padding-right: 14px;
}

.HoursMicro table {
	margin-left: auto;
	margin-right: auto;
	empty-cells: show;
	margin: 1em auto;
}
.HoursMicro h3 span {
	background: transparent url(/images/Icons/16px/clock_select_remain.png) no-repeat scroll left 60%;
	padding-left: 20px;
}
.HoursMicro .HoursRow {
	color: #666;
}

.Red .Closed {
	color: #f00;
}
.DontWrapSideBar, section, .InfoBox, .ThinBlock {
	overflow-x: auto;
	overflow-y: hidden;
	_height: 5%;
}
.DontWrapSideBar table {
	_width: auto;
}

.ClearSideBar {
	clear: left;
}

code textarea, .Code {
	font-family: ProFontWindows, ProFont "Courier New", Courier, monospace;
}
/** hilight.js Syntax Coloration Classes **/
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
pre code, pre[title]:before {
	display: block;
	background-color: #fbf7ea;
	background-color: #b7bdbd;
	padding: 1em;
	border: 3px dashed #999;
	border: 1px solid #999;
	font-size: 0.9em;
	border-top-right-radius: 0.75em;
	border-bottom-left-radius: 0.75em;
	border-bottom-right-radius: 0.75em;
	-webkit-border-top-right-radius: 0.75em;
	-webkit-border-bottom-left-radius: 0.75em;
	-webkit-border-bottom-right-radius: 0.75em;
	-moz-border-radius-topright: 0.75em;
	-moz-border-radius-bottomleft: 0.75em;
	-moz-border-radius-bottomright: 0.75em;
}
code.html {
}
code.html .tag {
	font-weight: bold;
	color: #00f;
}
code.css .comment,
code.javascript .comment,
code.sql .comment,
code.html .comment {
	color: #c00;
}
code.html .tag .attribute {
	font-weight: normal;
	color: #03c;
}
code.javascript .string,
code.html .tag .value {
	color: #fff;
}
code.css .id {
	color: #009;
}
code.css .class {
	color: #009;
}
code.css .keyword {
	color: #009;
}
code.css .rule .keyword {
	color: #008000;
}
code.css .rule .value {
	color: #cf3;
}
code.sql .keyword {
	font-weight: bold;
	color: #00f;
}
code.sql .number {
	color: #c0c;
}


/** Large Classes **/
aside, .Aside, .AsideContainer, .GuideSections {
	width: 25%;
	float: right;
	margin: 0 0 1em 5ex;
}
aside, .Aside, .GuideSections {
	width: 25%;
	float: right;
	background-color: #f8f0d9;
	border: 2px solid #fff;
	padding: 3px 3px 1em 3px;
	/*
	border: 1px solid #c0bfbd;
	-webkit-transform: rotate(1deg) scale(0.9);
	-webkit-transition: all 0.5s ease-in-out;
	border-radius: 16px;
	*/
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	/*
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=180, Strength=8);
	*/
}

.AsideContainer aside, .AsideContainer .Aside {
	width: auto;
	margin: 0;
	float: none;
}
.Aside.Full {
	float: none;
	width: auto;
	margin: 0 3ex 1em 3ex;
}

.GuideSections:hover {
	/*
	-webkit-transform: rotate(0deg) scale(1);
	*/
}
aside:hover {
	/*
	-webkit-transform: rotate(0deg) scale(1);
	*/
}
.Aside:hover {
	/*
	-webkit-transform: rotate(0deg) scale(1);
	*/
}
aside h4, .Aside h4, .GuideSections h4 {
	background: transparent url("../Inc/Img/SectionBoxBG.png") repeat-x scroll left top;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242,226,183,0.4)), to(rgba(242,226,183,1)));
	background-image: -moz-linear-gradient(top, rgba(242,226,183,0.4), rgba(242,226,183,1)));
	
	/*
	border-color:  #f8f0d9 #f8f0d9 #cead5a #f8f0d9;
	border-width: 3px 3px 1px 3px;
	border-style: solid;
	*/
	border-bottom: 1px solid #cead5a;
	margin-top: 0;
	padding: 0.5em 1ex;
}
.GuideSections > h4,
aside > h4,
.Aside > h4 {
	margin-top: 1em;
}
aside h4:first-child, .Aside h4:first-child, .GuideSections h4:first-child {
	margin-top: 0;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	-moz-border-radius-topleft: 13px;
	-moz-border-radius-topright: 13px;
}
aside h5, .Aside h5, .GuideSections h5 {
	margin-top: 1em;
	padding: 0.2em 1ex;
	border-bottom:  1px #cead5a solid;
	background-image: none;
}
aside p, .Aside p, .GuideSections p {
	margin-left: 1ex;
	margin-right: 1ex;
}

aside address, .Aside address, .GuideSections address {
	margin-left: 2ex;
	margin-right: 2ex;
}

	/*
.Aside ul, aside ul, .GuideSections ul {
	padding-left: 4ex;
}
.Aside ul li a, aside ul li a, .GuideSections ul li a {
	/*
	display: block;
	margin-left: -4ex;
	padding-left: 4ex;
	_width: 97%;
	_margin-left: 0;
	_padding-left: 0;
	*/
aside ul li a, .Aside ul li a, .GuideSections ul li a {
	/*
	display: block;
	margin-left: -4ex;
	padding-left: 4ex;
	_width: 97%;
	_margin-left: 0;
	_padding-left: 0;
	*/
}
.GuideSections li, aside li, .Aside li {
	margin-bottom: 0.4em;
}
.GuideSections li li, aside li li, .Aside li li {
	margin-left: 3ex;
}

/* Drawers */
.Drawer .Title {
    background-color: #343537;
    border: 1px solid #18191b;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    overflow: hidden;
    cursor: pointer;
    color: #e0c779;
}
.Drawer .Body {
    background-color: #f7efdc;
    border: 1px solid #ecdeb4;
    padding: 2ex;
}
.Drawer .Body {
    box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 6px 12px rgba(0,0,0,0.2);
}
.Drawer.Down .Title,
.Drawer.Up .Title {
    padding: 0.5ex 2ex;
    border-radius: 13px;
    -moz-border-radius: 13px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.3)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.5, rgba(0,0,0,0)), to(rgba(0,0,0,0.15)));
    background-image: -moz-linear-gradient(top, #fff, #fff, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%);
}
.Drawer.Left .Title,
.Drawer.Right .Title {
    /* Horizontal Gradient */
    margin-bottom: 1em;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.3)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.5, rgba(0,0,0,0)), to(rgba(0,0,0,0.15)));
    background-image: -moz-linear-gradient(left, #fff, #fff, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.15) 100%);
}
.Drawer.Left .Title {
    float: right;
    margin-left: 2ex;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomright: 13px;
}
.Drawer.Right .Title {
    float: left;
    margin-right: 2ex;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-bottomleft: 13px;
}
.Drawer.Down .Body {
    margin: 0 12px 18px 12px;
}
.Drawer.Right .Body {
    width: 50em;
    margin: 0 12px 18px 0;
}
.Drawer.Up .Body {
    margin: 0 12px 0 12px;
}
.Drawer.Left .Body {
    margin: 0 0 18px 12px;
}
.Drawer.Open .Chevron {
	background: transparent url(/images/Icons/16px/03-04.png) no-repeat scroll center center;
	width: 16px;
	min-height: 16px;
	float: right;
}
.Drawer.Closed .Chevron {
	background: transparent url(/images/Icons/16px/03-03.png) no-repeat scroll center center;
	width: 16px;
	min-height: 16px;
	float: right;
}


/*
	margin: 0;
	padding: 0;
	margin-bottom: 0.75em;
.GuideSections {
	width: 30%;
	border: 1px #ddd solid;
	background-color: #f9f9f9;
	float: right;
	margin: 0 1em 1em 1em;
	padding: 0 0 1em 0;
}
.ColumnRight .BasicBox {
	margin: 1em 2ex;
}
.ColumnRight .BasicBox p {
	padding-left: 1em;
	padding-right: 1em;
}
*/
.ColumnRight .Aside, .ColumnRight .GuideSections, .ColumnRight .AsideContainer {
	/*
	width: 87%;
	*/
	width: auto;
	float: none;
}
.ColumnRight {
	width: 25%;
	float: right;
}
.ColumnRight .InfoBox {
	margin: 1em 2ex;
	padding: 0;
}
.ColumnRight .InfoBox p {
	padding-left: 1em;
	padding-right: 1em;
}
.Accordion {
	/*
	background-color: #f7f7f7;
	border: 2px dashed #ccc;
	border-top-width: 0;
	*/
}
.Accordion h3 {
	/*
	margin-bottom: 0.25em;
	margin-top: 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.8)), color-stop(0.5, rgba(255,255,255,0.2)), color-stop(0.5, rgba(0,0,0,0)), to(rgba(0,0,0,0.15)));
	background-image: -moz-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), to(rgba(0,0,0,0)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.5, rgba(0,0,0,0)));
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=6);
	*/
	line-height: 1.8em;
	height: 1.8em;
	cursor: pointer;
	margin: 0 8px;
	padding-bottom: 0;
	font-weight: normal;
	font-style: italic;
	border: 2px solid #fff;
	background: #f0dda4 none;
	border-radius: 0.5em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.13);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), to(rgba(255,255,255,0.5)));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,0.5));
}
.Accordion h3.Active {
	font-weight: bold;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.7)), color-stop(0.5, rgba(255,255,255,0.2)), color-stop(0.5, rgba(255,255,255,0)), to(rgba(255,255,255,0.3)));
	background-image: -moz-linear-gradient(top, #fff, #fff, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.3) 100%);
}
.Accordion > div {
	margin: 0 8px 0.8em 8px;
	padding: 0.7em 3ex;
	background-color: #faf9f5;
	border: 2px solid #fff;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-bottomright: 1em;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	/*
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#dddddd', Direction=180, Strength=6);
	border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	*/
}
.Accordion address {
	margin-bottom: 1em;
}

.Accordion h3 span.Chevron{
	background-image:url('/images/Homepage/IndexChevron.png');
	background-position:right;
	background-repeat:no-repeat;
	float:right;
	width: 24px;
	height: 28px;
	margin-right:2ex;
				}
.Accordion h3.Active span.Chevron{
	background-image:none;
}


ul.Navigation {
	background-color: #eee;
	border: 1px #ddd solid;
	padding: 0.25em;
	margin: 1em 5% !important;
	text-align: center;
	font-weight: bold;
	white-space: normal;
	line-height: 2em;
	/*
	width: 90% !important;
	*/
	}
ul.Navigation li {
	display: inline;
	padding: 0.5em 1ex;
	margin: 0;
	/*
	border-left: 2px solid #ccc;
	*/
	}
	/*
ul.Navigation > li {
	border-left: 0px none #ccc;
	}
ul.Navigation li+li {
	border-left: 1px solid #ccc;
	}
	*/
ul.Navigation a {
	text-decoration: underline;
	white-space: nowrap;
	display: inline-block;
	}

div.WarningOuter {
	background-image: url(/images/Backgrounds/CautionLines01.png);
	border: 3px solid #777;
	padding: 1em;
	margin: 1em 6%;
	border-radius: 1.5em;
	-moz-border-radius: 1.5em;
}
.Warning {
	background: #ffe098 url(/images/Icons/32bit/Warning.png) no-repeat scroll 10px 10px;
	border: 3px solid #777;
	padding: 10px 2ex 10px 85px;
	min-height: 64px;
	color: #744;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	font-family: "Tw Cen MT", "Gill Sans MT", "Gill Sans", "Century Gothic", "Lucida Sans", "Lucida Sans Unicode", Helvetica, sans-serif;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}
.Citation p {
	line-height: 200%;
	margin: 1em;
	padding: 1em;
	padding-left: 3em;
	text-indent: -2em;
	font-family: "Courier New", Courier, monospace;
	background-color: #fafafa;
	border: 1px dotted #eee;
}
.Citation a {
	text-decoration: none !important;
}
.Note {
	font-style: italic;
}
.NoWrap {
	white-space: nowrap;
}
.Citation .BookTitle {
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
}
.Citation .JournalTitle {
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

.StaffInfo {
/*
	border-width: 1px;
	padding: 0.75em 2ex;
*/
	border-style: solid;
	margin-top: 1em;
	text-align: center;
	padding-bottom: 0.75em;
}
.StaffInfo div {
	padding: 0 2ex;
}
.StaffInfo .Intro {
	margin-bottom: 0.75em;
}
.StaffInfo .Photo {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.StaffInfo .Name {
	font-size: 120%;
	font-weight: bold;
	/*
	margin-bottom: 0.5em;
	*/
}
.StaffInfo .Title {
	font-size: 110%;
	margin-bottom: 0.75em;
	font-weight: normal;
}
.StaffInfo .Email {
	margin-bottom: 0.5em;
}
.StaffInfo label {
	font-style: italic;
}
.Title {
	font-weight: bold;
}
.ReferenceList {
	overflow: hidden;
	padding: 0 0.5in;
}
.ReferenceList .Title {
	margin-top: 1em;
	font-style: italic;
}
.ReferenceList .Holdings {
	font-weight: bold;
	padding-left: 1.5em;
}
.ReferenceList .Annotation {
	padding-left: 3em;
}
ul.BulletSpaced li, ol.BulletSpaced li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
ul.BulletNone, ol.BulletNone {
	list-style-type: none;
	list-style-image: none;
}
ul.BulletNoMargin li, ol.BulletNoMargin li {
	margin-left: 0;
}
ul.BulletArrow {
	list-style: circle outside url(/images/Bullets/BulletArrow.png);
}
ul.BulletArrowDark {
	list-style: circle outside url(/images/Bullets/BulletArrowDark.png);
}
ul.BulletArrowLarge {
	list-style: circle outside url(/images/Bullets/BulletArrowLarge.png);
}
ul.BulletArrowDarkLarge {
	list-style: circle outside url(/images/Bullets/BulletArrowDarkLarge.png);
}
.PhotoButton {
	cursor: pointer;
	float: left;
	margin: 3px;
	width: 20px;
	height: 20px;
}
.PlayPause {
	background: transparent url(/images/Buttons/Pause.png) no-repeat;
}


/** Table Styles **/
table.DataTable {
	border: 2px solid #fff;
	border-collapse: separate;
	empty-cells: show;
	margin: 0.5em auto 1em auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: transparent url(/images/Backgrounds/CurlyTile.png) repeat scroll center center;
	
	
	/*
	border-collapse: collapse;
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
	*/
}
table.DataTable th {
	background: #efda9b url("../Inc/Img/THBG.png") repeat-x scroll left top;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.5, rgba(0,0,0,0)), to(rgba(0,0,0,0.01)));
	background-image: -moz-linear-gradient(top, #fff, #fff, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 50%);
	border: 1px solid #efda9b;
	border-width: 2px 1px;
	border-bottom: 1px solid #cead5a;
		
	margin: 0;
	text-align: center;
	font-size: 1.4em;
	padding: 0.25em 1ex;
}
/*
table.DataTable th {
	background-color: #C7B88D;
	background-image: url(/images/Backgrounds/GoldTableHeader.png);
	border-color: #F5F0E2 #C7B88D #DDCB9A;
}
*/
table.DataTable td {
	border: 0 solid #ddd;
	border-bottom-width: 1px;
	margin: 0;
	padding: 0.5ex;
}
table.DataTable td td {
	border-bottom-width: 0;
}
table.DataTable th a:link, table.DataTable th a:hover, table.DataTable th a:visited {
	color: #530;
	text-decoration: underline;
}
table.DataTable th.light, table.DataTable td.light {
	background-color: #E3DCC7;
	background: #f6f1e1 url("../Inc/Img/THLightBG.png") repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.5)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.5, rgba(0,0,0,0)), to(rgba(0,0,0,0.01)));
	background-image: -moz-linear-gradient(top, #fff, #fff, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.1) 50%, rgba(0,0,0,0) 50%);
	border: 1px solid #f5eeda;
	border-width: 2px 1px;
	font-size: 1.2em;
}

table.DataTable tr:first-child th:first-child, table.DataTable tr:first-child td:first-child, table.DataTable tr:first-child, table.DataTable thead:first-child {
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}
table.DataTable tr:first-child th:first-child {
	border-left-width: 2px;
}
table.DataTable thead+tbody tr:first-child td:first-child {
	border-top-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
}

table.DataTable tr:first-child th:last-child, table.DataTable tr:first-child td:last-child, table.DataTable tr:first-child, table.DataTable thead {
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
table.DataTable tr:first-child th:last-child {
	border-right-width: 2px;
}
table.DataTable thead+tbody tr:first-child td:last-child {
	border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
}

table.DataTable tr:last-child td:last-child, table.DataTable tr:last-child, table.DataTable tbody {
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}
table.DataTable tr:last-child td {
	border-bottom-width: 0;
}

table.DataTable tr:last-child td:first-child, table.DataTable tr:last-child, table.DataTable tbody {
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}




table.DataTable tfoot tr:last-child th, table.DataTable tfoot tr:last-child td {
	border-bottom-width: 0;
}
table.DataTable tfoot tr:first-child th:first-child, table.DataTable tfoot tr:first-child, table.DataTable tfoot {
	border-top-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

table.DataTable tfoot tr:first-child th:last-child, table.DataTable tfoot tr:first-child, table.DataTable tfoot {
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

table.DataTable th .TableSubtitle {
	font-weight: normal;
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
}
table.DataTable td.TableCaption {
	font-size: 70% !important;
	text-align: center;
}
table.DataTable h1, table.DataTable h2, table.DataTable h3, table.DataTable h4, table.DataTable h5, table.DataTable h6, table.DataTable ul {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*
.DataTable ul {
	list-style-image: url(/images/Bullets/ballsmall.gif);
}
.DataTable ul ul {
	list-style-image: url(/images/Bullets/CircleGold.png);
}
*/
table.DataTable.AlternateRows td {
	border-bottom-width: 0;
}
.AlternateRows .RowOdd, .AlternateRows .RowOdd td, #GuidesList .RowOdd {
	background-color: #eee;
	background-color: rgba(255, 255, 255, 0.1);
	_background-color: #eee;
	border-bottom: 1px solid #eee;
}
.AlternateRows .RowEven, .AlternateRows .RowEven td, #GuidesList .RowEven {
	background-color: #f7f7f7;
	background-color: rgba(241, 217, 158, 0.1);
	_background-color: #f7f7f7;
	border-bottom: 1px solid #eee;
}
.AlternateRows tr.Empty.RowEven td,
.AlternateRows .RowEven td.Empty,
.AlternateRows tr.Empty.RowOdd td,
.AlternateRows .RowOdd td.Empty,
.AlternateRows .Empty.RowEven,
.AlternateRows .Empty.RowOdd,
.AlternateRows tr.Empty td,
.AlternateRows td.Empty,
table.DataTable tr.Empty td,
table.DataTable td.Empty {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.4);
	border-bottom-width: 0;
}


.FormTable {
	margin-bottom: 1em;
}
.FormTable th {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #333;
	border-bottom: 1px solid #444;
}
.FormTable td {
	padding: 0.3em 1ex !important;
	margin: 0 !important;
	line-height: 1.6em;
}
.FormTable td.CellFull,
.FormTable td.CellLabel {
	font-size: 90%;
	color: #666;
	vertical-align: top;
	padding: 0.5em 1ex 1em 2ex;
	width: 30%;
}
.FormTable tr:hover td.CellFull,
.FormTable tr:hover td.CellLabel {
	color: #222;
}
.FormTable td.CellLabel {
	text-align: right;
}
.FormTable td.CellFull {
	width: auto;
}
.FormTable td.CellFull label {
	font-weight: bold;
}
.FormTable td.CellLabel label {
	font-weight: bold;
}
.FormTable td.CellFull span {
	font-size: 90%;
	font-style: italic;
}
.FormTable td.CellLabel span {
	font-size: 90%;
	font-style: italic;
}
.FormTable ol li {
	margin-bottom: 0.5em;
}

.FormTable ul li {
	margin-bottom: 0.5em;
}

/* ID Selectors */
ul#NavigationFooter {
	background-color: #eee;
	border: 1px #ddd solid;
	padding: 0.25em;
	margin: 1em 10%;
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	clear: both;
	overflow: hidden;
}
ul#NavigationFooter li {
	display: inline;
	white-space: nowrap;
	background-image: url(/images/Bullets/Disc.png);
	_background-image: url(/images/Bullets/DiscFlat.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-right: 0.5em;
}
ul#NavigationFooter a {
	color: #000;
	text-decoration: underline;
}
ul#NavigationFooter a:visited {
	color: #333;
}

/** Site Comments **/
#SiteComments .CommentsBlock {
	margin: 0 0 2em 0;
	border: 0 transparent none;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 0;
}
#SiteComments .Comment {
	overflow: hidden;
	width: 100%;
}
#SiteComments .CommentRowOdd {
	/*
	padding: 0.4em;
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
	*/
	}
#SiteComments .CommentRowEven {
	/*
	padding: 0.4em;
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;
	*/
	background-color: #eee;
	background-color: rgba(0,0,0, 0.03);
	}
#SiteComments .PostInfo {
	overflow: hidden;
	/*width: 85%;
	height: 1.2em;
	float: right;*/
	border-left: 1px dotted #ccc;
	_margin-left: 10%;
	padding: 0.5em 0.7em 1em 0.7em;
	}
#SiteComments .PostCount {
	color: #ddd;
	font-size: 5em;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 0.8em;
	height: 0.8em;
	width: 10%;
	overflow: hidden;
	margin: 0;
	padding: 0.1em 0;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0, 0.6);
	}
#SiteComments .PostName {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
	}
#SiteComments .PostTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
	margin-top: 0.3em;
	}
#SiteComments .PostTime {
	float: right;
	font-size: 85%;
	font-family: "Courier New", Courier, monospace;
	padding-right: 4px;
	}
#SiteComments .PostText {
	/*padding: 0.5em 1% 0 1%;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px solid #ccc;
	line-height: 1.5em;
	margin-top: 0.3em;
	padding-top: 0.3em;
	margin-bottom: 0;
	}
	/*
#SiteComments label {
	width: 30%;
	text-align: right;
	float: left;
	padding-right: 1ex;
	}
*/

#SiteComments .FormTable {
	width: 100%;
}
#SiteComments .textbox {
	width: 50%;
	}
#SiteComments textarea {
	width: 60%;
	height: 8.4em;
	padding: 0.25em 0.5ex;
	}
#SiteComments fieldset {
	padding: 1em;
	margin-bottom: 0;
	border: 0 transparent none;
	border-top: 1px solid #ccc;
	border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: 0 2px 3px rgba(0,0,0, 0.1) inset;
	background-color: rgba(0,0,0, 0.05);
	}
#SiteComments fieldset legend {
	color: #666;
	text-align: center;
	border: 1px solid #ccc;
	padding: 0 2ex;
	line-height: 1.5em;
	min-height: 1.5em;
	border-radius: 1em;
	-moz-border-radius: 1em;
	background-color: #f6e8bd;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0,0,0, 0.1);
	}
#LibDebug {
	border: 1px solid #ddd;
	border-top-width: 0;
	overflow: auto;
}
#LibQRCodeURL {
	float: right;
	display: none;
}

/***  CSS 3 Section  ***/
*[align="center"] {
	margin-left: auto;
	margin-right: auto;
}

/* Flag external links automatically then manually for dummer browsers. Rule is ignored if they share a declaration */
a [href^="http://"], .ExternalLink, a.External {
	/*background: transparent url(/Web/HeaderFooter/images/Small-10px-ArrowOut.gif) bottom right no-repeat;
	padding-right: 12px;*/
	padding-right: 12px;
	background-image: url(/images/Icons/Small-10px-ArrowOut.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	/*  IE doesn't position the image right so we shut it off and take off the space where the image would have been */
	/*
	_padding-right: 0px;
	_background-image: none;
	*/
}
/* Make Links to UCF ALEPH site not look like external links */
a[href^="http://library.ucf.edu"],
a[href^="http://cf.catalog.fcla.edu"],
a[href^="http://cf.aleph.fcla.edu"],
a[href^="http://metalib.fcla.edu"],
a[href^="http://sfx.fcla.edu"] {
	padding-right: 0;
	background-image: none;
}
/* Give all of the following file extensions a common set of rules */
a[href$=".ppt"], a[href$=".doc"], a[href$=".xls"], a[href$=".pdf"] {
	padding-right: 18px;
	background-position: right bottom;
	background-repeat: no-repeat;
	min-height: 16px;
}
/* Set a special PDF Icon for PDF File links */
a[href$=".pdf"] {
	background-image: url(/images/Icons/16px/pdf.png);
}
/* Set a special Excel Icon for XLS File links */
a[href$=".xls"] {
	background-image: url(/images/Icons/16px/xls.png);
}
/* Set a special Word Icon for DOC File links */
a[href$=".doc"] {
	background-image: url(/images/Icons/16px/doc.png);
}
/* Set a special PowerPoint Icon for PPT File links */
a[href$=".ppt"] {
	background-image: url(/images/Icons/16px/ppt.png);
}

/* Custom Scrollbars */
/** All Scroll Bars, Shape, Size **/
::-webkit-scrollbar {
	width: 0.8em;
	height: 0.8em;
}
::-webkit-resizer {
	-webkit-border-radius: 1em;
}
::-webkit-scrollbar-thumb {
	min-height: 0.8em;
	min-width: 0.8em;
	-webkit-border-radius: 1em;
}

/** Outside the page **/
html>::-webkit-scrollbar {
	background-color: #fff;
}
html>::-webkit-scrollbar:hover {
	background-color: #eee;
}
html>::-webkit-resizer {
	background-color: #666;
}
html>::-webkit-scrollbar-thumb {
	background-color: #ddd;
	/*
	background: #666 -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.5)), color-stop(0.5, rgba(255,255,255,0.1)), color-stop(0.5, rgba(0,0,0,0)), to(rgba(0,0,0,0.01)));
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.5)), to(rgba(0,0,0,0.01)));
	background-image: -webkit-gradient(linear, left top, right top, from(#999, to(#333));
	*/
}
html>::-webkit-scrollbar-thumb:hover {
	background-color: #bbb;
}
html>::-webkit-scrollbar-thumb:active {
	background-color: #888;
}
/*
*/

/** Inside the page **/
body ::-webkit-scrollbar {
	-webkit-border-radius: 1em;
}
body ::-webkit-scrollbar:hover {
	background-image: url(/images/Backgrounds/32Bit/Black10.png);
}
body ::-webkit-resizer {
	background-image: url(/images/Backgrounds/32Bit/Black50.png);
}
body ::-webkit-scrollbar-thumb {
	background-image: url(/images/Backgrounds/32Bit/Black30.png);
}
body ::-webkit-scrollbar-thumb:hover {
	background-image: url(/images/Backgrounds/32Bit/Black50.png);
}
body ::-webkit-scrollbar-thumb:active {
	background-image: url(/images/Backgrounds/32Bit/Black60.png);
}

@media print {
		/*
		*/
	section, .DontWrapSideBar, .ThinBlock, .InfoBox {
		overflow: visible;
		}
	body {
		width: 7in;
		height: auto;
		}
	html {
		width: 7in;
		height: auto;
		}
	body {
		background: #fff none no-repeat;
		}
	h3 {
		border-bottom: 1pt solid #ccc;
		background-color: #eee;
		}
	h4 {
		border-top: 1pt dashed #ccc;
		border-bottom: 1pt dashed #ccc;
		background-color: #f7f7f7;
		}
	
	.DontPrint {
		display: none !important;
		}
	
	.dontPrintMe {
		display: none !important;
		}
		/*
	table.DataTable {
			filter: none !important;
		}*/
	
	#LibPage a:link, #LibPage a:visited, #LibPage a:hover, #LibPage a:active {	
		color: #000 !important;
		font-weight: bold;
		text-decoration: none !important;
		}
		
		
	#LibPage a:link:after, #LibPage a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 80%;
		font-style: italic;
		font-weight: normal;
		}
	#LibPage a[href^="/"]:after {
		content: " (http://library.ucf.edu" attr(href) ") ";
		}
	#LibPage a[href^="#"]:after {
		content: "";
		font-size: inherit;
		font-style: inherit;
		font-weight: inherit;
		}
	
	#LibPage {
		overflow: visible;
		}
	#LibQRCodeURL {
		display: block;
	}
	/*
		border: 1px dashed green;
#LibPage * {
	border: 1px dotted red;
}
#LibPage * * {
	border: 1px dashed lime;
}
*/
	table {
		/*
		filter: none !important;
		*/
		margin: 0 !important;
		padding: 0 !important;
		}
}

}
