﻿table.paraTbl th{
  text-align: left;
  width: 180px;
  padding: 3px 0;
  font-weight: normal;
}

table.paraTbl td{
  /*text-align: right;*/
  color: #003871;
  padding: 3px 0;
  background:#f7fbff
}

table.paraTbl
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:100%;
	border-collapse:collapse;
}

table.paraTbl td, table.paraTbl th 
{
	font-size:1em;
	/*border:1px solid #98bf21;*/
	border:1px solid #E9EAEC;
	padding:3px 7px 2px 7px;
}

table.paraTbl th 
{
	font-size:1.1em;
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	/*background-color:#A7C942;
	background-color:#000FFF;*/
	background-color:#e9eaec;
	/*background: url(btn_exre.jpg) top right repeat-x;*/
	/*color:#ffffff;*/
	color:#0;
}

table.paraTbl tr.alt td 
{
	color:#000000;
	background-color:#EAF2D3;
}

/*#ParaButton {*/
.paraBtn {
   float: left;
   background: url(btn_ex.jpg) top left no-repeat;
   border:none;
   display: inline-block;
   font-size: 10px;
   line-height: 20px;
   width: 250px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius:  3px;
   text-align: center;
   color: rgba(255,255,255,1);
}

.setBtn {
   /*float: left;*/
   background: url(btn_ex.jpg) top left no-repeat;
   border:none;
   display: inline-block;
   font-size: 10px;
   /*line-height: 20px;*/
   width: 250px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius:  3px;
   text-align: center;
   color: rgba(255,255,255,1);
}

.linkBtn {
   float: left;
   background: url(btn_ex.jpg) top left no-repeat;   
   border: none;
   display: inline-block;
   font-size: 10px;
   line-height: 20px;
   width: 250px;
   text-align: center;
   color: rgba(255,255,255,1);
}

.comboBox{
   box-shadow: none;
   font-size: 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border-width: 1px;
   border-style: solid;
   border-color: darkgray;
}

.inBox{
   box-shadow: none;
   font-size: 10px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   border-width: 1px;
   border-style: solid;
   border-color: darkgray;
}

.timeSpinner{
	numberFormat: d2;
	format: %02d;
	width: 20px;
}