a.output:link {
text-decoration : none;
color : #4e4e4e;
}
a.output:active {
text-decoration : none;
color : #4e4e4e;
}
a.output:visited {
text-decoration : none;
color : #4e4e4e;
}
a.output:hover {
text-decoration : underline;
color : #4e4e4e;
}
a.r:link {
text-decoration : none;
color : #000000;
}
a.r:active {
text-decoration : none;
color : #000000;
}
a.r:visited {
text-decoration : none;
color : #000000;
}
a.r:hover {
text-decoration : none;
color : #000000;
}
body.output {
}
b.color1 {
font-family : Verdana;
font-size : 8pt;
color : #33cc66;
}
b.color2 {
font-family : Verdana;
font-size : 8pt;
color : #ff0000;
}
td.output {
}
td.small {
font-size : 7pt;
}
table.output {
}
textarea {
	background-color : #f9f9f9;
	border : 1px solid #666666;
	
}
textarea.newsolved {
background-color : #f9f9f9;
border : 1px solid #666666;

}
textarea.newsolved_no {
background-color : #f9f9f9;
border : 1px solid #dddddd;
color : #dddddd;
}
input.output {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 18px;
	margin-right: 10px;
	color: #333333;
	clear: left;
	float: left;
	padding-top: 5px;
	padding-left: 6px;
	width: 50%;
	margin-left: -5px;
}
input.output:focus {
	background-color: #999999;
	color: #000000;
}
input.outputbutton {
cursor: pointer;
	margin-left: -5px;
	color: #FFFFFF;
	background-color: #000000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
input.button {
color : #000000;
font-family : Verdana;
font-size : 8pt;
border : 1px solid #000000;
background-color : #cccccc;
}
input.delbutton {
color : #999999;
font-family : Verdana;
font-size : 8pt;
border : 1px solid #cccccc;
background-color : #ffffff;
}
input.newsolved {
color : #000000;
font-family : Arial;
font-size : 7pt;
border : 1px solid #666666;
}
input.newsolved_no {
color : #dddddd;
font-family : Arial;
font-size : 7pt;
border : 1px solid #dddddd;
}
input.inst {
color : #000000;
background-color : #f0f0f0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 8pt;
font-weight : bold;
border-color : #000000;
border-width : 1px;
}
.tooltip {
position : absolute;
display : none;
background-color : #ffffff;
font-size : 7pt;
border : 1px solid #000000;
padding : 2px;
}
.output {
	height: 18px;
}

.error {
color : #FF0000;
font-family : Verdana;
font-size : 8pt;
border-color : #000000;
border-width : 1px;
}