
/*========================================================================
Cal Poly Template Custom Print Stylesheet

Add custom styles for your web site here.
=========================================================================*/

#box table {
      margin-left: auto;
      margin-right: auto;
      border-collapse: collapse;
      border: 0px solid;
}

#box table td {
	font-size: 100%;
      color: #363636;
      line-height: 150%;
      border-top: 0px solid #000000;
      border-bottom: 2px solid #000000; 
      border-left: 1px solid #aaaaaa;
      border-right: 2px solid #000000;
	padding: 4px 4px 4px 4px;
	text-align: left;/*vertical-align: top;*/
}

#box table th {
      background-color: #ffffff;
      color: #363636;
      font-family: "times roman", times, serif;
      font-style: normal;
      font-weight: normal;
	font-size: 150%;
      text-align: center;
      border-top: 1px solid #000000;
      border-bottom: 0px solid #000000; 
      border-left: 1px solid #aaaaaa;
      border-right: 2px solid #000000;
	padding: 4px 4px 4px 4px;
}

#content table.nolinklines {
      font-size: 100%;
      line-height: 300%;
      border-collapse: collapse;
      border: 0px solid;
      	padding: 4px 4px 4px 4px
}

#plain table {
      border-collapse: collapse;
      border-top: 0px solid #aaaaaa;
      border-bottom: 0px solid #aaaaaa; 
      border-left: 0px solid #aaaaaa;
      border-right: 0px solid #aaaaaa;
      margin-left: auto;
      margin-right: auto;
}
#plain table td {
      border-top: 0px solid #aaaaaa;
      border-bottom: 0px solid #aaaaaa; 
      border-left: 0px solid #aaaaaa;
      border-right: 0px solid #aaaaaa;
}

#plain table a:link, #plain table a:visited {
	color: #003300;
	text-decoration: none;
}

#plain table a:focus, #plain table a:hover, #plain table a:active {
	color: #000099;
	text-decoration: underline;
}
#plain p a:link, #plain p a:visited {
	color: #003300;
	text-decoration: none;
}

#plain p a:focus, #plain p a:hover, #plain p a:active {
	color: #000099;
	text-decoration: underline;
}
s {
      color: #000000;
      font-style: normal;
      font-weight: bold;
      text-decoration: none;
}

img.imageright {
	float: right;
	margin: 5px 0 5px 5px;
      border: 1px solid #b7b7b7;
      padding: 0px 0px 0px 0px;
}

img.imageleft {
	float: left;
	margin: 5px 5px 5px 0;
      border: 1px solid #b7b7b7;
      padding: 0px 0px 0px 0px;
}
      


