/*
  epicsv4.css is the StyleSheet for EPICS V4 Working Group web pages. 

  See also base.css (should preceed this StyleSheet), and epicsv4doc.css (used instead for documents).
  Auth: Greg White, 27-Dec-2011 for EPICS V4.

*/

/* We don't presently use a masthead banner */
table.masthead_banner {
background-color: rgb(150,0,0); border-style:none; border-collapse:collapse; border-width:0px
}

/* Tables in general */
table {
	border-width: 1px;
	border-spacing: ;
	border-style: inset;
	border-color: lightgray;
	border-collapse: collapse;
	background-color: white;
        /* font-size:85% */
}

/* 
 * Masthead is the tabs banner 
 */ 
table.masthead {
	border-width: 1px;
	border-spacing: ;
	border-style: inset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
        font-size:85%;
}
table.masthead td {
        padding: 5px 1em;
	border-width: 1px;
	border-style: inset;
	border-color: #D0D0D0;
	background-color: white;
	-moz-border-radius: ;
}
td.selected { 
    background-color:rgb(0,128,255); /* for non-css3 browsers */ 
    filter:
    /* for IE */
    progid:DXImageTransform.Microsoft.gradient(startColorstr='#908CF7', endColorstr='#302DF6'); 
    /* for webkit browsers */  
    background: -webkit-gradient(linear, left top, left bottom, from(#908CF7), to(#302DF6));
    /* for firefox 3.6+ */  
    background: -moz-linear-gradient(top,  #908CF7,  #302DF6); 
}

/* To indicate which tab in the masthead tabs, is presently selected */
span.selectedtab {
        # background-color:rgb(0,128,255);
        color:white;
}


/* 
 * table "content" as used on home page test 
 */
table.content {
	border-width: 1px;
	border-spacing: ;
	border-style: inset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
        /* font-size:85% */
}
table.content th {
	border-width: 1px;
	padding: 3px;
	border-style: outset;
	border-color: grey;
	background-color: white;
	-moz-border-radius: ;
}
table.content td {
	border-width: 1px;
	padding: 6px;
	border-style: inset;
	border-color: #D0D0D0;
	background-color: white;
	-moz-border-radius: ;
}
ul.quicklinks_outer {
  list-style-type: none;
  padding: 0;
  margin-left: 0px;
  font-size:90%;
}
ul.quicklinks_inner {
  list-style-type: none;
  padding: 0;
  margin-left: 6px;
  font-size:90%;
}

/*
 * The definition list used for products
 */
dl.normativeproddescr
{
	margin: 0.5em 0;
	padding: 0;
}

.normativeproddescr dt
{
	position: relative;
	left: 0;
	top: 1.1em;
	width: 5em;
	font-weight: bold;
}

.normativeproddescr dd
{
	border-left: 1px solid #000;
	margin: 0 0 0 6em;
	padding: 0 0 .5em .5em;
}