/**
 * CSS styles for Demo module go here.
 *
 * @author  Kimmo Keskinen
 * @version 2010-03-17
 */

div.userInfoList {
}

table.userInfoList {
	margin:0 auto;
    border-width: 1px;
    border-spacing: 2px;
    border-style: solid;
    border-color: black;
    border-collapse: separate;
    background-color: white;
}
table.userInfoList th {
    border-width: 1px;
    padding: 1px;
    border-style: solid;
    border-color: gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}
table.userInfoList td {
    border-width: 1px;
    padding: 1px;
    border-style: solid;
    border-color: gray;
    background-color: white;
    -moz-border-radius: 0px 0px 0px 0px;
}