/* HTML5 Boilerplate */
article, aside, details, figcaption, figure, footer, #header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html { 
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

::-moz-selection {
  background: #b4d5ff;
}

::selection {
  background: #b4d5ff;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0; padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

table button, table input {
  *overflow: auto;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:valid, textarea:valid {

}

input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

/* Main styles */

#members {
    max-width: 1040px;
    min-width: 960px;
    margin: auto;
    background-color: #efefef;
}

#header {
    margin-top: 10px;
    border: 1px solid #383636;
    border-bottom: 0;
    background-color: #eee;
    position: relative;
}

#top ul {
    padding-left: 23px;
    margin-bottom: 0;
}

#submenu ul {
    margin: 0;
    padding: 0 5px;
}

#submenu ul li {
    list-style: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 0;
    font-size: 75%;
}

#submenu ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 3px 6px;
}

#submenu ul li a.selected, #subsubmenu ul li a.selected {
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.28), 0 1px 6px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.28), 0 1px 6px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.28), 0 1px 6px rgba(0, 0, 0, 0.5) inset;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%); 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(30%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2))); 
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%); 
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%); 
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.2) 100%); 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

#subsubmenu ul {
    margin: 0;
    padding: 0 20px;
}

#subsubmenu ul li {
    list-style: none;
    display: inline-block;
    padding: 3px 0;
    *display: inline;
    *zoom: 1;
}

#tools {
    position: absolute;
    right: 0;
    top: 0;
    margin: 12px 12px 0 0;
    border: 1px solid #0094D7;
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    *width: 120px;
}

#tools p, footer p, footer a{
    margin: 0;
    line-height: 20px;
    color: #808080;
    font-size: 10px;
}

.street_combo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

#preview_fax_wrapper {
  display: inline-block;
}

#preview_fax {
  border: 1px solid #ccc;
  display: inline-block;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer li {
    list-style: none;
    display: inline;
    color: #808080;
    font-size: 10px;
   *margin: 7px;
}

footer ul li:after {
    content: " | ";
}

footer ul li.last:after {
    content: "";
}

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* form styling */
.module {
  background: none repeat scroll 0 0 white;
  margin-bottom: 5px;
}

.form-row {
  font-size: 11px;
  overflow: hidden;
  padding: 8px 12px;
}

label {
  color: #666666;
  font-size: 12px;
  font-weight: normal !important;
}

.aligned label {
  display: block;
  float: left;
  padding: 3px 10px 0 0;
  width: 12em;
}

.required label, label.required {
  color: #333333 !important;
  font-weight: bold !important;
}

input[type="text"], input[type="password"], textarea, select {
  border: 1px solid #cccccc;
}

input, textarea, select, .form-row p {
  font-size: 11px;
  font-weight: normal;
  margin: 2px;
  padding: 2px 3px;
  vertical-align: middle;
}

fieldset .field-box {
  float: left;
  margin: right 20px;
}

.aligned label.checkbox {
  display: inline;
  float: none !important;
  padding-left: 4px;
  vertical-align: bottom;
}

.aligned label.checkbox_with_value {
  display: inline;
  float: none !important;
  width: 10em;
  vertical-align: bottom;
}

.form-row-with-value {
  height: 1px;
  width:12em;
}

form .aligned p.help {
  padding-left: 44px;
}

form .aligned p {
  margin-left: 11em;
}

.help, p.help {
  color: #777777;
  font-size: 10px !important;
}

body p.valerror {
  color: #FF0000;
};

.submit-row {
  margin: 5px 0;
  overflow: hidden;
  padding: 5px 7px;
  text-align: center;
}

.submit-row {
  margin: 0 0 0 5px;
}

.button, input[type="submit"], input[type="button"], .submit-row input {
  background: url('/ut/images/nav-bg.gif') repeat-x scroll center bottom white;
  border-color: #dddddd;
  border-style: solid;
  border-width: 1px;
  color: black;
  padding: 3px 5px;
}

/* table styles */
table {
  border-top: 1px solid #dddddd;
  width: 100%;
}

td.table {
  padding: 0;
}

table thead th {
  vertical-align: middle;
  white-space: nowrap;
}

thead th, tfoot td {
  background: url('/ut/images/nav-bg.gif') repeat-x scroll left top #E1E1E1;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  color: #666666;
  font-size: 11px;
  padding: 2px 5px;
}

thead th a:link, thead th a:visited {
  color: #666;
  display: block;
}

thead th:last-child, tbody td:last-child {
  border-right: 1px solid #dddddd;
}

th {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
}

td, th {
  border-bottom: 1px solid #DDDDDD;
  font-size: 11px;
  line-height: 13px;
  padding: 5px;
  vertical-align: top;
}

table tbody td, table tbody th {
  border-left: 1px solid #DDDDDD;
}

tr {
  background: none repeat scroll 0 0 white;
}

tr.odd {
  background: none repeat scroll 0 0 #EDF3FE;
}

tr.tr-spacer {
  border-bottom: 1px solid #DDDDDD;
}


div.message-error,
div.message-warning,
div.message-success {
	color: #333;
	padding: 5px;
	margin: 0 6px 10px;
}

div.message-error {
	background: #e18978;
	border: 1px solid #c45a4b;
}

div.message-warning {
	background: #efd98e;
	border: 1px solid #f0c442;
}

div.message-success {
	background: #9ed979;
	border: 1px solid #82bc55;
}

/* specific form styles */

form .street .address {
	float: left;
}

/* pagination */
.paginator {
  background: url('/ut/images/nav-bg.gif') repeat-x scroll 0 180% white;
  border: 1px solid #eeeeee;
  color: #666666;
  overflow: hidden;
  font-size: 11px;
  line-height: 22px;
  margin: 0;
  padding: 10px 15px;
}

.paginator .this-page {
  font-size: 13px;
  font-weight: bold;
  padding: 2px 6px;
  vertical-align: top;
}

.paginator a:link, .paginator a:visited {
  background: none repeat scroll 0 0 white;
  border: 1px solid #cccccc;
  padding: 2px 6px;
  text-decoration: none;
}

.paginator a:hover {
  background: none repeat scroll 0 0 #5B80B2;
  border-color: #003366;
  color: white;
}

.paginator a.normal {
  border: none;
  background: transparent;
  color: #aaaaaa;
  padding: 0;
}

/* broadcast report classes */
.broadcast-success, .broadcast-failed, .broadcast-complete, .broadcast-cancel,
.broadcast-pause, .broadcast-resume, .broadcast-stop {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.broadcast-success {
  background: url('/ut/images/report_add.png') no-repeat scroll left top;
}

.broadcast-failed {
  background: url('/ut/images/report_delete.png') no-repeat scroll left top;
}

.broadcast-complete {
  background: url('/ut/images/report.png') no-repeat scroll left top;
}

.broadcast-cancel {
  background: url('/ut/images/cancel.png') no-repeat scroll left top;
}

.broadcast-pause {
  background: url('/ut/images/control_pause.png') no-repeat scroll left top;
}

.broadcast-resume {
  background: url('/ut/images/control_play.png') no-repeat scroll left top;
}

.broadcast-stop {
  background: url('/ut/images/control_stop.png') no-repeat scroll left top;
}

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter:none !important;
    -ms-filter: none !important;
  } 
  
  a, a:visited {
    text-decoration: underline;
  }
  
  a[href]:after {
    content: " (" attr(href) ")";
  }
  
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  } 
  
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  
  thead {
    display: table-header-group;
  }
  
  tr, img {
    page-break-inside: avoid;
  }
  
  img {
    max-width: 100% !important;
  }
  
  @page {
    margin: 0.5cm;
  }
  
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  
  h2, h3 {
     page-break-after: avoid;
  }
}

