dt {
    font-weight: bold;
	padding-top: 1em;
}

body {
    margin: 0 1em 1em 1em;	/* 0 at the top, because of #controls */
    padding: 0;
font-family: "Trebuchet MS", sans-serif; /* font family is an OPEN ISSUE */
background: white;
color: black;
	line-height: 135%;
	font-size: 90%   /* font sizing is an OPEN ISSUE */
}

/* Styles for the "contents" side menu for WAI documents */

.highlight-version 	/* used by the Draft Glossary page (P1.10.1) */
{		
	border: solid 1px #630;
	color: #630;
	background-color: #FFC;
	font-weight: bold;
	padding: 0.5em;
}

#contents.WAI 
{
    float: right;
    clear: right;
    margin: 0 0 1em 2em;
	text-align: left; 
    padding: 0 0.3em 0.5em 1em; 
    width: 25%;			
    line-height: 115%;
    background: #ffffff; 
    border: 1px dashed #000000; 
    /*font-weight: bold;*/
    /*color: #930;*/
	font-size: 0.9em;
}

#contents.WAI h2 
{
    font-size: 1em;
    margin: 1em 0 0.3em 0;
    padding: 1em 0 0.3em 0;
    border-bottom: none;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
    color: black;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

#contents.WAI h2:first-child 
{
	margin-top: 0;
}

#contents.WAI ul 
{
    list-style: none;
    padding-left: 0;
}

#contents.WAI li  
{
	display: inline;		/* HACK: otherwise too much space in WinIE */
}

#contents.WAI a 
{
    /*color: #930;		/* WinIE6 doesn't support 'transparent' */
    display: block;		/* Make background clickable in many browsers*/
    margin: 0.4em 0;
    padding: 0 0 0 1.5em; 
    background: url(../images/downinpage.png) top left no-repeat;
}

#contents.WAI a:hover,
#contents.WAI a:focus 
{
    text-decoration: underline;
}

h2.dashed 
{
	border-bottom: 1px dashed;
}

/* Footer styles for the WAI documents */
 
.box19dWAI		/* derived from .box19d, altered in order to adjust formatting at the bottom of the WAI documents  */
{
	padding-top: 10px;
	padding-bottom: 18px;
	text-align: left;
	/* padding-right: 18px;	*/
	/*	padding-left: 18px;	*/
}

#footer.WAI 
{
	padding-top: 8px;
    border-top: 1px solid #0063CE;
    clear: both; 
    /* color: #333; */
    font-size: 0.9em; 
}

#footer.WAI p
{
	line-height: normal;
}

#footer.WAI h2 	/* hide visual rendering of h2 */
{
	display: none;
}



#footer.WAI a {
    /* color: inherit; */
    text-decoration: underline;
}