/* style sheet for aleph zero home page */

/* no borders on the page */
body {
background: #F0FFE0;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
font-family: arial, helvetica, sans-serif;
font-size: 20px;
color: #000000;
padding: 20px;
}

td, th { padding: 10px;}

table.main {
font-size: 10pt;
}

TD.mcda {
background-color: #FFFFC0;
padding-right: 10px;
}

TD.ref {
background-color: #FFFFFF;
padding-right: 10px;
}

td.outer {
background: #0000A0;
vertical-align: middle;
}

.data {
  border: 1px solid black;
  border-collapse: collapse;	
}

a.outer {color: #0000A0; text-decoration: none;}

A {color: #0000A0; text-decoration: none;}
A:link {color: #0000A0; text-decoration: none;}
A:visited {color: #990099; text-decoration: none;}
A:active {color: #0000A0; text-decoration: none;}
A:hover {color: #0000a0; text-decoration: underline;}

A.footer{color: #FFFFFF; text-decoration: none;}
A.footer:link {color: #FFFFFF; text-decoration: none;}
A.footer:visited {color: #FFFFFF; text-decoration: none;}
A.footer:active {color: #FFFFFF; text-decoration: none;}
A.footer:hover {color: #FFFF33; text-decoration: underline;}

.graphic {border:0px; border-thickness:0px; border-color: #0000A0; border-style: solid;}

A:hover .graphic, A:active .graphic {border:0px; border-thickness:0px;
border-color: #0000A0; border-style: solid}

DIV.small {
font-size: 8pt;
font-weight: light;
}

DIV.aleph {
padding-left: 10pt;
padding-right: 10pt;
}

DIV.vergo {
	 vertical-align: middle;
}

SPAN.header {
font-size: 12pt;
font-weight: bold;
color: #FFFFFF;
}

.button {
/* background-image: url("gradgreen.gif");*/
border-width: thin;
border-style: solid;
border-color: #0000C0;
}

.btntext {
	font-size: 1.2em;
}
.linkbtn {
	background-color: #03AF03;
	color: white;
	font-size: 1.2em;

}
