/*
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
*/


/*
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, #header, hgroup, menu, div, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, #header, hgroup, menu, div, section {
    display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

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

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

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table {  border-spacing: 0; }

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

input, select { vertical-align: middle; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
*/

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
table a:hover {text-decoration: none}
ul, ol {list-style: none outside none; }
ol { list-style-type: decimal; }

/* Remove margins for divigation lists */
div ul, div li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    white-space: pre; white-space: pre-wrap; word-wrap: break-word;
    padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
    border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #eb750c; color:#fff; text-shadow: none; }
::selection { background:#eb750c; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
*/

body, select, input, textarea {
    /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
    color: #222;
    /* Set your base font here, to apply evenly */
    /* font-family: Georgia, serif;  */
}

/* #headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a {
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/myriadpro-semibold-webfont.ttf');
}

@font-face {
    font-family: 'myriadproregular';
    src:url('../fonts/myriadproregular.ttf');
}


body { 
    background:url(../images/global_page.png) repeat-y scroll 48% center #EEE; 
    font-family: "myriadproregular", "Lucida Grande", "MyriadProSemibold", sans-serif; 
    font-size: 12px;
    text-rendering: optimizelegibility; }

body.login {background: url("../images/login_page.png") repeat-x scroll left top #053061;}
body.settings {background-image: none}


#main, footer, .containerWidth { width: 990px; margin: 0 auto; }

#header { height: 56px; background: url(../images/back_toolbar.jpg) repeat-x ; }
#header .containerWidth { position: relative; }
#header .logo {  background: url(../images/dcri_logo.png) no-repeat;width: 108px; height: 29px; text-indent: -999em; display: block; position: absolute; top: 17px; left: 3px; }
#header div.sections { position: absolute; top: 0px; }
#header div.sections a { 
    color: #FFF; 
    font-size: 12px; 
    font-family: "myriadproregular", Helvetica, Arial; 
    margin: 10px 5px 0px 0px; 
    text-decoration: none; 
    display: inline-block; 
    padding: 3px 10px 7px; 
    line-height: 16px;
    background: url(../images/button_bg.png) repeat-x;
    border-top: 1px solid #1292ff;
    border-bottom: 1px solid #00438c;
    border-left: 1px solid #00438c;
    border-right: 1px solid #00438c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0px 1px 0 #000;
    -webkit-box-shadow:  0 0px 1px 0 #000;
    box-shadow: 0 0px 1px 0 #000;
}

#header div.sections a:active, #header div.options a:active {
    border-color: #042f5d #084275 #084275;
    background: url(../images/button_bg_active.png) repeat-x;
} 

#header div.sections a.active, #header div.options a.active {
    border-color: #042f5d #084275 #084275;
    background: url(../images/button_bg_active.png) repeat-x;
} 

#header div.sections a img {
    margin-right: 5px;
    position: relative;
    top: 5px;
}


#header div.sections span.button_divisor {
    border-left: 1px solid #00438c;
    margin: 0px 10px 0px 5px;
    padding: 6px 0;
}

#header div.options a {
    color: #FFF; 
    font-size: 12px; 
    font-family: "myriadproregular", Helvetica, Arial; 
    margin: 15px 3px 0px 0px; 
    text-decoration: none; 
    display: inline-block; 
    padding: 4px 4px 3px;
    line-height: 16px;
    background: url(../images/button_bg.png) repeat-x;
    border-top: 1px solid #1292ff;
    border-bottom: 1px solid #00438c;
    border-left: 1px solid #00438c;
    border-right: 1px solid #00438c;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0px 1px 0 #000;
    -webkit-box-shadow:  0 0px 1px 0 #000;
    box-shadow: 0 0px 1px 0 #000;
}

#header div.options a img {
    height: 16px;
}
#header div.options { position: absolute; right: 20px; top: 0px; }
#header div.options .option { float: left;  }
body.backdoor #header div.options .option { border-right-color: #dcdfbf; }
#header div.options .option.last { border-right: none; padding-right: 0; }
#header div.options .option.avatar { padding: 13px 7px; }
#header div.options .option.avatar img { 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.30);
    opacity: .8;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s;
}
#header div.options .option.avatar:hover img { opacity: 1; }
#header div.options .option.avatar .username { font-size: 11px; position: relative; top: 8px; display: inline-block; padding-left: 3px;padding-right:7px; cursor: default;border-right:1px solid #CCC; color: #FFF}

#login {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 555px;
}
.login .wrap {
    margin: 0 auto;
    padding-top: 126px;
    position: relative;
    width: 100%;
}
#login form ul {
    float: left;
    width: 100%;
}

#login form li.title {
    background: url("../images/login_title.png") no-repeat scroll left top transparent;
    padding-bottom: 12px;
    padding-top: 20px;
}

#login form li.actions {
    background: url("../images/login_actions.png") no-repeat scroll left bottom transparent;
    padding: 10px 20px 13px;
    width: 515px;
}

#login form li.actions input:hover{
    opacity: 0.9
}

#login form li.actions input:active{
    opacity: 0.7
}

#login form li.title h2 {
    color: #D9EBFF;
    font-size: 30px;
    font-weight: bold;
    padding-left: 17px;
    text-shadow: 0 1px 0 black;
}
#login form li.field {
    background: url("../images/login_field.png") no-repeat scroll left top transparent;
    height: 56px;
    padding-top: 13px;
}

#login form li.field label {
    color: white;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 46px;
    padding-right: 8px;
    text-align: right;
    text-shadow: 0 1px 0 black;
    width: 100px;
}

#login form li.field input {
    background: url("../images/login_input.png") no-repeat scroll left top transparent;
    border: 0 none;
    font-size: 16px;
    font-weight: normal;
    height: 46px;
    padding: 0px 0px 0px 10px;
    width: 400px;
    margin: 0px 0px 0px 0px;
}

#main {padding-left:20px; }
#main .interiorPadding { padding: 20px; }
#main h1 { font-family: "MyriadProSemibold", Helvetica, Arial; font-weight: normal; font-size: 40px; letter-spacing: -1px; margin: 0 0 0 20px; padding: 25px 0 0 0; }
#main p.informationText { font-size: 17px; color: #969797; margin: 0 0 0 20px; }

#main form select {margin-top: 4px;}

#main .zero {
    background: url("../images/zero.png") repeat-x scroll left top #FAFEE1;
    border: 1px solid #DBDECA;
    border-radius: 5px 5px 5px 5px;
    float: left;
    font-family: "myriadproregular","myriadproregular","Helvetica","Arial",sans-serif;
    padding: 15px 20px;
    position: relative;
    width: 640px;}

#main .zero h2 {    font-size: 19px;
                    font-weight: bold;
                    line-height: 19px;
                    margin-bottom: 15px;
}

#main h2 .new {
    position: absolute;
    right: 10px;
    top: -3px;
    letter-spacing: 0px;
    text-transform: none;
}
#main .list {
    width: 660px;
    font-family: "myriadproregular","Lucida Grande","Helvetica","Arial",sans-serif;
    float:left;
    padding-top: 20px;
}

#main .list h2 {background: url("../images/list_detail.png") repeat-x scroll left top #E1E1E1;
                height: 35px;
                padding: 10px 12px 0;
                position: relative;
                border-top: 1px solid #ABABAB;
                border-left: 1px solid #ABABAB;
                border-right: 1px solid #ABABAB;
                border-radius: 5px 5px 0px 0px;
                -moz-border-radius: 5px 5px 0px 0px;
                -webkit-border-radius: 5px 5px 0px 0px;
                letter-spacing: -1px;
}

#main .list h2 span {
    display: block;
    font-family: "myriadproregular", "Lucida Grande",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: 3px;
    text-shadow: 0 1px 0 white;
}

#main .list h2 span.title {
    display: block;
    font-family:  "Lucida Grande", "myriadproregular",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 3px;
    text-shadow: 0 1px 0 white;
}

#main .sectionSeparator { height: 2px; background: #eff7f9; line-height: 1px; clear: both; margin: 10px 0; }
#main h2 { font-family: "myriadproregular", "Lucida Grande", "MyriadProSemibold", Helvetica, Arial; font-weight: normal; font-size: 26px; letter-spacing: -1px;padding: 3px 0 10px 0; }
#main h2 a {font-size: 12px;letter-spacing: 0px;text-transform: none;float:right;color:#0000EF }
#main .noPaddingTop { padding-top: 0; }

#main table.formatedTable { width: 100%; }
.ie7 #main table.formatedTable { border-collapse: collapse; }

#main table.table_kit {
    background: none repeat scroll 0 0 white;
    border: 1px solid #8C8C8C;
    border-collapse: separate;
    text-align: left;
    width: 100%;
}

#main table.table_kit th {
    background: url("../images/lists_table_heading.png") repeat-x scroll 0 bottom white;
    border-bottom: 1px solid #8C8C8C;
    border-collapse: collapse;
    color: #373636;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding: 3px 0 3px 10px;
    text-shadow: 0 1px 0 #EFFBFE;
}

#main table.table_kit a {
    display:block; 
    padding: 10px 13px;
    color: #2D2D2D;
}


#main .list table td {
    background-color: white;
    border-bottom: 1px solid #DBE2EC;
    color: #2D2D2D;
    vertical-align: middle;    
}

#main table.table_kit td.nolink {
    padding: 10px 13px;
    text-align: center;
}

#main table.table_kit tr.nolink td, #main table.nolink td {
    padding: 10px 13px;
}

#main .list table tr:last-child td {
    border-bottom: medium none;
}


#main .list .total.last {
    margin-bottom: 15px;
    padding: 8px 15px;
}

#main .list .table_kit.total {
    background: url("../images/lists_footer.png") no-repeat scroll left top transparent;
    font-size: 13px;
    height: 21px;
    line-height: 16px;
    padding: 6px 35px;
}

#main .list #list_filter {
    position: absolute;
    right: 10px;
    top: 6px;
    padding:4px;
}

#main .table_kit.total span {
    font-weight: bold;
}

#main .table_kit.total {
    background: url("../images/lines_footer.png") no-repeat scroll left bottom transparent;
    color: #202020;
    font: 14px/15px "myriadproregular",Helvetia,Arial,sans-serif;
    padding: 10px 20px 13px;
    text-align: right;
    text-shadow: 0 1px 0 white;
}

#main table.table_sum {
    background: none repeat scroll 0 0 white;
    border-collapse: separate;
    text-align: left;
    width:500px;
    margin-left:20px;
}

#main #lines h3 {
    padding:10px 10px
}

#main table.table_sum td {
    padding:7px;
}

#main table.table_sum td.value {    
    width: 100px;
    text-align: right;
}

#main table tr.total td {    
    border-top: 1px solid #8C8C8C;
}

#main .list .total span {
    font-size: 14px;
}

#main .lines h3 {
    background: url("../images/lines_heading.png") no-repeat scroll left top transparent;
    color: #202020;
    font-weight: bold;
    line-height: 15px;
    padding: 11px 10px 8px;
    text-shadow: 0 1px 0 white;
}

#main .lines table td {
    padding: 10px 0 10px 10px;
}

#main .list table td.empty {
    padding: 6px 0;
    text-align: center;
}

#main .list table tr:nth-child(2n) td {
    background-color: #ECF5FF;
}

#main .list table tr:nth-child(2n):hover td, #main .list table tr:hover td {
    background-color: #DAEBFD;
}

#main .list table.no_row_links td {
    padding: 10px 13px;
}

#main .list table.no_row_links td a:hover {
    text-decoration: underline;
}

#main .list table a.in_table {
    display: inline;
    padding: 0px;
}

#main .list table a.confirm_delete:hover {
    background: #FF0000;
    color: #FFF;
}

#main .list table a.edit:hover {
    background: #0000FF;
    color: #FFF;
}


#main .activities {
    float: left;
    margin-bottom: 10px;
    width: 658px;
}

#main .activities h4 {
    color: #2F2F2F;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

#main .activities ul {
    border: 1px solid #B6B5B5;
    float: left;
    width: 100%;
}

#main .activities ul li:first-child {
    border-top: medium none;
}

#main .activities ul li {
    background: url("../images/activity_list.png") repeat-x scroll left top #E7E6E6;
    border-top: 1px solid #CACACA;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

#main .activities ul li .icon {
    border-top: 1px solid white;
    float: left;
    height: 100%;
    padding-top: 13px;
    text-align: center;
    width: 80px;
    font-size:10px;
}

#main .activities ul li .detail {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: 1px solid #DCDCDC;
    color: #2D2D2D;
    display: block;
    float: left;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    padding: 10px 15px;
    width: 547px;
}

#main .activities.dashboard a {
    color: #0000EF;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#main .activities.dashboard a:hover {
    text-decoration: underline;
}

#main .notes {
    float: left;
    margin-bottom: 10px;
    width: 658px;
}

#main .notes ul {
    border: 1px solid #B6B5B5;
    float: left;
    width: 100%;
}

#main .notes ul li:first-child {
    border-top: medium none;
}

#main .notes ul li {
    background: url("../images/activity_list.png") repeat-x scroll left top #E7E6E6;
    border-top: 1px solid #CACACA;
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

#main .notes ul li .icon {
    border-top: 1px solid white;
    float: left;
    height: 100%;
    padding-top: 13px;
    text-align: center;
    width: 115px;
    font-size:10px;
    line-height: 16px;
}

#main .notes ul li .detail {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: 1px solid #DCDCDC;
    color: #2D2D2D;
    display: block;
    float: left;
    font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    font-size: 11px;
    padding: 25px 15px 25px 15px;
    width: 512px;
}




#main #sidebar {
    color: #454B52;
    float: right;
    padding: 20px 25px 0 15px;
    width: 241px;
}

#main #sidebar a.action {
    background: url(../images/action.png) no-repeat;
    display: block;
    height: 32px;
    margin: 0 0 10px 0px;
    overflow: hidden;
    padding: 14px 0 0 12%;
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
}

#main #sidebar a.action:active {
    background-position: 0px -46px;
}

#main #sidebar a.action_2 {
    background: url("../images/plus.png") no-repeat scroll 0 1px transparent;
    padding: 5px 0 0 23px;
    color:#555;
    font-size: 14px;
    text-shadow: 0 1px 0 white;
    font-weight: bold;
}

#main #sidebar a.action_2:hover {
    text-decoration: none;
}

#main #sidebar a.action_2:active {
    background-position: 0 -23px;
    color: #444444;
}

#main #sidebar .container a {
    color: #454B52;
    text-decoration: underline;
    text-shadow: none;
}

#main #sidebar .container a:hover {
    color: #242424;
}

#main #sidebar .container {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("..//images/sidebar_title.png") repeat-x scroll left -26px #F0F3F6;
    border-color: #A9B1BF #A9B1BF #9EA6B3;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    width: 228px;
}

#main #sidebar .container {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F0F3F6;
    border-color: #C4C8D0 #C4C8D0 #A9B1BF;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 0px;
    text-shadow: 0 1px 0 #F9F9F9;
    width: 240px;
}

#main #sidebar .container.info {
    background: #F0F3F6;
}
#main #sidebar .container h5 {
    border-bottom: 1px solid #D6DBE4;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 3px 3px 3px 10px;
}

#main #sidebar .container p {
    padding: 3px 3px 3px 10px;
}

#main #sidebar .container .title, #sidebar .container.report .title {
    color: #3D444D;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    margin: 0px 6px 6px 10px;
    padding-right: 16px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 #E1E8F4;
}

#main #sidebar .container.breakdown li {
    border-bottom: 1px solid #D6DBE4;
    color: #454B52;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 10px 8px;
}
#main #sidebar .container.breakdown li:last-child { 
    border-bottom: none;
}
#main #sidebar .container.breakdown li.subtitle {
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
}

#main #sidebar .container.breakdown li.subtitle span {
    font-size: 14px;
    font-weight: bold;
}

#main #sidebar .container.breakdown li ul li {
    border: medium none;
    margin: 4px 0 0;
    padding: 0;
}

#main #sidebar .container.breakdown ul li {
    line-height: 1em;
    text-shadow: none;
}


#sidebar table.left_table {
    margin: 5px 0px 0px 10px;
}

#sidebar table.left_table td {
    padding: 7px;
}

#main .container {
    background-color: #E8E8E8;
    border: 1px solid #C1C1C1;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 0 10px;
    padding-bottom: 0px;
    width: 658px;
    margin-top: 20px;
}

#main .bar {
    padding-bottom: 10px;
    width: 640px;
    border-radius: 6px;
    border: 1px solid #C1C1C1;
}

#main .container h2 {
    float: left;
    font-size: 23px;
    font-weight: bold;
    line-height: 26px;
    margin: 16px 0 12px 15px;
    text-shadow: 0 1px 0 white;
}

#main form .details {
    background: url("../images/form_details.png") no-repeat scroll left top transparent;
    color: #202020;
    font: bold 12px "myriadproregular",Helvetica,Arial,sans-serif;
    padding: 14px 10px 9px;
    text-shadow: 0 1px 0 white;
    width: 520px;
}

#main form .details h4 {
    font-size:15px;
    padding: 5px 0px 10px 0px;
}

#main form h4.sub#header a {
    font-size:11px;
}

#main form .details.roundBottom {
    border-bottom: 1px solid #898989;
    border-radius: 6px 6px 6px 6px;
}

form .text_field input, form .text_area textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #929292 #D2D2D2 #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-style: solid;
    border-width: 1px;
    font-size: 11px;
}

#main .inner {
    background: none repeat scroll 0 0 white;
    float: left;
    margin: 0 15px;
    width: 540px;
}

#main form .details li.text_field, form .details li.select_field, form .details li.date_field, form .details li.autocomplete_field {
    float: left;
    margin-bottom: 4px;
    width: 520px;
}

#main form .details li label {
    float: left;
    line-height: 25px;
    width: 100px;
}


#main form .transaction_detail .details li label {
    width: 150px;
}

#main form .details li.text_field input {
    height: 16px;
    padding: 6px 6px 4px;
    width: 300px;
}
#main form .details li.text_field input[type=radio] {
    height: 16px;
    padding: 6px 6px 4px;
    width: 25px;
}

#main form .details .radios {
    float: right;
    padding: 5px;
    width: 425px;	
}
#main form .details .radios label {
    float:none;
    width:auto;
}
#main form .notes textarea, form .messages textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #929292 #D2D2D2 #D2D2D2;
    border-right: 1px solid #D2D2D2;
    border-style: solid;
    border-width: 1px;
    display: block;
    height: 65px;
    margin-top: 5px;
    max-height: 250px;
    padding: 4px;
    resize: vertical;
    width: 498px;
}

#main .inner {
    background: none repeat scroll 0 0 white;
    float: left;
    margin: 0 15px;
    width: 540px;
}

#main .inner.section {
    border: 1px solid #C8C8C9;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px;
    width: 508px;
}

#main .inner.border {
    border: 1px solid #8C8C8C;
    width: 538px;
}

#main .notes .#header {
    color: #3C3C3C;
    display: block;
    margin-bottom: 0.6em;
}
#main form #lines table {
    border: medium none;
}

#main form #lines table caption {
    padding:7px;
    font-weight: bold;
    text-align: left;
}

#main form #lines table .price input {
    margin: 0;
    padding: 2px;
    width: 50px;
}

#main form #lines table td {
    border-top: 1px solid #D2D2D2;
    padding: 10px 0 10px 10px;
    vertical-align: top;
}
#main form #lines table th {
    border-bottom: medium none;
    padding: 3px 0 3px 11px;
}

#main #total_list {
    float: left;
    font-size: 12px;
    margin: 0 15px 10px;
    padding: 10px 14px 13px;
    position: relative;
    width: 512px;
}

#main form .actions.inner {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F9FECD;
    border-color: #D1D1D1 #D1D1D1 #A7A7A7;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    width: 518px;
}

#main form .actions.inner .cancel {
    color: #C71111;
    font-weight: bold;
    text-decoration: underline;
}

#main form .actions.inner .cancel:active {
  color:#f77777;  
}

#main form .actions.inner input {
    margin-right: 5px;
}

#main #report_details {
    float: left;
    margin: 0px 15px 15px;
    width: 630px;
}

#main #report_details .report_chart {
    background: none repeat scroll 0 0 #F7F7F7;
    border: 1px solid #C8C8C9;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 9px;
    width: 240px;
    margin-right: 10px;
}

#main #report_details .report_chart h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 1px 1px 1px #FFF;
}

#sidebar .note {
    margin: 0 0 10px -1px;
}

#main ul#settings_nav {
    background: url("../images/settings_divider.png") no-repeat scroll 241px 1px transparent;
    float: left;
    height: 329px;
    padding-right: 10px;
    padding-top: 20px;
    position: relative;
    width: 241px;
    z-index: 10;
}

#main ul#settings_nav li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/settings_nav.png") repeat-x scroll left center white;
    border-color: #B9B9B9 #B9B9B9 -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    display: block;
    height: 43px;
    left: 2px;
    position: relative;
    text-decoration: none;
}

#main ul#settings_nav li:last-child a {
    border-bottom: 1px solid #B9B9B9;
}

#main ul#settings_nav li.selected a {
    background: url("../images/settings_nav_active.png") no-repeat scroll left bottom transparent;
    border: medium none;
    height: 44px;
    margin-bottom: -1px;
    position: relative;
    width: 255px;
    z-index: 10;
}

#main ul#settings_nav li a span {
    background-position: left center;
    color: #262626;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    left: 12px;
    line-height: 32px;
    padding-left: 35px;
    position: absolute;
    text-decoration: none;
    text-shadow: 0 1px 0 white;
    top: 6px;
}

#main #content {
    float: left;
    left: -7px;
    margin: 20px 0;
    padding: 0;
    position: relative;
    width: 700px;
}

#main #content.settings h2 {
    padding: 0 0 6px 31px;
    text-shadow: 0 1px 0 white;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid #C4C4C4;
}

.note.trial {
    background-color: #FAFEE1;
    border-color: #DBDECA;
}

.note {
    background-color: #FFFFCC;
    border: 1px solid #DFE1B7;
    font-family: "Lucida Grande",Helvetica,Verdana,sans-serif;
    font-size: 11px;
    padding: 10px 14px;
    position: fixed;
}

.note.trial h4 {
    margin-bottom: 8px;
}

.note h4 {
    font-size: 12px;
    margin-bottom: 2px;
}
.note.trial p, .limit.transfer p {
    margin-bottom: 0.8em;
}

.note p {
    line-height: 1.3em;
}
/* botones */
.button_kit {
    background: url("../images/global_overlay.png") repeat-x scroll 0 -1px #222222;
    border: 1px solid rgba(61, 62, 64, 0.5);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: white;
    cursor: pointer;
    font: "Lucida Grande", "myriadproregular",Helvetica,Arial,sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
a.button_kit {
    display: inline-block;
    padding: 7px 18px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}

.button_kit.rounded {
    border-radius: 15px 15px 15px 15px;
}
.button_kit:active {
    background-position: 0 -30px;
}
.button_kit.medium {
    font-size: 13px;
    font-weight: 500;
}
.button_kit.small {
    box-shadow: none;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px 6px;
}
.button_kit.grey {
    background-color: white;
    border-color: #AAAAAA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #222222 !important;
    font-weight: bold;
    text-decoration: none !important;
    text-shadow: 0 1px 1px rgba(250, 250, 250, 0.5);
}
.button_kit.green {
    background-color: #27BE03;
}
.button_kit.red {
    background-color: #DE2225;
}
input.button_kit {
    height: 28px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0px;
}

#main form .member_details .header {
    padding: 0px 16px;
}

#main .member_details, #main .provider_details {
    background: url("../images/contacts_detail.png") repeat-x scroll left top #E1E1E1;
    border: 1px solid #ABABAB;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    width: 658px;
    margin-top:20px;
}

#main form #attributes .section.photo .file {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CFCFCF;
    float: left;
    margin: 2px 0;
    padding: 2px 6px 5px;
}

#main .member_details .header {
    border-bottom: 1px solid #ABABAB;
    color: #252525;
    float: left;
    padding: 7px 16px;
    text-shadow: 0 1px 0 white;
    width: 627px;
    height: 115px;
}

#main .member_details .header h2, #main .provider_details .header h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    width: 500px;
    float:left
}

#main .member_details .header h2 span, #main .container h2 span, #main .provider_details .header h2 span {
    color: #777;
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}
#main .member_details h2 span, #main .provider_details h2 span {
    font-family: "myriadproregular", "Lucida Grande",Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-top: 3px;
    text-shadow: 0 1px 0 white;
}

#main .member_details.small_header h2 {
    padding: 9px 15px 5px;
    border-bottom: 1px solid #ABABAB;
}

#main .member_details .header img.status {
    position: relative;
    top:3px;
    left: 6px;
}

#main .member_details .header img.profile {
    width: 90px;
    height: 90px;
    float: right;
    border: 1px solid #FFF;
    margin: 5px;
    box-shadow: 0px 3px 6px -2px #222;
    -moz-box-shadow: 0px 3px 6px -2px #222;
    -webkit-box-shadow: 0px 3px 6px -2px #222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
}

#main .provider_details .header {
    border-bottom: 1px solid #ABABAB;
    color: #252525;
    float: left;
    padding: 7px 16px;
    text-shadow: 0 1px 0 white;
    width: 627px;
    height: 40px;
}

#main h2 span a {
    font-size:11px;
}

#main h2 span a:hover {
    color: #577179;
}

#main .member_details .actions {
    background: none repeat scroll 0 0 white;
    float: left;
    padding: 13px 16px;
    width: 626px;
    border-top: 1px solid #D4D4D4;
}

#main form .member_details .actions input {
    margin-right: 4px;
}

#main #attributes {
    float: left;
    width: 100%;
}

#main #attributes .section {
    background: url("../images/contacts_addresses.png") repeat-x scroll left center white;
    border-bottom: 1px solid #D4D4D4;
    display: block;
    float: left;
    min-height: 38px;
    width: 658px;
}

#main #attributes .section.bottom-border-white {
    border-bottom: 1px solid #FFF;
}

#main #attributes .section:last-child {border-bottom:none;}

#main #attributes .section .label {
    color: #2B2A2A;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 37px;
    line-height: 40px;
    text-align: left;
    text-shadow: 0 1px 0 white;
    text-transform: capitalize;
    width: 110px;
}
#main #attributes .section ul {
    background: none repeat scroll 0 0 white;
    border-left: 1px solid #DEDEDE;
    color: #3B3B3B;
    display: block;
    float: left;
    padding: 5px 0;
    position: relative;
    width: 547px;
}

#main form #attributes .section li {
    margin-right: 36px;
    position: relative;
}

#main #attributes .section li {
    line-height: 29px;
    min-height: 29px;
    overflow: auto;
    padding-left: 10px;
}

#main #attributes .section .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 16px;
    margin-left: 18px;
    margin-right: 8px;
    margin-top: 12px;
    width: 16px;
}

#attributes .section.name .icon {
    background-image: url("../images/name.png");
}

#attributes .section.position .icon {
    background-image: url("../images/position.png");
}

#attributes .section.phone_numbers .icon {
    background-image: url("../images/phone.png");
}

#attributes .section.email_addresses .icon {
    background-image: url("../images/mail.png");
}

#errors {
    background: url("../images/form_error.png") no-repeat scroll 12px 6px #AF2B2B;
    border: 1px solid #7D1F1F;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: white;
    display: block;
    margin-bottom: 20px;
    padding: 14px 10px 10px 54px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    font-size:11px;
}

.settings #main #errors {margin-left: 20px !important;}

#errors h4 {
    border-bottom: medium none;
    color: white;
    font-size: 16px;
    padding: 0 0 6px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#errors ul li {
    list-style-type: disc;
    margin-left: 5px;
    padding-bottom: 3px;
}

#main .container div.status {
    float: left;
    margin: 23px 0 0 6px;
    position: relative;
}

#main .container .inline_select {
    background: url("../images/form_inline_select.png") no-repeat scroll left top transparent;
    float: right;
    height: 22px;
    line-height: 22px;
    margin-right: 17px;
    margin-top: 15px;
    padding: 5px 0 5px 16px;
    position: relative;
    right: 14px;
}

#main .container .inline_select .cap {
    background: url("../images/form_inline_select.png") no-repeat scroll right top transparent;
    height: 32px;
    position: absolute;
    right: -17px;
    top: 0;
    width: 17px;
}

#main  .container .inline_select label {
    font-weight: bold;
    padding-top: 1px;
    text-shadow: 0 1px 0 white;
}

#main .decide.inner {
    background-color: #F9FECD;
    border: 1px solid #DFE3B8;
    border-radius: 4px 4px 4px 4px;
    margin-top: 10px;
    padding: 10px 10px 10px 15px;
    width: 513px;
}

#main .decide.inner p {
    color: #222222;
    float: left;
    font-family: "myriadproregular",Helvetica,Arial,sans-serif;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: 7px;
}

#sub_header {
    background: url("../images/global_sub_header.png") repeat-x scroll 0 0 transparent;
    height: 50px;
    width: 100%;
    position:absolute;
    left:0px;
    top: 56px;
}

#sub_header .wrap {
    margin: 0 auto;
    width: 850px;
}

#sub_header #actions {
    float: left;
    margin: 8px 0 7px;
    width: 100%;
    position: relative;
    left: -60px;
}

#sub_header #actions li {
    float: left;
    margin-right: 5px;
}

#sub_header #actions li a {
    background: url("../images/subheader_button_bg.png") repeat-x scroll 0 0 transparent;
    color: #222;
    display: block;
    height: 23px;
    padding: 1px 12px 1px 12px;
    overflow: hidden;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    font-weight: bold;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

#sub_header #actions li a:active {
    background: url("../images/subheader_button_bg_active.png") repeat-x scroll 0 0 transparent;
}

#sub_header #actions li a:hover {
    text-decoration: none;
}

#sub_header #actions li img {
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.haserrors {border: 2px solid #AF2B2B;border-radius:4px;}


.info {
    padding:10px;   
    margin-bottom:10px;  
}

.info.error {
    border: 1px solid #7D1F1F;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background: url("../images/form_error.png") no-repeat scroll 12px 6px #AF2B2B;
    padding: 14px 0px 14px 54px;
}

#main .info.success {
    border: 1px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: white;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background: url("../images/form_success.png") no-repeat scroll 12px 6px #62bc26;
    padding: 14px 0px 14px 54px;
    float:left;
    margin-top:15px;
}

#main .floated_remove {
    width: 12px;
    height:12px;
    float:right;
    position:relative;
    top: 5px;
}

#main .innertab {display:none}
#main div#tab_selector {
    margin: 15px 0px 20px 0px;
    height: 20px;
    width: 500px;
}

#main div#tab_selector a {
    padding: 5px;
    margin-left:2px;
    color: #333;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    transition: 200ms;
}

#main div#tab_selector a:hover {
    text-decoration: none;
    background: #fafafa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-transition: 200ms;
    -webkit-transition: 200ms;
    transition: 200ms;
}

#main div#tab_selector a.selected {
    background: #fafafa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#main div#tab_selector a.selected:hover {
}

#main .options {
    background: url("../images/report_options.png") no-repeat scroll left top transparent;
    float: left;
    height: 28px;
    line-height: 22px;
    margin: 5px 0 15px 14px;
    padding: 5px 17px 0;
    position: relative;
    width: 507px;
}

.NoTaxDetail_removerow, .CreditTransaction_removerow, .Liquidation_removerow, .MemberPayment_removerow {
    background: url("../images/line_delete.png") no-repeat scroll 0 3px transparent;
    opacity: 0.8;
    padding: 6px;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
*/

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when divigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

.ie7 .clearfix { clear: both; height: 1px; line-height: 1px; font-size: 1px; }

.grey {color:#CCC !important;}
.centered {text-align: center}
.uppercase {text-transform: uppercase}
.ac_results {margin: 1px 0px 0px 1px;background: #FFF;padding:4px;width:304px !important;box-shadow: 4px 4px 10px #333333;-moz-box-shadow: 4px 4px 10px #333333;; -webkit-box-shadow: 4px 4px 10px #333333;}
.ac_results li {padding:4px}
.ac_results li:hover {background: #FFFFCC;cursor:pointer;}

.left {text-align: left}
.right {text-align: right}

a.add_link {
    background: url("../images/plus.png") no-repeat scroll 0 0 transparent;
    color: #555555;
    display: block;
    float: right;
    height: 17px;
    margin-top: 5px;
    overflow: hidden;
    padding: 3px 0 0 23px;
    width: 80px;
    text-decoration: none;
}

a.add_link:hover {
    color:#666;
}
a.add_link:active {
    background-position: 0px -24px;
    color: #444;
}

.leftAligned {text-align: left !important}
.rightAligned {text-align: right !important}

.transaction_detail {clear:both;margin: 10px 0;padding-left: 20px}

#main table.member_amenities {
    padding:5px;
    width: 100%;
}

#main table.member_amenities th {
    padding:5px;
    border-bottom: 1px solid #CCC;
    text-align: left;
}

#main table.member_amenities td {
    padding:5px
}

#main table.member_amenities tr.total td {
    border-top: 1px solid #CCC;
    font-weight: bold;
}

#MemberPaymentTable tr.inputTd td {
    vertical-align: text-top;
    padding:0px;
}

#MemberPaymentTable td {
    vertical-align: text-top;
    padding:9px;
}
/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
*/

@media all and (orientation:portrait) {
    /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
    /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


    /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
    /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
*/
@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
        -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
    a, a:visited { color: #444 !important; 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: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-#header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr, img { page-break-inside: avoid; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3{ page-break-after: avoid; }
}

.spacer {clear:both;height:15px;}
