.sdiv {
    width: 200px;
    position: relative;
    float: left; 
    padding: 5px;
    border: 1px solid #ccc;
    margin: 2px;
    cursor: pointer;
}
.sdiv a {
	float: right; 
}
.sn {
    position: relative;
    float: left;
    padding-right: 10px;
    width: 60px;
}

.sl {
    position: relative;
    float: left;
}

.reading caption {
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: left;
    font-weight: bold;
}
.reading table {
    border: 1px solid #ccc;
    padding: 0px;
}
.reading td {
    padding: 3px;
    border: 1px solid #ccc;
}
.reading th {
    padding: 5px;
    font-size: 11px;
    background-color: #eee;
    border: 1px solid #ccc;
}

.readingheader {
	font-size: 16px;
	font-family: Georgia;
	color: #333;
	padding: 5px;
	padding-bottom: 15px;
}

.c_user {
	color: #093;
}

.b_c {
	border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background-color: #393;
	padding: 0;
    position: relative;
    float: left;
    height: 12px;
}

.b_a {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background-color: #aaa;
    padding: 0;
    position: relative;
    float: left;
    height: 12px;
}

.b_e {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    background-color: #fff;
    padding: 0;
    position: relative;
    float: left;
    height: 12px;
}

div.page {
    padding: 2px;
    border-bottom: 1px dashed #ccc;
    position: relative;
    float: left;
    height: 25px;
    width: 250px;
}

table.sections {
    width: 700px;
    padding: 0;
    margin: 0;
    border-collapse: none;
}

table.sections caption {
    padding: 0 0 5px 0;
    width: 700px;    
    font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
}

table.sections th {
    font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 6px 6px 6px 12px;
    background: #CAE8EA url(/new/images/bg_header.jpg) no-repeat;
}

table.sections th.nobg {
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #C1DAD7;
    background: none;
}

table.sections td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color: #4f6b72;
}

table.sections td.alt {
    background: #F5FAFA;
    color: #797268;
}

table.sections th.spec {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #fff url(/new/images/bullet1.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

table.sections th.specalt {
    border-left: 1px solid #C1DAD7;
    border-top: 0;
    background: #f5fafa url(/new/images/bullet2.gif) no-repeat;
    font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #797268;
}

ul#tabnav {
    text-align: left;
    margin: 1em 0 1em 0;
    font: bold 11px arial, sans-serif;
    border-bottom: 1px solid #66c;
    list-style-type: none;
    padding: 3px 10px 5px 10px;
}

ul#tabnav li {
    display: inline;
}

body#tab li.tab{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

body#tab li.tab a{
    background-color: #fff;
    color: #000;
    position: relative;
    top: 1px;
    padding-top: 6px;
}

ul#tabnav li a {
    padding: 5px 8px;
    border: 1px solid #66c;
    background-color: #eef;
    color: #999;
    margin-right: 4px;
    text-decoration: none;
    border-bottom: none;
}

ul#tabnav a:hover {
    background: #bcf;
}

#tabnav .active, #tabnav .active a {
    background: #fff;
    color: 000;
}
