/* Everything from here down is for the CBC site */
/* Styles for AWANA Page */

em {
    font-weight: bold;
    font-style: normal;
}
span.highlight {
    color: blue;
}
img.lefty {
    float: left;
}
div#personnel {
    border-bottom: 1px solid black;
    width: 100%;
}

table.club, table#resource {
    border-spacing: 0;
    border-collapse: collapse;
}

table.club {
    margin-left:auto; 
    margin-right:auto;
}

table.club th {
    width: 170px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
table.club td {
    width: 170px;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    vertical-align: top;
    font-size: 10pt;
}
table#resource tr {
    border: 1px solid black;
}
table#resource td {
    padding: 10px;
}
table#resource td.link {
    text-align: center;
}
img {
    border: 0px;
}
div.resource {
    border: 1px solid black;
    width: 90%;
}
div.resource img {
    position: absolute;
    right: 0;
}
p.resource {
    position: absolute;
    left: 0;
}

/* this is for embedded Bible quotes */

p.quotation
{
    text-align: center;
    font-style: italic;
    font-size: 1.0em;
    color: #0c0081;
    top-margin: 15px;
    bottom-margin: 15px;
    left-margin: 50px;
    right-margin: 50px;
    border: 2px solid #0066cc;
    padding: 2px;
}

/* These are for the constitution layout */

p.indent1
{
	text-indent: -0.3in;
	margin-left: .5in
}

p.indent2
{
	text-indent: -0.3in;
	margin-left: 1.0in
}

p.indent3
{
	text-indent: -0.3in;
	margin-left: 1.5in
}

tr.highlighted
{
	background-color: #78cee3
}

tr.heading
{
	background-color: #bebebe
}