body {
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
  background-color: #fff;
  font-size: small;
}

/*********************  general styles  *********************/

a img {
  border: none;
}
a.iconlink {
  width: 12px; /*match to icon width*/
  height: 12px; /*match to icon height*/
  text-decoration: none;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
a.plussign {
  background: url(icons/add.gif) no-repeat 0 0;
}
a.trashcan {
  background: url(icons/trash.gif) no-repeat 0 0;
}
a.editdoc {
  background: url(icons/edit.gif) no-repeat 0 0;
}
a.addfile {
  background: url(icons/add_file.gif) no-repeat 0 0;
}
a.addcomment {
  background: url(icons/add_comment.gif) no-repeat 0 0;
}


img.checkicon {
  width: 10px; /*match to icon width*/
  height: 10px; /*match to icon height*/
  background: url(icons/check2.gif) no-repeat 0 0;
}
img.greencheckicon {
  width: 10px; /*match to icon width*/
  height: 10px; /*match to icon height*/
  background: url(icons/checkg.gif) no-repeat 0 0;
}
img.closeicon {
  width: 10px; /*match to icon width*/
  height: 10px; /*match to icon height*/
  background: url(icons/close.gif) no-repeat 0 0;
}
img.lockicon {
  width: 10px; /*match to icon width*/
  height: 10px; /*match to icon height*/
  background: url(icons/locked.gif) no-repeat 0 0;
}
img.editicon {
  width: 11px; /*match to icon width*/
  height: 12px; /*match to icon height*/
  background: url(icons/edit.gif) no-repeat 0 0;
}
.errorMsg, #messageBlock p.errorText {
  color: red;
}
.noticeMsg, #messageBlock p.noticeText {
  color: green;
}
strong {
  font-weight: bold;
}
.textFieldError {
  background-color: #f2afaf;
}
.formErrorMsg {
  color: #f22;
  margin-left: 10px;
}
#errorExplanation {
  width: 400px;
	border: 2px solid #c44;
	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: #c44;
	color: #fff;
}
#errorExplanation p {
	color: #333;
	margin-bottom: 0;
	padding: 0;
}
#errorExplanation ul {
	margin: 0;
	margin-top: 4px;
}
#errorExplanation ul li {
	font-size: 12px;
	list-style: square;
}
table.altrows {
  width: 90%;
  border: 1px solid #333;
}
table.altrows caption {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
  padding: 8px 20px;
  text-align: center;
}
table.altrows th, table.altrows td {
  margin: 0;
  padding: 4px 8px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  text-align: left;
}
table.altrows tr {
  background: #fff;
}
table.altrows tr.odd, table.altrows th {
  background: #eee;  
}
table.altrows .actions, table.altrows .actions a {
  text-align: center;
}



