/* all */

a {
    text-decoration: none;
    border: none;
}

p {
    padding: 0px;
    margin: 0px;
}

img {
    padding: 0px;
    margin: 0px;
    border: none;
}

/* header */

#header {
    margin: 0px 10px 5px 10px;
}

/* body */

body {
    margin: 0;
    font-family: Helvetica;
    background: #E0E0E0;
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}

body > *:not(.toolbar_main) {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 45px;
    width: 100%;
    min-height: 372px;
}

body[orient="landscape"] > *:not(.toolbar_main) {
    min-height: 268px;
}

body > *[selected="true"] {
    display: block;
}


/* Page Title */

#pagetitle {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

#pagetitle a {
    border: 1px solid #999;
    padding: 4px 4px 4px 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
	background: #CCC;
    color: #666;
	font-size: 70%;
	vertical-align: middle; 
}

#pagetitle table {
    background: #EEE;
    width: 100%;
    border-collapse: collapse;
}

#pagetitle td {
    font-size: 70%;
    text-align: right;
    padding: 10px 10px 10px 10px;
	}

#pagetitle th {
    color: #666;
    padding: 10px 13px 10px 45px;
}

.page_title_sub {
   text-align: right;
}



/* edge-to-edge-table1 */

#edge-to-edge-table1 {
    float: left;
    background: FFF;
    width: 100%;
    margin-bottom: 10px;
}

#edge-to-edge-table1 table {
    float: left;
    background: #FFF;
    width: 100%;
    border-collapse: collapse;
}

#edge-to-edge-table1 tr {
   padding: 0px;
}

#edge-to-edge-table1 td {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    padding: 10px 0px 10px 0px;
}

#edge-to-edge-table1 td a {
    display: block;
    margin: -10px 0 -10px -0px;
    padding: 10px 32px 10px 10px;
    text-decoration: none;
    color: inherit;
    background: url("listarrow.png") no-repeat right center;
}

.edge-to-edge-table_subject {
    font-size: 90%;
        color: #C0C;
        font-weight: bold;
}
.edge-to-edge-table_time {
    font-size: 80%;
        color: #666;
        font-weight: normal;
}
.edge-to-edge-table_subtitle {
    font-size: 80%;
        color: #666;
        font-weight: normal;
}

.edge-to-edge-table_subtitle_booklistscore {
    font-size: 80%;
        color: #888;
        font-weight: normal;
}

.edge-to-edge-table_subtitle_booklistscore_guest {
    font-size: 80%;
        color: #C3C3C3;
        font-weight: normal;
}


.roundcorner-table-paragraph {
    text-align: left;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px dotted #E0E0E0;
}

.roundcorner-table-paragraph_span {
    line-height: 1.4em;
}

