#bankrate_form {
    padding-left: 4px;
}


#bankrate_form select {

    border: 1px solid #ccc;

}

#bankrate_form label.product {
    margin-right: 5px;
}

#bankrate_form label.sort {
    margin-right: 5px;
}

select#bankrate_product {
    margin-right: 5px;
/*    width: 140px;*/
}

select#bankrate_sort {
    margin-right: 5px;
}

#bankrate_form  input[type="submit"] {
    background-color: #fbfbfb;
    border: 1px solid #CCCCCC;
    padding: 1px 8px;
    cursor: pointer;
    outline: none;
    -moz-outline: none;
}

#bankrate_form  input[type="submit"]:hover {
    background-color: #f4f4f4;
/*    color: #FF9600;*/
}

div#bankrate_options {
    padding: 5px 0px;
    margin-bottom: 5px;
    font-size: 12px;
}


div.bankrate_table table {
   /*border-collapse: collapse;*/
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
}

div.bankrate_table table tr.brm_borderboxw {
    /*display: none;*/
    background-color: #669ACC;
   
}

tr.brm_borderboxw td.brm_verdana10bold {
    color: white;
    font-weight: bold;
    padding: 8px 0px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 6px;
}

tr.brm_borderboxw td.brm_verdana10 {
    padding-right: 6px;
}

tr.brm_borderboxw td.brm_verdana10 a{
    color: white;
    font-weight: bold;
 
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    
}

tr.brm_borderboxw td.brm_verdana10 a:hover {
    text-decoration: underline;
}

/* Top row */
td.brm_rt2wl, td.brm_rt2aw, td.brm_rt2w, td.brm_rt2aw, td.brm_rt2wr, td.brm_rt2awr {
    /*background-color: #E4EDF0;*/
    background-color: #EEEEEE;
    font-size: 11px;
    font-weight: bold;
    /*height: 24px;*/
    padding: 6px 0px 10px 0px;
   
}

td.brm_rt2wl {
    border-left: 1px solid #ccc;
}

td.brm_rt2awr {
    border-right: 1px solid #ccc;
}

tr.brm_color_value1 {
    /*background-color: #E4EDF0;*/
    background-color: #F4F4F4;
}


/* Top row buttons */

.brm_rt2awlink, .brm_rt2wlink {
    border-color:#CCCCCC;
    border-style:solid;
    border-width:0 0 1px;
    color:#000000;
    cursor:pointer;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:normal;
    text-decoration:underline;
}



/* Bank name cell */

td.brm_lenderteal1, td.brm_lenderteal2, td.brm_lenderteal1b, td.brm_lenderteal2b {
    font-weight: bold;
   
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 8px 6px;
    line-height: 16px;
}

td.brm_lenderteal1b , td.brm_lenderteal2b{
    border-bottom: 1px solid #ccc;
}

/* Normal cells */
div.bankrate_table table td {
    vertical-align: middle;
}


td.brm_rt3aw, td.brm_rt3w {
    border-right: 1px solid #cccccc;
   
}



td.brm_rt3awb, td.brm_rt3wb {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

td.brm_rt4aw, td.brm_rt4w {
    border-right: 1px solid #cccccc;

}

td.brm_rt4awb, td.brm_rt4wb {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}


.brm_link {
    color:#0102FD;
    cursor:pointer;
    text-decoration:underline;
    
}

.brm_linkOver {
    color: #5794ab; 
    text-decoration: underline; 
    cursor: pointer;
   }