body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/home_bg.jpg) top center no-repeat;
	margin:0px;
	padding:0px;
	border:0px;
	color: #5b0f58;
	font-size:12px;
	

}

td {
	font-family: Arial, Helvetica, sans-serif;

}

th {
	font-family: Arial, Helvetica, sans-serif;
		color: #5b0f58;
}
#body_shell {
width:945px;
text-align:left;
/* overflow:hidden; */
}
#body_wrap {
width:945px;
float:left;
}
.nodisplay {
    display:none;
}
.modalPopup {
      background-color:#ffffdd;
      border-width:1px;
      border-style:solid;
      border-color:black;
      padding:3px;
}
.closeLoginPanel {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;

    position: absolute;
    top:8px;
    right: 10px;
}

.closeLoginPanel a {
    background-color: #6699CC;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    padding: 5px;
}
   .modalBackground {
      background-color:Gray;
      filter:alpha(opacity=70);
      opacity:0.7;
      -moz-opacity: 0.7;
      -khtml-opacity: 0.7;
}

  