<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*body
{
    font-size: 75%;
    font-family: Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    
}

*/



/* Styles for basic forms
-----------------------------------------------------------*/
#wrapper {
	margin: auto;
	width: 1000px;
}
.contents {
	width: 100%; /*height: 150px;*/
	margin: 0;
    border:none !important;
}
.contents &gt; p {
	padding: 8px;
}
.table {
	width: 93%;
	border-right: solid 1px #ff0000;
}
.table th, .table td {
	height: 20px;
	padding: 4px;
	text-align: left;
}
.table th {
	border-left: solid 1px #ff0000;
}
.table td {
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
}
.header {
	background-color: #ff0000;
	color: White;
}
#divs {
	margin: 0;
	height: 200px;
	font: verdana;
	font-size: 14px;
	background-color: White;
}
#divs &gt; div {
	width: 98%;
	padding: 8px;
}
#divs &gt; div p {
	width: 95%;
	padding: 8px;
}
ul.tab {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.tab li {
	display: inline;
	padding: 10px;
	color: White;
	cursor: pointer;
}
#container {
	width: 100%;
	border: solid 1px #ec2529;
}

fieldset 
{
    border:1px solid #ddd;
    padding:0 1.4em 1.4em 1.4em;
    margin:0 0 1.5em 0;
}

legend 
{
    font-size:1.2em;
    font-weight: bold;
}

textarea 
{
    min-height: 75px;
}

.editor-label 
{
    margin: 1em 0 0 0;
}

.editor-field 
{
    margin:0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
	display: block;
	padding: 5px 0;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}


#headContent
{
    font-weight: bold;
    color: #ff0000;
    font-size: 14px;
}

.attchDiv2 {
    background-color: transparent;
    border-bottom: 1px dotted gray;
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    position: relative;
    text-align: left;
    width: 650px;
}</pre></body></html>