*
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin: 0.5em 0; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}
li,dd { 
	margin-left: 2.5em;
	padding-left: 1em;
}
ul li{
	list-style-image: url(../images/arrow-right.gif);	
}
fieldset { 
	padding:.5em; 
}
body {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3em;
}

/* if img is inside "a" it would have borders, we don't want that */
img {
   border: 0;
}


/* LINKS */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #567300; 
}
a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #567300;                /* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #e9f8c9;
   color: #81ac00;
}

/* END LINKS */


/* HEADINGS */

h1,.contentheading, .componentheading {
	font-size:18px;
	font-weight:500;
	color: #567300; 
    background: #fff url(../images/yoga_image.png) no-repeat 0 0; 
	/* some air around the text */
	padding-left: 50px;
	padding-top: 5px;
	padding-bottom: 10px;
    line-height: 2em;

}

h3, .newsheading {
   color: #7F0000; 
   font-size: 16px;
   line-height: 16px;
   margin: 7px 0 10px 0;
}

h4 {
	color: #567300;
	font-size:13px;
	font-weight:bold;
	margin: 5px 0 5px 0;
}

h5 {
font-size:12px;
font-weight:bold;
}

h6 {
font-size:12px;
font-style:oblique;
}
/* END HEADINGS */

/* TEXT */

p {
padding-top: 6px;
padding-bottom: 6px;
}


.small,.createdate,.modifydate,.mosimage_caption {
font:0.8em Arial,Helvetica,sans-serif;
color:#999;
}

.moduletable {
margin-bottom:1em;
border:0;
padding:0 10px;
}

.moduletable h3 {
background:#666;
color:#fff;
text-align:center;
font-size:1.1em;
margin:0 -10px 0.5em;
padding:0.25em 0;
}




.search {
	padding-right: 10px;
	float:right;
}

/* Quote text */
div#sidebar {
	font-size:  1.4em;
	line-height: 1.4em;
	text-align: center;
}




div#footer, #footer p {
	color: #fff;
	font-size: 0.8em;
	text-align: center;  /* centered text */
	margin: 0;
	line-height: 200%;
}

/* Links in footer */
div#footer .menu li {
	list-style: none;
	display: inline;
	border-right: 1px solid #81ac00;
	margin: 0; /*reset default settings for li back to 0 */
	padding: 0 0.5em 0 0.5em;
}
div#footer .menu a  {
	color: #fff;
	background: transparent;
}
div#footer .menu a:hover {
	color: #81ac00;
	background: transparent;
}

div#footer .design, div#footer .design a {
	color: #81ac00;
	background: transparent;
	line-height: 100%;
	text-decoration: none;
}

div#footer .design a:hover {
	text-decoration: underline;
}

.schedule {
 	width: 490px;
	border-collapse: collapse;
	text-align:left;
	border: 1px solid #567300;
}
.schedule th, .schedule td{
	padding: 3px;
	vertical-align:top;
	border-bottom: 1px solid #567300;
}
.schedule th{
	font-weight:bold;
	color: #000;
}
/* Set attributes for all header cells in the top row */
.schedule th[scope=col] {
	background:#e9f8c9;
	/*background: #fff url("images/attack_bg.jpg") bottom left repeat-x;*/
	border-top: 5px solid #567300;
	width: 80px;
	height:20px;
	padding-top:7px;
	text-align:left;
}
/*set attributes for the second column*/
.schedule th+th[scope=col]{
		width:110px;
}

/* Set attibutes for the last cell */
.schedule th+th+th[scope=col] {
	width: 300px;

}


.calendar {
 	width: 490px;
	border-collapse: collapse;
	text-align:center;
	border: 1px solid #567300;
}
.calendar th, .calendar td{
	padding: 6px;
	border-bottom: 1px solid #567300;
	border-right: 1px dashed #567300;
}
.calendar th{
	font-weight:bold;
	color: #000;
}
/* Set attributes for all header cells in the top row */
.calendar th[scope=col] {
	background:#e9f8c9;
	/*background: #fff url("images/attack_bg.jpg") bottom left repeat-x;*/
	border-top: 5px solid #567300;
	width: 80px;
	height:20px;
	padding-top:7px;
}
/* Set attributes for all header cells in the left row */
.calendar th[scope=bottom] {
	background: #e9f8c9;
	border-bottom: 5px solid #567300;
	font-weight:100;
	font-size: 9px;

}
