/* CONTACT groups modify list*/
#contact_add_options {
	position: relative;
	margin-left:28px;
	width: 315px;
}
#contact_add_options .padding {
    padding-left: 6px;
    padding-right: 6px;
}
#description {
   width:300px; 
   height:70px;
   font-family:tahoma,verdana,serif;
   font-size:11px; 
}

#modify_contact .container {
    padding: 4px;
}

/* groups modify list*/
#groupslist {
	position: relative;
	margin-left:28px;
	width: 315px;
}
#groupslist .padding {
    padding-left: 6px;
    padding-right: 6px;
}
#groupslist .listcontainer {
	display: block;
	overflow:auto;
	height: 200px;
	border-bottom: none;
}
#instructions {
    color: #ABC9E7;
    font-style: italic;
    text-align: center;
    padding: 4px;
    padding-bottom: 10px;
} 

#modify_group .container {
    padding: 4px;
}

/* TEMPLATE modify list*/
#modify_template {
    width: 380px;
    background-color: #698FB6;
}
#modify_template .container {
    padding: 4px;
}
#contact_add_options {
	position: relative;
	margin-left:28px;
	width: 315px;
}
#contact_add_options .padding {
    padding-left: 6px;
    padding-right: 6px;
}
#description {
   width:300px; 
   height:70px;
   font-family:tahoma,verdana,serif;
   font-size:11px; 
}

/**/
.smslist-table {
	width:100%;
	border: 0;
	border-spacing: 0 1px;
}

.smslist-table .delete {
	cursor: pointer;
}

.smslist-table .action {
	padding-left: 10px;
	padding-right: 10px;
}

.smslist-table .smscontent p {
    size:10px;
    color: #333333;
    text-align:justify;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #ffffff;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 2px;
}

.smslist-table th {
	size: 9px;
}

.smslist-table td {
	text-align: center;
	border-bottom: 2px;
}

/* received and sent */
.smslist-ok, .smslist1, .smslist2 {
    border-top: 1px solid #C2F2C2;
    background-color: #E0F9E0;
}

/* pending */
.smslist-pending, .smslist3, .smslist{
    border-top: 1px solid #F3D09E;
    background-color: #FFE4BE;
}

/* unknown/error, invalid dest. number */
.smslist-error, .smslist4, .smslist5, .smslist6, .smslist7 {
    border-top: 1px solid #ED948C;
    background-color: #FBB3AD;
}
/* scheduled / in queue */
.smslist-scheduled, .smslist8, .smslist9 {
    border-top: 1px solid #AFCCED;
    background-color: #D6E9FE;
}

.smsstatus {
    width: 100px;
}

.smsdest {
    color: #000000;
    width: 200px;
}

.smsenv {
    color: #000000;
    width: 150px;
}

.smsrecu {
    color: #000000;
    width: 150px;
}

.smslistmenu {
    color:#999999;
    text-align:center;
    margin-bottom: 4px;
    font-size:11px;
    font-weight:normal;
}

.smslistmenu a {
    color:#999999;
    text-align:center;
    text-decoration:none;
}

.smslistmenu a:link {
    text-decoration:none
}

.smslistmenu a:hover{
    text-decoration:underline}

.smslistmenu a:active{
    color:#333333;
}

.smslistmenu a:visited{
    text-decoration:none;
    color:#666666;
}

.smsmenustatus {
    width: 50px;
}

.smsmenudest{
    width: 150px;
}

.smsmenuenv {
    width: 150px;
    size: 7px;
}

.smsmenumess {
}

.smsliststatus{ width:50px;font-size:11px;color:gray;}
.smslistdest { width:150px}
.smslistenv { width:150px;color:gray;}
