.main_menu {
  color:blue;
}
/* LIST #4 */
#list4 { width:200px; font-family:Georgia, Times, serif; font-size:16px; }
#list4 ul { list-style: none; }
#list4 ul li { }
#list4 ul li a { display:block; text-decoration:none; color:#000000; background-color:#FFFFFF; line-height:30px;
  border-bottom-style:solid; border-bottom-width:2px; border-bottom-color:#CCCCCC; padding-left:10px; cursor:pointer; }
/* #list4 ul li a:hover { color:#FFFFFF; background-image:url(../images/hover.png); background-repeat:repeat-x; } */
#list4 ul li a:hover { color:#990000;  }
#list4 ul li a strong { margin-right:10px; }


body {font-size:16px; font-family:Arial,Helvetica,sans-serif; }

.form .row { margin:3px 0 3px 0; }

.form .row label {
	padding:0;
	text-align:left;
	width:180px;
	display:block;
        float:left;
}

.form .row .frmError { text-align: right; color:red; display: none; }

#topics_list { font-size: 14px;}

td { padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px; }
th { padding-left: 5px; padding-right: 5px; padding-top: 3px; padding-bottom: 3px; }
td.center { text-align: center; }

#user_message { 
    width: 80%;
  margin: auto;
  padding: 20px;
  border: 1px solid #666;
  background:#F4FA58;
  }