/*
 * 
 * bigbox width: 750
 * bigbox padding left: 20
 * bigbox padding right: 15
 * between main and sidebar: 16px
 * main sections: 494
 * section side padding: 6
 * section side padding: 10
 * Sidebar 204
 * (wshop) sidebar 185 (no padding)
 * (volunteer) sidebar 185
 * 
 * 
*/

body
{
	margin: 10px 0px;
	padding: 0px;
	background: white;
	color: black;
	text-align: center;
	font-family: georgia, serif;
}

/* For IMG tables like on the home page */
tr.homeimage img
{
	display: block;
	border: 0px;
}

a {
	color: #004276;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica;;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #004276;
	font-family: Verdana, Arial, Helvetica;;
}

#main
{
	width: 711px;
	margin: 0px auto 5px;
	padding: 5px 15px 10px 15px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	text-align: left;
}

#popupmain 
{
	border: 2px solid #000;
	padding: 5px 0px 0px 0px;
	margin: 8px;
	text-align: left;
}

#content
{
	float: left;
	width: 500px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	background-color: #fff;
}

#sidebox
{
	float: right;
	width: 204px;
	margin: 0px;
	padding: 5px 0px;
	background-color: #fff;
	font-size: 85%;
}

#sidebox .morelink
{
	text-align: right;
	margin: 10px 0px 5px 0px;
}

#header
{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px;
	background-color: #fff;
	color: #000;
	text-align: center;
}

.pagetitle
{
	font-size: 150%;
	color: #333;
	margin: 30px 0px 10px 0px;
}

div.hr { display: none; }

div.hr
{
	display: block;
	height: 2px;
	background-image: url(i/misc/header-sep.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	/*  margin: 1em 0 1em 0; */
	padding: 0px;
}

div.hrgray
{
	display: block;
	height: 2px;
	background-image: url(i/misc/header-sep.gif);
	background-repeat: no-repeat;
	background-color: #ddd;
	background-position: center center;
	margin: 0px;
	/*  margin: 1em 0 1em 0; */
	padding: 0px;
}

div.hrsnow { display: none; }

div.hrsnow
{
	display: block;
	height: 23px;
	background-image: url(i/misc/hr_snowmen.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	/*  margin: 1em 0 1em 0; */
	padding: 0px;
}

div.hrplain { display: none; }

div.hrplain
{
	display: block;
	height: 23px;
	background: #ddd;
	/*  background-image: url(i/misc/hr_snowmen.gif); */
	/*  background-repeat: no-repeat; */
	/*  background-position: center center; */
	margin: 0px;
	/*  margin: 1em 0 1em 0; */
	padding: 0px;
}

hr { display: none; }

#archivelist {
	margin-left: 0.5em;
}

#archivelist ul {
	margin: 0px;
	padding: 0px;
}

#archivelist ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

/*
#archivelist ul li:before {
	content: "\00BB \0020";
}
*/

#sitenav
{
	width: 715px;
	margin: 5px auto 10px;
	font-size: 80%;
	text-align: center;
}

.sideblurb { }

.sideblurb .title
{
	margin: 8px 0px 0px;
	font-weight: bold;
}

.sideblurb .text { }

.sideblurb .posted
{
	margin: 10px 0px 10px 0px;
	color: #aaa;
	text-align: right;
	font-style: italic;
	font-size: 90%;
}

.sideblurb img
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.breadcrumb
{
	float: left;
	font-size: 80%;
	background: #fff;
	margin: 0px;
	padding: 4px 8px 4px 0px;
}

.lastcrumb { font-weight: bolder; }

.maincontentbox
{
	width: 474px;
	border: 1px solid #aaa;
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
	font-size: 85%;
	background: #fff;
	color: #000;
}

.maincontentbox p { margin: 8px 0px 8px 0px; }

.maincontentboxhead
{
	width: 494px;
	height: 32px;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.maincontentboxhead .left
{
	float: left;
	padding-left: 10px;
}

.maincontentboxhead .right { float: right; }

.maincontentboxpink
{
	width: 474px;
	border: 1px solid #aaa;
	margin-bottom: 20px;
	padding: 0px 10px 0px 10px;
	font-size: 85%;
	background: #ffcccb;
}

.maincontentboxpink p { margin: 8px 0px 8px 0px; }

.maincontentboxheadpink
{
	width: 494px;
	height: 32px;
	border: 1px solid #aaa;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background: #ffcccb;
}

.maincontentboxheadpink .left
{
	float: left;
	padding-left: 10px;
}

.maincontentboxheadpink .right { float: right; }

#homeleft
{
	float: left;
	font-size: 85%;
	background: #fff;
	color: #000;
}

#homemiddle
{
	float: left;
	width: 232px; 
	font-size: 90%;
	background: #fff;
	color: #000;
	padding: 0px 0px 0px 4px;
}

#homeright
{
	float: left;
	font-size: 85%;
	background: #fff;
	color: #000;
}

.homeleftcontentboxhead
{
	width: 219px;
	height: 32px;
	margin-right: 15px;
	border: 1px solid #000;
	border-bottom: 0px;
	padding: 0px;
}

.homeleftcontentbox
{
	width: 204px;
	margin: 0px 15px 20px 0px;
	border: 1px solid #000;
	padding: 5px 5px 5px 10px;
}

.homeleftcontentboxhead .left
{
	float: left;
	padding-left: 0px;
}

.homeleftcontentboxhead .right { float: right; }

.homerightcontentboxhead
{
	width: 221px;
	margin-left: 15px;
	background: #000;
	border: 1px solid #000;
	border-bottom: 0px;
	padding: 0px;
}

.homerightcontentbox
{
	width: 211px;
	margin-left: 15px;
	border: 1px solid #000;
	padding: 10px 5px 0px 5px;
}

/* .homecontentbox p { margin: 8px 0px 8px 0px; } */
.blogarchivetitle
{
	font-weight: bold;
	font-size: 110%;
	background: #fff;
	color: #333;
	margin: 20px 0px;
	border-bottom: 2px solid black;
}

.tabletitleindexGreyBg { 
	background-color: #efefef;
	color: #666666; 
	font-weight: bold;
	font-size: 11px; 
	
	}

#indivarchivenav
{
	margin: 20px 0px 20px 0px;
	font-size: 85%;
	text-align: center;
}

.content .shLoginBox .body .items { border-right: 1px solid #B1B1B1; padding: 8px 5px 10px 15px; text-align: left; }
.content .shLoginBox .body .items UL { text-align: left; padding: 8px 0px 0px 0px; }
.content .shLoginBox .body .items LI { list-style: none; border-top: 1px none #CCC; padding: 0px 0px; }
.content .shLoginBox .body .items LI A { color: rgb(0, 0, 0); text-decoration: none; }
.content .shLoginBox .body .items LI A:hover { text-decoration:none; }

.content .shLoginBox { background: url(gray-top.gif) top left no-repeat; padding: 3px 1px 12px 1px; }
.content .shLoginBox .header { background: #E7E7E7 url(gray-back.gif) top left repeat-x; font-size: 110%; font-weight: bold; padding: 5px 5px 5px 12px; border-right: 1px solid #B1B1B1; border-bottom: 1px solid #C1C1C1; text-align: left; }
.content .shLoginBox .body { background: #E7E7E7 url(gray-bottom.gif) bottom left no-repeat; border-top: 1px solid #FFF; padding-bottom: 5px;}



.blogentry { margin: 0px 10px 20px 0px; }

.entrytitle
{
	font-size: 90%;
	font-weight: bold;
}

.entrybyline
{
	font-size: 85%;
	background: #fff;
	color: #666;
	text-align: right;
}

.entrytext {  }

.eventtitle
{
	font-weight: bold;
	font-size: 110%;
}

.eventloctime
{
	font-style: italic;
	font-size: 90%;
}

.eventdesc
{
	padding-top: 5px;
	font-size: 95%;
}

.newstitle
{
	font-weight: bold;
	font-size: 100%;
}

.newsposted
{
	margin: 0px 0px 10px 0px;
	color: #aaa;
	text-align: right;
	font-style: italic;
	font-size: 90%;
}

.navbox
{
	float: left;
	text-align: center;
}

.sidebar-boxed
{
	background: #fff;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	border: 1px solid black;
	text-align:left;
}

div.hrboxed
{
	width: 100%;
	height: 1px;
	color: black;
	border-top: 1px solid black;
	margin-bottom: 10px;
}

.sidebar-blue
{
	background: #ddd;
	margin: 3px 0px 10px 0px;
	padding: 5px 8px 5px 8px;
}

.sidebar-pink
{
	background: #fcc;
	margin: 3px 0px 10px 0px;
	padding: 5px 8px 5px 8px;
}

.missing
{
	background: red;
	color: black;
}

.extra
{
	background: blue;
	color: black;
}

/*
 *
 *  CALENDER STYLES
 *
 */

.calendar
{
	margin: 0px 0px 0px 15px;
	padding: 0px;
	border: 1px solid #333;
	width: 700px;
}

.calendar caption
{
	margin: 0px;
	padding-bottom:10px;
	font-weight: bold;
	margin: 0px auto 0px auto;
}

.calhead
{
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 80%;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: normal;
	width:95px;
}

.calbodyoff
{
	margin: 0px;
	padding: 0px;
	background: #ddd;
	height: 90px;
	vertical-align: top;
	border: 1px solid #ccc;
	width:95px;
}

.calbodyon
{
	margin: 0px;
	padding: 0px;
	background: #fff;
	height: 90px;
	vertical-align: top;
	border: 1px solid #ccc;
	width:95px;
}

.calday
{
	text-align: right;
	font-size: 90%;
	padding: 2px 5px 0px 2px;
}

.caltext
{
	text-align: left;
	font-size: 70%;
	padding: 5px;
}



div#shell ul.tabs li /*,
div#shell div#page div#navigation ul li*/ {
	margin: 0px;
	display: block;
	float: left;
	background-color: #EFEFEF;
	border: 1px solid #cccccc;
	border-width: 1px 1px 1px 0px;
	 font: 83.5% Georgia, serif;
	white-space: nowrap;
	padding: 4px 7px 3px 7px;
	z-index: 6000;
	background-image: none;
	}
			
div#shell ul.tabs li.selected {
	background-color: white;
	border-bottom: none;
	z-index: 9999;
	padding: 4px 7px 4px 7px;
	}
	
	div#shell div#login ul.tabs,
	div#shell div#login ul#memberTools {
		min-height: 17px;
		_height: 19px;
		}
		
TD.pageHeading, DIV.pageHeading {
  font-size: 14px;
  font-family: Georgia;
  color: #66C2DB;
  font-weight: bold;
  text-decoration: sharp;
  height: 45px;
  width: 453px;
  background: url('images/m99.gif');
  background-repeat: repeat-x;
  text-align: left;
  padding-top: 0px;
  padding-left: 0px;
  text-transform: uppercase;
}


.infoBox {
  background: #D3D1D1;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  background-image: url('images/infobox/corner_center.gif');
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
  display: none;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.ToutHead
	{
	    background-color: rgb(227, 227, 227);
	    background-image: url(top-head.gif);
	    background-repeat: repeat-x;
	    background-attachment: scroll;
	    -x-background-x-position: left;
	    -x-background-y-position: top;
	    -moz-background-clip: -moz-initial;
	    -moz-background-origin: -moz-initial;
	    -moz-background-inline-policy: -moz-initial;
	    padding-top: 1px;
	    padding-right-value: 1px;
	    padding-bottom: 1px;
	    padding-left-value: 1px;
	    padding-left-ltr-source: physical;
	    padding-left-rtl-source: physical;
	    padding-right-ltr-source: physical;
	    padding-right-rtl-source: physical;
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: rgb(172, 172, 172);
	    border-right-width: 1px;
	    border-right-style: solid;
	    border-right-color: rgb(167, 167, 167);
	    border-left-width: 1px;
	    border-left-style: solid;
	    border-left-color: rgb(213, 213, 213);
	    position: relative;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #F0F0F0;
  //shopping-cart content color
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #F0F0F0;
  //shopping-cart content color
}


h1.wshoptitle
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 110%;
}

#wshoptitle
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	font-size: 110%;
/*	font-weight: bold; */
}

#wshopmeta
{
	font-style: italic;
	font-size: 80%;
	margin: 0px 10px 20px 10px;
	padding: 0px;
}

#wshopmeta p {
	display: inline;
}

#wshopbody
{
	font-size: 90%;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

.staffbio
{
	margin-bottom:40px;
}

/*   STYLE PRUNING

.tutoring-side (Should be using more generic means like below)
{
	background: #ddd;
	margin: 3px 0px 10px 0px;
	padding: 5px 8px 5px 8px;;
}

*/


.copyright 
{
	font-size: 70%;
	font-style: italic;
}

.footnote
{
	font-size: 75%;
	font-style: italic;
}

a.footnotelink
{
	vertical-align: super;
	text-decoration: none;
}

h2 
{
	font-size: 110%;
	font-weight: bold;
}

 .ml2{
  color: #000000;
  font-size: 10px;
  text-decoration: none;
 }

 .ml3{
  color: #009BC8;
  font-size: 11px;
  text-decoration: none;
 }

 .ml4{
  color: #78B400;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underlinene;
 }

 .ml5{
  color: #2c2c2c;
  font-size: 11px;
  text-decoration: none;
 }

 .tx{
  color: #646464;
  font-size: 10px;  
 }

 .tx1{
  color: #2C2C2C;
  font-size: 11px;  
 }

 .tx2{
  color: #9B9B9B;
  font-size: 11px;  
 }

 .pa{
  padding-right: 10px;
 }

 .pa1{
  padding-right: 30px;
 }

 .se{
  width: 97px;
  font-size: 9px;
 }




