body {
	background-color: #E0ECF3;
	background-image: url('/static/images/bg_sms.gif');
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
	font-size:12px;
	font-family: sans-serif, Verdana;
	}

#activate_subscription label, #signup label, #edit_subscription label, #edit_user label, #buy_credits label, #send_sms_form label, #add_contact label, #edit_contact label, #add_new_customer label, #add_admin label, #send_sms_form label, #contact label, #upload_csv label, #change_labels label, #add_offline_bill label{
	display: block;
	float: left;
	width: 150px;
	padding-right:15px;
}

#credits {
	font-size: 14px;
}
#change_labels .signup, #change_labels #change_labels_new_labels {
  clear: both;
}
#buy_credits label.checkbox, #edit_user label.checkbox, #add_contact label.checkbox,#edit_contact label.checkbox, #send_sms_form label.checkbox, #contact label.checkbox, #add_offline_bill label.checkbox{
        display: inline;
	float: none;
	width: auto;
}

#delete_labels,#suspend_customer,#activate_customer{
	width: 150px;
}

#payments input {
	height: 20px;
	width: 50px;
}

#payments form {
	display: inline;
}

#cancel_payment {
	width: 50px;
}
#confirm_action,#suspend_subscription{
	width: 300px;
}
#edit_subscription, #upload_csv,   #activate_subscription, #add_admin, #add_new_customer {
	width: 400px;
}

#nondelivered, #change_labels  {
   width: 500px;
}

span {
	display: block;	
}

img {
	border: none;
}

#user_menu {
	float: left;
	width: 150px;
	margin-left: 5px;
	padding-top: 10px;
	font-size: 12px;
}

#footer {
	clear: both;
	border-top: 1px dotted #b3b3b3;
	text-align: right;
	padding: 3px;
	color: #069;
	height: 48px;
}

#footer img {
	vertical-align: top;
	margin-right: 10px;
}



#footer_menu {
	clear: both;
	text-align: center;
	margin: 0 3px 0 3px;
}
#content {
	padding: 0 5px 0 15px;
	margin-top: 0;
	margin-left: 165px;
	text-align:justify;
}


#page_show {
	width: 590px;
	margin-left: 40px;
}

#page_container {
	margin: 0 auto; 
	width: 898px;
	border: 1px dotted #b3b3b3;
	background-color: #FFF;
	border-top: 19px solid #2B5387;
}

#container  {
	clear:both;
}

#top {
	height: 15px;
	background-color: #2B5387;

}

#user_actions {
	background-color: #2B5387;
	margin-bottom: 10px;
	color: #fff;
	/*padding: 10px 3px 10px 15px;
	width: 123px;*/
	width: 136px;
	padding: 10px 0px 10px 5px;
	font-family: verdana;
}

#user_actions a {
	color: #fff;
	text-decoration: underline;
	font-family: verdana;
	font-size: 11px;
}

#user_actions label {
	font-size: 11px;
}

#logo {
	background-color: #FFF;
	width: 898px;
	vertical-align: bottom;

}


#footer_menu li, #logo li {
	display: inline;
}

#menu {
	margin-right: 29px;	
	background-color: #EEE;
	text-align: right;
}


#images {
	clear: both;
}
.tabular {
	margin-top: 10px;
	border-collapse: collapse;
	text-align: left;
	font-size: 0.9em;
	width: 80%;
}

.tabular td {
	text-align: left;
}
.tabular th {
	background-color: #2B5387;
	padding:2px;
	color: #fff;
}
.tabular th a , .tabular th a:visited {
	color: #fff;
	text-decoration: underline;
}

#scheduled_sms td {
	border: 1px solid #b3b3b3;
	border-collapse: collapse;
}

#scheduled_sms {
	width: 650px;
}

#bills {
	width: 700px;
}

.odd_row {
	background-color: #f1f1f1;
}

.even_row {
	background-color: #fff;
}

a:link, a:visited {
	text-decoration: none;
	color: #069;
}

a:hover,  a:active {
	text-decoration: underline;	
}


.message , .error_msg {
	background-repeat: no-repeat;
	border-bottom: 1px solid #eee;
	border-top : 1px solid #eee;
	background-position: left center;
	height: 28px;
	margin-right:80px;
	font-size:1.1em;
	padding: 20px 0px 0px 80px ;
}
.message {
	background-image: url(/static/images/message.png);
}

.error_msg {
	background-image: url(/static/images/error.png);
}

input, textarea, select {
	margin-bottom: 2px;
}

.img {
	margin-right: 30px;
}

#login label {
	width: 100px;
}
#login input {
	width: 90px;
	margin-bottom: 5px;
}

#login fieldset {
	padding: 4px;
	border:none;
}	

#login {
	text-align: justify;
	width: 130px;
}
.error_messages {
	color: #C00;
}

form {
	width: 600px;
}

#pages, #add_group, #forgot_pass, #add_label {
	width: 150px;
}

#labels {
	width: 200px;
}
#add_contact, #send_sms_form, #contact {
	width: 350px;
}

#history {
	width: 650px;
}

#edit_blacklist, #stats, #admins,  #credits, #pick_groups {
	width: 300px;
}

#buy_credits {
	clear: both;
	width: 500px;
}



#send_sms_form_main_fieldset_phone_no_label a:hover {
	text-decoration:none;
}
#img_link {
position: relative;
left: 240px;
}



fieldset {
	border-left : none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #BBB;
	padding:5px;
}

#send_sms_form fieldset {
	border: none;
}

#send_sms_form {
	float: left;
}


legend {
	padding-right:10px;
	padding-left:10px;
}
#buy_credits_main_fieldset_wire_fieldset fieldset, #buy_credits_main_fieldset_wire_fieldset fieldset, #edit_user_main_fieldset_customer_fieldset fieldset {
	border: 1px solid #fff;
}


#credits_status {
	font-size: 0.9em;
	margin: 3px 0 3px 0;
}



#bill {
        width: 600px;
        margin: 10px auto;
}

#bill {
        border-collapse: collapse;
}
#bill td {
       border: 1px solid #000000;
        border-spacing: 0;
}

#bill table td {
        border:1px solid white;
}

#banner_tagline td{
  border: none;
  text-align: center;
  vertical-align: center;
  padding-bottom: 10px;
}

#banner_tagline td img {
  padding-bottom: 0;
  margin-bottom: 0;
}
#banner_tagline td span{
  padding-top: 20px;
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
}
.top_menu {
	float: right;
	width: 430px;
}

.top_menu ul li {
	margin: 0px;
	padding: 0px;
}	
.top_menu ul {
	background-image: url('/static/images/top.jpg');
	height: 21px;
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
.top_img ul {
	background-image: url('/static/images/top.jpg');
	height: 18px;
	background-repeat: repeat-x;
	margin: 0 0 0px 0;
	padding-top: 3px;

}

.top_menu ul a, .top_menu ul a:visited {
	text-decoration: none;
	color: #000;
	margin: 0px 10px 0px 7px;
	font-weight: bold;
	font-size: 11px;
}

#second_menu {
	background-color: #fff;
	padding: 0;
	margin: 0;
	clear: both;
}

.top_menu img {
	padding-top: 4px;
}

#second_menu ul {
	padding: 3px 0 10px 10px;
	margin: 0;
	background-image: url('/static/images/bg_sec_menu.jpg');
    	background-repeat: repeat-x;
	float: left;
	width: 700px;
}

#second_menu ul a {
	text-decoration: none;
	color: #fff;
	/*font-size: 90%;*/
	font-weight: bold;
        font-size: 11px;	
}

#second_menu ul li {
	display: inline;
	padding: 0 8px 0 27px;
	background-position: 8px center; background-repeat: no-repeat;
}

#second_menu ul li.separator {
 	padding: 0;
	margin: 0;
}
#second_menu {
	color: #fff;
}

.pipe {
	display: inline;
	font-size: 1em;
	color: #b3b3b3;

}
.pipe2 {
	display: inline;
	font-size: 1em;
	color: #ddd;
	font-weight: bold;

}
#logo table  td {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	text-align: left;
}

h1 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.2em;

}
h2 {
	font-size: 1em;

}
#tagline {
	font-size: 1.2em;
	padding: 0;
	text-align:right;
	margin-right:10px;
	font-weight: bold;
	color: #DDD;
}

#send_from_contacts {
	float: right;
}

#send_from_contacts h2 {
	font-size: 1em;
}
#send_from_contacts  {
	border: 1px dotted #eee;
	padding: 5px;
	width:300px;
}

#pager a {
	padding: 0 3px 0 3px;
}
#pager {
	margin: 0;
	padding: 0;
	width: 500px;
}


#variables_menu span {
	display: inline;
	cursor: pointer;
	color: #069;
	padding-left: 15px;
}

.inside_data {
	 height: 20px; 
	 vertical-align: top; 
	 text-align: left;
}
 
.inside_data td {
	border-bottom: 1px solid #fff;
}

.chart {
	 background-image: url('/static/images/chart_background.jpg');
	 background-repeat: repeat-x;
         height: 15px;
         font-family:sans;
         font-size:1em;
         margin:0;
         overflow: visible; 
}


#actions a {
	background-color: #2B5387;
	color: white;
	display:block;
	margin-bottom: 1px;
	padding: 2px;
	padding-left: 12px;
	width: 126px;
}

#signup_agree_label span ,  label#signup_agree_label { 
display:inline;
margin: 0px;
padding: 0px;
float: none;
}



#send_sms_form_main_fieldset_wait,#wait {
	display: none;
}


#list_imported form {
	display: inline;
}




#send_stats {
	background-repeat: no-repeat;
	border-bottom: 1px solid #aaa;
	border-top : 1px solid #aaa;
	background-position: left top;
	margin-right:80px;
	margin-bottom: 5px;
	font-size:1.1em;
	padding: 5px 5px 5px 50px ;
	background-color: #efefef;
	width: 300px;
	background-image: url(/static/images/message.png);
}

#page_show hr {
  width: 200px;
}
