/* Cool shadow boxes*/
.north { background: url(../BoxImages/north.png) repeat-x top; }
.east { background: url(../BoxImages/east.png) repeat-y right; }
.south { background: url(../BoxImages/south.png) repeat-x bottom; }
.west { background: url(../BoxImages/west.png) repeat-y left; }
.ne { background: url(../BoxImages/ne.png) no-repeat top right; }
.se { background: url(../BoxImages/se.png) no-repeat bottom right; }
.sw { background: url(../BoxImages/sw.png) no-repeat bottom left; }
.nw { background: url(../BoxImages/nw.png) no-repeat top left; }


.Boxcontent{
padding-top:1px;
padding-left:20px;
padding-right:15px;
padding-bottom:1px;
}



#s_results{
float:left; 
width:90%;
}


b.rtop{display:block;background: #e3e3e4;}
b.rbottom{display:block;background: #d1d1d1;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}


#Categories{
float:left; 
padding-top:20px;
width:280px;
}


#Categories a{
color:#0066cc;
}

#Categories a:hover{
color:#f1554c;
font-weight:bold;
}


#conference_top{
padding-left:30px;
padding-top:50px;
text-align:center;
}

#conference_top a{
text-decoration:none;
}

#conference_top a:hover{
font-size:24px;
}

.align-lift{
text-align:left;
}


