body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

div.loginbox {
	border: 1px solid gray;
	text-align: center;
	background: #ccc;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

table.useradmininfo {
	background: #ccc;
	border: 1px solid black;
	width: 100%;
}

table.usershowlayout {
	font-size: 11px;
	text-align: left;
	width: 100%;
}

tr.bigheader {
	font-size: 12px;
	background: #ccc;
}

input {
  font-size: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: gray;
  padding: 2px;
}

fieldset {
  margin: 2px;
  padding: 5px;
  line-height: 210%;
}

table.userlist {
  width: 100%;
}

tr.headerrow {
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: black;
}

tr.altcolor {
	background: #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 13px;
}


.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

