/* to remove icons from homepage dropdown menu */
td.t_iconcol {
display: none;
}
/* to get background across the left and right padding  */
body {
background: url(/images/content/1083/310679.gif) left top repeat-x;
}
/* to force align top - defaulted to middle */
td.CellStyleB, td.CellStyleF {
vertical-align: text-top;
}
/* Helps cross browser consistency */
div.t, div.t_disabled {
padding: 0 16px;
height: 31px;
line-height: 31px;
}
/* Drop downs */
table.t {
background-color: #ECECEC;
width: 110px;
filter: none;
}
td.t_indentcol {
display: none;
}
td.t {
border-bottom: 1px solid #C5CCD0;
}
td.t, td.t div.t {
color: #3A4D6B;
}
td.t div.t {
padding: 0 14px;
height: 23px;
line-height: 23px;
}
tr.t_disabled td.t div.t {
color: #B3B3B3;
}
tr.t_hi {
background-color: #c6d137;
}
table.t {
border: 1px solid #C5CCD0;
height: 27px;
}
table.t table.t {
margin-top: 3px;
width: auto;
background-color: #d7dfe2;
}
table.t div.tab {
margin-left: -16px;
}
