/* List 
Used by list and listform templates when not dragable
*/
div.list_title {
    font-size: 16px;
    font-weight: bold;
    height: 30px;
}

table.list {
    width: 100%;
    border-spacing: 0px 2px;
}
table.list thead td {
    font-size: 12px;
    font-weight: bold;
    padding-right: 5px;
	white-space:nowrap;
}
table.list tbody tr td img {
    padding-right: 3px;
}
table.list tbody tr td {
    border-top: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB;
    padding: 3px;
    white-space: nowrap;
}
table.list tbody tr td:first-child {
    border-left: 1px solid #BBBBBB;
}
table.list tbody tr td:last-child {
    border-right: 1px solid #BBBBBB;
}
table.list tr td select{
	font-size:11px;
	/*width:80;*/
}
td.alphabet{
	font-size: 14px;
}
td.alphabet_selected{
	background-color:rgb(221, 221, 221);
	/*background-color:#FFFFFF;*/
	font-size: 14px;
}
