
body { margin:0 auto 0 auto; text-align:center; background-color:D5D5D5; font-family:arial,sans-serif; font-size:0.4em; }

#tblContainer { margin:0 auto 0 auto; }

table td { font-size:0.8em; }

.menu { background-image:url(../images/mbg.jpg); background-repeat:repeat-y; }

#content { width:520px; max-width:520px; height:400px; background-color:#E7E7E7; padding:15px; vertical-align:top; }

.projectsimage { border:Solid 2px #B9B9B9; float:left; margin:0 10px 10px 0; max-width:150px; width:expression(this.width > 150 ? 150 : true); cursor:pointer; cursor:hand; }
.smallprojectimage { border:Solid 2px #B9B9B9; margin:5px; max-width:150px; width:expression(this.width > 150 ? 150 : true); cursor:pointer; cursor:hand; }

#leftpane { width:195px; background-color:#4E7762; color:#FFFFFF; padding:15px; vertical-align:top; }
#leftpane a { color:#FFFFFF; text-decoration:underline; }
#leftpane a:visited { color:#FFFFFF; text-decoration:underline; }
#leftpane a:hover { color:#FFFFFF; text-decoration:none; }

#newsnav td { color:#FFFFFF; }

#projectsnav td { color:#FFFFFF; }

#tblFooter { width:775px; font-size:1em; color:#FFFFFF; background-image:url(../images/footer_bg.jpg); background-repeat:repeat-x; padding:15px; vertical-align:top; }
#tblFooter td { vertical-align:top; }
#tblFooter a { color:#FFFFFF; text-decoration:none; }
#tblFooter a:visited { color:#FFFFFF; text-decoration:none; }
#tblFooter a:hover { color:#FFFFFF; text-decoration:underline; }

h1,h2 { font-size:1.3em; }
h3,h4 { font-size:1.1em; }

/* Backend */
.tblResults { width:100%; border:Solid 1px Black; border-collapse:collapse; }
.tblResults td { padding:5px; border:Solid 1px Black; }
.tblResults .header { font-weight:bold; text-align:center; color:#FFFFFF; background-color:505050; white-space:nowrap; }
.tblResults .item { text-align:left; color:#000000; background-color:#FFFFFF; }

.tblInput { border:None; }
.tblInput td { padding:5px; }
.tblInput .label { font-weight:bold; text-align:left; color:#000000; }
.tblInput .input { text-align:left; color:#000000; }

.txtbox { width:250px; }