/* 
 * common styles for Marvin's Computer Lab
 */
 
body {margin: 0px; color: black; background: white;}table {width: 100%; margin: 0;}table td {
	padding: 0; 
	border-width: 0; 
	vertical-align: top;
	font-size: 12pt;  	font-family: Arial, Helvetica, sans-serif;}
  
table#info {
	width: auto;
	margin-left: 10px;
	margin-top: 4px;
	border-bottom-width: 2px;
	border-bottom-color: #6c1274;
	border-bottom-style: solid;
	padding-bottom: 2px;
	}

table#info th {  
	background: #6c1274;
	padding: 1px 2px 1px 2px;
	font-size: 10pt;
	font-weight: bold; 
	font-style: italic;
	color: white; 
	font-family: arial, helvetica, sans-serif; 
	} 
table#info td {
	font-size: 8pt;
	padding: 1px 2px 1px 2px;
	}  
.even { background: #dbb2de; }
.odd { background: white; }  
  a:link {color: #990000;}a:visited {color: #990099;}

p {font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;}
			
BODY {background: no-repeat url(images/pagtop_purple_complab.png) 0px 0px;
}
h1 {font-weight: bold; font-size: 200%; }
h3 {font-weight: bold; font-size: 110%; padding-bottom: 0px; margin-bottom: 0px; }

table#contentblock { width: 660px; margin-top: 200px; }
td#leftbutton { 
	width: 130px; 
	font-size: 66%;
	text-align: right;
	padding-right: 10px;
	}
td#content { 
	width: 530px; 
	font-style: italic;
	}

.revdate {
	font-weight: normal;
	font-size: 8pt;
	}
	
.extern { list-style-type: circle; }
.intern { list-style-type: disc; }
.codeblock {
	margin-left: 10px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #dbb2de;
	padding: 4px 8px 4px 8px;
	font-family: "courier new", courier, monospace;
	}
.highlightblock {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #dbb2de;
	padding: 4px 8px 4px 8px;
	}
