/* Default styles */
html
{
	font-family: Arial;
	font-size: 12px;
}

body
{
	margin: 0px;
	padding: 0px;
}


/* Default look for all buttons, this can be used to change them into text links or image buttons, do not need to edit XSL. */
input.button
{




}

input.required
{
	background-color: #FF0000;
	color: #FFFFFF;
}

div.buttonBar
{
	margin: 4px;
	padding: 4px;
	text-align: right;
}

div.dynamicContent
{
    border:1px solid #eeeedd;
    background-color:#ffffee;
}

div.dynamicContent:hover
{
    border:1px solid #dddddd;
    background-color:#eeeeee;
}