



* {
  padding: 0;
  margin: 0;
  }

body {
  background-color: #FFFFFF;
  text-align: center;
  }

img {
  border: 0;
  }

#globalwrap {
  width: 579px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  }

#frame {
  border-left: 2px ridge #FFF3EA;
  border-right: 2px ridge #FFF3EA;
  border-bottom: 2px ridge #FFF3EA;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  }

#header { 
  width: 576px;
  height: 16px;
  background: url(smsheader-586.gif) no-repeat top center;
  background-color: #FFFFFF;

  text-indent: 10pt;

  margin-top: 0;
  padding-top: 85px;

  font-size: 8pt;
  color: #FFFFFF;
  line-height: 1em;
  }

#bulletin, #log {
    position: fixed;
    left: 80%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    height: 100%;
    width: 20%;
    border-style: none;
    text-align: left;
 }

#contentwrap { 
  padding: 0;
  margin: 6pt 20px 0pt 20px;
  width: 536px;
  background-color: #FFFFFF;
  color: #666;
  font-size: 8pt;
  position: relative;
  }

#footer {
  width: 576px;
  margin: 0 auto;
  padding: 10pt 0 0 0;
  position: relative;
  color: #777;
  font-size: 7pt;
  text-align: center;
  }

#footercontent {
  display: inline;
  }

#sidebar {
  text-align: left;
  vertical-align: top;
  color: red;
  }

#formwrap {
  }

/* Navigation Menus */

#menuwrap {
  float: left;
  z-index: 10;
  width: 120px;
  }

#menu {
  list-style: none;
  padding: 0;
  margin: 0 0 18pt 0;
  border-bottom: 1px solid #D0D0D0;
  }

#menu li {
  padding: 4px 0;
  border-top: 1px solid #D0D0D0;
  }

#menu li strong {
  color: #666;
  }

#menu a:link, #menu a:visited {
  font-weight: normal;
  font-size: 8pt;
  text-decoration: none;
  color: #666;
  padding-left: 9pt;
  background: url(arrow-inactive.gif) no-repeat 3px 50%;
  display: block;
  }

#menu a:hover, #menu a:active {
  font-weight: normal;
  font-size: 8pt;
  text-decoration: none;
  color: #C1242B;
  padding-left: 9pt;
  background: url(arrow-active.gif) no-repeat 3px 50%;
  display: block;
  }

#menutitle {
  font-weight: bold;
  margin-bottom: 4pt;
  font-size: 8pt;
  color: #444;
  }

#submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  }
  
#submenu li {
  padding: 3pt 0 0 0;
  margin-left: 10px;
  width: 110px;
  text-overflow: auto;
  border: 0;
  }

strong#newinbox {
  font-size: larger;
  }

a:link#current, a:visited#current, a:hover#current, a:active#current {
  font-weight: normal;
  font-size: 8pt;
  text-decoration: none;
  color: #C1242B;
  padding-left: 8pt;
  background: url(arrow-active.gif) no-repeat 3px 50%;
  }

/* Main Area */

#mainwrap {
  width: 406px;
  float: right;
  }

#loginwrap {
  float: left;
  }

#title {
  margin-bottom: 4pt;
  font-size: 15pt;
  font-weight: normal;
  color: #C1242B;
  }


/* Forms */

input, select {
  margin-bottom: 7pt;
  }

label { 
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 8pt;
  color: #444;
  font-weight: bold;
  vertical-align: middle;
  }

option {
  padding: 0px 4px 0px 4px;
  }

select {
  font-size: 8pt;
  }

/* Compose */
  
textarea#phone { 
  width: 406px;
  height: 48pt;
  margin: 0 0 3px 0;
  border: 1px solid #A1A1A1;
  }

#phonewrap {
  position: relative;
  }
#phonewrap a {
  display: inline;
  }
  
#addcontacts { vertical-align: top; }

#floatwrap { /* Used also in Groups page */
  width: 406px;
  float: left;
  }

#msgwrap {
  margin-top: 8pt;
  }

#msg {
  width: 406px;
  border: 1px solid #A1A1A1;
  }

#counterwrap { 
  margin: 2px 0 12pt 0;
  }
  
.countbox {
  margin: 0;
  border: 1px solid #A1A1A1;
  }

#msgcounter { 
  float: left;
  }

#smscounter {
  float: right;
  text-align: right;
  }
  
.notes {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 7pt;
  color: #777;
  clear: both;
  width: 406px;
  text-overflow: ellipsis;
  }

#timewrap select {
  margin: 0;
  padding: 0;
  }

#bookingwrap {
  width: 406px;
  font-size: 8pt;
  padding: 4px 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  }

#switch {
  font-weight: normal;
  background: url(bookingicon.gif) no-repeat 0 50%;
  padding-left: 8pt;
  }

#tab1 {
  font-weight: normal;
  background: url(bookingicon.gif) no-repeat 0 50%;
  padding-left: 8pt;
  }

#tab2 {
  font-weight: normal;
  padding-left: 8pt;
  }

#bookingfield {
  margin: 8pt 0 0 0;
  }

.clear { clear: both; }


/* Address Book */

.tableContainer {
  }

#contacttable {
  width: 100%;
  border-collapse: collapse;
  font-size: 8pt;
  color: #333;
  margin-bottom: 1em;
  table-layout: fixed;
  }





#contacttable input {
  margin: 0;
  padding: 0;
  }
  
#contacttable tr {
    display: table-row;
  }

#contacttable td {
  padding: 5px 0 5px 4px;
  }

#contacttable a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #333;
  font-weight: normal;
  }

#contacttable a:hover {
  color: #333;
  font-weight: normal;
  }

#thead,tfoot {
  background-color: #D3D3D3 ! important;
  }

#thead,tfoot td { 
  color: #333; 
  font-weight: bold;
  }

#contacttable a.group {
  color: #FF6600;
  }

#contacttable a.individual-m {
  background-color: #FFFFE0;
  }

.checkcell {
  width: 15pt;
  vertical-align: top;
  }

.contactimage { 
  width: 22px;
  vertical-align: text-top;
  }

.contactname { 
  width: 25%;
  vertical-align: top;
  /* non-standard but works with IE and Firefox */
  word-wrap: break-word;
  }

.description {
  width: 30%;
  vertical-align: top;
  }

.members {
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #FF6600;
  }

.number {
  vertical-align: top;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  }

#controlrow {
  clear: both;
  background-color: #666;
  padding: 5px 0 5px 0;
  margin: 0;
  width: 100%;
  voice-family: "\"}\""; 
    voice-family: inherit;
    width: 100%;
  }

.floatleft {
  width: 50%;
  float: left;
  }

.floatright {
  width: 50%;
  text-align: right;
  float: right;
  }

.noselect { background-color: #FFFFFF; }
.selecthl { background-color: #FEE7D6; }

/* Add & Edit Address Book Names */

#name, #mobile, #phone, #pager, #email, #description, #company, #position { width: 100%; }

#membershipwrap #subscriptionwrap {
  width: 406px;
  font-size: 8pt;
  padding: 4px 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  }
  
#templatewrap{
  width: 406px;
  margin-bottom: 8pt;
  font-size: 8pt;
  padding: 4px 0;
  border-bottom: 1px solid #D0D0D0;   
  }

#templatewrap ul li {
  list-style-type: none;
  margin: 8pt 0;
  } 

#templatewrap ul li a {
  display: block;
  padding: 3px 8pt 3px 8pt;
  margin: 2px;
  background: transparent url(singleforward.gif) top left no-repeat;
  }

/* Groups */

#groupname, #groupdescription {
  width: 100%;
  }

#availableusers, #assignedaddresses, #availablegroups, #assignedgroups {
  width: 173px;
  overflow: auto;
  text-overflow: ellipsis;
  }

#arrows { 
  width: 30px;
  text-align: center;
  }
  
#arrows img { 
  margin-bottom: 2px;
  }

/* Inbox */

.unreaditem {
  background-color: #FFF3EA;
  color: #000;
  padding: 8pt;
  border-bottom: 1px dotted #FF6600;
  line-height: 1.3em;
  }

.unreadnav {
  margin-top: 1em;
  color: #C1242B;
  }

.unreaditem a:link, .unreaditem a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #C1242B;
  background: transparent;
  }

.unreaditem a:hover, .unreaditem a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #C1242B;
  background: transparent;
  }

.controls {
  margin-top: 1em;
  }
  

/* Sent Items */

.item { 
  color: #000; 
  padding: 8pt;
  line-height: 1.3em;
  border-bottom: 1px dotted #C1242B;
  transition: opacity 1s ease;
  }

.markeditem { 
  background-color: #FFAAAA;
  /*color: #0A0; */
  color: #000;
  padding: 8pt;
  line-height: 1.3em;
  border-bottom: 1px dotted #C1242B;
  transition: opacity 1s ease;
  }

/* Forms */

#lostpass { 
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 8pt;
  color: #444;
  font-weight: bold;
  }
  
#lostpass a:link, #lostpass a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #999;
  background: transparent;
  }

#lostpass a:hover, #lostpass a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #C1242B;
  background: transparent;
  }

/* Misc */

.instructionshead {
  line-height: 1.4em;
  width: 406px;
  font-weight: bolder;
  color: #C1242B;
  cursor: pointer;
  padding-bottom: 0;
  }

.instructions {
  line-height: 1.4em;
  width: 406px;
  padding-top: 0;
  }

a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #666;
  background: transparent;
  }

a:hover, a:active {
  font-weight: bold;
  text-decoration: none;
  color: #C1242B;
  background: transparent;
  }

.error { 
  font-weight: bold;
  color: #C1242B;
  margin-bottom: 1em;
  font-size: 10pt;
  padding-left: 8pt;
  background: url(erroricon.gif) no-repeat 0 2px;
  background-color: #000000;
  }

.status {
  font-weight: bold;
  color: #C1242B;
  font-size: 10pt;
  padding: 4px 0 4px 8pt;
  border-top: 1px solid #D0D0D0;
  background: url(statusicon.gif) no-repeat 0 6px;
  }

#astatus, #bstatus {
  font-weight: bold;
  color: #C1242B;
  font-size: 10pt;
  }

.help {
  padding-left: 8pt;
  background: url(helpicon.gif) no-repeat 0 50%;
  margin: 0 0 10pt 0;
  }
  
h2 { 
  color: #C1242B;
  font-size: 11pt;
  font-weight: normal;
  border-bottom: 1px solid #D0D0D0;
  }
  
h3 { 
  margin-bottom: 0.5em;
  color: #C1242B;
  font-size: 9pt;
  font-weight: normal;
  }

.headinginfo {
  display: inline;
  font-size: 8pt;
  font-weight: normal;
}

/* Admin */

#adminform {
  margin: 2em 0;
  }

.p2 {
  margin-top: 1.5em;
  }

#adminform input { 
  margin: 0 5px 0 0;
  }
  
#adminform label {
    font-size: 8pt;
  }

.general { 
  padding: 6pt;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px dotted #C1242B;
  }

/* Firefox fix */
.alignelement {
  margin-bottom: 0;
  }
.alignrow {
  margin-bottom: 10px;
  }

.subtitle {
  margin: 1.5em 0 1em 0;
  font-size: 11pt;
  font-weight: normal;
  border-bottom: 1px solid #D0D0D0;
  }

/*
 * Autocomplete dropdown
 */
div.acwrap {
    /* trick just for IE */
    position: absolute;
    height: 100px;
}
div.autocomplete {
    /* trick just for IE */
    position: relative !important;
    top: -5px !important;
    left: 0px !important;
    height: 100px;
    width: auto;
    background-color: #FFFFFF;
    z-index: 100;
    overflow: auto;
}

div.autocomplete ul {
    list-style-type:none;
    list-style: none;
    font: 10pt/1.5em helvetica, sans-serif;
    border: 1px solid #ADADAD;
    margin:0px;
    padding:0px;
}

div.autocomplete ul li.selected {
    background: #C1242B;
    color: #FFF;
}

div.autocomplete ul li {
    list-style-type: none;
    display: block;
    white-space: nowrap;
    margin: 0;
    background-color: #FFFFFF;
    padding: 2px;
    height: auto;
    width: auto;
    cursor: pointer;
}

.radio {
    vertical-align: middle;
    margin: 0;
}

.alerter {
    display: none;
    padding: 12px;
    background-color: #C1242B;
    color: white;
    font-size: 14pt;
    font-weight: bolder;
    text-align: center;
}

.closer {
    color: white;
    float: right;
    cursor: pointer;
    font-size: 14pt;
    font-weight: bold;
}

