/************************************************ 
General style for JEphem web pages
************************************************ /

/**************************/
/* General tags */
/**************************/
BODY{
	background : #FFCC99 url(../images/bg_posanis.jpg);
	background-attachment : fixed;
	margin-top : 0px;
	padding : 0px;
	border-top : Opx;
}
/*TABLE, TD{
	border-style : solid;
	border-color : Black;
	border-width : 1px;
}*/

/**************************/
/* Navigation */
/**************************/
TABLE.Navigation{
	border-style : none;
	width: 100%;
}
/**************************/
/* General navigation */
/**************************/
TD.GalNav{
	border-style : none;
	font-family: Arial;
	background-color : #DFD7EF;
	vertical-align : top;
	text-align : center;
	font-size : x-small;
}
TD.GalNav A:active{text-decoration : none;}
TD.GalNav A:link{text-decoration : none;}
TD.GalNav A:visited{	text-decoration : none;}

/**************************/
/* Local navigation */
/**************************/
TD.LocalNav{
	font-size : x-small;
	font-family: Arial;
	border-style : none;
	vertical-align : top;
	text-align : right;
}
TD.PrevNext{
	border-style : none;
	vertical-align : top;
	text-align : left;
}

/**************************/
/* Trail + Index + Title */
/**************************/
TABLE.TitleIndex{
	border-style : none;
	width: 100%;
}
/**************************/	
/* Trail index */
/**************************/
TD.TrailIndex{
	background-color : #FFFFE1;
	font-size : xx-small;
	font-family : Arial, Helvetica, sans-serif;
	width : 145px;
}
TD.TrailIndex A:active{text-decoration : none;}
TD.TrailIndex A:link{text-decoration : none;}
TD.TrailIndex A:visited{	text-decoration : none;}
/**************************/	
/* Title */
/**************************/
TD.Title{
	border-style : none;
	vertical-align : middle;
	text-align : center;
	font-size :48px;
	font-weight : bolder;
	padding : 18px;
}

/**************************/
/* Introduction text */
/**************************/
DIV.Intro{
	font-family : Arial;
	margin-top : 10px;
	margin-bottom : 10px;
	text-indent : 15px;
	margin-left : 50px;
}

/**************************/
/* Direct links, in top of page */
/**************************/
TD.DirectLinks{
	font-family : Arial;
	font-size : x-small;
}

/**************************/
/* Contents of the page */
/**************************/
DIV.Contents{
	font-family : Arial;
	text-align : center;
	font-size : x-small;
}

DIV.Presentation A:link, DIV.Presentation A:visited, DIV.Presentation A:active{
	font-weight : normal; 		/* Does not work */
}

/**************************/
/* Table or cell bordered to outline results */
/**************************/
TABLE.Bordered{
	border : 1px solid Black;
}
TD.Bordered{
	border : 1px solid Black;
}

/**************************/
/* Table to express results with several cells*/
/**************************/
TABLE.Results{
	text-align : center;
	background-color : #FFFFCC;
	border : 1px solid Black;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
TABLE.Results TD{
	border : 1px solid Black;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
TABLE.Results TH{
	border : 1px solid Black;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
}
TD.Left{
	text-align: left;
}
/**************************/
/* Note */
/**************************/
DIV.Note{
	font-size : smaller;
	background-position : left;
	margin-top : 5px;
	margin-bottom : 5px;
}
DIV.ColorNote{
	font-size : smaller;
	background-position : left;
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #F0E68C;
	/*font-family : Arial, Helvetica, sans-serif;*/
}

/**************************/
/* Footer */
/**************************/
TABLE.Footer{
	width : 100%;
}
TD.Top{
	text-align: right;
}
/**************************/
/**************************/

