body {font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 140%;
	background: #fff;
	}
p, td, ul, ol, ul, li, dl, dt, dd {
	font-size: 12px;
	line-height: 140%;
}
/* Headings */
h1 {
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
h2 {
	color: #0e1472;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
h3 {
	color: #0e1472;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
/* Custom classes */
.splash { padding-left: 20px;
	padding-bottom: 15px; }
/* For copyright */
.copy { font-size: x-small; }
/* :::::: SyberWorks Classes ::::::: */
/* Class for surrounding table for positioning */
.container { width: 600px; 
	background-color: #fff;
}
/* Controls the My Courses tables */
.table1 { width: 600px;
	border-collapse: collapse;
	border: 2px solid #362f2d;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	 }
.table1 td { 
	border: 1px solid #333;
	padding: 6px 6px 6px 12px;
	color: #40767d;
	/*  border: 1px solid #333; */ }
/* Controls the Discussion Groups tables */
.discuss { width: 600px;
	border-collapse: collapse;
	border: 2px solid #362f2d;
	font-size: 10pt;
	padding-left: 5px;
	padding-right: 5px;
	 }
.discuss td { 
	border: 1px solid #333;
	padding: 2px 6px 2px 6px;
	color: #40767d;
	/*  border: 1px solid #333; */ }
/* Controls tables that display search results */
.searchresults { width: 100%;
	border-collapse: collapse;
	border: 1px solid #362f2d;
	font-size: 9px;
	padding-left: 5px;
	padding-right: 5px;
	 }
.searchresults td { 
	border: 1px solid #333;
	padding: 1px 2px 1px 2px;
	color: #40767d;
	/*  border: 1px solid #333; */ }
/* For OrderEcomInvoiceTemplate.htm */
#invoice { 
	font-family: Courier, "Courier New", monospace;
	font-size: 10px;
	}
#commentinput {
position: absolute; 
	width: 200px; 
	left: 200px; 
	top: 200px; 
	border: 2px solid #333; 
	background-color:#EEE; 
	padding: 10px;}
	
/* Classes for tables */
table.heading1_smaller {
	font-size:10pt; 
	font-weight:bold; 
	background-color:#CDC8C8}
table.data1_smaller { 
	font-size:10 pt; 
	background-color:#F1F1F1}
/* Day of the week row in Calendar */
tr.heading1_smaller { 
	font-size:10pt; 
	font-weight:bold;
	/* Reversed out for this campus */
	color: #000; 
	background-color:#d9eebc;}
/* Change this style to affect the Calendar Month background */
tr.heading2_smaller { 
	font-size:10pt; 
	font-weight:bold;
	color: #000; 
	background-color:#b7df80;}
tr.heading3_smaller { 
	font-size:10pt; 
	font-weight:bold; 
	background-color:#FFD9D9}
tr.heading4_smaller { 
	font-size:10pt; 
	font-weight:bold; 
	background-color:#FFFFFF}
/* For the bottom of the chat window and table rows */
tr.data1_smaller { 
	font-size:10 pt; 
	background-color:#F1F1F1}
tr.data2_smaller { 
	font-size:10 pt; 
	background-color:#CDC8C8}
/* This style appears on the left column of the catalog page */
td.heading1_smaller { 
	font-size:10pt; 
	font-weight:bold;
	color: #000; 
	background-color:#d9eebc;}
td.heading2_smaller { 
	font-size:10pt; 
	font-weight:bold; 
	background-color:#ADADE6}
td.heading3_smaller { 
	font-size:10pt; 
	font-weight:bold; 
	background-color:#FFD9D9}
td.heading4_smaller { 
	font-size:10pt; 
	font-weight:bold; 
	background-color:#FFFFFF}
/* Forms controls */
/* input {
	background-color: #fff;
	} */
select {
	background-color: #ededed;
	color: #333;
	}
textarea {
	background-color: #ededed;
	color: #333
	}
/* For Access Denied warning on AccessDenied.htm */
#content h1 { 
	color: #000;
	}
/* For heading on NameTagWait.htm */
#content h2 {
	text-align: center;
	}
/* For heading on Password.htm */
#content h3 {
	text-align: center;
	}
/* For Access Denied text on AccessDenied.htm */
#content p {
	font-size: 11px; 
	}
/* For warning text on NotAuthorized.htm */
#content strong {
	font-size: 12px;
	color: red;
	}
#content .required {
	color: red;
	}
#content .note {
	font-size: xx-small;
	font-weight: bold;
	color: red;
	}
#content input.highlight { 
	background-color: #ffffcc;
	}


a:link, a:visited, a:active {
	color: #B31D14;
	text-decoration: underline;
}
a:hover {
	color: #94A5BD;
	text-decoration: none;
}