@CHARSET "UTF-8";

table#credits_pricing {
	width: 100%;
}
table#credits_pricing th,
table#credits_pricing td {
  padding: 3px;
  text-align: right;
}
table#credits_pricing th {
	font-weight: bold;
  border-bottom: 1px dotted #666666;
}
table#credits_pricing tr.odd {
	background-color: #FFF5E6;
}
table#sms_list {
  font-size: 14px;
}
table#sms_list th,
table#sms_list td {
  padding: 2px;
}
table#sms_list th {
  border-bottom: 1px dotted #666666;
}
table#sms_list th a {
  color: #666666;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
table#sms_list tr.odd {
  background-color: #FFF5E6;
}
table#sms_list td {
  color: #666666;
  font-style: italic;
}
table#sms_list td a {
  color: #666666;
  text-decoration: underline;
  font-style: italic;
}
table#sms_list td.status {
  color: #669900;
  font-style: normal;
}
div.sms p {
  margin: 12px 0px;
}
table#sms_recipient_list {
  font-size: 14px;
}
table#sms_recipient_list th,
table#sms_recipient_list td {
  padding: 2px;
}
table#sms_recipient_list th {
  border-bottom: 1px dotted #666666;
}
table#sms_recipient_list th a {
  color: #666666;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold;
}
table#sms_recipient_list tr.odd {
  background-color: #FFF5E6;
}
table#sms_recipient_list td {
  color: #666666;
  font-style: italic;
}
table#sms_recipient_list td a {
  color: #666666;
  text-decoration: underline;
  font-style: italic;
}
table#sms_recipient_list td.status {
  color: #669900;
  font-style: normal;
}
ul#directory {
  padding: 6px 0px;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
}
ul#benefits {
	margin: 10px 0px;
}
ul#benefits li {
	list-style-image: url('../images/bullet.gif');
	list-style-position: outside;
	font-size: smaller;
	font-weight: bold;
	margin: 4px 0px 4px 14px; 
}


