/*
LEGAL
=====
Copyright: University of North Dakota 2007 http://undmedlibrary.org
*/

a
{
	color: #0000C8;
}

a:hover
{
	color: #A50400;
	text-decoration: none;
}

.undgrandforksbar
{
	width:100%;
	height:40px;
	background-color:black;
	color:white;
}

.undbar
{
	float:left;
}

.grandforksbar
{
	text-align:right;
}

.officebar
{
	width:100%;
	height:100px;
	background-image:url('http://undmedlibrary.org/Images/undbar_bg.png');
	background-color:#00822B;
}

.homelinks
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	border-top:1px solid black;
	background-color:#00822B;
	padding:0.3em 0px 0.3em 0.3em;
	vertical-align:middle;
}

.homelinks a
{
	color: white;
	font-weight:bold;
	font-size:10px;
	text-decoration: none;
}

.homelinks a:hover
{
	color: #93C787;
}

.homelinks li
{
	padding:0px 0.25em 0px 0.45em;
	display:inline;
	border-left:1px solid white;
}
.homelinks li:first-child
{
	border-left: 0px none;
	padding-left: 0px;
}

.footprintsbar
{
	background-color: #3C3C3C;
	color: #D7D7D7;
	font-size: 10px;
	font-weight: bold;
	width:100%;
	padding:0.1em 0px 0.1em 0px;
}

.undfooterbar
{
	background-color: #00822B;
	color: white;
	font-size:10px;
	padding: 0.2em;
	border-top:1px solid black;
	clear:both;
	margin: 1em 0px 0px 0px;
}

.undfooterbar #undfooterimg
{
	border:0px;
	float:left;
}
.undfooterlinks
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	height:1.2em;
	padding:2px;
}

.undfooterlinks a
{
	color: white;
	text-decoration: none;
}
	
.undfooterlinks a:hover
{
	color: #93C787;
}

.undfooterlinks li
{
	padding:0px 0.25em 0px 0.45em;
	display:inline;
	border-left:1px solid white;
}

.undfooterlinks li:first-child
{
	border-left: 0px none;
	padding-left: 0px;
}

.contactinfo
{
	padding: 0.5em 0.5em 1em 1em;
	font-size: 9px;
}

#bannerheader
{
        background-image: url(../images/illiad_ordermaterials_header.jpg);
        height:128px;
        overflow: hidden;
        width: 932px;
}

#logonformfields
{
	float:left;
	width:475px;
}

#logonhelp
{
	float:left;
	max-width:450px;
	padding-top: 50px;
	padding-left: 40px;
}

#utility
{
	float: left;
	margin: 0px;
	padding: 0px;
	width:20%
}

#nav
{
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin:0px;
	padding-left: 0px;
	border-right:1px solid black;
}

#nav li
{
	background-color:#545454;
	border-bottom:1px solid black;
	color:#F0F0F0;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0px;
	line-height:1.4em;
}

#nav li a
{
	color:#F0F0F0;
	display:block;
	padding: 0.4em;
	text-decoration:none;
	vertical-align:middle;
}

#nav li a:hover
{
	background-color:#333333;
	color:#CCCCCC;
}

#nav li:first-child
{
	border-top: 1px solid black;
}

#navtier2
{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
}

#navtier2 li
{
	color:#555555;
	background-color:#EBEBEB;
	line-height:1.4em;
	border-right:0px;
}

#navtier2 li a
{
	color:#555555;
	display:block;
	padding: 0.4em;
}

#navtier2 li a:hover
{
	background-color:white;
	color:#555555;
	text-decoration:none;
}


.contentarea
{
	float:left;
	width: 77%;
	padding: 1%;
	border: 1px solid black;
	background-color:white;
}

.contentareawsidebar
{
	float:left;
	width: 55%;
	padding: 1%;
	border: 1px solid black;
	background-color:white;
}

#sidebar
{
	background-color:white;
	border: 1px solid black;
	padding:1%;
}

#helparea
{
	font: Arial, Helvetica, sans-serif;
	margin:0px 0 0 40px;
	padding:3px;
	color:#333333;
	border:none
}

.undcopyright
{
	font-size:90%;
	font-style:italic;
}

.undcharges
{
	font-size:90%;
}

.undagree
{
	font-weight:bold;
}

body
{
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

a
{
	color: #006600;
	text-decoration:none;
}

img
{
	border: 0px;
}

a:hover
{
	color: #FF6600;
	text-decoration:underline;
}

form
{
	padding:0px;
	margin:0px;
}

fieldset
{
	border:0px none;
}

h1
{
	font-size: 1.6em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5
{
	font-size: 1.05em;
}
h6
{
	font-size: 1.01em;
}

#undheader, #undpbody, #undfooter, #undtopbars
{
	width: 972px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/shadowbg.jpg);
	clear:both;
}

#undpbody
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#undheader
{
	height: 131px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#undfooter
{
	min-height: 46px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#undheader img
{
	padding:0px;
}

#undinnercontent, #undfootercontent
{
	margin-right:20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;

}

#undtopimage
{
	line-height:0px;
}


#undtopnavbar
{
	margin-left:20px;
	margin-right:20px;
	border-bottom: 1px solid #9E9E9E;
	background-image: url(../images/search_bg.jpg);
	height: 25px;
	line-height: 25px;
	padding-left:10px;
	color:#006600;
	font-weight:bold;
}

#undtopnavbar a
{
	color:black;
}

#undtopnavbar a:hover
{
	color:#FF6600;
	text-decoration: none;
}

#undtopnavbar ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#undtopnavbar ul li
{
	padding-left: 5px;
	display:inline;
}

#undtopnavbar #und0
{
	padding-left: 40px;
	float:left;
}

#undtopnavbar #undaz
{
	padding-right: 15px;
	float:right;
}

#undtopnavbar fieldset
{
	margin:0px;
	padding:0px;
	border: 0px none;
}

#undtoplinksbar
{
	background-color: #000000;
	color: #FFFFFF;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	line-height: 25px;
	height: 25px;
}

#undtoplinksbar ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#undtoplinksbar ul li:first-child
{
	padding-left: 15px;
}

#undtoplinksbar ul li
{
	display:inline;
	padding-left: 67px;
}

#undtoplinksbar ul li a
{
	color: white;
}

#undtoplinksbar ul li a:hover
{
	text-decoration: none;
	color: #FF6600;
}

#undpbody
{
	overflow: hidden;
	
}

#undfootercontent
{
	border-top: 1px solid #9E9E9E;
}

#undsidenav
{
	background-color:#BFCCD2;
	border-right: 2px solid #9E9E9E;
	float:left;
	margin-right:0px;
	/* column background hack - has bugs with FF */
	margin-bottom:-16384px !important;
	padding-bottom:16384px !important;
	width:202px;
}

#undsidenav ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:10px;
}

#undsidenav ul li
{
	border-bottom:1px solid #97A9B3;
	color:#555555;
	height:auto;
	line-height: 1.4em;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#undsidenav a
{
	color:#006633;
}

#undsidenav ul li a
{
	display:block;
}

#undsidenav a:hover
{
	color: #FF6600;
}

.undnavheader
{
	font-weight:bold;
	background-color: #97A9B3;
}

.undnavheader a
{
	text-decoration: none;
}

#undcurrentdate
{
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	padding-top:10px;
}

#undsearcharea
{
	color:#555555;
	height:auto;
	line-height: 1.4em;
	margin-top:40px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#undsearcharea fieldset
{
	border: 0px none;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
	padding-top: 5px;
}

#undsearcharea a
{
	color:#006633;
	text-decoration:none;
}

#undsearcharea a:hover
{
	text-decoration:underline;
}

#undsearcharea #q2
{
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 2px;
	height: 19px;
	font-size: 12px;
}

#undsearcharea #q2submit
{
	padding: 0px;
	margin-left: 2px;
}

#undmainheader
{
	background-image: url(../images/library_panorama_header.jpg);
	height:128px;
	overflow: hidden;
	width: 728px;
}

#undmainhoursbar
{
	position: relative;
	top: 103px;
	left: 135px;
	color: white;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
}

#undpagecontent
{
	width: 722px;
	float:left;
	padding:3px;
}

#undpagecontentf
{
	width: 926px;
	float:left;
	padding:3px;
}

#undpagecontentnp
{
	width: 932px;
	padding:0px;
	float:left;
}

#undmaincontent
{
	padding: 10px;
}


#undmaincol0
{
	width:480px;
	float:left;
}

#undmaincol1
{
	float:right;
	width: 210px;
}

.sidebox
{
	background: url(../images/bluebar.gif);
	padding: 1px;
	margin-bottom: 20px;
}

#undadminmenu
{
	background: url(../images/purplebar.gif);
}

.sideboxheader
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sideboxcontent ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin-bottom:0;
	margin-left:10px;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:8px;
	padding-right:0;
	padding-top:0;
}

.sideboxcontent
{
	background-color: white;
	color: black;
	padding: 2px;
}

#undmainannouncements
{
	background: url(../images/redbar.gif);
	padding: 1px;
	margin-top: 20px;
}

#undmainannouncementsheader
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#undmainannouncementscontent
{
	background-color: white;
	color: black;
	padding: 2px;
	min-height: 14px;
}


.bottombox
{
	background: url(../images/graybar.gif);
	padding: 1px;
	margin-bottom:20px;
	width: 220px;
}

.bottomboxheader
{
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.bottomboxcontent ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin-bottom:0;
	margin-left:10px;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:8px;
	padding-right:0;
	padding-top:0;
}

.bottomboxcontent
{
	background-color: white;
	color: black;
	padding: 2px;
}

#undmainbottom
{
	margin-top: 20px;
}

#undmainquick
{
	float:left;
	margin-right: 20px;
}

#undmainselected
{
	float:right;
}

#undfootercontent ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:20px;
}

#undfootercontent ul li
{
	padding-left: 45px;
	display:block;
	float:left;
	width: 130px;
}

#undfootercontent ul li a
{
	color:black;
	text-decoration:none;
}

#undfootercontent ul li a:hover
{
	text-decoration:none;
}

#undcontactc0
{
	float:left;
}
#undcontactc1
{
	float:right;
	text-align:right;
}
#undcontactfooter
{
	margin:auto;
	width:932px;
	padding-left:20px;
	padding-right:20px;
	color: #006600;
}
#undcontactfooter a
{
	color:#006600;
	text-decoration:underline;
}


#undvalidfooter
{
	clear:both;
	width:932px;
	margin:auto;
}
#undvalidfooter p
{
	float:left;
	padding-right:20px;
}

.newsfullcat
{
	float:right;
	padding:3px;
}

.newsfullheadline
{
	font-size:17px;
	font-weight:bold;
	display:block;
}

.newsfulldate
{
	display:block;
	font-style:italic;
	font-size:10px;
	padding-top:8px;
	padding-left:8px;
}

.newsfullstory
{
	padding:8px;
}

.newsfulllist
{
	list-style:none;
	padding:0px;
	margin:0px;
}

.newsfulllist li
{
	border-top:1px solid black;
	padding:4px;
}
.newsfulllist li:first-child
{
	border-top:0px none;
}

.newsfullitem li
{
	border:0px none;
}

.newspagelinks
{
	list-style:none;
}
.newspagelinks li
{
	display:inline;
	border-left: 1px solid black;
	padding-left:6px;
	padding-right:6px;
}
.newspagelinks li:first-child
{
	border-left:0px none;
}

.faq
{
	width:100%;
}


/*
LEGAL
=====
Copyright: Atlas Systems, Inc. 2006 http://www.atlas-sys.com
*/


/* DEFAULT TABLE */

.default-table {}
.default-table table {border: 1px solid #00822B;font: 75%/1.5em arial, geneva, sans-serif;border-collapse:collapse;}
.default-table tbody td {font-size: 100%;letter-spacing: 0.05em;}
.default-table tbody td, th {border-left: 1px solid #00822B;vertical-align: top;padding: 5px;}
.default-table thead tr {background: #efefef;color:#000;}
.default-table thead tr.row-header {background: #00822B;color: #ffffff;background:url(../images/searchbarbg.gif);}
.default-table thead tr.row-headings {border-bottom: 1px solid #00822B; }
.default-table thead th {padding: 5px 5px;text-align: left;letter-spacing: 0.2em;font-weight: bold;font-size: 110%;}
.default-table tbody th {padding: 5px 5px 5px 5px;text-align: left;font-size: 110%;color: #fff;letter-spacing: 0.1em;line-height: 1.5em;text-transform: uppercase;}	
.default-table tbody tr.row-odd th {background: #efefef;}
.default-table tbody tr.row-odd {background: #efefef;}
.default-table tbody tr th {background: #ffffff;}
.default-table tbody tr {background: #ffffff;}
.default-table tfoot th, tfoot td {margin: 0;border-top: 2px solid #fff;padding: 5px 10px;text-align: left;background: #F8F12A;color: #000;}
.default-table tfoot th {text-transform: uppercase;letter-spacing: 0.2em;border: none;}
.default-table tfoot td {padding-left: 10px;}
.default-table a {text-decoration:none;}

a.offsite:link, .offsite {padding-right: 12px;background: transparent url("images/aoutside.gif") no-repeat 100%;white-space: nowrap;}

.iconlist{list-style: none;margin: 0px;padding: 0px;}

/* FORMS */
form {margin: 0 0 1.5em}
fieldset {border: none}
label {display:block;padding: 5px 0}
label br {clear:left}

/* FORMS - general classes */
	
/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
form.f-wrap-1 {width:100%;padding: .5em 0;background: #f6f6f6;border-top: 1px solid #d7d7d7;position:relative;overflow:hidden;}
form.f-wrap-1 fieldset {width:auto;margin: 0 1em}
form.f-wrap-1 h3 {margin:0 0 .6em;font: bold 155% arial;color:#c00}
form.f-wrap-1 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}

/* hide from IE mac \*/
form.f-wrap-1 label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select {width:15em;float:left;margin-left:10px}

form.f-wrap-1 label .field {float:left;width:8em;line-height: 1.7;display:block;position:relative}
form.f-wrap-1 label .field .note {color:#333333;font-size:80%;font-weight:normal}
form.f-wrap-1 label .field .req {color:#c00;font-size:150%;font-weight:normal;line-height:1em;width:.3em;height:.3em;float:left;padding-right:0.7em;}		

form.f-wrap-1 div.req {color:#666;font-size:96%;font-weight:normal;width:13em;text-align:right}
form.f-wrap-1 div.req b {color:#c00;font-size:140%}
form.f-wrap-1 label select {width: 15.5em}
form.f-wrap-1 label textarea.f-comments {width: 20em}
form.f-wrap-1 div.f-submit-wrap {padding: 5px 0 5px 8em}
form.f-wrap-1 input.f-submit {margin: 0 0 0 10px}

form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap {float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio {width:auto;float:none;margin:0;padding:0}

form.f-wrap-1 label span.errormsg {display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
form.f-wrap-1 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}

/* FORMS - f-wrap-2 - simple form, headings on top, form elements on bottom */
form.f-wrap-2 {width:100%;padding: .5em 0;background: #f6f6f6;border-top: 1px solid #d7d7d7;position:relative}
form.f-wrap-2 fieldset {width:auto;margin: 0 1em}
form.f-wrap-2 h3 {margin:0 0 .6em;font: bold 155% arial;color:#c00}
form.f-wrap-2 label {clear:left;float:left;width:100%;border-top: 1px solid #fff}

/* hide from IE mac \*/
form.f-wrap-2 label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-2 label input, form.f-wrap-2 label textarea, form.f-wrap-2 label select {float:left;margin-left:10px}

form.f-wrap-2 label b {float:left;line-height: 1.7;display:block;position:relative}
form.f-wrap-2 label b .req {color:#c00;font-size:150%;font-weight:normal;line-height:1;left:-.4em;width:.3em;height:.3em;float:left;padding-right:0.7em;}
form.f-wrap-2 div.req {color:#666;font-size:96%;font-weight:normal;width:13em;text-align:right}
form.f-wrap-2 div.req b {color:#c00;font-size:140%}
form.f-wrap-2 label select {width: 15.5em}
form.f-wrap-2 label textarea.f-comments {width: 20em}
form.f-wrap-2 div.f-submit-wrap {padding: 5px 0 5px 8em}
form.f-wrap-2 input.f-submit {margin: 0 0 0 10px}

form.f-wrap-2 fieldset.f-checkbox-wrap, form.f-wrap-2 fieldset.f-radio-wrap {clear:left;float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
form.f-wrap-2 fieldset.f-checkbox-wrap b, form.f-wrap-2 fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
form.f-wrap-2 fieldset.f-checkbox-wrap fieldset, form.f-wrap-2 fieldset.f-radio-wrap fieldset {float:left;margin: 3px 0 0 10px}
form.f-wrap-2 fieldset.f-checkbox-wrap label, form.f-wrap-2 fieldset.f-radio-wrap label {float:left;border:none;margin:0;padding:2px 0;margin-right:-3px}
form.f-wrap-2 label input.f-checkbox, form.f-wrap-2 label input.f-radio {width:auto;float:none;margin:0;padding:0}

form.f-wrap-2 label span.errormsg {display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
form.f-wrap-2 label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}	

/* FORMS - f-wrap-request - simple form, headings on left, form elements on right */
form.f-wrap-request {width:100%;padding: .5em 0;background: #f6f6f6;border-top: 1px solid #d7d7d7;position:relative}
form.f-wrap-request fieldset {width:auto;margin: 0 1em}
form.f-wrap-request h3 {margin:0 0 .6em;font: bold 155% arial;color:#c00}
form.f-wrap-request h2 {margin:.6em 0 .6em;font: bold 155% arial;color:#00822B}
form.f-wrap-request label {clear:left;float:left;width:100%;border-bottom: 1px solid #fff}

/* hide from IE mac \*/
form.f-wrap-request label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-request label input, form.f-wrap-request label textarea, form.f-wrap-request label select {width:35%;float:left;margin-left:10px}

form.f-wrap-request label b {float:left;width:60%;line-height: 1.7;display:block;position:relative}
form.f-wrap-request label b .note {color:#333333;font-size:80%;font-weight:normal}
form.f-wrap-request label b .req {color:#c00;font-size:150%;font-weight:normal;line-height:1em;width:.3em;height:.3em;float:left;padding-right:0.7em;}

form.f-wrap-request label .field {float:left;width:60%;line-height: 1.7;display:block;position:relative}
form.f-wrap-request label .field .note {color:#333333;font-size:80%;font-weight:normal}
form.f-wrap-request label .field .req {color:#c00;font-size:150%;font-weight:bold;line-height:1em;width:.3em;height:.3em;float:left;padding-right:0.7em;}

form.f-wrap-request div.req {color:#666;font-size:96%;font-weight:normal;width:13em;text-align:right}
form.f-wrap-request div.req b {color:#c00;font-size:140%}
form.f-wrap-request label select {width: 15.5em}
form.f-wrap-request label textarea.f-comments {width: 20em}
form.f-wrap-request div.f-submit-wrap {padding: 5px 0 5px 8em}
form.f-wrap-request input.f-submit {margin: 0 0 0 10px}

form.f-wrap-request fieldset.f-checkbox-wrap, form.f-wrap-request fieldset.f-radio-wrap {float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
form.f-wrap-request fieldset.f-checkbox-wrap b, form.f-wrap-request fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
form.f-wrap-request fieldset.f-checkbox-wrap fieldset, form.f-wrap-request fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
form.f-wrap-request fieldset.f-checkbox-wrap label, form.f-wrap-request fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
form.f-wrap-request label input.f-checkbox, form.f-wrap-request label input.f-radio {width:auto;float:none;margin:0;padding:0}

form.f-wrap-request label span.errormsg {display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
form.f-wrap-request label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}
		
/* FORMS - f-wrap-detail - simple form, headings on left, form elements on right */
form.f-wrap-detail {width:100%;padding: .5em 0;background: #f6f6f6;border-top: 1px solid #d7d7d7;position:relative}
form.f-wrap-detail fieldset {width:auto;margin: 0 1em}
form.f-wrap-detail h3 {margin:0 0 .6em;font: bold 155% arial;color:#c00}
form.f-wrap-detail h2 {margin:.6em 0 .6em;font: bold 155% arial;color:#00822B}
form.f-wrap-detail label {clear:left;float:left;width:100%;border-bottom: 1px solid #fff}

/* hide from IE mac \*/
form.f-wrap-detail label {float:none}
/* end hiding from IE5 mac */

form.f-wrap-detail label input, form.f-wrap-detail label textarea, form.f-wrap-detail label select {width:35%;float:left;margin-left:10px}

form.f-wrap-detail label b {float:left;width:60%;line-height: 1.7;display:block;position:relative}
form.f-wrap-detail label b .note {color:#333333;font-size:80%;font-weight:normal}
form.f-wrap-detail label b .req {color:#c00;font-size:150%;font-weight:normal;line-height:1em;width:.3em;height:.3em;float:left;padding-right:0.7em;}
form.f-wrap-detail div.req {color:#666;font-size:96%;font-weight:normal;width:13em;text-align:right}
form.f-wrap-detail div.req b {color:#c00;font-size:140%}
form.f-wrap-detail label select {width: 15.5em}
form.f-wrap-detail label textarea.f-comments {width: 20em}
form.f-wrap-detail div.f-submit-wrap {padding: 5px 0 5px 8em}
form.f-wrap-detail input.f-submit {margin: 0 0 0 10px}

form.f-wrap-detail fieldset.f-checkbox-wrap, form.f-wrap-detail fieldset.f-radio-wrap {float:left;width:32em;border:none;margin:0;padding-bottom:.7em}
form.f-wrap-detail fieldset.f-checkbox-wrap b, form.f-wrap-detail fieldset.f-radio-wrap b {float:left;width:8em;line-height: 1.7;display:block;position:relative;padding-top:.3em}
form.f-wrap-detail fieldset.f-checkbox-wrap fieldset, form.f-wrap-detail fieldset.f-radio-wrap fieldset {float:left;width:13em;margin: 3px 0 0 10px}
form.f-wrap-detail fieldset.f-checkbox-wrap label, form.f-wrap-detail fieldset.f-radio-wrap label {float:left;width:13em;border:none;margin:0;padding:2px 0;margin-right:-3px}
form.f-wrap-detail label input.f-checkbox, form.f-wrap-detail label input.f-radio {width:auto;float:none;margin:0;padding:0}

form.f-wrap-detail label span.errormsg {display:block;width:16em;background: transparent url(images/errormsg_bg.gif) no-repeat 0 0}
form.f-wrap-detail label span.errormsg b {padding: 10px 0;margin: 0 10px 0 30px;color:#B30800;font-weight:bold;display:block;width:auto;float:none;line-height:1.3}


/* TYPOGRAPHY */
p, ul, ol {margin: 0 0 1.5em}
h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#000;border-bottom: 1px solid #eee;padding-bottom: .1em}
h1 {font-size: 196%;margin-top:.6em}
h2 {font-size: 136%}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
.highlight {color:#E17000}
.subdued {color:#999}
.error {color:#c00;font-weight:bold}
.success {color:#390;font-weight:bold}
.caption {color:#999;font-size:11px}
.date {font: bold 82% arial;color:#bbb;display:block;letter-spacing: 1px}
small {font-size:11px}

/* LISTS */

dl {margin: 0 0 1em 0}
dt {font-weight:bold;margin-top: 1.3em}
dl dl {margin: 0 0 1.5em 30px}

/* GENERAL */
img {border:none} 
hr {margin: 1em 0;background:#f2f2f2;height:1px;color:#f2f2f2;border:none;clear:both}
.clear {clear:both;position:relative;font-size:0px;height:0px;line-height:0px} 

/* LAYOUT - HEADER */
#header {background-color: #efefef; border-left: none;border-right: none; border-top: 1px solid black;border-bottom: 1px solid black;margin: 0px;padding: 6px 0 0 2px}
#header #site-name {font: 215% arial;letter-spacing: -.05em;margin:0px 0 0 40px;padding:3px;color:#00822B;border:none}
#header #title-name {font: 215% arial;letter-spacing: -.05em;margin:0px 0 0 40px;padding:3px;color:#00822B;border:none}
#header #user-name {font: 100% ariel;margin:0px 0 0 0;padding:3px;color:#333333;border:none}

#sub-name {font: 155% arial;letter-spacing: -.05em;margin:0px 0 0 40px;padding-top:3px;padding-left:40px;padding-right:3px;padding-bottom:3px;color:#00822B;border:none}
	
/* SEARCH */
#search {color:#00822B;font-weight:bold;}
#search form {margin:0 0 5px 0}
#search input.f-criteria {
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	margin-left: 2px;
	height: 19px;
	font-size: 12px;
	border:1px solid #00822B;
}	
#search label {padding:5px 0 0;display:inline}
#search input.f-submit {
	padding: 0px;
	margin-left: 2px;

}
#search #searchType input {}
#search #searchType label {font-weight:normal;font-size:0.8em;padding:0px 0px 0px 5px}
	
/* POWERED BY */
#poweredby {width:96px;height:63px;}

/* LAYOUT - main body of page */

.featurebox {color:#333;padding: 15px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6 url("images/featurebox_bg.gif") no-repeat 100% 100%}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #339933;color:#339933}
.featurebox p {border:none;margin: 0 0 0.5em;color:#444}
.featurebox a {font-weight:bold}

/* ALERTS */
	
.alertNone {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertNone p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #339933;color:#339933}
.alertNone p {border:none;margin: 0 0 0.5em;color:#444}
.alertNone a {font-weight:bold}

.alertSystem {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertSystem p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #339933;color:#339933}
.alertSystem p {border:none;margin: 0 0 0.5em;color:#444}
.alertSystem a {font-weight:bold}

.alertUser {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertUser p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #339933;color:#339933}
.alertUser p {border:none;margin: 0 0 0.5em;color:#444}
.alertUser a {font-weight:bold}

.alertStatus {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertStatus p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #339933;color:#339933}
.alertStatus p {border:none;margin: 0 0 0.5em;color:#444}
.alertStatus a {font-weight:bold}

.alertDeliveryLocation {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6}
.alertDeliveryLocation p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #339933;color:#339933}
.alertDeliveryLocation p {border:none;margin: 0 0 0.5em;color:#444}
.alertDeliveryLocation a {font-weight:bold}

/* TRANSACTION MENU */
	
#transactionMenu {border-top: 5px solid #999;border-bottom: 1px solid #ccc;margin-bottom:.5em;width:100%}
#transactionMenu a:link, #transactionMenu a:visited {color:#c00;font-weight:bold;line-height:2em;padding:.3em}
#transactionMenu a:hover, #transactionMenu a:active {background-color: #efefef}
#transactionMenu .separator {color:#ccc;margin-left:5px;margin-right:5px}
#transactionMenu .noActionMessage {color:#999;font-weight:normal;line-height:2em;padding:.3em}
	
/* LAYOUT TYPE B */
#type-b #content-wrap {background: transparent url("images/content_wrap_bg.gif") repeat-y 30px 0}
#type-b #content {margin: 0 23px 0 235px}

/* LAYOUT TYPE C */
#type-c #content-wrap {background: transparent url("images/content_wrap_bg.gif") repeat-y 30px 0}
#type-c #content {margin: 0 25% 0 235px}

/* LAYOUT TYPE D */
#type-d #content {margin: 0 25% 0 50px}

/* LAYOUT - FOOTER */
#footer {clear:both;border-top: 1px solid #E3E8EE;padding: 10px 0 30px;font-size:86%;color:#999; text-align: left}
#footer p {margin:0}
#footer a:link {color:#999}


/* FAQ */

#faq-toc li {font-weight:bold;line-height: 1.4em;padding-left: 0px;} 
#faq-contents {line-height:normal}
#faq-contents .faq-item {width:100%;border-top: 5px solid #999;padding-top: 1px;padding-bottom: 10px}
#faq-contents .faq-item-box {color:#333;padding: 0px 20px 20px;border-top: 1px solid #d7d7d7;background: #f6f6f6}
#faq-contents .faq-item-box p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6 {margin: 0 0 .3em;border-bottom: 1px solid #339933;color:#339933}
#faq-contents .faq-item-box p {border:none;margin: 0 0 1em;color:#444}
#faq-contents .faq-item-box a {font-weight:bold}
#faq-contents li {font-weight:normal;line-height: 1.4em;padding-left: 0px;background-repeat: no-repeat;} 

#status {font: Arial, Helvetica, sans-serif; margin:0px 0 0 40px;padding:3px;color:#333333;border:none}
#status .statusNormal {color:#333333}
#status .statusInformation {color:#00822B}
#status .statusError {color:#FF0000}

.NLMDDSRequest {margin-bottom:20px}

.validationError {font-weight:bold; color:#FF0000}

.urlPDF{background-image: url("http://undmedlibrary.org/images/pdf.gif");background-repeat: no-repeat;background-position: 0 50%;padding: 3px 0 3px 20px;margin: .4em 0;}

/*
LEGAL
=====
Copyright: Daemon Pty Limited 1995-2006, http://www.daemon.com.au & http://www.mollio.org/
License: Released Under the "Common Public License 1.0", http://www.opensource.org/licenses/cpl.php
Version: 010306
*/
