body, p, div, table, tr, td, li, input, select {font-family: Arial CE, Helvetica, Arial, sans-serif; font-size:13px}
a               {color: #1b589e; text-decoration: underline}
a:hover         {color: #ff0000; text-decoration: underline}

.xxxxLarge      {font-size: 42px}
.xxxLarge       {font-size: 35px}
.xxLarge        {font-size: 30px}
.xLarge         {font-size: 24px}
.large          {font-size: 19px}
.medium         {font-size: 13px}
.small          {font-size: 11px}
.xSmall         {font-size: 10px}
.xxSmall        {font-family: MS Sans Serif, Arial CE, Helvetica CE, Helvetica; font-size: 9pt }

.hr_grey { border-color: #ffffff; background-color: #ffffff; }
.a_disabled {
  /* THANKS HALLAJI http://stackoverflow.com/questions/3984726/how-do-i-make-a-link-unclickable#3984816 */
  color: #aaa;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.a_enabled { text-decoration: none; }

.password_button {
  color: #999999;
  border: 1px solid #999999;
  background-color: #FFFFFF;
}

.active_section {
	font-weight: bold;
}

.new_form_button {
	border-color: #367fa9;
	background-color: #367fa9;
	color: #ffffff;
	border-radius: 3px;
	box-shadow: none;
	padding: 6px 12px;
	text-align: center;
	box-sizing: border-box;
	font-weight: bold;
	margin-bottom: 10px;
}

div.new_form {
	display: none;
	background-color: #c5eaff;
	padding-top: 1px;
	padding-bottom: 1px;
}
