/***********************************************/
/* decoration styles                             */
/***********************************************/ 

.boxOrange {
	border-top: dotted 1px #6495ed;
	border-bottom: dotted 1px #6495ed;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
	width: 420px;
	margin: 10px 30px 10px 20px;
}
.boxOrange p{
	padding: 10px;
}

.phoneCell {
	width: 120px;
}
.boxBlue {
	border: solid 1px #6495ed;
	font-size: 0.9em;
	width: 420px;
	margin: 10px 30px 10px 20px;
}

.boxBlue ul{
	list-style-image: url(images/discBlue.gif);
	vertical-align: middle;
	padding: 10px 5px 10px 0px;
	margin: 5px 5px 10px 30px;
}
.boxBlue ul ul{
	list-style-type: disc;
}

.note {
	font-size: 0.8em;
	line-height: 130%;
}
.att {
	font-weight: bold;
}

/***********************************************/
/* table styles                                */
/***********************************************/ 
 
table.cols {
	width: 420px;
	margin: 0px 30px 10px 20px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid #2D8BFF;border-collapse: collapse;
	border: 1px solid #2D8BFF;
}

table.cols th, td{
  padding: 2px 5px 2px 5px;
  font-size: 0.9em;
}
table.cols th {
  border: none;
  color: #ffffff;
  background-color: #8CC0FF;
  border-collapse: collapse;
	border: 1px solid #2D8BFF;
  text-align: center;
}
table.cols td {
  border-top: 1px solid #2D8BFF;
  border-bottom: none;
  border-left: 1px solid #2D8BFF;
  border-right: 1px solid #2D8BFF;
}  
/************ color green ****************/
table.green {
	width: 420px;
	table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #3cb371;
  margin: 2em 2em 0em 0em;
}
table.green th, td{
  padding: 2px 5px 2px 5px;
  font-size: 0.9em;
}
table.green th {
  border: none;
  color: #ffffff;
  background-color: #3cb371;
  text-align: center;
}
table.green td {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #3cb371;
  border-right: 1px solid #3cb371;
}
/************ color blue ****************/
table.blue {
	width: 420px;
	table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #6495ed;
  margin: 2em 2em 0em 0em;
}
table.blue th, td{
  padding: 2px 5px 2px 5px;
  font-size: 0.9em;
}
table.blue th {
  border: none;
  color: #ffffff;
  background-color: #6495ed;
  text-align: center;
}
table.blue td {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #6495ed;
  border-right: 1px solid #6495ed;
}  
/************ color orange ****************/
table.orange {
	width: 420px;
	table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ffa500;
  margin: 2em 2em 0em 0em;
}
table.orange th, td{
  padding: 2px 5px 2px 5px;
  font-size: 0.9em;
}
table.orange th {
  border: none;
  color: #ffffff;
  background-color: #ffa500;
  text-align: center;
}
table.orange td {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #ffa500;
  border-right: 1px solid #ffa500;
}
/************ color coral ****************/
table.coral {
	width: 420px;
	table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #f08080;
  margin: 2em 2em 0em 0em;
}
table.coral th, td{
  padding: 2px 5px 2px 5px;
  font-size: 0.9em;
}
table.coral th {
  border: none;
  color: #ffffff;
  background-color: #f08080;
  text-align: center;
}
table.coral td {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #f08080;
  border-right: 1px solid #f08080;
}
/************ td gray Common ****************/
.c1 {
  color: #000000;
  background: #eeeeee;
}

/************ contact table ****************/
table.contact {
	width: 420px;
	table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #6495ed;
  margin: 0px 10px 5px 30px;
}
table.contact th, td{
  padding: 2px 5px 2px 5px;
  font-size: 0.9em;
  line-height: 120%;
}
table.contact td {
  border-top: 1px solid #6495ed;
  border-bottom: 1px solid #6495ed;
  border-left: none;
  border-right: none;
}
.cellOrange {
  color: #ffffff;
  background: #9DBED9;
}
/******** contact *******************/
.contact ul{
	list-style-image: url(images/pointLi.gif);
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

/************ question table ****************/
table.q {
	width: 449px;
	table-layout: auto;
  border-collapse: collapse;
  border: 1px solid #ffffff;
  margin: 1em auto;
  background: #eeeeee;
}
table.q th, td{
  padding: 2px 5px 2px 5px;
  font-size: 0.9em;
  line-height: 120%;
}
table.q td {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: none;
  border-right: none;
  padding: 3px;
}
.qItem {
	width: 120px;
  color: #ffffff;
  background: #666699;
  text-align:right;
  font-size: 0.9em;
}
.label 
{
	background-color:#669;
	font-weight:normal;
	color:#fff;
	text-align:right;
}

.label2 
{
	background-color:#eee;
	font-weight:normal;
	color:#333;
}

.errMsg 
{
	color:red;
}

/******* coral(no1) and blue(no2) ***********/
.no1 {
	background-color: #f08080;
	color: white;
	padding-left: 10px;
}

.no1Image {
	float: right;
	padding: 20px 0px 5px 5px; 
}
.coral li{
	list-style-image: url(images/pointLiCoral.gif);
	vertical-align: middle;
}

	
.no2 {
	background-color: #6495ed;
	color: white;
	padding-left: 10px;
}
.no2Image {
	float: right;
	margin: 20px 0px 5px 5px; 
}

/***********************************************/
/* table -material                               */
/***********************************************/ 
 
table.material {
	width: 600px;
	margin: 0px 0px 5px 20px;
	border-collapse: collapse;
	border: 1px solid #666666;border-collapse: collapse;
	border: 1px solid #666666;
}

table.material th, td{
  padding: 2px 5px 2px 5px;
  font-size: 0.9em;
}
table.material th {
  border: none;
  color: #ffffff;
  background-color: #666666;
  border-collapse: collapse;
	border: 1px solid #666666;
  text-align: center;
}
table.material td {
  border-top: 1px solid #666666;
  border-bottom: none;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
} 

.materialMain {
  width: 350px;
} 
