.spinner {
	position: absolute;
	right:0px;
	padding:5px;
}
a:active,a:link,a:visited,a:hover {
    color:#0D5798;    
}
.menuButton {
	background-color:#8CAFCD;
	border: 1px solid white;
	border-style: none solid none none ;
	margin-left:0px;
	padding-bottom: 5px;
}


.menuButton a:active,.menuButton a:link,.menuButton a:visited,.menuButton a:hover {
	font-family:Arial,sans-serif;
    font-size:0.9em;
    color: white;
    font-weight:bold;
    text-decoration:none;
	padding:20px;
}
.actionButton a:active,.actionButton a:link,.actionButton a:visited,.actionButton a:hover {
	font-family:Arial,sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color: #578BB8;	
}


h1 {
	font-family:Arial,sans-serif;
	color:#578BB8;
	font-size:1.6em;
}

h2 { font-size:1em; border-bottom: 1px solid #d7d7d7; color: #1b1b1b; font-weight: bold; margin-bottom: 5px; margin-top: 4px; padding: 3px 0; }


h3 {
	font-family:Arial,sans-serif;
	color:#578BB8;
	font-size:1em;
}

.note {
	font-family:Arial,sans-serif;
	color:#578BB8;
	font-size: 62.5%;
	font-weight: bold;
	font-style: oblique
}

body {
	margin:0px;
	font-family:Arial,sans-serif;
	color: #616161;
}
textarea {
	width: 300px;
	height: 100px;
}
.table {
	width: 100%;
	background-color:white;
}


.body {
	padding: 25px;
}
.nav {
	width:100%;
	margin-top: 30px;
	background-color:#D6D6D6;
	height: 30px;
	border: 2px solid #578BB8;
	border-style: solid none none none ;	
}

.center { 
    text-align: center;
}

.center table {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

}
.dialog 
{
	padding: 15px;
	background-color:#F0F0F0;
	
}
.dialog label{
	width: 120px;
	font-weight: bold;
}

.dialog .textfield, textarea{
	width: 180px;
	margin-bottom: 5px;
}

textarea{
	width: 250px;
	height: 150px;
}
.prop {
	padding: 5px;
}
.buttons {
	margin-top: 15px;
}
.actionButtons {
	width:100px;
}
div .errors {
	border: 2px solid red;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}
td .errors {
   border: 1px solid red;
}
.message {
	border: 1px solid #FFCC00;
	padding: 5px;
	margin-top:10px;
	margin-bottom:10px;
}

.note2 {
	font-size: 85%;
	text-align: left;
	
}

.prop .name {
	font-weight:bold;
	text-align:left;
	width:20%;
}
.prop .value {
	text-align:left;
	width:80%;
}
