/* panels */

/* $Id: panels.css 102 2009-02-04 18:50:41Z mwinkler $ */

/* Class: instructions */
.instructions {
	padding:	10px;
	padding-left: 15px;
	font-size: 11px;
}

.instructions strong {
	font-weight: bold;
}

.instructions p {
	font-size: 11px;
	padding-bottom: 10px;
}

.instructions em {
	font-style: italic;
}


.instructions img {
	vertical-align: bottom;
}

.instructions ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}

.instructions ol {
	list-style-type: decimal;	
	list-style-position: outside;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 20px;
}


.instructions ul li {
	padding-bottom: 5px;
}

.instructions ul ul{
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 15px;
}

.instructions ul ul li {
	padding-bottom: 5px;
}

.instructions .instructionTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.instructions .highlight {
	text-decoration: none;
	color: #000;
	background-color: lightyellow;
	border: 1px solid silver;
	font-style: bold;
	text-align: left;
	vertical-align: middle;
	padding: 10px;
	display:	block;
	margin: 	5px auto;
	/*margin-bottom: 10px;*/
}

#definitions {
	padding:	10px;
	padding-left: 15px;
	font-size: 11px;
}

#definitions p {
	font-size: 11px;
	/*padding-bottom: 10px;*/
}

#definitions em {
	font-style: italic;
}


#definitions strong {
	font-weight: bold;
}

#definitions ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 15px;
}

#definitions ul li {
	padding-bottom: 5px;
}

#definitions ul ul{
	list-style-type: disc;
	list-style-position: outside;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-left: 15px;
}

#definitions ul ul li {
	padding-bottom: 5px;
}

#definitions dl {
}

#definitions dt {
	font-weight: bold;
}

#definitions dd {
	padding-left: 5px;
	list-style-type: disc;
	padding-bottom: 5px;
}

#definitions .definitionTitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

