body {
     	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	text-decoration: none; 
	margin: 10px 20px 10px 20px;
	padding:0;
	background-color: #fce7c0;
	color:#411d07;
}


h1 {
    color: #000;
    border: 1px solid #333;
    background-color: #e07900;
    font-size: 1.5em;
    text-align: left;
    margin: 1em 0 1em 0;
    padding: 10px 10px 10px 10px;
}

h2 {
    color: #000;
    font-size: 1.3em;
    border: 1px solid #333;
    background-color: #e8f9ff;
    #background-color: #f0f0f0;
    text-align: left;
    margin: 1em 0 1em 0;
    padding: 10px 10px 10px 10px;
}


h4 {
    color: #000;
    font-size: 1.0em;
    background-color: #ffff00;
    text-align: left;
}


#hr {
    border:0;
    color:#222;
    background-color:#555;
    height:3px;
    width:100%;
}

#small{
	font-size: 0.7em;
}


#pre1 {
    color: #2020aa;
    background-color:#fff;
    font-family: monospace;
}



pre {
    font-family: monospace;
    white-space: pre;
}

table {
    border-collapse: collapse;
    text-align: left;
    vertical-align:top;

}


TD {
    padding: 5px 10px 5px 10px;
    border:none;
    text-align: left;
    vertical-align:top;

}


.wraptable {
    padding: 10px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 2px dotted;
    border-right: 2px dotted;
}


/*
tidligere fontsize: 1.0em;

*/

.tableborder, .tableborder TD, .tableborder TH {
    font-size: 1.0em;
    border-collapse: collapse;
    border: 1px solid ;
    text-align: left;
    vertical-align:top;
    background:#E5F0FF;

    padding: 1px 5px 1px 5px;
}



.disqtable, .disqtable TD, .disqtable TH {
    font-size: 1.0em;
    border-collapse: collapse;
    border: 1px solid ;
    text-align: center;
    vertical-align:top;
    background:#E5F0FF;

    padding: 1px 5px 1px 5px;
}




Img {
	border-style: none;
}

Img.product {
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #DDDDFF;
	border-width: 1px;
}

a:link {
	/* background-color:#fff;*/
	color: #a33;
	text-decoration: underline;
}

a:link:hover {
	text-decoration: underline;
}
a:visited {
	/* background-color:#fff;*/
	color: #a33;
	text-decoration: underline;

}
a:visited:hover {
	text-decoration: underline;
}



/*
FORM css
*/

legend {
    color: #33d;
    font-size:1em;
    background: #eee;
    border: 1px solid #333;
    padding: 5px 15px 5px 15px;
}

fieldset {
    color: #000;
    border: 1px solid #333;
    background: #E5F0FF;
    padding:8px;
}

legend.parameters {
    color: #5c7e24;
    font-size:1em;
    background: #eee;
    border: 1px solid #333;
    padding: 5px 15px 5px 15px;
}

fieldset.parameters  {
    color: #000;
    border: 1px solid #B9C4A2;
    background: #F7FFEE;
    padding:8px;
}

fieldset.dbupload  {
    color: #000;
    border: 1px solid #B9C4A2;
    background: #FAFAFA;
    padding:8px;
}

legend.dbupload {
    color: #666;
    font-size:1em;
    background: #eee;
    border: 1px solid #333;
    padding: 5px 15px 5px 15px;
}

a.dbupload {
    background: #eee
}

a.h2 {
    background: #e8f9ff;
}




label.front {
    width: 20em;
    float: left;
    text-align: right;
    display: block;
    padding: 5px;

}

/* width var oprindeligt 20 */
label.param {
    width: 30em;
    float: left;
    text-align: right;
    display: block;
    padding: 5px;

}



/* -- browse-knappens ramme er styret af 'dotted' og 'solid' i input -- */

input {
    color: #000;
    background: #fafafa;
    border: 1px  #000055;
    padding: 5px;
    margin:5px;
}

input:hover, textarea:hover  {
    color: #000;
    background: #f0f0f0;
}

textarea {
    color: #000;
    background: #fafafa;
    border: 1px  #000055;
    padding: 5px;
    margin:5px;
}


.submit {
}

.submit input {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	background-image: url(buttonBackground.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	margin: 5px auto;
	padding: 0;
	border:none;
}

.submit input:hover {
    background-position: 0 -36px;
}

.dnaseq { 
    font-size: 1.0em;
    font-family: "Courier New", monospace;
    padding: 0px;
    margin: 0px;
    white-space: nowrap; 
}

/*.parameters {
    background-color: transparent;
    color: #FF9428;
}
*/
.input {
    background-color: transparent;
    color: #C46120;
}

