
textarea.dashboard_summary  {
    border: none;
    /*height: 100%;*/
    width: 98%;
    -webkit-box-sizing: border-box; /* <=iOS4, <= Android  2.3 */
    -moz-box-sizing: border-box; /* FF1+ */
    box-sizing: border-box; /* Chrome, IE8, Opera, Safari 5.1*/
}



/* Google Charts Gallery CSS */
#tabs {
    margin: 20px 0 0 0px;
    padding: 0;
}

#tabs table {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 4px #C3D9FF;
    margin: 0;
    padding: 0;
}

#tabs th {
    background-color: #e5ecf9;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    border-collapse: collapse;
    width: 15% !important;
}

#tabs th.selected {
    background-color: #C3D9FF;
}

#tabs td {
    border: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}

#tabs a {
    text-decoration: none;
    color: #000;
}

#tabs .tc1 {
    background: transparent url(//code.google.com/images/corner_tl_sharp.gif) no-repeat scroll left top;
    height: 4px;
    padding: 0;
    margin: 0;
}

#tabs .tcr {
    background: transparent url(//code.google.com/images/corner_tr_sharp.gif) no-repeat scroll right top;
    height: 4px;
    padding: 0;
    margin: 0;
}

#tabs .h_link {
    padding: 0 1em 2px;
}

#gallery_tab_content {
    background-color: #f5f5f5;
    padding: 16px;
}

#gallery_description {
    padding: 0;
}

#core_gallery_table {
    width: 100%;
    border: 0;
    background-color: #f5f5f5;
    margin: -18px 0 0 0;
}

#core_gallery_table td.item_container {
    border: 0;
    padding: 0;
    padding-top: 18px;
    margin-left: 0;
    margin-right: 0;
    background-color: #f5f5f5;
    width: 33%;
}

#core_gallery_table td.first {
    padding-right: 8px !important;
}

#core_gallery_table td.second {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

#core_gallery_table td.third {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

#core_gallery_table td.fourth {
    padding-left: 8px !important;
}

#core_gallery_table a:link,a:visited {
    /*color: #888;*/
    font-size: 16pt;
    font-family: "Helvetica Neue Light", "Helvetica Neue", "Arial";
}

#core_gallery_table div.item_container {
    border: solid 1px #dfdfdf;
    background-color: white;
    padding: 13px;
    /*height: 244px;*/
    height: 125px;
}

#core_gallery_table div.chart_container {
    margin-top: 12px;
    background-color:white;
//    height: 131px;
    text-align: center;
}

a.gallery_doc_title {
    font-size: large;
    font-weight: bold;
}

p.gallery_description {
    padding-top: 0.5em;
    margin-top: 1.5em
}

table.other_gallery img {
    border: solid 1px #9d9d9d;
    padding: 0;
    margin-right: 20px;
}

table.other_gallery {
    border: none;
    margin: 0;
}

table.other_gallery td {
    border: none;
    background-color: #f5f5f5;
    padding: 20px 0 20px 0;
}

table.other_gallery tr td {
    border-bottom: 1px #CCCCCC solid;
}

.google-visualization-orgchart-table {
    margin: auto;
}

.dashboard-grey-data {
    color: #ffffff;
    font-family: 'Quicksand', sans-serif;
    margin: 10px 0;
}

a.dashboard-grey-data {
    text-decoration: none;
    /*text-decoration: none !important;*/
}

a.dashboard-grey-data:link, a.dashboard-grey-data:hover, a.dashboard-grey-data:active {
    /*color: #888;*/
}

a.dashboard-grey-data:visited {
    color: #ffffff;
}

.dashboard-large-grey-data {
    font-weight: 100;
    font-size: 130px;
    text-shadow: 0 1px #999;
    line-height: 100px;
}

.dashboard-small-grey-data {
    font-weight: 100;
    font-size: 45px;
    text-shadow: 0 1px #999;
    line-height: 30px;
}






