/*************************************************
gen.css
stylesheet for all pages of allelephants
**************************************************/

/*general body*/
body
{
	background-color: white;
	color: black;
	margin-left: 3%;
	margin-right: 2%;
	font-family: arial,helvetica,sans-serif;
	font-size: 12pt;
}

/*definition for netscape4.7*/
table,td,p,div,span,h1,h2,h3,h4,h5,h6,ul,li
{
	font-family: arial,helvetica,sans-serif;
}

/*table for logo*/
table.tlogo
{
	background-color: white;
	font-size: 90%;
	text-align: center;
	padding: 0;
}
/*ad cell*/
.allads
{
    border-top: thin solid red;
	border-left: thin solid red;
	padding: .1em;
	/*padding-top: .5em;*/
	text-align: justify;
	/*background-color: #B3F1F4;*/
	background-color: white;
}
.allads1
{
	border: thin outset #E2D3AF;
	/*border-bottom: thin solid red;*/
	text-align: center;
    padding-bottom: .5em;
	padding-top: .5em;
	background-color: white;
}
/*top navbar table*/
table.tnavbar
{
	/*background-color: black;*/
	border: thin outset grey;
	padding: .05em;
}

/*top navbar table cell*/
td.tnavbar
{
    padding: .05em;
	background-color: #95004A;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	color: #E4E4E4;
	/*border-bottom: thin solid #E4E4E4;*/
}

/*footer div*/
div.tend
{
	text-align: center;
	font-size: 70%;
	margin-bottom: 1em;
}

/*footer table*/
table.tend
{
	margin-top: 1em;
	margin-bottom: 1em;
}

/*footer table cell*/
td.tend
{
    font-size: 80%;
	font-weight: bold;
	text-align: center;
}

/*eleinfo table*/
table.info
{
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: thin ridge gray;
	border-bottom: thin ridge gray;
}

/*eleinfo table cell*/
td.info
{
	padding-right: 2em;
	padding-left: 2em;
	border: thin outset #E1E1E1;
	font-size: 80%;
	background-color: #E1E1E1;
}

/*product intro table*/
table.prod
{
	margin-top: 0;
	/*margin-bottom: .5em;
	border-bottom: medium ridge gray;*/
}

/*product intro table cell*/
td.prod
{
	padding-right: 1em;
	padding-left: 1em;
	border: thin outset #E1E1E1;
	background-color: #E1E1E1;
}

/*white product table cell*/
td.prodad
{
	padding-right: 1em;
	padding-left: 1em;
	background-color: white;
	font-size: 60%;
	text-align: justify;
}

/*blue product table cell*/
td.prodad1
{
	padding-right: 1em;
	padding-left: 1em;
	border: thin outset #C4FFFF;
	background-color: #C4FFFF;
	text-align: justify;
	font-size: 60%;
}

/*special table cell*/
td.special
{
	border: medium outset #AAC7FD;
	background-color: #AAC7FD;
	text-align: center;
	font-weight: 600;
	font-size: 70%;
	color: black;
}

/*ENS-news table cell*/
td.news
{
    padding: .5em;
	border: medium outset black;
	background-color: black;
	font-weight: bold;
	font-size: 75%;
	color: #E4E4E4;
}

/*misc-index heading table cell*/
td.mischd
{
    padding: .25em;
	/*border: medium outset #C5AC7A;*/
	background-color: #95004A;
	font-weight: bold;
	font-size: 75%;
	color: #E4E4E4;
}
table.mischd
{
	/*border: medium outset #C5AC7A;*/
	background-color: #C5AC7A;
}

/*misc-index table cell*/
td.misc
{
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	background-color: white;
	text-align: justify;
	font-size: 70%;
	color: black;
	border-left: thin solid black;
}

td.cmisc
{
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .5em;
	background-color: white;
	text-align: center;
	font-size: 75%;
	color: black;
}
.but
{
    color: #A8FFA8;
	/*color: #FDE4AC;*/
	/*color: #6C582F;*/
    background: #95004A;
	font-weight: 600;
    padding: 0;
    margin: 0;
}
.but:hover
{
	color: #E4E4E4;
	background: #95004A;
	font-weight: normal;
}
/*A.but:visited { color: #E4E4E4 }
A.but:link { color: #E4E4E4 }
A.front:visited { color: black }
A.front:link { color: black }*/
