/***************************************************/
/* Begin copy of template minimal.css */

/***************************************************/
/* MINIMAL STYLES */

body {font-weight: 400; font-size: 9pt; color: #000000; font-style: normal; font-family: Verdana, sans-serif; background-color:#FFFFFF;}

a:link { color: #66FFFF; }
a:active { color: #FF0000; }
a:visited {color: White;}

a:link.nav { color: #66FFFF; }
a:hover.nav {font-weight:bold;}
a:active.nav { color: #FF0000; }
a:visited.nav {color: White;}

p.day{
	font-family : Arial, sans-serif;
	font-size : large;
	font-weight : bold;
	color: #FFFFFF;
	margin-bottom : 8px;
}

p.subhead{
	font-family : Arial, sans-serif;
	font-size : medium;
	font-weight : bold;
	color: #FFFFFF;
	margin-bottom : 8px;
}


Table { font-size:100%; color:#FFFFFF; background-color : #065fa3;}

/* Use the Borderless style class for tables that do not need borders, such as for 2-column or 3-column lists with no headings. */
Table.Borderless { border:none; }

/* Use the Bordered style class for tables that need borders. */
Table.Bordered { 
	border-width: 1pt; 
	border-style: solid; 
	border-color: #000000; 
	border-collapse: collapse; 
	width:70%;
	}


td.topcell{   /*the cell at the top of each table, with the title in it*/
	font-family : Arial, sans-serif;
	/*font-size : x-large;
	text-align : left;
	font-weight : bold;*/
	color: #FFFFFF;
	margin-bottom : 10px;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;	
	border-right-width:0px;
	border-top-width:0px;
	border-left-width:0px;
		padding:1px;
}

td.moreinfocell{
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-width:0px;
	border-top-width:0px;
	border-left-width:0px;	
	vertical-align : top;
		padding:10px;
	
}

td.introcell{
	font-family : Georgia, serif;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-width:0px;
	border-top-width:0px;
	border-left-width:0px;	
	vertical-align : top;
		padding:10px;
	
}

td.navcell{  /*the cell on the left side of each level 2 (person) and 3 (task) table page*/
	font-family:sans-serif;
	font-size:10pt;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-width:1px;
	border-top-width:0px;
	border-left-width:0px;
	width:10%;
	vertical-align : top;
		padding:10px;
}

td.pixcell{
	/*the cell on the bottom of each level 2 (person) and 3 (task) table page*/
	font-family : Georgia, serif;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 1px;
	border-right-width:0px;
	border-top-width:1px;
	border-left-width:0px;
	/*width:25%;
	*/
	vertical-align : bottom;
		padding:10px;
}



td.maincell{ /* the cell on the right of each level 2 and 3 table*/
	font-family : Georgia, serif;
	letter-spacing:0.2pt;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 0px;
	border-right-width:0px;
	border-top-width:0px;
	border-left-width:1px;
	width:90%;
	vertical-align : top;
		padding:10px;
}

td.copycell{   /*the cell at the bottom of each table that has the copyright info in it*/
font-family : Georgia, serif;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 0px;
	border-right-width:0px;
	border-top-width:1px;
	border-left-width:0px;
	font-size: 8pt;
		padding:10px;
}

td.toponly{  /*toponly, topandleft, and leftonly are for the cells on the main page*/
font-family : Georgia, serif;
	border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 0px;
	border-right-width:0px;
	border-top-width:1px;
	border-left-width:0px;
}

td.topandleft{
font-family : Georgia, serif;
		border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 0px;
	border-right-width:0px;
	border-top-width:1px;
	border-left-width:1px;
}

td.leftonly{
font-family : Georgia, serif;
		border-style: solid;
	border-color: #FFFFFF;
	border-bottom-width: 0px;
	border-right-width:0px;
	border-top-width:0px;
	border-left-width:1px;
}




/*body {
	background-color:#FFFFFF;
	font-family:Arial, sans-serif;
	font-size:10pt;
	color: #000000;
	background-image : url(../images/stonbk.jpg);
}*/

/* POSITIONING ELEMENTS:*/

/* top is used throughout the site*/


/*.top{
	background-color : #065fa3;
	font-family : Arial, sans-serif;
	font-size : x-large;
	text-align : center;
	font-weight : bold;
	color: #FFFFFF;
	width:100%
}*/


/*p.title{
	font-family : Arial, sans-serif;
	font-size : x-large;
	text-align : center;
	font-weight : bold;
	color: #FFFFFF;
	margin-bottom : 10px;
}*/


/* left, right, and bottom are used for the level 2 pages (each featuring a single person)

.left{
	background-color : #065fa3;
	color:#FFFFFF;
	position: absolute;
	padding-right: 1%;
	width : 9%;
	margin-top : 5%;
	margin-left: 1%;
	font-size : 8pt;
	border : 1px solid Black;
}

.right{
	background-color : #065fa3;
	color: #FFFFFF;
	position: absolute;
	padding-left : 1%;
	padding-right : 1%;
	padding-top: 0.2%;
	padding-bottom: 0.2%;
	background-image: url(../images/stonbk.jpg);
	border : 1px solid Black;
	margin-top: 5%;
	margin-left: 12%;
	width: 80%;
}

.bottom{
	position: relative;
	margin-top : 10%;
	margin-left: 1%;
	font-size : 8pt;
}

*/



/* Use the TD style for table cells in Borderless or Borderless-Wide tables. */
/*TD {  }*/

/* Use the Bordered style class for table cells in Bordered or Bordered-Wide tables. */
/*TD.Bordered { border-width: 1pt; border-style: solid; border-color: #000000; }*/


