/*Title class for the navigation menu*/

.menutitle a:link,
.menutitle a:visited,
.menutitle a:hover,
.menutitle a:active {
	color: #fff;
	text-decoration: none;
}

/*Login App Forms*/

.usermessage {
	color: #900;
}

.userframe {
	width: 100%;
}

.userframe h4 {
	padding: 0;
	margin-bottom: 8px;
}

.userframe p {
	margin: 0.7em 0;
}

.userframeinner {
	width: 220px;
	background-color: #DDD;
	color: #333;
	border: 2px solid #999;
	padding: 0 10px;
	margin: 0;
}

.userform {
	margin: 0;
}

.userframecenter {
	width: 150px;
	margin: 0 auto;
}

.usersubmit {
	color: #333;
	font-weight: bold;
}

/*User class for the navigation menu*/

.menuuser {
	line-height: 14px;
	font-size: 9px;
	color: #666;
	background: #fff;
	border-bottom: 1px solid #CFC7CE;
	font-weight: bold;
	padding: 2px 0 3px 0;
	margin: 0;
}

.menuuser a:link,
.menuuser a:visited {
	color: #00C;
	text-decoration: underline;
}

.menuuser a:hover {
	color: #F00;
	text-decoration: none;
}

.menuuser a:active {
	color: #F00;
	text-decoration: underline;
}

.menuuser form {
	margin: 0;
	padding: 0;
}

.menuuser select {
	width: 150px;
	font-size: 10px;
	margin: 4px;
}

.menuuser option {
	margin: 0 0 2px 2px;
	padding: 0 0 2px 2px;
}

/*User alert classes*/

#useralertbar {
	width: 100%;
	top: 0;
	margin-bottom: 10px;
	position: relative;
	z-index: 100;
	background-color: #ffd;
	border-bottom: 1px solid #999;
}

#useralertinner {
	background: url(https://www.awai.com/_img/alert.gif) 5px center no-repeat;
	padding: 5px;
	margin: 0 auto;
	width: 100%;
	display: table;
}

#useralertmessage,
#useralertclose,
#useralertbutton {
	display: table-cell;
	vertical-align: middle;
}

#useralertmessage {
	padding: 4px 0 4px 25px;
	font-size: 12px;
	line-height: 1.5;
}

#useralertclose {
	padding: 4px;
	cursor: pointer;
}

#useralertclose img {
	min-width: 16px;
}

#useralertbutton {
	padding: 1px 10px;
}

/* Comment Style for JS Rollovers - prepares/prehides comments */

div.comment {
	font-family: Verdana, Geneva, sans-serif;
	background: none;
	visibility: hidden;
	position: absolute;
	width: 358px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.commentlink {
	cursor: help;
}

.comtop {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='//www.awai.com/_images/comments/comments.top.png');
	background-image: url(//www.awai.com/_images/comments/comments.top.png);
	background-repeat: no-repeat;
	padding: 0;
	height: 17px;
	width: 358px;
	margin: 0;
	line-height: 1px;
	font-size: 1px;
}

.combg {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='//www.awai.com/_images/comments/comments.bg.png');
	background-image: url(//www.awai.com/_images/comments/comments.bg.png);
	background-repeat: repeat-y;
	padding: 0;
	width: 358px;
	margin: 0;
	margin-top: 0;
}

.comtext {
	margin: 0 24px 0 15px;
	padding: 0;
}

div.comment h1,
div.comment h2,
div.comment h3,
div.comment h4,
div.comment h5,
div.comment h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	border-bottom: #000000 solid 1px;
	margin-top: 0;
	margin-bottom: 3px;
	padding-top: 0;
	padding-bottom: 5px;
}

div.comment p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 2px;
	font-size: 11px;
	line-height: 15px;
}

div.comment hr {
	font-size: 10px;
	line-height: 10px;
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

.combot {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='//www.awai.com/_images/comments/comments.bottom.png');
	background-image: url(//www.awai.com/_images/comments/comments.bottom.png);
	background-repeat: no-repeat;
	padding: 0;
	height: 17px;
	width: 358px;
	margin: 0;
	line-height: 1px;
	font-size: 1px;
}

/* Expand / Collapse Classes */

a.expandable,
a.collapsible {
	display: block;
	width: 95%;
	padding: 3px 3px 3px 23px;
	font-weight: bold;
	border: 1px solid;
}

/*expandable link class definitions*/

a.expandable {
	background: #f0f0f0 url(//www.awai.com/_images/bullets/expand.gif) 5px center no-repeat;
	border-color: #ababab;
}

/*collapsible link class definitions*/

a.collapsible {
	background: #e7ffff url(//www.awai.com/_images/bullets/collapse.gif) 5px center no-repeat;
	border-color: #879595;
}

a.expandable:link,
a.expandable:visited,
a.collapsible:link,
a.collapsible:visited {
	color: #000;
	text-decoration: none;
}

a.expandable:hover,
a.collapsible:hover {
	color: #c00;
}

a.expandable:active,
a.collapsible:active {
	color: #000;
}

/* Captcha */

img.captcha_image {
	border: 1px solid #cccccc;
}

/*	-------------------------------------------------------------



	Semantic Classes



	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.pre-heading {
	/*	display:block;

	margin:0 0 0.1em 0;

	padding:0;*/
	padding: 0 0 0.1em 0;
	font-size: 0.7em;
	line-height: 1.2;
	color: #666;
}

.byline {
	/*	display:block;

	margin:0.1em 0 0 0;

	padding:0;*/
	padding: 0.1em 0 0 0;
	font-size: 0.8em;
	line-height: 1.2;
	font-style: italic;
}

.dateline {
	/*	display:block;

	margin:0.2em 0 0 0;

	padding:0;*/
	padding: 0.2em 0 0 0;
	font-size: 0.8em;
	line-height: 1.2;
	font-weight: normal;
	color: #999;
}

.caption {
	font-size: 0.9em;
	line-height: 1.4;
	font-weight: bold;
	color: #003;
	text-align: center;
	/* Only applies when used on block-level elements */
}

.product-title {
	font-weight: bold;
	font-style: italic;
}

.error {
	font-weight: bold;
	color: #F00;
}

.urgent {
	font-weight: bold;
	font-style: italic;
	color: #F00;
}

.warning {
	font-weight: bold;
	font-style: italic;
	color: #F60;
}

.important {
	font-weight: bold;
	font-style: italic;
}

.memo,
.letter {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	line-height: 1.4;
	color: #004;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.memo strong,
.letter strong {
	font-size: 1.125em;
}

.memo a:link,
.memo a:visited,
.letter a:link,
.letter a:visited {
	text-decoration: underline;
}

.editors-note {
	font-size: 0.9em;
	line-height: 1.4;
	color: #444;
}

div.editors-note,
p.editors-note {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.cited {
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

div.cited {
	margin: 0.7em 3em;
	/* This should match the left and right margins for blockquote */
}

.clickable {
	cursor: pointer;
}

/*	-------------------------------------------------------------



	Floating and Centered Boxes



	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.box {
	border: 2px solid #bbb;
	border-radius: 5px;
	background-color: #eee;
	padding: 0.8em;
	margin-bottom: 1.4em;
}

.rbox,
.lbox,
/* .rbox and .lbox are deprecated */
.rbox-small,
.rbox-medium,
.rbox-large,
.lbox-small,
.lbox-medium,
.lbox-large,
.cbox {
	display: block !important; /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	margin: 1em auto !important; /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
}

.rbox.box,
.lbox.box,
/* .rbox and .lbox are deprecated */
.rbox-small.box,
.rbox-medium.box,
.rbox-large.box,
.lbox-small.box,
.lbox-medium.box,
.lbox-large.box,
.cbox.box {
	width: 85%;
}

.ibox.box {
	display: inline-block !important; /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	padding: 0.25em;
	margin: 0;
}

.fbox {
	display: flex;
	flex-direction: column;
	margin: 1.4em auto;
	gap: 1em;
}

.box .box-title {
	font-size: 1.3em;
	line-height: 1.2;
}

.box blockquote {
	margin: 1em 0 0 0;
}

.box div.cited {
	margin-left: 0;
	margin-right: 0;
}

.box div,
.box p,
.box ul,
.box ol,
.box dl,
.box li {
	margin-bottom: 0;
}

/*.box p + h1,

.box p + h2,

.box p + h3,

.box p + h4,

.box p + h5,

.box p + h6,

.box ul + h1,

.box ul + h2,

.box ul + h3,

.box ul + h4,

.box ul + h5,

.box ul + h6,

.box ol + h1,

.box ol + h2,

.box ol + h3,

.box ol + h4,

.box ol + h5,

.box ol + h6,

.box dl + h1,

.box dl + h2,

.box dl + h3,

.box dl + h4,

.box dl + h5,

.box dl + h6 {

	margin-top:1em;

}*/

.box > *:first-child,
.box > *:first-child > *:first-child,
.fbox > * > :first-child {
	margin-top: 0;
}

.box > .lbox:first-child + *,
.box > .lbox-small:first-child + *,
.box > .lbox-medium:first-child + *,
.box > .lbox-large:first-child + *,
.box > .rbox:first-child + *,
.box > .rbox-small:first-child + *,
.box > .rbox-medium:first-child + *,
.box > .rbox-large:first-child + *,
.box > .lfloat:first-child + *,
.box > .rfloat:first-child + * {
	/*second-child if first-child has a known float class*/
	margin-top: 0;
}

.fbox > * > :last-child {
	margin-bottom: 0;
}

.attention.box {
	/* Alert Style */
	background-color: #FF9;
	border: 4px dashed #FC6;
	color: #121212;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.4;
	/*17px;*/
	padding: 0.615em 0.615em 0.9em 0.615em;
	text-align: center;
	border-radius: 0.385em;
}

.box-3 {
	display: inline;
	/* IE6 float margin hack */
	float: left;
	width: 32%;
}

.box-3 + .box-3 {
	/* Do not change class order: IE6 multi-class bug */
	margin-left: 2%;
}

.box-3 {
	/* IMPORTANT!!! this works with the above to handle IE6 multi-class bug. Do not change */
	margin: 0;
}
.box-alt {
	background-color: #defffe;;
	border: 0.2em dashed #7171e7;;
	display: block;
	margin: 1em auto;
	width: 85%;
}
.box-alt > :last-child > a,
.box-alt > :last-child > a:link,
.box-alt > :last-child > a:visited,
.box-alt > :last-child:link,
.box-alt > :last-child:visited {
	background-color: #900;
	border-radius: 0.35em;
	display: block;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0.56em auto;
	padding: 0.56em 0.56em 0.7em 0.56em;
	text-align: center;
	text-decoration: none;
}
.box-alt > :last-child > a:hover,
.box-alt > :last-child > a:focus,
.box-alt > :last-child > a:active,
.box-alt > :last-child:link:hover,
.box-alt > :last-child:link:focus,
.box-alt > :last-child:visited:active {
	color: #ff0;
}
@media (min-width:20em) {
	.rbox-small {
		float: right !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
		margin: 0 0 0.5em 1em !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	.lbox-small {
		float: left !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
		margin: 0 1em 0.5em 0 !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	img.rbox-small,
	img.lbox-small {
		/*img can be floated inline so add a top margin as well*/
		margin-top: 0.5em !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	.lbox-small.box,
	.rbox-small.box {
		width: 128px;
		width: 6.95rem;
	}
}

@media (min-width:28.75em) {
	.img-r,
	.rbox,
	/* img-r and rbox are deprecated, use rbox-medium */
	.rbox-medium {
		float: right !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
		margin: 0 0 0.5em 1em !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	.img-l,
	.lbox,
	/* img-l and lbox are deprecated, use lbox-medium */
	.lbox-medium {
		float: left !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
		margin: 0 1em 0.5em 0 !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	img.rbox,
	img.lbox,
	/* rbox and lbox are deprecated, use rbox-medium and lbox-medium */
	img.rbox-medium,
	img.lbox-medium {
		/*img can be floated inline so add a top margin as well*/
		margin-top: 0.5em !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	.lbox.box,
	.rbox.box,
	/* rbox and lbox are deprecated, use rbox-medium and lbox-medium */
	.lbox-medium.box,
	.rbox-medium.box {
		width: 255px;
		width: 13.9rem;
	}
}

@media (min-width: 37.5em) {
	.fbox {
		flex-direction: row;
	}
}

@media (min-width:40em) {
	.rbox-large {
		float: right !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
		margin: 0 0 0.5em 1em !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	.lbox-large {
		float: left !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
		margin: 0 1em 0.5em 0 !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	img.rbox-large,
	img.lbox-large {
		/*img can be floated inline so add a top margin as well*/
		margin-top: 0.5em !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	.lbox-large.box,
	.rbox-large.box {
		width: 351px;
		width: 20.8rem;
	}
}

@media (min-width:42em) {
	.rbox-vid {
		float: right !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
		margin: 1em 0 0.5em 1em !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	.lbox-vid {
		float: left !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
		margin: 1em 1em 0.5em 0 !important;  /* 2018-06-20: Preserving !important declaration from singles.css until proven safe to remove */
	}

	.rbox-vid,
	.lbox-vid {
		width: 100%; /* 2018-10-11: Force video embed to use all of default (or override) max-width */
		max-width: 20em; /* 2018-10-11: Default value, can override with maxwid singles class */
	}
}

/*	-------------------------------------------------------------



	List Classes



	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.nostyle {
	margin-left: 0;
	margin-right: 0;
}

ul.nostyle li,
ul.nostyle ul.nostyle li {
	list-style: none !important;
	list-style-image: none !important;
}

ul.nostyle li li {
	list-style: inherit;
	list-style-image: inherit;
}

.condensed li {
	margin-top: 0;
	margin-bottom: 0;
}

.half-spaced li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/*	-------------------------------------------------------------



	Simple columns (widths specified by singles.css)



	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.column {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

/*.columns-2,

.columns-3,

.columns-4,

.columns-5 {

	clear:both;

}



.columns-2 .column {

	width:50%;

}



.columns-3 .column {

	width:33%;

}

.columns-3 .double-column {

	width:66%;

}



.columns-4 .column {

	width:25%;

}

.columns-4 .double-column {

	width:50%;

}

.columns-4 .triple-column {

	width:75%;

}



.columns-5 .column {

	width:20%;

}

.columns-5 .double-column {

	width:40%;

}

.columns-5 .triple-column {

	width:60%;

}

.columns-5 .quadruple-column {

	width:80%;

}*/

/*	-------------------------------------------------------------



	ClearFix



	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

/* For IE 6/7 only - Include this rule to trigger hasLayout and contain floats. */

.cf {
	zoom: 1;
}

/*	-------------------------------------------------------------



	Autocomplete



	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.ac_results {
	padding: 0;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/*

	if width is set to 100% horizontal scrollbar will appear

	when scroll mode is used

	*/
	/*width:100%;*/
	font: menu;
	font-size: 12px;
	/*

	Important: if line-height is not set or is set

	in relative units scroll will be broken in firefox

	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
