/*
   Copyright 2005-2006, Szabolcs Szasz
   Copyright 2004/2005, David Barrett (www.quinthar.com) and TESTCo (www.testco.com).  
   All Rights Reserved. See LICENSE.txt for details.
*/

body.LWBody {
	font-family: Verdana,Tahoma,sans-serif;
	margin: 0;
	padding: 0;
	background: #fcfcf8;
	font-size: 9pt;
}

table {
	font-size: 9pt; /* make this the same as in the BODY */
}

a:link {
	color:#bc4444;
}
a:visited {
	color:#800000;
}
a:hover {
	color:#ff3355;
}

a.LWNewPage:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	color:#e09090;
}
a.LWNewPage:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	color:#e09090;
}
a.LWNewPage:hover {
	text-decoration: none;
	border-bottom: none;
	color:#ffc0c0;
}


table.LWPageHead {
	background: #f0eae0;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f0d0d0;
	width: 100%;
}
td.LWPageHead {
	font-family: Verdana,Tahoma,sans-serif;
	padding: 0 0 0 10px;
	margin: 0;
}

div.LWPageMain {
	margin-left: 1em;
	margin-right: 1em;
}

div.LWDocRect {
	margin: 0;
	padding: 1ex;
}

div.LWPreviewRect {
	margin: 0;
	padding: 1ex;
	background: #f0e0e0;
}

form.QWForm {
	padding: 0;
	border: 0;
	margin: 0;
}

.LWSearchTool {
	padding: 0;
	margin: 0;
	font-size: 8pt;
}
	
div.LWSiteNavGlobal {
	font-size: 10pt; 
	text-align: right;
	padding: 2px;
}	

.LWSiteNavGlobalItem {
}

div.LWSiteNavGeneric {
	font-size: 8pt; 
	text-align: right;
	padding: 0 2px 0 2px;
}

.LWSiteNavGenericItem {
}

div.LWBreadCrumb {
	font-size:8.0pt; 
	text-align: right;
	padding: 0 2px 0 2px;
}

.LWBreadCrumbItem {
}

div.QWTitleBox {
	background: #800000;
	color:white;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

div.QWTailBox {
	padding: 3px;
	border-color: black; 
	background: #700000;
	color: white;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 11pt;
	font-style: italic;
	text-align: center;
}
div.QWTailText {
	font-size: 7pt;
}

.QWTitleBox a:link {
	color: white;
}
.QWTitleBox a:visited {
	color: white;
}
.QWTitleBox a:hover {
	color: red;
}

.QWTitle {
	font-size: 16pt; 
	font-weight: bold; 
}

.QWContext {
	font-size: 16pt; 
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}

.LWToolBar {
	font-size: 10pt;
	background: #fcf5f0;
	margin: 0;
	padding: 1px 2px 1px 2px;
	border-bottom: 1px solid #e0e0ee;
	text-align: right;
}

.LWToolBarButton {
	font-size: 10pt;
}

table.QWError {
	border: solid windowtext 1px;
	border-color: black;
	background: #ffaaaa;
	font-size: 10pt;
}

table.LWErrorBox {
	border:solid windowtext 1px;
	border-color: black;
	background: #ffaaaa;
	font-size: 10pt;
	width: 80%;
}

table.QWResultBox {
	border:solid windowtext 1px;
	border-color: black; 
	background: #ffffaa; 
	font-size: 10pt;
}

.QWHelpBox {
	border: solid windowtext 1px;
	padding: 0.5ex;
	border-color: black;
	background: #ffddc0;
	font-size: 8pt;
	width: 50%;
}

div.QWHelpToggle {
	font-size: 8pt; /* make this the same as in HelpBox */
}

.QWHelpToggle {
	color: #800000;
}

table.LWList {
        text-align: left;
        margin-left: auto;
        margin-right: auto;
}

.LWListBlockHead {
	background: #f0f0e0;
	color: #503030;
	font-size: 13pt;
	margin: 1ex;
	padding: 2px;
	border-left:   solid 1px #a09090;
	border-bottom: solid 1px #a09090;
}

tr.LWListHead {
	background: #770000; 
	color: white;
	font-weight: bold; 
}

div.QWHeading1 {
	margin-top: 0;
	margin-bottom: 0.5ex;
	padding-bottom: 4px;
	border-bottom: solid windowtext 1.0pt;
	border-bottom-color: #aa0000;
	color: #aa0000;
	font-size: 14pt; 
	font-weight: 700;
	text-align: left;
}

div.QWHeading2 {
	margin-top: 0;
	margin-bottom: 6pt;
	color: #880000;
	font-size: 13pt; 
	font-weight: 600; 
	text-align: left;
}

div.QWHeading3 {
	margin-top: 0;
	margin-bottom: 0.5ex;
	color: #660000;
	font-size: 11pt; 
	font-weight: 600;
	text-align: left;
}

div.QWHeading4 {
	margin-top: 0;
	margin-bottom: 0.6ex;
	font-size: 11pt; 
	font-weight: 600;
	text-align: left;
}

.LWBullet {
	margin: 0; 
	padding-left: 0;
}

td.LWBullet {
	text-align: center;
	vertical-align: top;
}

div.QWHtml {
	margin-left: 12pt;
	margin-right: 12pt;
}

hr.LWHR {
	margin: 0;
	padding: 0;
	color: black;
	background: black;
	border: none;
	border-color: black; /* hack for some browsers */
	height: 1px;
}

hr.LWHRThick {
	margin: 0.5ex 0 0.5ex 0;
	height: 3px;
	color: #705050;
	background: #705050;
	border: none;
	border-color: #705050; /* hack for some browsers */
}

div.QWCopyrightFooter {
	font-size: 7pt;
	text-align: center;
}

img.LWImage {
	border: 1px solid #401010;
}

table.LWLog {
        font-size: 8pt;
}
td.LWLog {
        font-size: 8pt;
}

del {
	background: #f08080;
}
ins {
	background: #60f060;
	text-decoration: none;
}
