/* The style of the GROUPLAB top and side banners 
 */
/*	border-width:0px;
	border-style: none;
*/
TD.grouplab-top-banner-item {
   font-family: verdana, Arial, helvetica, sans;
	font-size: 8pt;
   font-weight:bold;
   color:#0067A7;	
	padding-left:.25cm;
	padding-right:.25cm;
}
TD.grouplab-side-banner-item {
   font-family: verdana, Arial, helvetica, sans;
	font-size: 8pt;
   font-weight:bold;
   color:white;
	padding-left:.25cm;
	padding-right:.25cm;
}

TD.grouplab-legend-item {
   font-family: verdana, Arial, helvetica, sans;
	font-size: 8pt;
    font-weight:normal;
	padding-left:.25cm;
	padding-right:.25cm;
}

a:link {
	color:#006D9A;
	text-decoration:none;
} 


a:visited {
	color:#004080;
	text-decoration:none;
} 

a:hover {
	color:#004080;
	text-decoration:underline;
}
	

/* The style of the GROUPLAB software
 */

/* Various headings  */
BODY {
	font-family: verdana, Arial, helvetica, sans;
	font-size: small;
	font-style: normal;
	font-weight:normal;
}

H1 {
	font-family: verdana, Arial, helvetica, sans;
	font-size: extra-large; 
	background: "#FCFFB7";
	border: none;
	margin-bottom: 0cm;

}

H2 {
   font-family: verdana, Arial, helvetica, sans;
	font-size: large;
	margin-top: .25cm;
	margin-bottom: .25cm;
}

H3 {
   font-family: verdana, Arial, helvetica, sans;
	font-size: medium;
	font-weight:bold;
	margin-top: .5cm;
	margin-bottom: .15cm;
}

H4 {
   font-family: verdana, Arial, helvetica, sans;
	font-size: small;
	font-weight:bold;
	margin-top: .5cm;
	margin-bottom: .15cm;
}

P {
   font-family: verdana, Arial, helvetica, sans;
   font-size: small;
}

P.big {
   font-family: verdana, Arial, helvetica, sans;
   font-weight:bold;
   font-size: medium;
	margin-left: .75cm;
	margin-top:.25cm;
}

P.x-small {
   font-family: verdana, Arial, helvetica, sans;
   font-size: x-small;
}


P.indented {
	font-family: verdana, Arial, helvetica, sans;
	font-size: small;
	margin-left: .75cm;	
	margin-bottom: .1cm;
	margin-top:0cm;
} 
P.p-noindent-nomargins {
	font-family: verdana, Arial, helvetica, sans;
	font-size: small;
	margin-left: 0cm;	
	margin-bottom: 0cm;
	margin-top:.1cm;
} 
P.p-noindent-smallmargins {
	font-family: verdana, Arial, helvetica, sans;
	font-size: small;
	margin-left: 0cm;	
	margin-bottom: 0cm;
	margin-top:.3cm;
} 


UL.x-small-noindent{
   font-size: x-small;
   margin-top: 0cm;
   margin-bottom: 0cm;
   margin-left: .5cm;
}
UL.ul-noindent{
   margin-top: 0cm;
   margin-bottom: 0cm;
   margin-left: .5cm;
}
li.x-small{
   font-size: x-small;
   margin-top: 0cm;
   margin-bottom: 0cm;
}

ul.list { 
	font-family: verdana, Arial, helvetica, sans;
	font-size: small;
	margin-top:0cm;
	margin-bottom: .1cm;
}

LI.indented {
	font-family: verdana, Arial, helvetica, sans;
	font-size: small;
	margin-left: .2cm;
	margin-top:0cm;
	margin-bottom: .1cm;
}
P.code {
	font-family:'courier new',monospace;
	font-size: small;
	margin-left: .75cm;
	margin-top:0cm;
	margin-bottom:0cm;
	background-color: "#f3f3f3";
}

SPAN.Warning {
	font-family: verdana, Arial, helvetica, sans;
	font-weight:bold;
	color:#C40C02;
}

SPAN.code {
	font-family:'courier new',monospace;
	background-color: "#f0f0f0";	
}


/* The style of tables containing names of software packages, links, and descriptions.  */

/* The whole table */
Table.grouplab-software {
	margin-left: .75cm;
	margin-right: -1cm;
	border-width:4px;
	border-style:groove;
	width:95%;
	background-color:white;
	font-family: verdana, Arial, helvetica, sans;
	font-size: small;
	border-collapse: collapse;
	padding-left: .2cm;
	padding-right: .2cm;
	padding-top: .2cm;
	padding-bottom: .43cm;
}

/* The headings of the table */
TR.grouplab-software-table-row-head {
	border-width:2px;
	border-style:solid;
    background-color:silver;
    font-weight:bold;
    text-align:left;
	padding-left: .2cm;
	padding-right: .2cm;
	padding-top: .2cm;
	padding-bottom: .4cm;

}
TD.grouplab-software-cell-head {
	border-width: 1px;
	border-style:solid;
	border-color: black;
	padding-left: .2cm;
	padding-right: .2cm;
	padding-top: .2cm;
	padding-bottom: .4cm;
}

/* Each cell */
TD.grouplab-software-cell {
	vertical-align:top;
	border-width: 1px;
	border-style:solid;
	border-color: silver;
	padding-left: .2cm;
	padding-right: .2cm;
	padding-top: .2cm;
	padding-bottom: .4cm;
}

/* The first column */
COLGROUP#col1 {
    display:table-column-group;
    font-weight:bold;
}

/* The odd rows */
#row-odd {
    background-color: white;
    text-align:left;
}

/* The even rows */
#row-even {
    background-color: "#f0f0f0";
    text-align:left;
}