/* reset */

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

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
        border-collapse: separate;
        border-spacing: 0;
}

#users > div > table > tbody > tr > td.round-32 > a > img,
#contacts > div > table > tbody > tr > td.round-32 > a > img,
#appointments > div > table > tbody > tr > td.round-32 > a > img,
#callz > tbody > tr > td.round-32 > a > img,
#titles > div > table > tbody > tr > td.round-32 > a > img,
#contact_types > div > table > tbody > tr > td.round-32 > a > img,
#search_results > div > table > tbody > tr > td.round-32 > a > img
{
    -moz-border-radius: 16px; 
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.roundall-32 img{
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border:1px solid #c3c3c3;
}

.roundall-64 img{
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    border:1px solid #c3c3c3;

}


/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
        text-align: left;
        font-weight: normal;
        float:none !important;
}
table, th, td {
        vertical-align: middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* Remember to define your own focus styles! */
:focus { outline: 0; }

/* typography */

/* Default font settings.
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
html { font-size:100.01%; }
/* updated the body-background and text color */
body {
    font-size: 75%;
    color: #000;
    background: #ebebeb;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* Headings */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements */

p           { margin: 0 0 1.5em; }
/*
        These can be used to pull an image at the start of a paragraph, so
        that the text flows around it (usage: <p><img class="left">Text</p>)
 */
.left                   { float: left !important; }
p .left                 { margin: 1.5em 1.5em 1.5em 0; padding: 0; }
.right                  { float: right !important; }
p .right                { margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a:focus,
a:hover     { color: #09f; }
a           { color: #06c; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong,dfn      { font-weight: bold; }
em,dfn      { font-style: italic; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

/*
        Because of the need for padding on TH and TD, the vertical rhythm
        on table cells has to be 27px, instead of the standard 18px or 36px
        of other elements.
 */
table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #bbb; }
thead th    { background: #bbb; }
th,td,caption { padding: 4px 10px 4px 5px; }
/*
        You can zebra-stripe your tables in outdated browsers by adding
        the class "even" to every other table row.
 */
tbody tr:nth-child(even) td,
tbody tr.even td  {
    background: #dedede;
}

tbody tr.odd td  {
    background: #efefef;
}

tbody tr.even2 td  {
    background: #ababab;
}

tbody tr.odd2 td  {
    background: #bcbcbc;
}


tbody tr.even td a,
tbody tr.odd td a,
tbody tr.even2 td a,
tbody tr.odd2 td a
{
    color: #900;
    text-decoration: none;
}

tbody tr.even td a:hover,
tbody tr.odd td a:hover,
tbody tr.even2 td a:hover,
tbody tr.odd2 td a:hover
{
    color: #f00;
}



tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }




/* forms */

/*
        A special hack is included for IE8 since it does not apply padding
        correctly on fieldsets
 */
label       { font-weight: bold; }
fieldset    { padding:0 1.4em 1.4em 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
fieldset table { margin: 0; }
legend      { font-weight: bold; font-size:1.2em; margin-top:-0.2em; margin-bottom:1em; }

fieldset, #IE8#HACK { padding-top:1.4em; }
legend, #IE8#HACK { margin-top:0; margin-bottom:0; }

/* Form fields
-------------------------------------------------------------- */

/*
  Attribute selectors are used to differentiate the different types
  of input elements, but to support old browsers, you will have to
  add classes for each one. ".title" simply creates a large text
  field, this is purely for looks.
 */
input[type=text], input[type=password], input[type=file], input[type=checkbox],
input.text, input.title,
textarea {
  background-color:#fff;
  border:1px solid #bbb;
}
input[type=text]:focus, input[type=password]:focus, input[type=file]:focus, input[type=checkbox]:focus,
input.text:focus, input.title:focus,
textarea:focus {
  border-color:#666;
}
/*select { background-color:#fff; border-width:1px; border-style:solid; }*/

input[type=text], input[type=password], input[type=file],
input.text, input.title,
textarea, select {
  margin:0.5em 0;
}

input.text,
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { padding:5px; width:300px; height:120px; }

/*
  This is to be used on forms where a variety of elements are
  placed side-by-side. Use the p tag to denote a line.
 */
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }


/* Success, info, notice and error/alert boxes
-------------------------------------------------------------- */

.error,
.alert,
.notice,
.success,
.info                   { padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.notice     { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success    { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info                   { background: #d5edf8; color: #205791; border-color: #92cae4; }
.error a, .alert a { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a                 { color: #205791; }





/* grid */

/* A container should group all your columns. */
.container {
  width: 950px;
  margin: 8px auto;
}

/* Use this class on any .span / container to see the grid. */
.showgrid {
  background: url(/images/grid.png);
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-8, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {
  float: left;
  margin-right: 10px;
}

/* The last column in a row needs this class. */
.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1 {width: 30px;}

.span-2 {width: 70px;}
.span-3 {width: 110px;}
.span-4 {width: 150px;}
.span-5 {width: 190px;}
.span-6 {width: 230px;}
.span-7 {width: 270px;}
.span-8 {width: 310px;}
.span-9 {width: 350px;}
.span-10 {width: 390px;}
.span-11 {width: 430px;}
.span-12 {width: 470px;}
.span-13 {width: 510px;}
.span-14 {width: 550px;}
.span-15 {width: 590px;}
.span-16 {width: 630px;}
.span-17 {width: 670px;}
.span-18 {width: 710px;}
.span-19 {width: 750px;}
.span-20 {width: 790px;}
.span-21 {width: 830px;}
.span-22 {width: 870px;}
.span-23 {width: 910px;}
.span-24 {width:950px; margin-right:0;}

/* Use these classes to set the width of an input. */
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {
  border-left-width: 1px;
  border-right-width: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

input.span-1, textarea.span-1 { width: 18px; }
input.span-2, textarea.span-2 { width: 58px; }
input.span-3, textarea.span-3 { width: 98px; }
input.span-4, textarea.span-4 { width: 138px; }
input.span-5, textarea.span-5 { width: 178px; }
input.span-6, textarea.span-6 { width: 218px; }
input.span-7, textarea.span-7 { width: 258px; }
input.span-8, textarea.span-8 { width: 298px; }
input.span-9, textarea.span-9 { width: 338px; }
input.span-10, textarea.span-10 { width: 378px; }
input.span-11, textarea.span-11 { width: 418px; }
input.span-12, textarea.span-12 { width: 458px; }
input.span-13, textarea.span-13 { width: 498px; }
input.span-14, textarea.span-14 { width: 538px; }
input.span-15, textarea.span-15 { width: 578px; }
input.span-16, textarea.span-16 { width: 618px; }
input.span-17, textarea.span-17 { width: 658px; }
input.span-18, textarea.span-18 { width: 698px; }
input.span-19, textarea.span-19 { width: 738px; }
input.span-20, textarea.span-20 { width: 778px; }
input.span-21, textarea.span-21 { width: 818px; }
input.span-22, textarea.span-22 { width: 858px; }
input.span-23, textarea.span-23 { width: 898px; }
input.span-24, textarea.span-24 { width: 938px; }

/* Add these to a column to append empty cols. */

.append-1 { padding-right: 40px;}
.append-2 { padding-right: 80px;}
.append-3 { padding-right: 120px;}
.append-4 { padding-right: 160px;}
.append-5 { padding-right: 200px;}
.append-6 { padding-right: 240px;}
.append-7 { padding-right: 280px;}
.append-8 { padding-right: 320px;}
.append-9 { padding-right: 360px;}
.append-10 { padding-right: 400px;}
.append-11 { padding-right: 440px;}
.append-12 { padding-right: 480px;}
.append-13 { padding-right: 520px;}
.append-14 { padding-right: 560px;}
.append-15 { padding-right: 600px;}
.append-16 { padding-right: 640px;}
.append-17 { padding-right: 680px;}
.append-18 { padding-right: 720px;}
.append-19 { padding-right: 760px;}
.append-20 { padding-right: 800px;}
.append-21 { padding-right: 840px;}
.append-22 { padding-right: 880px;}
.append-23 { padding-right: 920px;}

/* Add these to a column to prepend empty cols. */

.prepend-1 { padding-left: 40px;}
.prepend-2 { padding-left: 80px;}
.prepend-3 { padding-left: 120px;}
.prepend-4 { padding-left: 160px;}
.prepend-5 { padding-left: 200px;}
.prepend-6 { padding-left: 240px;}
.prepend-7 { padding-left: 280px;}
.prepend-8 { padding-left: 320px;}
.prepend-9 { padding-left: 360px;}
.prepend-10 { padding-left: 400px;}
.prepend-11 { padding-left: 440px;}
.prepend-12 { padding-left: 480px;}
.prepend-13 { padding-left: 520px;}
.prepend-14 { padding-left: 560px;}
.prepend-15 { padding-left: 600px;}
.prepend-16 { padding-left: 640px;}
.prepend-17 { padding-left: 680px;}
.prepend-18 { padding-left: 720px;}
.prepend-19 { padding-left: 760px;}
.prepend-20 { padding-left: 800px;}
.prepend-21 { padding-left: 840px;}
.prepend-22 { padding-left: 880px;}
.prepend-23 { padding-left: 920px;}


/* Border on right hand side of a column. */
.border {
  padding-right: 4px;
  margin-right: 5px;
  border-right: 1px solid #ddd;
}

/* Border with more whitespace, spans one column. */
.colborder {
  padding-right: 24px;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}


/* Use these classes on an element to push it into the
next column, or to pull it into the previous column.  */


.pull-1 { margin-left: -40px; }
.pull-2 { margin-left: -80px; }
.pull-3 { margin-left: -120px; }
.pull-4 { margin-left: -160px; }
.pull-5 { margin-left: -200px; }
.pull-6 { margin-left: -240px; }
.pull-7 { margin-left: -280px; }
.pull-8 { margin-left: -320px; }
.pull-9 { margin-left: -360px; }
.pull-10 { margin-left: -400px; }
.pull-11 { margin-left: -440px; }
.pull-12 { margin-left: -480px; }
.pull-13 { margin-left: -520px; }
.pull-14 { margin-left: -560px; }
.pull-15 { margin-left: -600px; }
.pull-16 { margin-left: -640px; }
.pull-17 { margin-left: -680px; }
.pull-18 { margin-left: -720px; }
.pull-19 { margin-left: -760px; }
.pull-20 { margin-left: -800px; }
.pull-21 { margin-left: -840px; }
.pull-22 { margin-left: -880px; }
.pull-23 { margin-left: -920px; }
.pull-24 { margin-left: -960px; }

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float: left; position:relative;}


.push-1 { margin: 0 -40px 1.5em 40px; }
.push-2 { margin: 0 -80px 1.5em 80px; }
.push-3 { margin: 0 -120px 1.5em 120px; }
.push-4 { margin: 0 -160px 1.5em 160px; }
.push-5 { margin: 0 -200px 1.5em 200px; }
.push-6 { margin: 0 -240px 1.5em 240px; }
.push-7 { margin: 0 -280px 1.5em 280px; }
.push-8 { margin: 0 -320px 1.5em 320px; }
.push-9 { margin: 0 -360px 1.5em 360px; }
.push-10 { margin: 0 -400px 1.5em 400px; }
.push-11 { margin: 0 -440px 1.5em 440px; }
.push-12 { margin: 0 -480px 1.5em 480px; }
.push-13 { margin: 0 -520px 1.5em 520px; }
.push-14 { margin: 0 -560px 1.5em 560px; }
.push-15 { margin: 0 -600px 1.5em 600px; }
.push-16 { margin: 0 -640px 1.5em 640px; }
.push-17 { margin: 0 -680px 1.5em 680px; }
.push-18 { margin: 0 -720px 1.5em 720px; }
.push-19 { margin: 0 -760px 1.5em 760px; }
.push-20 { margin: 0 -800px 1.5em 800px; }
.push-21 { margin: 0 -840px 1.5em 840px; }
.push-22 { margin: 0 -880px 1.5em 880px; }
.push-23 { margin: 0 -920px 1.5em 920px; }
.push-24 { margin: 0 -960px 1.5em 960px; }

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float: left; position:relative;}


/* Misc classes and elements
-------------------------------------------------------------- */

/* In case you need to add a gutter above/below an element */
div.prepend-top, .prepend-top {
  margin-top:1.5em;
}
div.append-bottom, .append-bottom {
  margin-bottom:1.5em;
}

/* Use a .box to create a padded box inside a column.  */
.box {
  padding: 1.5em;
  margin-bottom: 1.5em;
  background: #e5eCf9;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd;
  color: #ddd;
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
  margin: 0 0 1.45em;
  border: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* MENU */
/* Updated MENU colour*/
.menu {
    list-style: none;
    width: 940px;
    margin: 5px auto 0px -16px;
    height: 43px;
    padding: 0px 20px 0px 20px;

    /* CSS 3 Stylings */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    /* Updated Colours */
    background: #007AFF;
    border: 1px solid #007AFF;
    border-top: 1px solid #007AFF;

    /* Updated CSS 3 Styles */
    background: -moz-linear-gradient(top, #007AFF, #007AFF);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#007AFF), to(#007AFF));
}
.menu li {
    float: left;
    text-align: center;
    position: relative;
    padding: 4px 10px 4px 10px;
    margin-right: 30px;
    margin-top: 7px;
    border: none;
}
.menu li:hover {
    z-index: 2;
    background: #F4F4F4;
    border: 1px solid #aaaaaa;
    padding: 4px 9px 4px 9px;

    /* CSS 3 Stylings */

    background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));

    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
/* Text-shadow updated to none */
.menu li a {
    color: #EEEEEE;
    outline: 0;
    text-decoration: none;
    display: block;
    text-shadow: none;
}
.menu li:hover a {
    color: #161616;
    text-shadow: none;
}
.menu li .drop {
    padding-right: 21px;
    background: url("/images/drop.png") no-repeat right 8px;
}
.menu li:hover .drop {
    padding-right: 21px;
    background: url("/images/drop.png") no-repeat right 7px;
}
/* anchor tag normal and hover color changed */
.menu li:hover div a {
    color: #094A9B;
}
.menu li:hover div a:hover {
    color: #007AFF;
}
.menu li ul li a:hover {
    color: #007AFF;
}

/* Right aligned menu item */

.menu .right {
    float:right;
    right:0;
    margin-right:0px;
}


/* DROP DOWN MENU */

/* Left & right aligned common styles */

.menu .dropdown_1column,
.menu .dropdown_2columns,
.menu .dropdown_3columns,
.menu .dropdown_4columns,
.menu .dropdown_5columns {
    margin:4px auto;
    left:-999em;
    position:absolute;
    background:#F4F4F4;
    border:1px solid #aaaaaa;
    border-top:none;
    padding:10px;
    text-align:left;

    /* CSS 3 Stylings */

    -moz-border-radius: 0px 5px 5px 5px;
    -webkit-border-radius: 0px 5px 5px 5px;
    -khtml-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;

    background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
}

/* Drop Downs Sizes */

.menu .dropdown_1column {width: 145px;}
.menu .dropdown_2columns {width: 300px;}
.menu .dropdown_3columns {width: 455px;}
.menu .dropdown_4columns {width: 610px;}
.menu .dropdown_5columns {width: 765px;}

/* Showing Drop Down on Mouse Hover - Left aligned */

.menu li:hover .dropdown_1column,
.menu li:hover .dropdown_2columns,
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
    left:-1px;
    top:25px;
}

/* Showing Drop Down on Mouse Hover - Right aligned */

.menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}
.menu li:hover .align_right {
    left:auto;
    right:-1px;
    top:auto;
}

/* Columns Sizes */

.menu .col_1,
.menu .col_2,
.menu .col_3,
.menu .col_4,
.menu .col_5,
.menu .col_6 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 10px;
}
.menu .col_1 {width:145px;}
.menu .col_2 {width:300px;}
.menu .col_3 {width:455px;}
.menu .col_4 {width:610px;}
.menu .col_5 {width:765px;}
.menu .col_6 {width:920px;}

/* IMPORTANT */

/* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
.menu .firstcolumn {
    margin-left: 0; /* Clearing margin & left */
    clear: left;
}

/* CONTENT STYLINGS */

.menu p,
.menu ul,
.menu li,
.menu h2,
.menu h3 {
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:21px;
    text-align:left;
    color: #111;
}
.menu p {
    font-size:12px;
    line-height:18px;
    margin-bottom:10px;
/*text-shadow: 1px 1px 1px #222;*/
}
.menu .strong {
    font-weight:bold;
}
.menu .italic {
    font-style:italic;
}
.menu h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:400;
    letter-spacing:-1px;
    font-size:21px;
    line-height:21px;
    margin-top:7px;
    margin-bottom:14px;
    padding-bottom:14px;
    /*text-shadow: 1px 1px 1px #222;*/
    border-bottom:1px solid #666666;
}
.menu h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:600;
    font-size:14px;
    line-height:21px;
    margin-top:7px;
    margin-bottom:14px;
    padding-bottom:7px;
    /*text-shadow: 1px 1px 1px #222;*/
    border-bottom:1px solid #888888;
}
.menu .pusher { /* Use this pucher if you want to give more vertical spacing between your rows of content */
    margin-top:18px;
}

/* Icon paragraphs */

.menu .help,
.menu .favorite,
.menu .mail,
.menu .print {
    padding-left:36px;
    margin-bottom:18px;
}
.menu .help {background:url("/images/help.png") no-repeat 0px 2px;}
.menu .favorite {background:url("/images/favorite.png") no-repeat 0px 2px;}
.menu .mail {background:url("/images/mail.png") no-repeat 0px 2px;}
.menu .print {background:url("/images/print.png") no-repeat 0px 2px;}

/* Images styles */

.menu .imgshadow_dark{ /* Better style on dark background */
        background:#FFFFFF;
        padding:4px;
        border:1px solid #333333;
        margin-top:5px;
        -moz-box-shadow:0px 0px 5px #000000;
        -webkit-box-shadow:0px 0px 5px #000000;
        box-shadow:0px 0px 5px #000000;
}
/* Updated Image shadow */
.menu .imgshadow_light { /* Better style on light background */
    background: #FFFFFF;
    padding: 4px;
    margin-top: 5px;
}
.menu .img_left { /* Image sticks to the left */
        width:auto;
        float:left;
        margin:2px 15px 5px 0px;
}
.menu .img_right { /* Image sticks to the right */
        width:auto;
        float:right;
        margin:2px 0px 5px 15px;
}

/* Box styles */

.menu li .black_box {
        background-color:#333333;
        color: #eeeeee;
        /*text-shadow: 1px 1px 1px #000;*/
        padding:4px 6px 4px 6px;

        /* CSS 3 Stylings */

        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

        -webkit-box-shadow:inset 0 0 3px #000000;
        -moz-box-shadow:inset 0 0 3px #000000;
        box-shadow:inset 0 0 3px #000000;
}

.menu li .dark_grey_box {
        background-color:#555555;
        color: #eeeeee;
        /*text-shadow: 1px 1px 1px #000;*/
        padding:4px 6px 4px 6px;

        /* CSS 3 Stylings */

        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

        -webkit-box-shadow:inset 0 0 3px #111111;
        -moz-box-shadow:inset 0 0 3px #111111;
        box-shadow:inset 0 0 3px #111111;
}

/* Standard lists styles */

.menu li ul {
        list-style:none;
        padding:0;
        margin:0 0 12px 0;
}
.menu li ul li {
        font-size:12px;
        line-height:24px;
        position:relative;
        /*text-shadow: 1px 1px 1px #ffffff;*/
        padding:0;
        margin:0;
        float:left;
        text-align:left;
        width:145px;
}
.menu li ul li:hover {
        background:none;
        background: #F4F4F4\9;
        border:none;
        padding:0;
        margin:0;
}


/* Greybox lists styles */

.menu li .greybox li {
        background:#F4F4F4;
        border:1px solid #bbbbbb;
        margin:0px 0px 4px 0px;
        padding:4px 6px 4px 6px;
        width:131px;

        /* CSS 3 Stylings */

        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu li .greybox li:hover {
        background:#ffffff;
        border:1px solid #aaaaaa;
        padding:4px 6px 4px 6px;
        margin:0px 0px 4px 0px;
}

/* Other lists styles */

.menu li .plus li {
        background: url("/images/plus.png") left 6px no-repeat;
        margin:0px 0px 4px 0px;
        padding:0px 0px 0px 21px;
        width:109px;
}
.menu li .plus li:hover {
        background: url("/images/plus.png") left 6px no-repeat;
        padding:0px 0px 0px 21px;
        margin:0px 0px 4px 0px;
}

/* Social Icons */

.menu li ul.social {
        list-style:none;
        margin:0;
        padding:0;
}
.menu li ul.social li {
        padding-top:5px;
        margin:0 12px 12px 0;
        float:left;
        position:relative;
        display:inline;
        width:32px;
}
.menu li ul.social li:hover {
        padding-top:5px;
        margin:-1px 12px 12px 0;
}
.menu li ul.social li span {
        display:none;
}

/* 2-Levels Drop Down */

.menu .levels {
        list-style:none;
        margin:0;
        padding:0;
        width:auto;
}
.menu a.parent, .menu a.parent:hover {
        background: url("/images/drop2.png") right center no-repeat;
}
.menu .levels li li, .menu .levels li li:hover {
        width:150px;
        padding: 0px 12px 0px 12px;
        margin:0px 0px 0px 1px;
}
.menu .levels ul { /* First level drop down */
        position:absolute;
        z-index:500;
        top:-23px;
        left:100%;
        display:none;
        width:180px;
        border:1px solid #aaaaaa;
        background:#F4F4F4;
        margin:15px 0px 0px 0px;
        padding:6px 0px 6px 0px;

        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
        background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
}
.menu .levels ul ul {
        top:-6px;
        left:100%;
        width:180px;
        margin:-1px 0px 0px 0px;
}
.menu .levels li:hover {
        cursor:pointer;
        z-index:100;
}
.menu .levels li:hover ul ul,
.menu .levels li li:hover ul ul
{display:none;}

.menu .levels li:hover ul,
.menu .levels li li:hover ul
{display:block;}


/* CONTACT FORM */

.menu form {
        margin:0 0 12px 0;
        padding:0px;
}

/* Labels & fieldsets stylings */

.menu fieldset {
        margin:0;
        border:none;
}
.menu form p {
        margin:10px 0;
        overflow:hidden;
        width:270px;
}

.menu label {
        float:left;
        display:block;
        text-align:left;
        width:50px;
        margin-top: 8px;
}
.menu input,
.menu textarea {
        margin:5px;
        width:170px;
        float:right;
        color:#eeeeee;
        background-color:#333333;
        border:1px solid #222222;
        padding:3px 5px 3px 5px;

        /* CSS 3 Stylings */

        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.menu textarea {
        height:100px;
        overflow:auto;
}

/* Buttons stylings */

.menu button {
    float:right;
    margin:0 4px 0 0;
    border:none;
    padding: 5px 7px;
    color:#eeeeee;
    background-color:#333333;
    /*text-shadow: 1px 1px 1px #000;*/

    /* CSS 3 Stylings */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

/* Messages when sending email */

.error, .sent {
        font-size:12px;
        line-height:18px;
        padding:5px;
        margin-bottom:10px;

        /* CSS 3 Stylings */

        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
}
.error, div.error span {
    background: #ffe1dd;
    border: #dab2b2 solid 1px;
    color: #b54234;
    font-size: 12px;
}
.sent {
        background:#bef08f;
        border:#adec71 solid 1px;
        color:#37620d;
}





/* Footer */

/* FOOTER GENERAL STYLING */

#footer {
        background:url("/images/footer_bg.png") bottom repeat-x #f00;
        position: fixed;
        bottom: 0px;
        margin:0 auto;
        width: 980px;
        left:50%;
        margin-left:-490px;
        height: 35px;
        border: 1px solid #000000;
        padding:0px;
        /*text-shadow: 1px 1px 1px #000;*/
        -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
        -moz-box-shadow: 0px 0px 7px #222222;
        -webkit-box-shadow: 0px 0px 7px #222222;
        box-shadow: 0px 0px 7px #222222;
        list-style-type: none;
}
#footer li {
        float:left;
        border-right:1px solid #191919;
}
#footer li:hover {
        background:#BBBBBB;
}
#footer li:hover a {
        color:#000;
        text-shadow: none;
}
#footer li a {
        color:#ddd;
        font-size:13px;
        text-decoration:none;
        padding:11px 15px 12px 15px;
        display:block;
        text-shadow: 1px 1px 1px #333;
        display: block;
}
                #footer li .dropup {
                        padding: 8px 30px 10px 15px;
                        background:url("/images/arrow.png") no-repeat right 13px;
                }

#footer li .footer_dropup {
        position: absolute;
        left:-9999em;
}
#footer li:hover div.footer_dropup  {
        display: block;
        padding:15px 0px 0px 0px;
        margin: 0 0 0 -1px;
        left:auto;
        bottom:35px; /* Equal height of the footer */
        background:#F4F4F4;
        border-bottom:none;
        -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;

  background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
}
#footer #footer_home a {
        padding-top:0;
}


/* DROP UP CONTAINERS */

#footer .drop1column {width: 80px;}
#footer .drop2columns {width: 160px;}
#footer .drop3columns {width: 240px;}
#footer .drop4columns {width: 320px;}
#footer .drop5columns {width: 400px;}
#footer .drop6columns {width: 480px;}
#footer .drop7columns {width: 560px;}
#footer .drop8columns {width: 640px;}
#footer .drop9columns {width: 720px;}
#footer .drop10columns {width: 800px;}
#footer .drop11columns {width: 880px;}
#footer .drop12columns {width: 960px;}


/* COLUMNS GRID */

#footer .col_1,
#footer .col_2,
#footer .col_3,
#footer .col_4,
#footer .col_5,
#footer .col_6,
#footer .col_7,
#footer .col_8,
#footer .col_9,
#footer .col_10,
#footer .col_11,
#footer .col_12 {
        display:inline;
        float: left;
        position: relative;
        margin-left: 15px;
        margin-right: 15px;


}
#footer .col_1 {width:50px;}
#footer .col_2 {width:130px;}
#footer .col_3 {width:210px;}
#footer .col_4 {width:290px;}
#footer .col_5 {width:370px;}
#footer .col_6 {width:450px;}
#footer .col_7 {width:530px;}
#footer .col_8 {width:610px;}
#footer .col_9 {width:690px;}
#footer .col_10 {width:770px;}
#footer .col_11 {width:850px;}
#footer .col_12 {width:930px;}

.clear, .clear_push {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}
.clear_push { /* Use this one to "clear" and add some space */
        height: 12px;
}


/* FOOTER TYPOGRAPHY */

#footer p, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
        color:#000;
        /*text-shadow: 1px 1px 1px #000;*/
}
#footer h1, #footer h2 {
        padding-bottom:12px;
}
#footer h1, #footer h2, #footer h3 {
        margin-bottom:18px;
}
#footer h4, #footer h5, #footer h6 {
        margin-bottom:12px;
}
#footer h1 {
        font-size:36px;
        line-height:36px;
}
#footer h2 {
        font-size:30px;
        line-height:42px;
}
#footer h3 {
        font-size:28px;
        line-height:28px;
}
#footer h4 {
        font-size:21px;
        line-height:24px;
}
#footer h5 {
        font-size:18px;
        line-height:28px;
}
#footer h6 {
        font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
        font-size:14px;
        line-height:18px;
        text-transform:uppercase;
}

/* Separator */

#footer hr {
        border-top:1px solid #000;
        border-bottom:1px solid #222;
        border-left:none;
        border-right:none;
        height: 1px;
        margin-bottom:16px;
        margin-top:0px;
}

/* Simple Lists */

#footer li ul {
        list-style:none;
        padding:0;
        margin:0 0 12px 0;
}
#footer li ul li {
        font-size:12px;
        line-height:24px;
        position:relative;
        padding:0;
        margin:0;
        float:none;
        text-align:left;
        border:none;
}
#footer li div.footer_dropup a, #footer li ul li a {
        padding:0;
        margin:0;
        display:inline;
}
#footer li ul li:hover {
        color:#000;
}

/* Other Lists */

#footer ul.list, #footer ul.list2, #footer ol.num, #footer ol.num2 {
        margin:0 0 18px 20px;
        color:#000;
        font-size:12px;
}
#footer ul.list li, #footer ul.list2 li, #footer ol.num li, #footer ol.num2 li{
        padding:0 0 0 12px;
        line-height:24px;
        border:none;
}
#footer .list li {
        list-style:disc;
}
#footer .list2 li {
        list-style:square;
}
#footer .num li {
        list-style:decimal;
}
#footer .num2 li {
        list-style:upper-latin;
}

#footer li div.footer_dropup ul.list li a,
#footer li div.footer_dropup ul.list2 li a,
#footer li div.footer_dropup ol.num li a,
#footer li div.footer_dropup ol.num2 li a {
        color:#333;
}
#footer li div.footer_dropup ul.list li a:hover,
#footer li div.footer_dropup ul.list2 li a:hover,
#footer li div.footer_dropup ol.num li a:hover,
#footer li div.footer_dropup ol.num2 li a:hover {
        color:#000;
}

#footer .black_box, #footer .black_box2 {
        background-color:#0C0C0C;
        color: #eeeeee;
        /*text-shadow: 1px 1px 1px #000;*/
        padding:6px 8px 6px 8px;
        -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
#footer .black_box {
        -webkit-box-shadow:inset 0 0 3px #000000;
        -moz-box-shadow:inset 0 0 3px #000000;
        box-shadow:inset 0 0 3px #000000;
}

/* Paragraphs with Icons */

#footer .calendar, #footer .note, #footer .help, #footer .delete, #footer .favorite, #footer .lock, #footer .archive, #footer .briefcase, #footer .search, #footer .user {
        padding-left:36px;
        margin-bottom:18px;
}
#footer .calendar {background:url("/images/calendar.png") no-repeat 0px 5px}
#footer .note {background:url("/images/note.png") no-repeat 0px 5px}
#footer .archive {background:url("/images/archive.png") no-repeat 0px 5px}
#footer .search {background:url("/images/search.png") no-repeat 0px 5px}
#footer .help {background:url("/images/help.png") no-repeat 0px 5px}
#footer .delete {background:url("/images/delete.png") no-repeat 0px 5px}
#footer .favorite {background:url("/images/favorite.png") no-repeat 0px 5px}
#footer .lock {background:url("/images/lock.png") no-repeat 0px 5px}
#footer .briefcase {background:url("/images/briefcase.png") no-repeat 0px 5px}
#footer .user {background:url("/images/user.png") no-repeat 0px 5px}

/* Image Shadow Effect */

#footer .imgshadow {
        background:#000000;
        padding:4px;
        border:1px solid #222222;
        margin-top:3px;
        margin-bottom:18px;
        -moz-box-shadow:0px 0px 5px #000000;
        -webkit-box-shadow:0px 0px 5px #000000;
        box-shadow:0px 0px 5px #000000;
}

/* Paragraphs with side images */

#footer .img_left {
        float:left;
        margin-right:12px;
}
#footer .img_right {
        float:right;
        margin-left:12px;
}

/* Paragraphs with borders */

#footer .dark, #footer .brown, #footer .yellow, #footer .red, #footer .blue, #footer .green {
        padding-left:15px;
        color:#000;
        margin-bottom:18px;
}
#footer .dark {border-left:#3B3B3B solid 7px}
#footer .brown {border-left:#8D8767 solid 7px}
#footer .yellow {border-left:#DBA742 solid 7px}
#footer .red {border-left:#C05D48 solid 7px}
#footer .blue {border-left:#52878B solid 7px}
#footer .green {border-left:#B0BD85 solid 7px}

/* Simple Tables */

#footer #table_dark {
        width:100%;
        padding:0;
        margin:6px 0 18px 0;
        font-size:12px;
}
#footer #table_dark th {
        text-align:left;
        padding:12px 9px 12px 9px;
        font-weight:bold;
        font-size:12px;
}
#footer #table_dark {
        border:1px solid #000;
        border-bottom:none;
}
        #footer #table_dark th {
                color:#FFF;
                border-bottom:1px solid #000;
                background:#0D0D0D;
        }
        #footer #table_dark td {
                border-bottom:1px solid #000;
                background:#0F0F0F;
                padding:12px 9px 12px 9px;
                color:#DDD;
        }

/* Social Icons */

#footer li#social {
        float:right; /* Positionning of the social icons container */
        width:auto;
        margin:7px 45px 0px;
        padding:0px;
        border:none;
}
#footer li#social:hover {
        background:none;
}
#footer #social li {
        margin-right:10px; /* 12px is the space between each one of them */
        float:left;
        background:none;
        border:none;
        width:20px;
        height:20px;
        padding:0px;
}

/* Tooltips for social icons */

a.tooltip:hover {
    text-decoration:none;
}
a.tooltip span { /* The "span" defines the text appearing on mouse hover, these are basic stylings */
        display:none;
        padding:0px 7px 5px 7px;
        bottom:30px;
        position:relative;
        height:24px;
        width:55px;
        text-align:center;
        background:url("/images/tooltip.png") no-repeat center top;
        position:absolute;
        color:#dddddd;
        font-size:12px;
        margin-left:-24px;
}
a.tooltip:hover span {
        display:block;
}



/* TRIGGER BUTTON */


a#footer_trigger{
        position: fixed;
        z-index:2;
        margin:0 auto;
        left:50%;
        margin-left:447px;
        bottom: 0px;
        width:33px;
        height:33px;
        background:url("/images/footer_button_up.png") right no-repeat #232323;
        display: block;
        -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

a#footer_trigger.active {
        background:url("/images/footer_button_down.png") right no-repeat #232323;
}


/* COLORED ELEMENTS */

/* Links within the content */

#footer li div.footer_dropup a {color:#6a82a3;}
#footer li div.footer_dropup a:hover {color:#536987;}











/* buttons */

a.button, button {
  display:block;
  float:left;
  margin: 0.7em 0.5em 0.7em 0;
  padding:5px 10px 5px 7px;   /* Links */

  border:1px solid #ababab;
  border-top:1px solid #bbb;
  border-left:1px solid #bbb;

  background-color:#eee;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}
*:first-child+html button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}
button img, a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}


/* Button colors */

/* Standard */
button:hover, a.button:hover{
  background-color:#eee;
  border:1px solid #999;
  color:#222;
}
a.button:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background-color:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}










/* flash bar */

.jquery-notify-bar
{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 32768;
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-family: Arial, Verdana, sans-serif;
    padding: 9px 0 7px 0;
    /*border-bottom: 1px solid #000;*/
}










div#repdash table td.blue, div#repdash table td.blue td.item_name
{
  background: #428cce;
}

div#repdash table td.blue, div#repdash table td.green, div#repdash table td.orange, div#repdash table td.red
{
  padding: 1px;
  border-right: 10px solid #fff;
  width: 25%;
}

div#repdash table td.green, div#repdash table td.green td.item_name
{
  background: #5ab55a;
}

div#repdash td.green td.view, div#repdash td.green td.arrow,
#repdash > table.items > tbody > tr > td.green > table.details > tbody > tr > td.view > a,
#repdash > table.items > tbody > tr > td.green > table.details > tbody > tr > td.arrow > a
{
  color: #5ab55a;
}

div#repdash table td.orange, div#repdash table td.orange td.item_name
{
  background: #f7ad4a;
}

div#repdash td.orange td.view, div#repdash td.orange td.arrow,
#repdash > table.items > tbody > tr > td.orange > table.details > tbody > tr > td.view > a,
#repdash > table.items > tbody > tr > td.orange > table.details > tbody > tr > td.arrow > a
{
  color: #f7ad4a;
}

div#repdash table td.red, div#repdash table td.red td.item_name
{
  background: #d8556c;
}

div#repdash td.red td.view, div#repdash td.red td.arrow,
#repdash > table.items > tbody > tr > td.red > table.details > tbody > tr > td.view > a,
#repdash > table.items > tbody > tr > td.red > table.details > tbody > tr > td.arrow > a
{
  color: #d8556c;
}

div#repdash td.count, div#repdash td.item_name
{
  color: #fff;
}

div#repdash table.details
{
  background: #f7f7f7;
}

div#repdash td.blue td.view, div#repdash td.blue td.arrow,
#repdash > table.items > tbody > tr > td.blue > table.details > tbody > tr > td.view > a,
#repdash > table.items > tbody > tr > td.blue > table.details > tbody > tr > td.arrow > a
{
  color: #428cce;
}

div#repdash td.blue td.view,
div#repdash td.green td.view,
div#repdash td.orange td.view,
div#repdash td.red td.view
{
  padding: 5px 0 5px 10px;
  font-size: 11px;
}

div#repdash td.blue td.arrow, div#repdash td.green td.arrow, div#repdash td.orange td.arrow, div#repdash td.red td.arrow
{
  padding: 5px 5px 5px 0;
  text-align: right;
  font-size: 18px;
  line-height: 20px;
}

#repdash > table > tbody > tr > td.blue > table > tbody > tr > td > table > tbody > tr > td.count,
#repdash > table > tbody > tr > td.green > table > tbody > tr > td > table > tbody > tr > td.count,
#repdash > table > tbody > tr > td.orange > table > tbody > tr > td > table > tbody > tr > td.count,
#repdash > table > tbody > tr > td.red > table > tbody > tr > td > table > tbody > tr > td.count
{
  font-size: 25px;
  text-align: right;
  padding-right: 8px;
}

#repdash > table > tbody > tr > td.blue > table > tbody > tr > td > table > tbody > tr > td.item_name,
#repdash > table > tbody > tr > td.green > table > tbody > tr > td > table > tbody > tr > td.item_name,
#repdash > table > tbody > tr > td.orange > table > tbody > tr > td > table > tbody > tr > td.item_name,
#repdash > table > tbody > tr > td.red > table > tbody > tr > td > table > tbody > tr > td.item_name
{
  text-align: right;
  padding-right: 8px;
}

#events_results > table > tbody > tr > td.round-32 > a > img
{
  border-radius: 16px;
}








div.newcontact
{

}

div.newcontact ul.tabs
{
  list-style-type: none;
  padding: 0;
  margin: 12px 0 3px 0;
}

div.newcontact ul.tabs
{

}

div.newcontact ul.tabs li
{
  display: inline;
}

div.newcontact ul.tabs li a
{
  padding: 6px 9px;
  background: #ddd;
  font-weight: bold;
  font-size: 13px;
  margin: 0 4px 0 0;
  border: 1px solid #ccc;
  text-decoration: none !important;
}

div.newcontact ul.tabs li a.selected, div.newcontact ul.tabs li a.selected:hover
{
  background: #fff;
  border-bottom: 1px solid #fff;
}

div.newcontact ul.tabs li a:hover
{
  background: #bbb;
}

div.newcontact div.newcon
{
  border: 1px solid #ccc;
  min-height: 540px;
  margin: 0 0 20px 0;
}

div.newcontact div.newcon2
{
  min-height: 240px;
}













/* The main calendar widget.  DIV containing a table. */

.calendar
{
    position: relative;
    display: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #fff;
    font-size: 11px;
    color: #000;
    cursor: default;
    background: #c8d0d4;
    font-family: tahoma,verdana,sans-serif;
}

.calendar table
{
    border-top: 1px solid #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
    font-size: 11px;
    color: #000;
    cursor: default;
    background: #c8d0d4;
    font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button
{
    /* "<<", "<", ">", ">>" buttons have this class */
    text-align: center;
    padding: 1px;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
}

.calendar .nav
{
    background: transparent url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title
{
    /* This holds the current "month, year" */
    font-weight: bold;
    padding: 1px;
    border: 1px solid #000;
    background: #788084;
    color: #fff;
    text-align: center;
}

.calendar thead .headrow
{
    /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames
{
    /* Row <TR> containing the day names */
}

.calendar thead .name
{
    /* Cells <TD> containing the day names */
    border-bottom: 1px solid #000;
    padding: 2px;
    text-align: center;
    background: #e8f0f4;
}

.calendar thead .weekend
{
    /* How a weekend day name shows in header */
    color: #f00;
}

.calendar thead .hilite
{
    /* How do the buttons in header appear when hover */
    border-top: 2px solid #fff;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #fff;
    padding: 0px;
    background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day
{
    /* Cells <TD> containing month days dates */
    width: 2em;
    text-align: right;
    padding: 2px 4px 2px 2px;
}

.calendar tbody .day.othermonth
{
    font-size: 80%;
    color: #aaa;
}

.calendar tbody .day.othermonth.oweekend
{
    color: #faa;
}

.calendar table .wn
{
    padding: 2px 3px 2px 2px;
    border-right: 1px solid #000;
    background: #e8f4f0;
}

.calendar tbody .rowhilite td
{
    background: #d8e4e0;
}

.calendar tbody .rowhilite td.wn
{
    background: #c8d4d0;
}

.calendar tbody td.hilite
{
    /* Hovered cells <TD> */
    padding: 1px 3px 1px 1px;
    border: 1px solid;
    border-color: #fff #000 #000 #fff;
}

.calendar tbody td.active
{
    /* Active (pressed) cells <TD> */
    padding: 2px 2px 0px 2px;
    border: 1px solid;
    border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected
{
    /* Cell showing selected date */
    font-weight: bold;
    padding: 2px 2px 0px 2px;
    border: 1px solid;
    border-color: #000 #fff #fff #000;
    background: #d8e0e4;
}

.calendar tbody td.weekend
{
    /* Cells showing weekend days */
    color: #f00;
}

.calendar tbody td.today
{
    /* Cell showing today date */
    font-weight: bold;
    color: #00f;
}

.calendar tbody .disabled
{
    color: #999;
}

.calendar tbody .emptycell
{
    /* Empty cells (the best is to hide them) */
    visibility: hidden;
}

.calendar tbody .emptyrow
{
    /* Empty row (some months need less than 6 rows) */
    display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow
{
    /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip
{
    /* Tooltip (status bar) cell <TD> */
    background: #e8f0f4;
    padding: 1px;
    border: 1px solid #000;
    background: #788084;
    color: #fff;
    text-align: center;
}

.calendar tfoot .hilite
{
    /* Hover style for buttons in footer */
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
    padding: 1px;
    background: #d8e0e4;
}

.calendar tfoot .active
{
    /* Active (pressed) style for buttons in footer */
    padding: 2px 0px 0px 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo
{
    position: absolute;
    display: none;
    width: 4em;
    top: 0px;
    left: 0px;
    cursor: default;
    border-top: 1px solid #fff;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #fff;
    background: #d8e0e4;
    font-size: 90%;
    padding: 1px;
    z-index: 100;
}

.calendar .combo .label, .calendar .combo .label-IEfix
{
    text-align: center;
    padding: 1px;
}

.calendar .combo .label-IEfix
{
    width: 4em;
}

.calendar .combo .active
{
    background: #c8d0d4;
    padding: 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #000;
}

.calendar .combo .hilite
{
    background: #048;
    color: #aef;
}

.calendar td.time
{
    border-top: 1px solid #000;
    padding: 1px 0px;
    text-align: center;
    background-color: #e8f0f4;
}

.calendar td.time .hour, .calendar td.time .minute, .calendar td.time .ampm
{
    padding: 0px 3px 0px 4px;
    border: 1px solid #889;
    font-weight: bold;
    background-color: #fff;
}

.calendar td.time .ampm
{
    text-align: center;
}

.calendar td.time .colon
{
    padding: 0px 2px 0px 3px;
    font-weight: bold;
}

.calendar td.time span.hilite
{
    border-color: #000;
    background-color: #667;
    color: #fff;
}

.calendar td.time span.active
{
    border-color: #f00;
    background-color: #000;
    color: #0f0;
}














/* custom */

.pagination
{
  float: right;
  padding: 1px 5px 0 0;
}

.pagination a, .pagination span
{
  padding: 2px 5px;
  margin-right: 5px;
  display: block;
  float: left;
  border-style: solid;
  border-width: 1px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.pagination span.current
{
  font-weight: bold;
}

.pagination a
{
  text-decoration: none;
}

div.error
{
  border: 0;
  background: none;
  padding: 2px 0 0 0;
  margin: 0 0 1em 0;
}

div.error span
{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 2px;
  padding: 5px;
}

.container img.tinylogo
{
  vertical-align: middle;
  padding: 0 3px 1px 0;
}

li.wait
{
  margin-top: 9px;
}

li:hover.wait
{
  border: none;
  background: none;
}

div.wait
{
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 100px;
}

#main
{
  margin: 20px 0 20px -14px;
  color: #121212;
  background: #fff;
  min-height: 400px; /* Body minimum height 400px */
  width: 978px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#main h2
{
  margin-bottom: 5px;
}

#main a
{
  color: #007AFF;
  text-decoration: none;
}

#main a:hover
{
  color: #121212;
  text-decoration: underline;
}

/* Add CSS for number circle */
#main .numberCircle {
    border-radius: 50px ;
    padding: 4.5px 9px 4.5px 9px;
    background: #007aff;
    border: 2px solid #007aff;
    color: #ffffff;
    text-align: center;
    font: 16px Arial, sans-serif;
}

#main table table
{
  margin-bottom: 0;
}

#main table table td
{
  padding: 1px;
}

#main table table img
{
  margin: 0 0 0 6px;
}

#main fieldset
{
  padding: 0.8em 0 0 10px;
  margin: 0 0 10px 0;
}

#events .bg
{
  background: #e5e5e5;
  margin-bottom: 2px;
}

#events .user-event, #events .likes, #events .clike
{
  padding-bottom: 10px;
}

#events .comment-user, #events .comment
{
  padding-bottom: 6px;
}

#events .comment-user
{
  padding-top: 3px;
}

#events img
{
  vertical-align: middle;
  padding: 0 5px;
}

#events img.pad
{
  padding: 5px 0 0 5px;
}

#events .view-all p
{
  padding: 5px;
  margin: 0 0 2px 0;
}

#events .add-comment img
{
  padding: 0 4px 5px 5px;
}

#clocked
{
  margin-left: 24px;
}

#clocked h5
{
  margin: 0;
}

#clocked ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#map-header
{
  margin: 5px 10px 0 10px;
  padding: 0;
}

#map-header fieldset
{
  padding: 0 0 0 10px;
}

#maps
{
  margin: -10px 10px 10px 10px;
}

#user-clients .check-all
{
  margin: 0 0 0 10px;
}

#user-clients .submit
{
  margin: 10px 0 0 10px;
}

#user-clients table.client td
{
  padding: 0;
}

#user-clients table.client, #user-clients table.client table
{
  margin: 0;
}

#user-clients table.client img
{
  padding: 0 5px;
}

#user-clients .s
{
  font-size: 0.85em;
}

#user-clients .n
{
  font-weight: bold;
}

#user-clients .selected
{
  border: 1px solid red;
}

#user-clients .selected td
{
  background: #fcc;
}

#tickets .reply-content
{
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}











.cal
{
  margin: 12px auto;
  border-collapse: collapse;
}

.cal, .cal td
{
  border: 1px solid #aaa;
}

.cal td
{
  font-size: 1.1em;
  padding: 4px;

/*
  text-align: center;
  vertical-align: middle;
*/
  vertical-align: top;
  width: 14%;
}

.cal table.c td
{
  text-align: center;
  vertical-align: middle;
}

div.month-number
{
  margin: -4px 0 0 -4px;
  background: #ddd;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  float: left;
  padding: 0 5px 0 5px;
}

div.appts div
{
  font-size: 0.8em;
}

.cal-search
{
  width: 100%;
  margin: 0 0 -8px 0;
}

.cal-search td
{
  width: 33%;
  padding: 1px;
}

.cal-search td.r
{
  text-align: right;
}

.cal-search td.c
{
  text-align: center;
}

.cal tr.nav
{
  background-color: #ccc;
}

.cal tr.nav td
{
  font-size: 1.2em;
}

.cal tr.days td
{
  background-color: #D4D3D1;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.cal td.day
{
  color: #00f;
  background-color: #fff;
  height: 84px;
}

.cal td.empty
{
  background-color: #808080;
}

.cal table
{
  border: 0;
  width: 100%;
}

.cal table td
{
  border: 0;
  padding: 0;
}

legend.cal
{
  width: 190px;
}

td.visit-scheduled
{
  background-color: #ddd;
}

td.visit-scheduled:hover
{
  background-color: #ccc;
  cursor: pointer;
}

td.visit-scheduled a
{
  color: #000 !important;
  text-decoration: none;
  font-weight: bold;
}

div.tip, div.tip td
{
  color: #eee;
}

div.tip td.label
{
  text-align: right;
}

div.tip a
{
  color: #ddd;
  text-decoration: none;
}

div.tip a:hover
{
  color: #fff;
}

#main #sidebar select
{
  font-size: 0.9em;
  margin: 0 5px 0 0;
}

#main #sidebar input[type=text]
{
  font-size: 1.0em;
  width: 218px;
  margin: 0 5px 0 0;
}

#main #sidebar textarea
{
  height: 45px;
  width: 218px;
  margin: 0 5px 0 0;
  font-size: 1.3em;
  padding: 0;
}

#main #sidebar fieldset
{
  width: 228px;
  background: #ccc;
  border: 1px solid #808080;
}

#main #sidebar legend
{
  border: 1px solid #808080;
  color: #a00;
  background: #ddd;
  padding: 5px 10px;
}

#events p.order
{
  padding: 8px 0 0 0;
}

#events select
{
  font-size: 0.96em;
}

#events h2 p
{
  font-size: 0.72em;
  float: right;
}

input.time, #map-header td
{
  font-size: 13px;
  font-weight: bold;
  border: none;
  color: #333;
  width: 60px;
}

#map-header td.slider-bar
{
  font-size: 10px;
}










.tabberlive .tabbertabhide {
 display:none;
}

.tabber {
}

.tabberlive {
 margin-top:1em;
}

ul.tabbernav
{
 margin:0;
 padding: 2px 0;
 border-bottom: 1px solid #ccc;
 font-size: 13px;
 font-weight: bold;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 6px 1.0em 5px 1.0em;
 margin-right: 5px;
 border: 1px solid #ccc;
 border-bottom: none;
 background: #ddd;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 background: #bbb;
 border-color: #aaa;
 text-decoration: none !important;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
 text-decoration: none !important;
}

.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #ccc;
 border-top:0;
}
.tabberlive .tabbertab h2 {
 display:none;
}

.tabberlive .tabbertab h3 {
 display:none;
}

.tabberlive#tab1 {
}

.tabberlive#tab2 {
}

.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
.rtcounter {
    background-color: #fd190f;
    padding: 1px;
    border-radius: 100%;
    position: absolute;
    color: #fff;
    margin-left: -15px;
    margin-top: -8px;
    width: 17px;
    text-align: center;
}
.rticon {
display: block;
    text-align: center;
    margin: -6px 0px 0px -14px;
}


.jqpopupmenu{
    max-height: 300px !important;
    overflow-y: scroll !important;
  }
  .optimizert{
    padding: 9px;
    border-bottom: 1px #ccc solid;
    cursor: pointer;

  }
.popup_bg{
    position: absolute;top: 0;background: #000;width: 100%;height: 100%;opacity: 0.5;
  }

  .popup_cont{
    background-color: #fff;
    border-radius: 5px;
    bottom: 50%;
    height:350px;
    left: 40%;
    margin: 0 auto;
    position: absolute;
    right: 45%;
    top: 10%;
    text-align: center;
    width: 350px;
    z-index: 99;
  }

  .popup_cont button {
    float: none;
    display: inline;
}

/* Updated button and button hover background-color */

.btn_green {background-color: #1dc01d;color: #fff;border: 1px solid #079207;}
.btn_red {background-color: #007AFF;border: 1px solid #a10e0e;color: #fff;}

.btn_green:hover {background-color: green;background-color: #1eab1e;border: 1px solid #0b8f0b;color: #fff;}
.btn_red:hover {background-color: #007AFF;border: 1px solid #9e0606;color: #fff;}

.popup_head{
    padding: 12px;
    background-color: #a40000;
    color: #fff;
    border-bottom: 1px solid #930e0e;
    min-height: 14px;
    margin-bottom: 15px;
    border-radius: 4px 4px 0px 0px;
    font-weight: bold;
}
.caller_name{float: left;width: 70%;text-align: left;}
.caller_time{float: right;width: 30%;text-align: right;}

.browser_call_msg {
     margin: 15px 0;
  }
  .carrier_caller_l {
    width: 30%; text-align: left; margin-left: 15px; float: left; font-weight: bold; color: rgb(0, 0, 0);
  }
  .carrier_caller {
    text-align:left;margin-left:15px;color:black;
  }
  .note_b{
    width: 309px; height: 28px;
  }



.cancelopp {
float: right;
margin-right: 35px;
margin-top: 0px;
cursor: pointer;
}
.oppcnct{
color: mediumslateblue;
font-weight: bold;
padding: 3px;
}
.pd_5_clr_white{
style="padding: 5px;
background-color: #fff;"
}

#contacts td {
vertical-align: top;
padding-top:0px;
padding-bottom:0px;

}
#users td {
vertical-align: top;
padding-top:7px;
padding-bottom:2px;

}

#users td  a p, #contacts td  a p {
margin:0;

}
  .tranparent_bg td{
    background-color: transparent !important;
}
.web_notes{
font-size:1.39em;
}
.no-margin{
    margin:0px !important;
     white-space: pre-wrap;       /* css-3 */
     white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
     white-space: -pre-wrap;      /* Opera 4-6 */
     white-space: -o-pre-wrap;    /* Opera 7 */
     word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
.font-inherit{
    font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

#contacts .child-checkbox{
    margin: 0;
    float: right;
}
.nowrap-ws{
    white-space: nowrap;
}
.pre-wrap-200 {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    max-width: 200px
}
.pre-wrap-150{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    max-width: 150px;
}

.pre-wrap-with-break{
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.searching{
        background: white url("../images/wait.gif") right center no-repeat;
    }