@charset "UTF-8";

a , a:visited {
	text-decoration: none;
	color:#06F;
	
}

a:hover{
	text-decoration: underline;
	color: #f39933;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(/images/background-slice.jpg);
	background-repeat: repeat;
	/* background: #666666; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	/* color: #000000; */
}

/* a cross browser hack to allow colours [when needed] into horizontal rules :) */
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #000;
} 


table.page {
	height: 600px;
	width: 850px;
	font-size: 12px;
}



/******** items controlling the "default page content layout [the stuff they can play with] *********/

td.content {
	vertical-align: top;
	border-collapse: separate;
	*border-collapse: collapse; /* IE7 workaround for cellspacing (border-spacing is not recognized!!!) must go with position: relative in the td tag */
	border-spacing: 0; 					/* Not supported in IE (must resort to position: relative in td tag)*/
	margin: 0;
	padding: 10px;
	background-color: #fff;
	background-position: bottom right;
	background-repeat:no-repeat;
}

img.teachersThumb  {
	width: 100px;
	height: auto;
	float:right;
	border:1px black;
	margin: 0px 10px;
 }

/******** schedule specific stuff **********/
table.schedule {
	text-align: center;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	border: thick solid black;
	border-style:inset;
	font: normal normal bold 70%/1em helvetica,verdana,arial,sans-serif;
	font-weight: bold;
}

.schedule td {
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	border: thin solid black;
	font-family: helvetica, verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	color: #600;
	font-weight: bold;
}

.schedule p {
	font: normal normal normal helvetica,verdana,sans-serif;
	color: black;
	font-size: small;
}


.scheduleTitle p {
	/* font: normal normal bold 30% helvetica, verdana, arial, sans-serif; */
}

.scheduleTitle td {
	border: thin solid black;
}

td.scheduleTitle {
	font: normal normal bold 140%/1.2em helvetica,verdana,sans-serif;
}

p.highlight {
	font: normal normal bold 120%/1em helvetica,verdana,sans-serif;
	color:#660000;
	font-size: 12px;
	font-family: helvetica, verdana, sans-serif;
}

/*******************************************************************************************************************************
 *																																																														 *
 *  This is the sidebar class.  After awhile I figured that a sidebar will be contained [and declared] in a table container... *
 *  																																																													 *
 *  There is an elaborate couple of lines to get around the [unfortunate] necessity of including the cellpadding/cellspacing   *
 *  attributes in the table tag.  The solution is somewhat convoluted so I only included it here for reference and we should   *
 *  rely on this method for other table members until the border-spacing attribute is properly supported in IE at the minimum. *
 *																																																														 *
 *******************************************************************************************************************************/


td.sidebar {
	vertical-align: top;
	min-height: 300px;
}

table.sidebar, .sidebar table {
	border-collapse: separate;
	*border-collapse: collapse; /* IE7 workaround for cellspacing (border-spacing is not recognized!!!) must go with position: relative in the td tag */
	border-spacing: 0; 					/* Not supported in IE (must resort to position: relative in td tag)*/
	margin: 0;
	padding: 0;
}

/* all td elements *inside* a sidebar table to give a "button look and feel"... */
.sidebar td {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f4f4f4;
	position: relative;
	padding: 0;
	margin: 0;
}

/* The hover event affecting the sidebar "button" */
.sidebar td:hover {
	border: 1px solid #660000;
}

/* all links (visited or not) inside the sidebar -> contained inside of a td element*/
.sidebar a, .sidebar a:visited {
	display: block; /* This line means *alot*!!! lol :P */
	background-image:  url("/images/shanti-button-slice.gif");
	font: normal normal bold small Verdana, Arial, Helvetica, sans-serif;
	color: #660000;
	padding: .5em 1em;
	text-decoration: none;
	white-space: nowrap;
}

/* The hover event for the sidebar anchor [the text in the button] */
.sidebar a:hover {
	background-color: #f39933;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/* below this line is "default css" */

.twoColFixLtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	position: absolute;
	margin-left: 200px;
	margin-top: 100px;
	left: 210px;
	top: 1256px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	position: absolute;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#pagelayout tr td #page tr #content table tr td div .highlight strong em {
	color: #F00;
}
#pagelayout tr td #page tr #content table tr td div em strong {
	color: #F00;
}
#pagelayout tr td #page tr #content table tr td div em strong {
	color: #000;
}
#pagelayout tr td #page tr #content p strong {
	color: #800000;
}
#pagelayout tr td #page tr #content p strong {
	color: #000;
}
.blue {
	font-weight: bold;
	color: #06F;
}

#nav { margin-bottom:20px; }
#nav a { font-size:10px; margin:2px; }
#nav a.activeSlide { font-weight:bold; }

