/**
* Print styles
* @modified 9/24/2010
* @by Ryan
*/
html, body {
    height: 100%;
}

* {
    background: none;
    margin: 0;
    padding: 0;
    outline: 0 none;
    vertical-align: baseline;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.hidden { display: none; }

.unhidden-block { display: block; }

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

body {
/*    text-align: center;*/
    font: 75%/1.5 sans-serif;
}

h1 { 
    font-size: 1.6em;
} 
     
h2 { 
    font-size: 1.45em;     
} 
     
h3 { 
    font-size: 1.35em; 
} 
     
h4 { 
    font-size: 1.25em;     
} 
     
h5 { 
    font-size: 1.1em;     
}

.hseperator {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0.3em;
}
     
h6, p, q, cite, address { 
    font-size: 1em;
    line-height: 1.5 em;
    margin-bottom: 1.5em;
}


a {
    font-size: 1em;
    text-decoration: none;
    color: #414141;
}

a:hover {
    color: #616161;
}

img {
    border: 0;
    vertical-align: middle;
}

#wrapper {
    margin: 10px;
}

/* Tables
----------------------------------------------------------------------------- */
.report-table {
    width: 100%;
    border:1px solid #D8D8D8;
    border-collapse: collapse;
}

.report-table tr {    
    border:1px solid #D8D8D8;
}

.report-table tr.selected {    
    background: #f5dcbd;
}
.report-table tr.highlight {    
    background: #FFFFBB;
}

.report-table th {
    background-color:#FFFFFF;    
    text-align: center;
    padding: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    border:1px solid #D8D8D8;
}
.report-table th.left-align { 
    padding-left: 7px; 
    text-align: left;
}
.report-table th a{
    font-weight: bold;
}

.report-table td {
    border: 1px solid #cfcfcf;
    text-align: center;
    padding: 2px;
}
.report-table td.left-align {
    padding-left: 7px;
    text-align: left;
}

.report-table .odd{
/*    background: #F2F2F2 url('/images/tbl_odd_bg.jpg') repeat-x scroll left top */
    background: #E6E6E6;
}

.report-table .even{
/*    background: #FDFDFD url('/images/tbl_even_bg.jpg') repeat-x scroll left top */
    background: #F4F4F4;
}

.report-table img {
    margin-left: 2px;
    margin-right: 2px;
}

.report-table caption { 
    text-align: left;
    padding: 10px 0 20px 2px;  
}

form{
    display: none;
}

.noprint{
    display: none;
}