/* tabstrip menuu */
    #tabsG {
      float:left;
      width:100%;
      background:#0000FF;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      line-height:normal;
      }
    #tabsG ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsG li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsG a {
      float:right;
      background:url("http://frontalcortex.com/images/tab_left.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
    }
    #tabsG a span {
      float:right;
      display:block;
      background:url("http://frontalcortex.com/images/tab_right.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000000;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsG a span {float:none;}
    /* End IE5-Mac hack */
    #tabsG a:hover span {
      color:#000000;
      }
    #tabsG a:hover {
      background-position:0% -42px;
      }
    #tabsG a:hover span {
      background-position:100% -42px;
      } 
.message_box{
  padding: 0px;
  background-color: #cccccc;
  text-align: center;
  width: 100%;
  height: 60px;
  font-size: 12px;
}
.message_box td{
  color: black;
  background-color: #cccccc;
  width: 50%;
  text-align: center;
  font-size: 12px;
}
.message_box tr{
  width: 100%;
  background-color: #cccccc;
}

