/* 
    Document   : style
    Created on : 2009/02/08, 19:33:30
    Author     : Tsutomu YANO
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

h1 {
	border: 2px solid black;
	background-color: olive;
	font-family: sans-serif;
}

h2 {
	font-family: sans-serif;
	text-decoration: underline;
}

td.title {
	font-weight: bold;
	font-family: sans-serif;
}

table tr th {
	background-color: gray;
	color: white;
}

table tr.odd {
	background-color: white;
}

table tr.even {
	background-color: #F0FFF0;
}


.feedbackPanelERROR {
	color: red;
	font-family: sans-serif;
}

.feedbackPanelINFO {
	color: black;
	font-weight: bold;
	font-family: sans-serif;
}
