@CHARSET "ISO-8859-1";

html,#qview-body {
	font-family: 'lucida grande', tahoma;
	font-size: 100%;
}

#doc2 {
	background: #FFF;
}

td,th {
	border: 0;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0.67em 0px;
	color: #666;
}

h2 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.83em 0px;
}

h3 {
	font-size: 108%;
	font-weight: bold;
	margin: 1em 0px;
}

.fr {
	position: relative;
	float: right;
}

.warn {
	position: relative;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	border: 1px solid red;
	padding: 10px;
}

.btn {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #E6E6E6;
}

.required {
	font-weight: bold;
	color: #FF0000;
}

div.tr {
	width: 96%;
	position: relative;
	align: left;
	clear: both;
	background-color: #FFFFDD;
	font-size: 1.5em;
	padding: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#loginHead {
	margin: 5px;
	border: 1px solid #999999;
	padding: 2px;
	width: 400px;
	position: relative;
	float: right;
	background-color: #F9F6E6;
	min-height: 68px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
}

em {
	font-style: italic;
}

#qview-body {
	width: 600px;
	min-height: 600px;
	/*overflow: auto;
*/
}

#qview-body p {
	display: block;
	margin: 1em 0px;
}

#qview-body ul>li {
	display: list-item ! important;
	list-style: disc !important;
	list-style-type: disc !important;
}

/*#qview-body ul {
	list-style-type: disc !important;
}

*/
li.link,li.here {
	padding: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	outline-style: none;
	text-decoration: none;
}

li.link {
	border-left: 2px solid #3B5998;
}

li.here {
	border-left: 2px solid #D8DFEA;
}

.ta { /*background-color: #3B5998;
	*/
	color: #3B5998;
}

li.link a {
	color: #3B5998;
}
