@charset 'UTF-8';

/****************** basic tag settings ******************/

body,
input.text,
select,
textarea {
    font: 10px/1 Arial, Helvetica, Sans-Serif;
    color: black;
    background: white;
}

td,
th {
    font: 10px Arial, Helvetica, Sans-Serif;
    color: black;
}

body,
form {
    margin: 0;
    padding: 0;
}

body {
    background: url("../graphics/bg_gradbody.png") repeat-x top left;
    margin-bottom: 25px;
}

div,
span,
table input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: #ee1c25;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: white;
    background-color: #ee1c25;
}

h1 {
    font-family: arial, sans-serif;
    color: #ee1c25;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
}

h2 {
    color: black;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 6px;
    position: relative;
    top: -10px;
}

h3 {
    color: black;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.clear {
    clear: both;
}

.button span {
    height: 100%;
}


/****************** form controls ******************/

textarea {
    font: 11px
}

input.button {
    /*  color: white;
  background: #333333;
  border-color: #999 #111 #111 #222;
  border-width: 2px;
  font-weight: bold;
  font-size: 10px;*/
    margin-top: 4px;
    text-transform: lowercase;
}


/****************** general tables ******************/

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #aaaaaa;
    border-width: 1px;
    margin: 2px 0;
}

th {
    text-transform: uppercase;
    font-weight: bold;
}


/****************** layout ******************/


/** BEGIN environment based styling **/

.localhost {
    background: linear-gradient(#e66465, #9198e5) !important;
}

.publicisStaging {
    /* background-color: green !important; */
    background: linear-gradient(0.25turn, #3f87a6, #ebf8e1, green) !important;
}


/*
.publicisProd {
    background-color: #ee1c25 !important;
}
*/

.emilStaging {
    background: linear-gradient(0.25turn, #D4AF37, #FFDF00) !important;
}

#main_header.emilProd {
    background: url("../graphics/bg_header.png") no-repeat top left, linear-gradient(0.25turn, #ee1c25, #ee1c25, #FFD700, #FFDF00) !important;
}

#login_header.emilProd {
    background: linear-gradient(0.25turn, #ee1c25 15%, #FFDF00) !important;
}


/** END environment based styling **/

#main_header {
    background: #ee1c25 url("../graphics/bg_header.png") no-repeat top left;
    padding: 10px 20px;
    border-bottom: 1px solid #404040;
}

#mainnav a {
    display: block;
    padding: 10px 22px;
    border-bottom: 1px solid #CCC;
    float: left;
    border-right: 1px solid #2d2d2d;
    border-left: 1px solid #494949;
}

#mainnav a.over {
    background: #353535;
    border-bottom: 1px solid #ee1c25;
}

#mainnav a:hover {
    background-color: #504545;
    border-bottom: 1px solid #ce3b41;
}

#userinfo a,
#userinfo span {
    display: block;
    padding: 10px 10px;
    float: left;
    background: none;
}

#content {
    clear: both;
    margin: 15px 20px 0;
}

#popup {
    padding: 20px 40px;
}

#popup table {
    width: 310px;
}

#main {
    background: #3c3c3c url("../graphics/bg_grey.png") repeat-x bottom left;
    padding: 0px;
    border-top: 1px solid #595959;
}

#mainnav {}

#second {
    border-bottom: 1px solid #FFF;
    background: #363636 url("../graphics/bg_second.png") repeat-x top left;
}

#subnav {
    padding: 14px 0 10px;
}

#second a,
#second span {
    display: block;
    padding: 0 20px;
    float: left;
    color: #CCC;
}

#second a:hover {
    background: none;
    color: #FFF;
    cursor: pointer;
}

#second a.over {
    color: #FFF;
    text-decoration: underline;
}

#versioninfo {
    padding: 13px 0 10px;
}

#versioninfo a,
#versioninfo span {
    display: block;
    padding: 0 10px;
    float: left;
    background: none;
}

#tertnav {
    border-top: 1px solid #454545;
    padding: 9px 0;
    background: #303030;
}

#tertnav span {
    color: #FFF;
}

#subnav {}

#bothNav {}

#userinfo {
    float: right;
}

#versioninfo {
    float: right;
}

div.nav {
    color: white;
    font-weight: bold;
    line-height: 12px;
}

div.nav a {
    color: white;
}

#main a:hover {}

#errmsg {
    position: absolute;
    left: 50%;
    top: 200px;
    border: 1px solid #c62027;
    background: #ee1c25;
    margin-left: -200px;
    z-index: 20;
    padding: 20px 22px 12px 22px;
    width: 400px;
    display: block;
    border-top: 1px solid #f14048;
    font-size: 11px;
    font-weight: bold;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: fixed;
}

#body_login #errmsg {
    width: 365px;
    margin-left: -165px;
    top: 290px;
}

#errmsg span {
    font-size: 12px;
}

#errmsg .errClose {
    margin: -29px -31px 0 0;
}

#errmsg .errClose a:hover {
    background: transparent;
}

#export {
    position: absolute;
    right: 0px;
    top: 60px;
}

.filter {
    background: #f7f7f7;
    padding: 15px 20px;
    border: 1px solid #aaaaaa;
    border-width: 1px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    -webkit-box-shadow: 0px 2px 3px 0px #f1f1f1;
    -moz-box-shadow: 0px 2px 3px 0px #f1f1f1;
    box-shadow: 0px 2px 3px 0px #f1f1f1;
}

.filter a {
    color: #000;
}

.flash {
    background: #2b2;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2), color-stop(100%, #181));
    background: -moz-linear-gradient(center top, #2b2 0%, #181 100%);
    -webkit-box-shadow: 0px 2px 3px 0px #c4c4c4;
    -moz-box-shadow: 0px 2px 3px 0px #c4c4c4;
    box-shadow: 0px 2px 3px 0px #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px -1px 1px #6b6b6b;
    padding: 6px 10px;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    border: none !important;
    margin: 15px 0;
    overflow: hidden;
    height: 25px;
}

.flash:before {
    content: "✓ ";
}

#help {
    margin: 10px;
}

#help h3 {
    color: #900;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
}

#help p {
    margin-bottom: 6px;
}

#help ul {
    margin: 10px;
    padding-left: 15px;
}

#help li {
    margin-bottom: 6px;
}

#help blockquote {
    margin: 10px 20px 10px;
    font-style: italic;
}

#quote {
    position: absolute;
    left: 540px;
    top: 95px;
    width: 200px;
}

#quote div {
    text-align: "right";
}

#quote .author {
    font-style: "italic";
}


/****************** some general styles ******************/

span.warning {
    color: #900;
    font-weight: bold;
}

span.decimal {
    font-size: 80%;
}

span.percent {
    font-size: 50%;
    vertical-align: top;
}

a.closedUser {
    text-decoration: line-through;
}

.debug {
    font-family: monospace;
    white-space: pre;
    color: white;
}


/****************** near simulation of border-collapse on Mac IE ******************/

th,
td {
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    padding: 3px;
}

tr:first-child td,
tr:first-child th {
    border-top: none;
}

td:first-child,
th:first-child {
    border-left: none;
}

td.spanned,
th.spanned {
    border-left: 1px solid #aaaaaa;
}


/****************** table w/ headers on left and form on right ******************/

table.vertinput {
    border: none;
}

table.vertinput th {
    text-align: right;
    padding: 0 15px 0 0;
    vertical-align: top;
    border: none;
}

table.vertinput td {
    padding: 0 0 10px 0;
    border: none;
}

.vertinput input.text,
.vertinput input.button,
.vertinput select,
.vertinput textarea {
    width: 200px;
}

.nowidth input.text,
.nowidth input.button,
.nowidth select,
.nowidth textarea {
    width: inherit !important;
}

table.vertinput td.submit {
    text-align: right;
}

table.vertinput tr.grouphead td,
table.vertinput tr.grouphead th {
    border-top: 1px solid #999;
    margin-top: 6px;
    padding-top: 6px;
}

table.numeric td.actuals,
table.numeric th.actuals {
    background: #ffc;
    padding: 3px 6px;
}

table.numeric td.projections,
table.numeric th.projections {
    background: #fda;
    padding: 3px 6px;
}

table.numeric td.entry.actuals.readonly,
table.numeric td.entry.projections.readonly {
    padding: 0px;
    border-bottom: none;
    border-top: none;
}

table.numeric td.actuals input,
table.numeric td.projections input {
    border: 1px solid #999;
    padding: 2px;
    color: #999;
}

table.numeric td.actuals.readonly input,
table.numeric th.actuals.readonly input {
    background: #ffc;
    border: none;
    padding: 6px 4px;
    color: black;
}

table.numeric td.projections.readonly input,
table.numeric th.projections.readonly input {
    background: #fda;
    border: none;
    padding: 6px 4px;
    color: black;
}

table tr.hover {
    opacity: .6;
}


/****************** table w/ headers on left and static content on right ******************/

table.vertoutput {
    width: 100%;
}

table.vertoutput th {
    text-align: right;
    width: 25%;
    padding: 5px;
    border-width: 0 1px 0 0;
}


/****************** horizontal tables, headers on top ******************/

table.horizontal {
    border: none;
}

table.horizontal td {
    border-left: 1px solid #aaaaaa;
}

table.horizontal th {
    border-bottom: 1px solid #686868;
    border-top: 1px solid #aaaaaa;
    border-left: none;
    border-right: none;
    font-size: 10px;
    background: #E6E6E6;
    padding: 8px 5px;
}

table.numeric th {
    font-size: 10px;
    background: #E6E6E6;
    border-bottom: 1px solid #686868;
}

table.vertinput th {
    padding-top: 3px;
}


/****************** entry boxes in tables ******************/

td.entry {
    padding: 2px;
    background: #f1f1f1;
}

td.entry.readonly {
    padding: 2px;
    background: #fffff3;
    border: 1px solid #aaaaaa;
}

.entry input {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 4px;
    background: white;
    color: #000;
}

td.entry.combined input {
    width: inherit;
}

td.entry select {
    width: 98%;
    padding: 0px;
    border: none;
    background: white;
    color: #515151;
    margin: 0px 1%;
}

.entry.readonly input {
    background: #fffff3;
    padding: 2px;
    border: 1px solid #fffff3;
    color: black;
    text-align: right;
}

td.entry input.warning,
td.warning {
    color: #900 !important;
    background: #fdd !important;
    border: 1px solid #aaaaaa;
}

table#expenses td.entry {
    padding: 0px;
}


/****************** project status flag styles ******************/

.flagRed {
    color: #933 !important;
}

.flagGreen {
    color: #363 !important;
}

.flagYellow {
    color: #860 !important;
}

td.flagRed,
input.flagRed {
    background: #fdd !important;
}

td.flagGreen,
input.flagGreen {
    background: #cdc !important;
}

td.flagYellow,
input.flagYellow {
    background: #fff0a9 !important;
}


/****************** misc. table stuff ******************/

table.numeric td {
    text-align: right;
    /* align decimal would be nice */
}

tr.grouphead td,
tr.grouphead th {
    border-top: 3px double #aaa !important;
}

td.verticalgrouphead,
th.verticalgrouphead {
    border-left: 1px solid #686868;
}

tr.nonbillable td,
td.nonbillable {
    background: #f1f1f1;
}

tr.phone td,
td.phone {
    background: #e8e8e8;
}


/****************** util rate graph breakdown ******************/

span.breakdown {
    display: block;
    float: left;
    height: 15px;
}

span.Ana {
    background: #83f;
}

span.Sales {
    background: #6c6;
}

span.AD {
    background: #66c;
}

span.general,
span.OUT,
span.Strat {
    background: #999;
}

span.Copywriting {
    background: #6f6;
}

span.AM,
span.nonbillable {
    background: #969;
}

span.Engineering {
    background: #699;
}

span.client,
span.IN,
span.PM {
    background: #900;
}

span.internal,
span.Des {
    background: #090;
}

span.Dev {
    background: #009;
}

span.UX {
    background: #333;
}

span.It {
    background: #666;
}

span.QA {
    background: #fc0;
}

span.labelClient,
span.labelIN,
span.labelPM {
    color: #900;
}

span.labelInternal,
span.labelDes {
    color: #090;
}

span.labelDev {
    color: #009;
}

span.labelUX {
    color: #333;
}

span.labelAna {
    color: #73c;
}

span.labelPM {
    color: #6c6;
}

span.labelAD {
    color: #66c;
}

span.labelGeneral,
span.labelOUT,
span.labelStrat {
    color: #999;
}

span.labelDes {
    color: #6f6;
}

span.labelAM,
span.labelNonbillable {
    color: #969;
}

span.labelDev {
    color: #699;
}

span.labelUX {
    color: #666;
}

span.labelQA {
    color: #c90;
}


/****************** popup menus ******************/

div.popupMenu {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    border: 1px solid #000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

div.popupMenu.nolink {
    padding: 4px;
    border-bottom-width: 1px;
}

div.popupMenu a {
    display: block;
    width: 200px;
    padding: 10px 12px;
    background: #373737;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #0a0a0a;
    color: #eaeaea;
    border-left: 1px solid #373737;
}

div.popupMenu a:last-child,
div.popupMenu a:hover:last-child {
    border-bottom: none !important;
}

div.popupMenu a:hover {
    background: #484848;
    color: #FFF !important;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #3b3b3b !important;
}

div.popupMenu {
    padding: 2px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0px 3px 51px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 51px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 51px 0px rgba(0, 0, 0, 0.75);
    z-index: 1000 !important;
}

.popupMenu {
    background: #FFFFFF;
    width: auto !important;
    border: 0px !important;
}

.popupMenu table {
    border: 0px;
    border-collapse: collapse;
}

.popupMenu table tr.row1 td {
    background: #F2F2F2 !important;
}

.popupMenu table tr.rowHL td {
    background: #ffffeb !important;
}

.popupMenu table td {
    font-size: 12px;
    color: #000000 !important;
    white-space: nowrap;
    padding: 0px;
}

div.popupMenu td a {
    padding: 7px 5px 7px 5px !important;
    width: 100%;
    height: 100%;
    display: block !important;
    font-size: 12px;
    font-weight: normal !important;
    color: #000000 !important;
    background: none !important;
}

div.popupMenu td a:hover {
    padding: 7px 5px 7px 5px !important;
    font-ize: 12px;
    text-decoration: none !important;
    border: 0px !important;
    font-weight: normal !important;
    color: #000000 !important;
    background: none !important;
}

.projNotes {
    border-bottom: 1px solid #CCCCCC !important;
}

.projNotes a {
    font-weight: normal !important;
}


/** legacy? **/

div.popupMenu.calendar {
    border: 1px solid #515151;
    width: 142px;
}

div.popupMenu.calendar a.day {
    padding: 2px;
    position: absolute;
    border: none;
    width: 20px;
    height: 17px;
    text-align: center;
}

div.popupMenu.calendar a.day.notthismonth {
    background: #ddd;
    color: #333;
}

div.popupMenu.calendar a.day.today {
    border: 1px dotted #515151;
    padding: 1px;
}

div.popupMenu.calendar div.month {
    padding: 2px;
    text-align: center;
    border-bottom: 3px double #515151;
}

div.popupMenu.calendar a.month,
div.popupMenu.calendar span.month.selected {
    display: inline;
    border-width: 1px;
    padding: 2px 4px;
}

div.popupMenu.calendar span.month.selected {
    background: #515151 !important;
    color: #ccf !important;
}

div.popupMenu table,
div.popupMenu td,
div.popupMenu th {
    border: none;
    background: none;
    text-align: left;
}

div.popupMenu td a {
    display: inline;
    padding: 0;
    border: none;
}

div.popupMenu th {
    vertical-align: top;
}


/* IE5.0 wont hover without this - ??? */

div.popupMenu.calendar a:hover {
    border: 1px solid #515151;
}


/****************** main calendar ******************/

#timesheet {
    width: 1060px;
}

#timesheet.listView {
    width: 1340px
}

#calendar {
    position: relative;
    left: 0;
    top: 0;
    width: 281px;
    float: left;
}

#timesheet.stacked #calendar {
    width: 441px;
    float: none;
}

#calendar .day a,
#calendar .week a,
#calendar .day a:hover,
#calendar .week a:hover {
    color: #515151;
    background: none;
    font-weight: bold;
}

#calendar div {
    position: absolute;
    padding: 8px 2px;
}

#calendar .month {
    font-weight: bold;
    top: 6px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    background: #f1f1f1;
    border: 1px solid #aaaaaa;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
}

#calendar .navmonth {
    font-weight: bold;
    position: absolute;
    top: 7px;
    font-size: 12px;
}

#calendar .navmonth a {
    display: inline;
}

#calendar .navmonth.back {
    left: 5%;
    text-align: left;
}

#timesheet.stacked #calendar .navmonth.back {
    left: 25%;
}

#calendar .navmonth.fwd {
    right: 5%;
    text-align: right;
}

#timesheet.stacked #calendar .navmonth.fwd {
    right: 25%;
}

#calendar .dayofweek {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    top: 37px;
    padding-top: 2px;
}

#calendar .dayofweek {
    width: 36px;
    height: 18px;
    border: 1px solid #aaaaaa;
    border-bottom: 1px solid #686868;
    background: #e6e6e6;
    z-index: 2;
}

#timesheet.stacked #calendar .dayofweek {
    width: 56px;
}

#calendar .day,
#calendar .week {
    width: 36px;
    height: 36px;
    border: 1px solid #aaaaaa;
}

#timesheet.stacked #calendar .day,
#timesheet.stacked #calendar .week {
    width: 56px;
}

#calendar .day,
#calendar .week {
    font-size: 12px;
    text-align: center;
    padding-top: 14px;
}

#timesheet.stacked #calendar .day,
#timesheet.stacked #calendar .week {
    font-size: 14px;
    padding-top: 10px;
}

#calendar .weekend {
    background: #999 url(../graphics/bg_weekend.gif);
}

#calendar .week {
    background: #ffffeb;
}

#calendar .notthismonth {
    background: #f7f7f7;
    color: #bbbbbb;
}

#calendar .notthismonth a {
    color: #bbbbbb;
}

#calendar .holiday {
    background: #99f url(../graphics/bg_holiday.gif);
    color: white;
}

#calendar .snowman {
    background: white url(../images/hol_snowman.gif);
    color: white;
}

#calendar .xmasball {
    background: white url(../images/hol_xmasball.gif);
    color: white;
}

#calendar .presents {
    background: white url(../images/hol_present.gif);
    color: white;
}

#calendar .glasses {
    background: white url(../images/hol_glasses.gif);
    color: white;
}

#calendar .crown {
    background: white url(../images/hol_crown.gif);
    color: white;
}

#calendar .c1 {
    left: 0px;
}

#calendar .c2 {
    left: 35px;
}

#calendar .c3 {
    left: 70px;
}

#calendar .c4 {
    left: 105px;
}

#calendar .c5 {
    left: 140px;
}

#calendar .c6 {
    left: 175px;
}

#calendar .c7 {
    left: 210px;
}

#calendar .c8 {
    left: 245px;
    border-right: 1px solid #aaaaaa;
}

#calendar .r1 {
    top: 54px;
}

#calendar .r2 {
    top: 89px;
}

#calendar .r3 {
    top: 124px;
}

#calendar .r4 {
    top: 159px;
}

#calendar .r5 {
    top: 194px;
}

#calendar .r6 {
    top: 229px;
}

#timesheet.stacked #calendar .c2 {
    left: 55px;
}

#timesheet.stacked #calendar .c3 {
    left: 110px;
}

#timesheet.stacked #calendar .c4 {
    left: 165px;
}

#timesheet.stacked #calendar .c5 {
    left: 220px;
}

#timesheet.stacked #calendar .c6 {
    left: 275px;
}

#timesheet.stacked #calendar .c7 {
    left: 330px;
}

#timesheet.stacked #calendar .c8 {
    left: 385px;
}

#calendar .calbottom {
    border-bottom: 1px solid #aaaaaa;
}

#calendar .caldayofmonth,
#calendar .publicday {
    display: block;
    position: absolute;
    font-size: 8px;
    line-height: 8px;
    line-height: 10px;
    font-weight: normal;
    text-transform: none;
    font-family: Lucida Console, Verdana;
}

#calendar .caldayofmonth {
    left: 2px;
    top: 2px;
    text-align: left;
}

#calendar .publicday {
    right: 2px;
    top: 2px;
    text-align: right;
}

#calendar .modified {
    color: #c00;
}

#calendar div#caltotalpref {
    left: 0px;
    bottom: -20px;
    padding: 8px 0;
    width: 100%
}

#caltotalpref .prefleft {
    float: left;
    position: relative;
    width: 50%;
    padding: 0;
}

#caltotalpref .prefright {
    float: left;
    clear: right;
    text-align: right;
    width: 50%;
    position: relative;
    padding: 0;
}

div#myschedule {
    margin-bottom: 20px;
}

div#enter_hours {
    float: left;
    margin-top: 4px;
    margin-left: 20px;
}

#timesheet.stacked div#enter_hours {
    float: none;
    margin: 30px 0;
}

#timesheet.listView div#enter_hours {
    margin-top: 40px;
}

#timesheet.stacked.listView div#enter_hours {
    margin-top: 0px;
}

@media print {
    td,
    th,
    body {
        font-size: 10px;
    }
}


/* Login */

#login_header {
    background: #ee1c25 url("../graphics/bg_header_login.png") no-repeat top center;
    padding: 70px 0;
    text-align: center;
    border-bottom: 1px solid #FFF;
}

#login_header img {
    margin-left: 95px;
}

#body_login {
    background: #FFF url("../graphics/bg_grad.jpg") no-repeat 250px center;
}

#login_body {
    width: 460px !important;
    padding-left: 132px;
    margin: 60px auto;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#login_body button {
    margin-top: 15px;
}

.login_label {
    width: 95px;
    padding-top: 15px;
    margin: 5px 0;
    font-size: 12px;
    color: #909090;
    font-weight: bold;
}

.login_input {
    margin: 5px 0;
}

.login_input input {
    padding: 8px;
    font-size: 18px;
    width: 250px;
    background: #FFF;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #5d5d5d;
}

.button {
    background: #ee1c25;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee1c25), color-stop(100%, #cd1119));
    background: -moz-linear-gradient(center top, #ee1c25 0%, #cd1119 100%);
    -webkit-box-shadow: 0px 2px 3px 0px #c4c4c4;
    -moz-box-shadow: 0px 2px 3px 0px #c4c4c4;
    box-shadow: 0px 2px 3px 0px #c4c4c4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 0px -1px 1px #6b6b6b;
    padding: 4px 8px;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    border: none !important;
}

.button:hover {
    background: #ee1c25;
    cursor: pointer;
}

.button:active {
    background: #757575;
}

.button_large {
    padding: 10px 14px;
    font-size: 14px;
}

.ui-datepicker-calendar {
    border: none !important;
}

#mask {
    position: absolute;
    z-index: 5;
    background-color: #666;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#cal_list td {
    padding: 8px;
}

form.search {
    margin-bottom: 15px;
}

table.stable th {
    border-bottom: 1px solid #686868;
    border-top: 1px solid #aaaaaa;
    border-left: none;
    border-right: none;
    font-size: 10px;
    background: #E6E6E6;
    padding: 8px 5px;
}

table.stable td {
    padding: 6px;
}

table.stable tr.odd th {
    background: #d2d2d2;
}

table.stable tr.odd td {
    background: #f2f2f2;
}

.hilite th,
.hilite td {
    background: #ffffc9 !important;
    color: black !important;
}

.budget-container {
    font-size: 15px;
}

.budget-container .project-data td {
    font-size: 12px !important;
}

.budget-container .project-data tr td:first-child {
    background: #eee;
    font-weight: bold;
    padding: 4px;
    text-transform: uppercase;
}

.budget-report {
    margin-top: 20px;
}

.budget-report tr td:first-child {
    background: #eee;
}

.budget-report .revenue {
    background: #962cfc !important;
}

.budget-report th {
    background: #434343 !important;
    color: #fff;
    padding: 12px;
    font-size: 12px !important;
}

.budget-report tr:last-child td {
    background: #ccc;
}

.budget-report .depart-names {
    text-align: left !important;
}

.budget-report td {
    font-size: 12px !important;
    padding: 5px;
}

.budget-report .red-flag {
    background: red !important;
    font-weight: bold;
    color: #fff;
}

.budget-report .exceeded {
    position: absolute;
    margin-top: 10px;
}

.budget_select_spinner {
    position: relative;
    top: 3px;
    left: 25px;
    display: none;
}

.budget-container .project-data {
    display: inline-block;
}

.budget-container .budget-project-complete {
    display: inline-block;
    position: relative;
    top: -10px;
    font-size: 12px !important;
}

.project-data .red-flag {
    background: red !important;
    font-weight: bold;
}

.vacation-reminder-msg {
    font-size: 13px;
    margin-right: 20px;
    margin-top: 30px;
}

.vacation-reminder-msg a {
    text-decoration: underline;
}

.calendarContainer {width:100%; position:relative; }
.calendarContainer:after {content: '';display: block;height: 0;clear: both;	visibility: hidden;}
.lhBlock {position:absolute; right:280px; top:0px; width:320px; height:240px;}
.lhBlock video {position:relative; top:-25px; z-index:1;}
.lhBlock img {cursor:pointer; position:absolute; z-index:2; bottom:25px; left:10px;}
.heart {background-image:url(../images/heart.png); background-repeat: no-repeat; background-position: 10px 7px; padding-left:35px !important;}