/*stylesheet start*/
/* This stylesheet is shared by ustemps.xml and ustempreg.xml*/

/*The menu on top of the page*/
.menubar{
   margin:20px auto 20px 20px;
}

.ustt_menuitem{
   padding-right:40px;
   color:#B8860B;
}

.ustt_menuitem a:link, .ustt_menuitem a:visited{
   color:#B8860B;
}

.ustt_menuitem a:hover, .ustt_menuitem a:active{
   color:red;
}

/*Text start*/
/*It overrides the par def. in eminf.css*/
.par{
   width:700px;
   margin: 20px  0px 0px 20px;
   font:normal normal normal 12px/24px verdana, arial, sans-serif;
   text-align:justify;
   color:black; 
   background-color:transparent;
}
/*link is specified in eminf.css*/
/*Text End*/

/*Table start*/
table{
   width:700px;
   margin: 30px 0px 40px 20px;
   text-align:right;
   color:black;
   background-color:white;
   border-collapse:collapse;
   border:1px dotted #800000;
}

td{
   padding-right:10px;
   text-align:right;
}

th, td, tr{
   border:1px dotted #800000;
}

caption{
   padding-top:20px;
   padding-bottom:20px;
   font:normal small-caps normal 10px/18px arial, verdana, sans-serif;
   color:#800000;
   background-color:#fffff0;
   border:1px dotted #800000;
}

th{
   text-align:center;
   font-family: verdana, arial, sans-serif;
   font-size:10px;
   color:black;
   background-color:#f5deb3; 
}

td{
   width:100px;
   padding:5px 5px 5px 5px;
   font:normal normal normal 11px/16px 'Lucida Console'; arial, verdana, sans-serif;
}

.hitem{
   width:70px;
   margin-left:10px;
   margin-right:10px;
   text-align:left;
}

.highlight{
   background-color:#f0ffff; 
}
/*Table End*/

/*section title bullet*/
.bullet{
   display:none;
}

/*list of items in summary stats page*/
.itinerary{
   list-style-type:square;
   margin:20px auto 20px 30px;
}

.item{
   letter-spacing:normal;
   font:normal normal normal 12px/16px verdana, arial, sans-serif;
}
/*bar & raw average plot*/ 
.imgfrm{
   padding:20px auto 20px 20px;
}

/*regression line plot*/
.imagefrml, .imagefrmr{
   width:340px;
}

.imagefrml{
   float:left;
   margin-left:20px;
}

.imagefrmr{
   float:right;
}

/*stylesheet end*/
