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

/*The menu on top of the page (content is php uphated)*/
.menubar{
   margin:20px auto 20px 0px;
}

.rtts_menuitem{
   padding-right:20px;
   color:#B8860B;
}

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

.rtts_menuitem a:hover, .rtts_menuitem a:active{
   color:red;
}
/*end of menubar*/

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

.subtitle{
   margin-top:30px;
   margin-left:0px;
}

/*Text start*/
/*It overrides the par def. in eminf.css*/
.par{
   width:740px;
   margin: 20px auto 0px auto;
   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 related styles*/
table{
   width:740px;
   margin:30px 0px 0px 0px;
   color:black;
   background-color:white;
   border-collapse:collapse;
   border:1px dotted #800000;
}

caption{
   padding-top:20px;
   padding-bottom:20px;
   font:normal small-caps normal 10px/18px arial, verdana, sans-serif;
   border:1px dotted #800000;
}
/*Highlight in caption*/
.b{
   padding-left:1px;
   padding-right:0px;
   color:black;
   background-color:#afeeee; 
}

.r{
   padding-left:0px;
   padding-right:1px;
   color:black;
   background-color:#ffa07a; 
}

.w{
   padding-right:1px;
   padding-left:1px;
   color:black;
   background-color:#ffffff; 
}

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

th{
   text-align:center;
   font-size:10px;
   color:black;
   background-color:#f5deb3; 
}

/*For numbered rows*/
.nbr{
   width:4px;
   text-align:right;
   padding-right:1px;
   font-weight:normal;
}

/*For row descriptor*/
.rd{
   width:120px;
   text-align:left;
   padding-left:2px;
}

.highlight{
   background-color:#f0ffff; 
}

td{
   width:60px;
   padding:5px 0px 5px 0px;
   text-align:center;
   font:normal normal normal 10px/16px arial, verdana, sans-serif;
}

/* Endof Table Stylesheet*/

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

.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*/
