@charset "utf-8";
#modules
{
margin: 0 0 0 86px;
_margin: 0 0 0 34px;
padding: 20px 0 30px 0;
float: left;
width: 840px;
text-align:center;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
}
#row1
{
background:url(../images/cells/row1.gif) 0px -80px no-repeat;
_background: transparent url(../images/cells/row1.gif) 0px -80px no-repeat;
}
#row2
{
background:url(../images/cells/row2.gif) 0 0 no-repeat;
_background: transparent url(../images/cells/row2.gif) 0 0 no-repeat;
}
#row3
{
background:url(../images/cells/row3.gif) 0 0 no-repeat;
_background: transparent url(../images/cells/row3.gif) 0 0 no-repeat;
}
#row4
{
background:url(../images/cells/row4.gif) 0 0 no-repeat;
_background: transparent url(../images/cells/row4.gif) 0 0 no-repeat;
}
#row5
{
background:url(../images/cells/row5.gif) 0 0 no-repeat;
_background: transparent  url(../images/cells/row5.gif) 0 0 no-repeat;
}
#modules .cell
{
height: 100px;
width: 130px;
padding: 40px 25px 40px 25px;
_padding: 20px 25px 0 25px;
display:inline;
float: left;
display: table-cell;
vertical-align: middle;
margin:0;
}
#modules .row
{
display: block;
height:180px;
width:760px;
margin: 0 0 0 60px;
padding: 0;
}
#modules .row1
{
display: block;
height:100px;
width:760px;
margin: 0 0 0 60px;
}
.box
{
cursor: pointer;
}

/* custom cells, database and funnel diagrams */
#modules .cell-funnel
{
height: 100px;
width: 130px;
padding: 40px 25px 40px 25px;
display:inline;
float: left;
background:url(../images/cells/funnel.png) 0 0 no-repeat;
_background:url(../images/cells/funnel.jpg) 25px 40px no-repeat;
}
#modules .cell-db
{
height: 100px;
width: 130px;
padding: 40px 25px 40px 25px;
display:inline;
float: left;
background:url(../images/cells/db.png) 0 0 no-repeat;
_background:url(../images/cells/db.jpg) 22px 45px no-repeat;
}
span.db
{
position: relative;
top: -25px;
font-size:16px;
text-align: center;
color:#000;
font-weight:bold;
}
span.funnel
{
position: relative;
top: -110px;
font-size:16px;
text-align: center;
color:#000;
font-weight:bold;
line-height:22px;
}
/* END custom cells, database and funnel diagrams */