fieldset {
	border: 1px solid #A6C9E2;
	margin-left: 2px;
	margin-right: 2px;
	padding:0.35em 0.625em 0.75em;
}
table { margin: 0px; }

#login_form fieldset {width: 250px; border:1px solid #000000;padding:10px;}
#login_form fieldset legend {font-weight:bolder;padding:0 5px 0 5px;}
#login_form fieldset label {display:block;float:left;width:200px;text-align:left;margin-left:10px;}

#SmsForm #to {width: 200px;}
#SmsForm #text {width: 200px; height: 100px;}
#SmsForm #sendbtn {display:block;float:right; margin-top:5px;}

#notice { background-color: #FF0000; width: 300px; color: #FFFFFF; padding-left: 5px; }

#counter { text-align: right; }

#SendProgressBar { width: 300px; }
#SendProgressBar #Bar { width: 250px; background-color: #FFFFFF; border: 1px solid #000000; }
#SendProgressBar #Bar #Used { width: 0px; background-color: #0000FF; text-align: center; color: #FF0000; }

#menu-div .logout-btn { float: right; }
.units-available { text-align: right; padding-right: 5px; }
.ui-form { list-style: none; }
.ui-form li { margin: 1px;  }
.ui-form label { float:left; width: 100px; }

.ui-form-subaccounts { width: 425px; }
.ui-form-footer { text-align: right; padding-top: 140px; }

#ab-list { min-height: 350px; padding-left: 200px; padding-top: 6px;	 }
#ab-left-menu { width: 200px; min-height: 350px; float: left; }
#ab-new {  }
#ab-groups select { width:135px; }
#ab-import fieldset { width: 181px; }
#ab-import select { width:100%; }
#ab-new label { float: left; width: 100%; }
#ab-new .ab-form-entry { width: 100%; }
#ab-new input, #ab-import input { float: right; }
.pager { padding: 10px; }

#sms-form-div { display: inline-block;  vertical-align: top; } 
#sms-ab-div { display: inline-block; padding-right: 20px; }


table.tablesorter thead tr .header {
	background-image: url(imgs/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(imgs/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(imgs/desc.gif);
}

body { min-width: 750px; }

div.editbtn, div.deletebtn {
	background-repeat:no-repeat;
	width: 16px;
	height: 16px;
	padding: 0px;
	text-decoration: none;
	display: inline-block;
	cursor:pointer;
}

div.editbtn {
	background-image: url(imgs/edit.gif);
}

div.deletebtn {
	background-image: url(imgs/delete.gif);
}

.min-width-col {
	min-width: 100px;
}

.odd, table.alter tbody tr:nth-child(odd) { background-color: #F0F0F6; }

ul { list-style-type: none; padding: 0px; margin: 0px; }
li { padding: 0px; }

#send-sms-contacts-list { height: 150px;  overflow: auto; width: 100%; }
#send-sms-groups-list { height: 75px;  overflow: auto; width: 100%; }

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#requested-senderids, #available-senderids {
	margin-top: 20px;
	width: 200px;
	float: left;
	display: inline;
}

#requested-senderids {
	margin-left: 20px;
}

#requested-senderids ul, #available-senderids ul {
	height: 100px;
	overflow: auto;
}

.ui-tabs-panel {
	min-height: 200px;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	background-color: #A6C9E2;
}

#wait-dialog a, #loading-dialog a {
	display: none;
}


#group-share {
	float: right;
}

#group-share-window {
	display: block;
}

#addressbook-div {
	overflow: auto;
}


#ab-import .csv-cols {
	padding: 5px;
}

#ab-import .csv-cols li {
	padding: 5px;
	border: 1px solid #A6C9E2;
	margin-bottom: 5px;
	cursor: move;
}

#ab-import div.csv-options {
	display: none;
}

#ab-import a.hide-csv-options {
	display: block;
	text-align: right;
}

#available-senderids ul li {
	cursor: pointer;
}

#available-senderids ul li.default {
	background-color: #A6C9E2;
	font-weight: bold;
}

#addressbook-div-duplicates ul.dups-list>li>ul>li:hover {
	background-color: #A6C9E2;
}

#addressbook-div-duplicates ul.dups-list {
	padding-top: 25px;
}

#addressbook-div-duplicates ul.dups-list>li {
	border: 1px solid #A6C9E2;
	padding: 5px;
	margin: 5px;
	cursor: pointer;
}

#addressbook-div-duplicates {
	max-width: 550px;
	overflow: auto;
}

#addressbook-div-duplicates input[type=submit],
#addressbook-div-duplicates a.toggle {
	float: right;
}

.left {
	float: left;
	margin-left: 10px;
}

#predef-btns, #predef-btns a {
	display: inline-block;
	vertical-align: middle;
}

#predef-btns a {
	padding: 2px 0;
}

#predef-btns span.ui-icon {
	margin: 0 2px;
}



#emails {
}

#emails .email-templates-list select {
	width: 135px;
}

#emails .right-content {
	display: inline-block;
	vertical-align: top;
}

#emails .email-editor {
	display: none;
	width: 700px;
}

#emails .email-editor>fieldset {
	width: 100%;
}

#emails .email-editor>fieldset>label {
	width: 100%;
	display: inline-block;
}

#emails .email-editor>fieldset>label>input[type=text],
#emails .email-editor>fieldset>label>textarea {
	width:98%;
}

#emails .email-editor .tpl-id {
	float: right;
}

#emails .email-editor .actions {
	text-align: right;
	margin-top: 5px;
}

#emails .email-editor textarea[name=text_tpl] {
	height: 200px;
}

#emails .email-editor textarea[name=html_tpl] {
	height: 400px;
}

#emails .email-templates-list ul li {
	line-height: 18px;
}

#emails .email-templates-list ul li .editbtn,
#emails .email-templates-list ul li .deletebtn {
	float: right;
	display: inline-block;
	
}

#campaign-form .submit {
	margin-top: 5px;
	float: right;
}

#att-image-browser li {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	cursor: pointer;
	margin: 5px;
}

#faq .faq_list {
	margin-bottom: 10px;
	border-bottom: 1px solid black;
}

#faq .faq_section {
	margin-top: 10px;
	border-bottom: 1px solid black;
}

#faq .faq_title {
}

#faq .faq_body {
}

#news-feed {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}

#master-report td:nth-child(even),
.lb-limit, .lb-number {
	text-align: right;
}

.ui-form li, ul.ui-form-subaccounts li {
	overflow: auto;
}

ul.ui-form-subaccounts .ui-form-footer { text-align: right; padding-top: 20px; }

