/*----------------------------------------------------------------
Tags STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type:

Color Sceme:


Developers:
**********************************
Jessica Dooley
email: jessica.dooley@rezstream.com
website:http://rezstream.com

Kevin Guill
email: kevin.guill@rezstream.com
website:http://rezstream.com
**********************************
----------------------------------------------------------------*/

/*-------- =start RATES TABLES -------- */

#rates_table {
width:580px;
margin:12px 0px;
}

#rates_table tr {
}

#rates_table td {
border-top:1px solid #cab99f;
}

#rates_table tr.first_row td {
border-top:none;
}


#rates_table td.right {
padding:6px 10px 10px 10px;
}

#rates_table td.left {
width:456px;
border-right:1px solid #cab99f;
padding:6px 10px 10px 0px;
}

#rates_table strong {
font-weight:bold;
color: #870e0e;
line-height:18px;
}

#rates_table p.disclaimer {
font-size:10px;
font-style:italic;
text-align:left;
margin:3px 0px;
line-height:12px;
}


/*-------- =start GENERAL TABLES -------- */

#general_table {
width:auto;
margin:12px 0px;
}

#general_table tr {
}

#general_table td {
border-top:1px solid #cab99f;
}

#general_table tr.first_row td {
border-top:none;
}

#general_table tr.single_row td {
border-bottom:1px solid #cab99f;
border-top:none;
}

#general_table td.right {
padding:6px 12px 10px 10px;
}

#general_table td.left {
width:auto;
border-right:1px solid #cab99f;
padding:6px 10px 10px 0px;
}


#general_table strong {
font-weight:bold;
color: #870e0e;
line-height:18px;
}

