 /* **********************       Version 1.4       ************************
 *****
 *****		BWI Learning Instruments (LIX) Master Stylesheet
 *****
 *****          (c) 2009-2005 B&W, Inc.
 *****
 *****			created 4-12-05 -- mw
 *****			revised for help 4-12-06 -- mw
 *****			revised 2-10-07 -- fpb
 *****			     moved help out to help.css
 *****			     moved widgets out to lix_sup.css
 *****			revised 11-23-07 -- fpb
 *****			     moved BWI styles out to bwi.css
 *****
 ************************************************************************ */

 /* ********************** Body Style Definitions ********************** */
body
{
	font-family: Verdana;
	font-size: 10pt;
	margin: 25px;
	color: Black;
	background-color: #ffffff;
}

 /* ********************** Image Style Definitions *********************** */
img
{
    border: none 0 White;
}

 /* ********************** Link Style Definitions ********************** */
a
{
	font-family: Verdana;
	font-size: 10pt;
	color: Blue;
	text-decoration: underline;
	cursor: pointer;
}
a:visited, a:hover, a:active
{
	color: Purple;
}

 /* ********************** Header Style Definitions ********************** */
h1
{
	font-family: Verdana;
	font-size: 14pt;
}
h2
{
	font-family: Verdana;
	font-size: 12pt;
	color: #8888cc;
}
h3
{
	font-family: Verdana;
	font-size: 11pt;
	letter-spacing: 2pt;
	color: #8888cc;
}
h4
{
	font-family: Verdana;
	font-size: 9pt;
	letter-spacing: 2pt;
    margin: 0;
    padding: 0;
	color: #8888cc;
}

/* ********************** Div and Span Style Definitions ********************** */
div.normal
{
	font-family: Verdana;
	font-size: 10pt;
	margin: 0;
}

/* ********************** Paragraph Style Definitions ********************** */
p
{
	font-family: Verdana;
	font-size: 10pt;
}
p.normal
{
	font-family: Verdana;
	font-size: 10pt;
	margin: 0 0 6px 0;
}
p.title
{
	font-family: Verdana;
	font-size: 10pt;
	margin: 0 0 6px 0;
}
p.failure
{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	margin: 0 0 6px 0;
	color: Red;
}

/* ********************** Table Style Definitions ********************** */

/* ********************** Button Style Definitions ********************** */
button.main_btn
{
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #051055;
	padding-left: 5px;
	padding-right: 5px;
}
input.main_btn
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #051055;
	width: 100px;
}

/* ********************** List Style Definitions ********************** */
ul.normal
{
	list-style-position: outside;
}
ul.expanded
{
	line-height: 250%;
	list-style-position: outside;
}
ol.decimal
{
	list-style-position: outside;
	list-style-type: decimal
}
ol.alpha
{
	margin-left: 10px;
	list-style-type: lower-alpha;
}
li.normal
{
	font-family: Verdana;
	font-size: 10pt;
	list-style-type: square;
}
li.expanded
{
	font-family: Verdana;
	font-size: 10pt;
	font-stretch: extra-expanded;
	list-style-type: square;
}
li.sub
{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	line-height: 90%;
	list-style-type: disc;
	color: #6666aa;
}

