/** *********************************************************
    *********** SCHTICKDISC-SPECIFIC STYLING ****************
    ********************************************************* */
.schtickbigstatement {
   color: #539ff3;
   font-family: tahoma, arial;
   font-size: 270%;
   font-weight: bold;
   margin-bottom: 12px;
     margin-top: -16px;
}

.schticksectionheader {
   font-size: 135%;
   font-weight: bold;
   padding-bottom: -8px;
   margin-bottom: -8px;
}

.schtickconcept {
   font-style: italic;
   font-weight: bold;
}

/* Modified from WP-Table CSS File v1.50 */

.schticktable {
 
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
	border-collapse: collapse;
	text-align: center	
}

/* header row*/
.schticktable th {
 
	padding:	2px 5px;
 	border:		1px solid;
	border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
	cursor:		default;
	background:	ButtonFace;
	
}

/* normal row*/
.schticktable td {

	padding:	3px;
}

/* alternative rwo */
.schticktable tr.alt {
 
 	background-color: #F4F4EC; 

}

/* Hide sidebar on Map page */
body#map #sidebar-main, body#map #sidebar-alt {
display: none;
}