
.regOutTable {
    background-image: url(/gfx/rt/bg.png);
	background-repeat: repeat-x;
}


#mainList {
    width: 100%;
}

#mainList td {
    vertical-align: top;
}

#mainList table.content {
    width: 100%;
    border-left: 1px solid #649797;
    border-right: 1px solid #649797;
    border-bottom: 1px solid #649797;
    background-color: white;
 
}

#mainList img {
    margin-top: 3px;
    border: 1px solid #666666;
}

#mainList td.dimg {
    width: 50px;
    vertical-align: top;
    height: 100px;
    text-align: center;
    
}

#mainList td.dimg img {
    border: 0px;
}

#mainList td.left {
   vertical-align: top;
}

#mainList div.top {
    margin-top: 12px;
    background-image: url(/gfx/register.png);
	background-repeat: no-repeat;
    border-right: 1px solid #649797;
    padding-left: 14px;
    font-size: 10px;
    font-weight: bold;
    height: 24px;
}

#mainList div.content {
    margin: 0px;
    border-right: 1px solid #649797;
    border-left: 1px solid #649797;
    border-bottom: 1px solid #649797;
    background-color: white;
}

#mainList div.content p {
    padding: 3px;
}

#mainList h1 {
    margin-top: 3px;
    padding-top: 4px;
}

#mainList td.right {
    width: 120px;
    height: 120px;
    text-align: center;
    vertical-align: middle;
}

#mainList a {
    text-decoration: none;
    color: #649797;
}

#mainList a:HOVER {
    text-decoration: underline;
}


#mainList p {
    padding: 3px;
    font-size: 11px;
    color: #333333;
    margin-top: 0px;
}
