/* ReAction Server default stylesheet */

body
{
	color: black;
	background: white;
	font-size: x-small;
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	margin-left: 5%;
	margin-top: 0px;
	margin-right: 25%;
	margin-bottom: 0px;
}

a{
	color: #AC0000;
	font-variant: small-caps;

}

a:hover {color:#cc0000;text-decoration:underline}

table.rsreaction
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: x-small;
	color: black;
	background: #e0e0e0;
	border: gray 1px solid;
}

.rstitle
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: x-small;
	color: white;
	background: 666666;
	border-right: gray 1px solid;
	border-bottom: gray 1px solid;
	font-weight: bolder;
    	margin: 0.5em;
}

.rssubmit
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	border-top: gray 1px solid;
	text-align: right;
}

.rscell
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	vertical-align: top;
	text-align: left;
}

.rslabelcell
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	vertical-align: top;
	text-align: right;
}

.rscontrolcell
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	vertical-align: top;
	text-align: left;
}

.rsfieldlabel
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: 12px;
}

.rsfieldlabeldisabled
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: 11px;
	color: silver;
}

.rsfieldlabelrequired
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

.rsfieldcontrol
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: 12px;
	background: #E0E0E0;
	color: 000000;
}

.rsfieldcontrolrequired
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	background: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.rsalert
{
	font-family:  Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: red;
}

.rsnote
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	font-size: 11px;
	color: blue;
	text-align: center;
}

.rsbutton
{
	font-family: Arial, "Arial Unicode MS", Verdana, sans-serif;
	border: gray 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	margin: 0px;
	cursor: hand;
	color: black;
	background: #CCCCCC;
}

.rsbutton a
{
	color: black;
	text-decoration: none;
}

.rsbutton a:link
{
	color: black;
	text-decoration: none;
}
.rsbutton a:visited
{
	color: black;
	text-decoration: none;
}
.rsbutton a:hover
{
	color: black;
	text-decoration: none;
}

