/* CSS Document */

/* ELEMENTS 
img, div { behavior: url(/css/iepngfix.htc); }
*/
.clear {clear:both;}


body {
	background-color: #FFFFCC;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
td, li {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.background-med-blue {
	background-color: #003399;
}
.background-gray {
	background-color: #CCCCCC;
}
.background-dark-gray {
	background-color: #333333;
}


/* FORM CLASSES */

.textbox {
	font-size: 10px;
	color: #333333;
	border: 1px solid #333333;
	padding: 3px;
}
.drop-down, .button {
	font-size: 10px;
	color: #333333;
}
.radio, .checkbox {
	font-size: 10px;
}


/* TEXT CLASSES */

.head1 {
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.head2 {
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.head2-nocolor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.head3 {
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footer {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.error {
	color: #CC0000;
	background: #CCCCCC;
	padding: 5px 10px;
}
.login_message {
	color: #CC0000;
	background: #CCCCCC;
	padding: 2px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.small {
	font-size: 9px;
}
.lesson_hint {
	color: #990000;
	font-size: 10px;
	text-align: center;
}
.tablecaption {
	font-weight: bold;
	color: white;
}
.endnote {
	font-size: 9px;
}
.purchase_on {
	font-size: 9px;
	background-color: #003399;
	font-weight: bold;
	color: white;
}
.purchase_off {
	font-size: 9px;
	background-color: #CCCCCC;
	color: #333333;
}
.purchase_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #993333;
	font-size: 10px;
	font-weight: bold;
	padding: 5px 10px;
	color: #FFFFFF;
	text-align: left;
}


/* LINKS */

a:link {
	color: #003399;
	text-decoration: underline
}
a:visited {
	color: #628AB2;
	text-decoration: underline
}
a:active {
	color: #990000;
	text-decoration: underline
}
a:hover {
	color: #006666;
	text-decoration: underline
}

/*  CONTENT MESSAGE  */

.tableHeader {
  padding:7px; 
  border-top:1px solid #999999; 
  border-right:1px solid #999999; 
  border-left:1px solid #999999; 
  background-color:#C3C3C3;
}

.tableContent {
  border:1px solid #999;
}

.tableEntryA {
  padding:7px;  
}

.tableEntryB {
  padding:7px; 
  background-color:#DEDEDE;
}

.mcol1 {
  float:left; 
  width:125px;	
}

.mcol2 {
  float:left; 
  width:auto;
}