/*************************************************
STYLESHEET FOR TABLES
**************************************************/


table {
    margin-top: 25px;
	margin-bottom: 36px;
	border-collapse: collapse;
	border: 1px solid #d8d8d8;	
	background-color: white;
}

table,
table p,
table td ol,
table td ul {
    font-size: 0.905em !important;
}

table p {
    margin: 0px !important;
	padding: 7px 0;
}


table th {
    background-color: #C4E8ED;
    border: 1px solid #E4E2E2;
    color: #555555;
    height: 40px;
    line-height: 1em;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
}

table td  {
	border: 1px solid #d8d8d8;
	padding: 5px 29px 5px 33px;
	line-height: 1.3em;	
}

table td,
#page_content_area table td ol,
#page_content_area table td ul {
	color: #555555;
}

table th a {
	text-decoration: none;
}

table th a {
	text-decoration: none;
	color: rgb(15%,15%,25%);
}

table th a:visited {
	text-decoration: none;
	color: rgb(15%,15%,45%);
}

.subheader {
    background-color: #D6F3F7;
    height: 30px;
    margin: 0;
}

/*** BEGIN KIDS ***/
table.kids-cast {
	border-width: 0px;
	border-collapse: collapse;
    margin-bottom: 0px;
    margin-top: 0px;
}

table.kids-cast td {
	border-width: 0px;
	padding: 0;
	width: 164px;
	vertical-align:top;
}


table.kids-cast p {
    margin: 0 !important;
    padding: 5px 7px;
}
/*** END KIDS ***/
