/* CSS for the public content available thru the play-well.org website
 *
 */
/**************** GENERAL  *********************/


div#content {
    
}


/*
 * Over-ride setting in general site to set font size small for some links
 */
table.content a, table.content a:hover, table.content a:visited{
    font-size: 100%;
}

p.class_instructions {
	font-size: 81%;
	margin: 1.3em .2em .4em .2em;
}

div.class_content {
	width: 800px;
}

.crumb_trail {
	margin-top: 4px;
	padding-top: 0px;
	font-size: 85%;
	margin-left: .5em;
}

/***************** CAMP INDEX *********************/

div.left_state_column, div.right_state_column{
	width: 50%;
	float: left;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul.state_list {
	list-style: none inside;
	text-align: center;
	width: 290px;
}

div.state_name {
	font-size: 150%;
	font-weight: bold;
}

ul.region_list{
	margin: 0;
	padding: 0;
	list-style: none inside;
	text-align: center;
	margin-top: .28em; /* distance between state name and its list of regions  */
	margin-bottom: 2.2em; /*distance between bottom of one state and top of another */
}

div.region_name{
    font-size: 108%;
	background-color: #716c96;
	color: white;
	font-weight: bold;
}

ul.region_list ul.county_list{
	margin: 0;
	padding: 0;
	list-style: none inside;
	padding-top: .5em; /*distance between a region name and its first county */
	padding-bottom: .5em; /* distance between the last county in a region and the name of the next region */
	color: blue;
	background-color: #dfdede;
	text-align: center;
}

ul.county_list li{
	color: white;
    font-size: 100%;
}

/***************** CAMP LIST *********************/

h1.class .sort_type {
    font-size: 77%;
}

ul.class_text_headers {
    padding-left: 3em;
    list-style-type:square;
}

ul.class_text_headers li {
	margin-bottom: .6em;
}

table.class_list {
	border: 0 none;
    border-collapse: collapse;
    text-align: left;
    margin-left:auto;
    margin-right:auto;
    margin-top: 1em;
    margin-bottom: 0em;
    width: 98%;
}

table.class_list td, p.table_key{
    
}

table.class_list tr.full td, 
p.table_key .full,
table.class_list tr.full:hover td{
    background-color:#FFCCCC;
}

table.class_list th {
    background-color: #716c96;
    color: white;
    padding-right: 1em;
}

table.class_list td.section_header,
table.class_list tr:hover td.section_header{
    background-color: #DCDCDC;
    color: black;
    text-align: left;
    padding-left: 1em;
    font-weight: bold;
    font-size: 123.1%;
}

table.class_list td.section_header2,
table.class_list tr:hover td.section_header2 {
    font-size: 108%; 
	padding-left:1.23em;
	font-weight:bold;
	background-color: #EEE;
	color: #333;
}

table.class_list td.section_header_spacer {
    border: 0;
}

.class_list td, .class_list th {
    border: 2px solid gray;
    border-collapse: collapse;
    padding: .1em;
    padding-right: .5em;
    padding-left: .3em;
}

table.class_list .icon_col {
    width: 1.2em;
    padding: 0;
    text-align: center;
}

table.class_list .icon_col img {
    margin: 0;
    padding: 0;
}

table.class_list td.title_col {
    width: 17em;
}

table.class_list td.date_col {
    width: 12em;
}

table.class_list td.city_col {
    width: 12em;
}

table.class_list td.city_col {
    width: 12em;
}

table.class_list td.time_col {
    width: 11.5em;
}

table.class_list a.sort_header {
    color: white;
    text-decoration:none;
    font-weight: bold;
}

table.class_list a.sort, table.class_list a.sort:hover, table.class_list a.sort:visited {
    text-decoration: underline;
    font-size: 77%;
    color: white;
}

p.table_key {
    margin-top: 0;
    margin-bottom: 1em;
}

/***************** CAMP DETAILS *********************/

h1 .age_label {
    font-size: 70%;
    color: #3863bb;
    font-weight: bold;
    padding-left: 2em;
}

h1 .age_value {
    font-size: 70%;
    padding-left: .2em;
    font-weight: normal;
}

h3.class {
    color: navy;
    font-weight: bold;
    padding: 0em;
	margin: .5em 0em .2em .2em;
    text-align: left;
}

h3.class a.location_map, h3.class a.location_map:hover,
h3.class a.location_map:visited {
    font-size: 70%;
}

a.location_map {
    text-decoration: underline;
}

h4.class_full {
    text-align: left;
    margin-top: 0;
    font-size: 123.1%;
    color: red;
    font-weight: bold;
    margin-left: 2.1em;
    margin-bottom: 0;
    padding: 0;
}

hr.camp_details {
    margin-bottom: 1em;
}

p.class_description {
    margin-left: 2.78em;
}

p.class_note {
    width: 550px;
    margin-left: 3em;
    margin-top: .4em;
}

table.class_details {
    margin-left: 2.67em;
    border: none;
    width: auto;
}

table.class_details a{
    text-decoration: underline;
}

table.class_details tr:hover td{
    background-color: white;
}

table.class_details td{
	border: none;
	padding: 1px 0px 1px 0px;
        text-align: left;
}

table.class_details td.label {
    width: 8em;
    color: #3863bb;
    font-weight: bold;
    vertical-align: top;
    background-color: white;
}

table.class_details td.value {
    width: 40em;
}

/***************** CAMP DETAILS SUMMER CAMP FAQ *********************/

h4.class {
	font-size: 123.1%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
	margin-bottom: .3em;
	margin-top: 1.5em;
	color: #3863bb;
}

#summer_camp_section {
	margin-left: 2.6em;
}

#summer_camp_section a,
#summer_camp_section a:hover,
#summer_camp_section a:visited {
	font-size: 100%
}

p.faq_question {
	font-weight: bold;
}

p.faq_answer_emphasized {
	font-weight: bold;
	font-size: 108%;
}

div.faq_answer {
	margin-left: 3em;
}

div.faq_answer ul {
	margin: 0px;
	padding: 0px;
}

div.faq_answer ul ul{
	margin-left: 2em;
}

div.faq_answer em {
	font-weight: bold;
	text-decoration: underline;
	font-style: normal;
}

div.faq_answer .camp_title {
	font-style: italic;
	white-space: nowrap;
}

table.faq_answer {
	margin: 0px auto 0px auto;
	border-collapse:collapse;
	border-spacing:0;
}

table.faq_answer td {
	margin: 0px;
	padding: 3px;
	border: 1px solid black;
}

/**** Override bootstrap features *****/

.class_list tbody tr:hover td,
.class_list tbody tr:hover th {
    background-color: inherit;
}

.class_list tbody a {
    text-decoration: underline;
}
img.mascot {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 3px solid black;
}

hr.class_details {
    clear: both;
}

h2 span.age_label, h2 span.age_value {
    font-size: 16px;
    margin-left: .5em;
}