/* CSS Document */

body, p, td, li {
  #font-size: 12px;
  font-family:Georgia, "Times New Roman", Times, serif
  }

tr.even  {
  background-color: #e6e6fa
  }


tr.odd  {
  background-color: #ffffff
  }


.main {
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: justify }

.bold {
  font-weight: bold;
  font-size: 12px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: left;
  text-indent: 10pt }

.ActionLink {
  font-family: Verdana, Geneva, Arial;
  font-size: 12px;
  }
.ActionTitle {
  font-family: Verdana, Geneva, Arial;
  font-size: 12px;
  font-weight: bold;
  }
  
#user_actions {
  padding-left: 5px;
  padding-right: 5px;
  }  
.ContextActionsBox {
  background: white;
  border: 1px dotted black;
  margin-left: 5px;
  margin-right: 10px;
  }

#status_message {
  background: white;
  border: 1px dotted #ff0000;
  color: #ff0000;
  padding: 10px;
  }

a:link {
  color: #003366 
  }

a:hover {
  text-decoration: underline 
  }

table.post_collection {
  border: dashed 1px black
  }

/* STYLES for the LOGIN TABLE and FORM */
#tblLogin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tblLogin .frmLogin_Input, .frmLogin_Input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100px; /*Use this to give a universal width for the input boxes*/
}
#tblLogin .SectionHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#tblLogin .MessageRow { /*Styles for the display of an Error Message if form data is not valid*/
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
