body {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
	background-image: url("images/background.gif");
	text-align: center;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}
p {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

p.alpha {
	padding-bottom: 2em;
}

a.alpha {
	font-size: 110%;
}

table,tr,td,th {
	border: hidden;
	font-size: 11pt;
	text-align: left;
}

table.zebra tr:nth-child(even) {
	background-color: #f0f0f0;
}

td.check {
	text-align: center;
}

td.button {
	padding-top: 1em;
	text-align: center;
}

td.trash {
	padding-right: 3px;
}

td.padafter {
        padding-bottom:1em;
}

td.padbefore {
	padding-top:1em;
}

tr.disabled a {
       color:#666;
}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.button {
	clear: both;
	padding-top: 10px;
	text-align:	center;
}

div.row span.label {
  float: left;
  width: 125px;
  text-align: right;
  }

div.row span.formw {
  position: relative;
  width: 300px;
  text-align: left;
  }

.textfield      { 
 border-color: #000000;
 border-width: 1px; 
 margin: 8px;
 }

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}


#SiteadminHome {
  float: right;
  margin-right: 20px;
}

#Content {
	margin-top: 100px;
	margin-right: 50px;
	margin-left: 220px;
	margin-bottom: 50px;
	padding: 10px;
	overflow: auto;
	}

#forms {
	margin: 15px 200px 50px 250px;
	width: 450px; 
	border: 1px dashed #999; 
	padding: 10px; 
	overflow: visible;
}

form.login {
	margin-top: 3em;
	text-align: center;
}

#Centered {
	position: absolute;
	width: 100%;
	height: 230px;
	margin-top: 50px;
	margin-left: 0px;
	padding: 0px;
	border: 0px;
	background-color: #eee;
	//background-image: url("images/login.jpg");
}
.Centered2 {
	position: absolute;
	width: 414px;
	height: 230px;
	margin-top: 0px;
	margin-left: -207px;
	padding: 0px;
	border: 0px;
	background-color: #eee;
	background-image: url("../images/login.jpg");
	left: 50%;
}

#Menu {
	position: absolute;
	top: 60px;
	left: 27px;
	width: 172px;
	padding: 0px;
	background-color: #eee;
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 1px 0;
	line-height: 17px;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

#Status {
  position: absolute;
  bottom: 2em;
  font-weight: bold;
  left: 10%;
  text-align: center;
  border: 1px dashed #999;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 2em;
  padding-right: 2em;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:500px;
}
/* Again, "be nice to Opera 5". */
body>#Status {width:500px;}

img.trash { border:0;
            width:10px;
            height:16px
          }
img.check { border:0;
            width:10px;
            height:13px
          }

.credit {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
	background-image: url("images/background.gif");
	text-align: center;
	}
	input[type=text],
	select {
		width: 68;
		font-size:12px;
		padding: 6px 10px;
		margin: 4px 0;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	input[type=password],
	select {
		width: 68;
		font-size:12px;
		padding: 6px 10px;
		margin: 4px 0;
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 4px;
		box-sizing: border-box;
	}
	
	input[type=submit] {
		width: 100%;
		background-color: #4CAF50;
		color: white;
		padding: 8px 10px;
		margin: 4px 0;
		border: none;
		border-radius: 4px;
		cursor: pointer;
	}
	
	input[type=submit]:hover {
		background-color: #45a049;
	}



