/* Note: Scroll to the end for custom re-definitions of some styles for small screens. */
/* Default style */

body
{
	color: #666666;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 100%;
	margin: 9px 9px 12px 9px;
	padding: 0px;
}

div.level0
{
	color: #000000;
	/*background-color: #E5E5E5;*/
	background-color: #FFFFFF;
	width: 100%;
}

div.main
{
	margin-left: 143px;
	padding-top: 3px;
	padding-left: 9px;
	background-color: #FFFFFF;
	color: #000000;
	height: 100%;
	min-height: 500px;
}

div.navbar
{
	/*background-color: transparent;*/
	background-color: #E5E5E5;
	color: #FFFFFF;
	position: absolute;
	height: 100%;
	width: 137px;
	top: 9px;
	left: 9px;
	padding: 3px;
}

div.level0
{
	color: #000000;
	/*background-color: #E5E5E5;*/
	background-color: #FFFFFF;
	width: 100%;
}

.navlink
{
	font-size: 100%;
	margin-bottom: -4px;
	font-weight: bold;
	color: #000000;
}

.heading
{
	font-family: sans-serif;
	font-weight: bold;
	font-size: small;
	text-align: center;
}

.tiny
{
	font-size:90%;
	text-align: center;
}

.indented { margin-left: 4em; }

.jobtitle
{
	font-style: italic;
	margin-bottom: -13px;
}

.subhead
{
	font-weight: bold;
	margin-bottom: -13px;
}

img { border: 0; }

p
{
	font-family: sans-serif;
	margin-left: 1em;
}

.centered { text-align: center; }

.reverseyellow
{
	font-size: larger;
	font-weight: bold;
	background-color: #666699;
	color: #FFFF99;
	border: none;
	width: 100%;
}

.reversegray
{
	background-color: #E5E5E5;
	font-weight: bold;
	color: #000000;
	border: none;
	width: 100%;
}

.helptext
{
	position: absolute;
	visibility: hidden;
	background-color: #FFFF66;
	color: #000000;
	border: 1px solid black;
}

.boldheading
{
	font-weight: bold;
	text-align: center;
}

div.floatleft
{
	float: left;
	height: auto;
	width: auto;
	padding: 9px;
}

div.floatright
{
	float: right;
	height: auto;
	width: auto;
	overflow: auto;
	padding: 9px;
}

div.blankdiv
{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

div.floatbottom
{
	margin-left: 0em;
	height: 85px;
	width: 98%;
	position: absolute;
	bottom: 0%;
	color: #000000;
	background-color: #FFFFFF;
}


li { margin-bottom: 12px; }

.nobullet
{
	list-style-type: none;
	margin-bottom: 12px;
	margin-left: -4px;
	list-style-image: none;
}

.listbulletindent
{
	margin-left: -18px;
	margin-bottom: 12px;
	list-style-type: circle;
	list-style-position: outside;
	list-style-image: none;
}

.step { margin-bottom: 12px; }

ul
{
	margin-bottom: 12px;
	margin-left: 18px;
	padding-left: 18px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
}

ol
{
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 12px;
	margin-left: 18px;
	padding-left: 18px;
}

table
{
	width: 75%;
	font-family: sans-serif;
	font-size: 100%;
	/*border-top: solid 1px #000000;
	border-right: solid 1px #000000;
	border-collapse: collapse;*/
}

td.heading
{
	font-weight: bold;
	text-align: left;
}

tr.even
{
	color: #000000;
	background-color: #E5E5E5;
}

tr.odd
{
	color: #000000;
	background-color: transparent;
}

td
{
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 0px;
	/*border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;*/
	padding: 3px;
}

th
{
	font-weight: bold;
	text-align: left;
	margin-bottom: 0em;
	margin-top: 0em;
	/*border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;*/
}

.note
{
	margin-left: 18px;
	border: solid #336699 1px;
	min-height: 32px;
}
.blackbox
{
	margin-left: 18px;
	border: solid #336699 1px;
	color: white;
	background-color: black;
	min-height: 32px;
}

img.icon
{
	height: 32px;
	width: 32px;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
}

.instruction
{
	color: #336699;
	background-color: #FFFFFF;
	font-weight: bold;
}

code
{
	font-family: Courier New, Courier, monospace;
	margin-bottom: 0px;
	margin-top: 0px;
}

.codecaption
{
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 12px;
}

.codeend
{
	font-family: Courier New, Courier, monospace;
	margin-bottom: 12px;
	margin-top: 0pt;
}

.codeindent
{
	margin-left: 36px;
	font-family: Courier New, Courier, monospace;
}

.editingnote
{
	color: #FF0000;
	font-style: italic;
	background-color: transparent;
}

.glossary
{
	color: #336699;
	background-color: #FFFFFF;
	font-weight: bold;
}

h1
{
	color: #000000;
	width: 100%;
	font-size: 150%;
	font-weight: bold;
	border-bottom: solid 1px #000000;
	border: solid 1px #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

h2
{
	color: #000000;
	background-color: transparent;
	font-size: 140%;
}

h3
{
	color: #000000;
	background-color: transparent;
	font-size: 130%;
	font-weight: bold;
}

h4
{
	color: #000000;
	background-color: transparent;
	font-size: 120%;
	font-weight: bold;
}

h5
{
	color: #000000;
	background-color: transparent;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: -14px;
	padding-bottom: 0px;
}

.imagecaption
{
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 6pt;
	margin-top: 0pt;
}

.indented1
{
	margin-left: 36px;
	margin-bottom: 0pt;
	margin-top: 6pt;
}

.indented2
{
	margin-left: 45px;
	margin-bottom: 0pt;
	margin-top: 6pt;
}

.indented3 { margin-left: 54px; }
.indented4 { margin-left: 63px; }
.indented5 { margin-left: 72px; }
.popup { font-weight: bold; }

.preformatted
{
	font-family: Courier New, Courier, monospace;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.relatedTopic { }

.subtitle
{
	color: #003366;
	background-color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin-top: 3pt;
}

.tableTitle { font-style: italic; }

.title
{
	color: #003366;
	background-color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 3pt;
	border-left-width: .75em;
	border-left-color: #336699;
	padding-left: 1em;
	border-left: solid #336699 .75em;
}

/* Default style for links */
a, a:link, a:visited
{
	color: #003366;
	background-color: transparent;
}

a:active, a:hover
{
	color: #336699;
	background-color: transparent;
}
/* -- PHOTO LINKS -- */

.pix a:link	{	font-size: 80%; text-decoration : none ; 				/* -- */
						color : #333333 ; }					/* SidebarLinkUnvisitedColor */

.pix a:visited {	font-size: 80%; text-decoration : none ; 				/* -- */
							color : #666666 ; }					/* SidebarLinkVisitedColor */

.pix a:hover	{	font-size: 80%; text-decoration : underline ; 				/* -- */
							color : #000000 ; }					/* SidebarLinkHoverColor */

.pix a:active {	font-size: 80%; text-decoration : none ; 				/* -- */
							color : #666666 ; }					/* SidebarLinkActiveColor */


.codewordintext { font-family: Courier New, Courier, monospace; }

/* The following styles are defined above for all media, and are redefined here
only for small screens */

@media screen and (max-device-width: 480px) {
	body
        {
		color: #666666;
		background-color: #FFFFFF;
		font-family: sans-serif;
		font-size: 175%;
		/*margin: 9px 9px 12px 9px;*/
		padding: 0px;
    }

	div.level0
	{
		color: #000000;
		/*background-color: #E5E5E5;*/
		background-color: #FFFFFF;
		width: 100%;
	}

	div.main
	{
		margin-left: 200px;
		padding-top: 3px;
		padding-left: 9px;
		background-color: #FFFFFF;
		color: #000000;
		height: 100%;
		min-height: 500px;
	}

	div.navbar
	{
		/*background-color: transparent;*/
		background-color: #E5E5E5;
		color: #FFFFFF;
		position: absolute;
		height: 300%;
		width: 200px;
		top: 9px;
		left: 9px;
		padding: 3px;
	}

	ul
	{
		list-style-type: square;
		list-style-position: outside;
		margin-bottom: 12px;
		margin-left: 12px;
		padding-left: 48px;
	}

	ol
	{
		list-style-type: decimal;
		list-style-position: outside;
		margin-bottom: 12px;
		margin-left: 12px;
		padding-left: 48px;
	}
	h1
	{
		color: #000000;
		width: 100%;
		font-size: 140%;
		font-weight: bold;
		border-bottom: solid 1px #000000;
		border: solid 1px #000000;
		border-top-width: 0px;
		border-right-width: 0px;
		border-left-width: 0px;
	}

	h2
	{
		color: #000000;
		background-color: transparent;
		font-size: 130%;
	}

	h3
	{
		color: #000000;
		background-color: transparent;
		font-size: 120%;
		font-weight: bold;
	}

	h4
	{
		color: #000000;
		background-color: transparent;
		font-size: 110%;
		font-weight: bold;
	}

	h5
	{
		color: #000000;
		background-color: transparent;
		font-size: 100%;
		font-weight: bold;
		margin-bottom: -14px;
		padding-bottom: 0px;
	}
}
