/*
Open Dynamics stylesheet
*/

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

/*	LINK	*/

A {
  color: #666699;
  text-decoration: none;
  font-weight : normal;
  font-size: 11px;
  font-family: Verdana, sans-serif, Arial;
}
A.subNav {
  text-decoration: underline;
  font-weight : bold;
}
A.navOn {
  color: #ff6600;
  font-weight : bold;
}

/*	TABLE	*/

TD{
  /*background: #ffffff; */
	vertical-align: top;
	align: left;
}
TD.c1{
  background: #8888c0;
}
TD.c2{
  background: #acacd3;
}
TD.c3{
  background: #dfdff2;
}
TD.c4{
  background: #666699;
}
TD.c5{
  background: #0c6041;
}
TD.c7{
  background: #f9edcf;
}
TD.c8{
  background: #fcf6e7;
}
TD.c9{
  background: #cccccc;
}
TD.c10{
  background: #ededf8;
  vertical-align: middle;
}

/*	FONT	*/

.schedule{
  font-family: Verdana, sans-serif, Arial;
  font-size: 11px;
  color: #000000;
  font-weight : normal;
}
.schedule_headings{
  font-family: Verdana, sans-serif, Arial;
  font-size: 11px;
  color: #ffffff;
  font-weight : normal;
  background: #666699;
}
.schedule_fields{
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	color: #000000;
	font-weight : normal;
	width: 175px;
}

font{
  font-family: Verdana, sans-serif, Arial;
  font-size: 11px;
  color: #000000;
  font-weight : normal;
}
font.pageTitle{
  color: #FF6600;
	font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight : bold;
}
font.subHead{
  color: #ff6600;
  font-weight : bold;
}
font.subHeadGrey{
  color: #999999;
  font-weight : bold;
}
font.subSubHead{
  color: #006633;
  font-weight : bold;
  font-style: italic; 	
}

font.bodyCopy{
}

font.bodyCopySpecial{
	font-style: italic; 	
}
font.bodyCopySmall{
  font-size: 10px;
}
font.bodyCopyGrey{
  color: #999999;
}
font.bodyCopyOrange{
  color: #ff6600;
}
.homeIntro{
  color: #ff6600;
  font-size: 20px;
  font-family: Verdana, sans-serif, Arial;
  font-style: italic; 	
}

p { line-height: 150%; }

select {
  font-family: Verdana, sans-serif, Arial;
  font-size: 11px;
  color: #000000;
  font-weight : normal;
}

.boxedlist {
  padding: 10px;
  background: #fcf6e7;
  border:solid 1px;
  border-color: #f9edcf;
}



