/*
* After modifying this style sheet, refresh the page being designed to see the effect of the modification.
* Click the Refresh button in the Visual Designer toolbar to refresh the page.
*/

/* Style rules to make Java Server faces Standard data tables look better */

/*Basic formatting*/
html{
    background-color: #000033;
    font-family:geneva, arial, helvetica, sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
}

body{
	background-color: #000033;
    border: 0;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

div{
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    text-align:center;
    border: 0;
    margin: 3%;
    padding: 0;
}

a, a:visited {
    color: #FFFFFF;
}

p { 
	text-align: center;
	margin: 0;
	padding: 5px 0;
}

table { width: 100% }

form{
    border: 0;
    margin: 0;
    padding: 0;
}

hr {
	color: #eee;
	background-color: #eee;
	height: 2px;
	margin: 10px 0;
}

select,input {
	margin: 5px auto;
}

.infoMessage {
    color: black;
}

.warnMessage {
    color: orange;
    font-weight: bold;
}

.errorMessage {
    color: red;
    font-weight: bold;
}

.fatalMessage {
    color: red;
    font-style: italic;
    font-weight: bold;
}

