/*
** NORMAL.CSS
** This style sheet is used by SkyMap Pro for all HTML information
** screens when the program is in "non night-vision" colour settings.
**
** You can freely customise this file to change the appearance of
** any of the HTML reports and information screens.
*/

/*
** General styles used in common across all pages.
*/

/* BODY: General font, colour, etc, settings for the page */

BODY
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
	background-color: lightyellow;
}

/* H1: Level 1 header styles */

H1
{
	font-weight: bold;
	font-size: 16pt;
	font-style: italic;
	font-family: Arial, Sans-Serif;
}

/* H2: Level 2 header styles */

H2
{
	font-weight: bold;
	font-size: 14pt;
	font-style: normal;
	font-family: Arial, Sans-Serif;
}

/* H3: Level 3 header styles */

H3
{
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	font-family: Arial, Sans-Serif;
}

/* H4: Level 4 header styles */

H4
{
	font-size: 12pt;
	font-style: italic;
	font-family: Arial, Sans-Serif;
}

/* TABLE: General table styles */

TABLE
{
	font-size: 10pt;
	font-family: Arial, Sans-Serif;
}

/* TR: General table row styles */

TR
{
}

/* TD: General table cell styles */

TD
{
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

/*
** Information dialog styles
*/

/* General styles for the info block tables */

TABLE.Info
{
}

/* Styles for the body */

TBODY.Info
{
}

/* Styles for the rows */

TR.Info
{
}

/* Styles for item names */

TD.InfoName
{
	vertical-align: top;
	font-weight: bold;
}

/* Styles for item value */

TD.InfoValue
{
	vertical-align: top;
}



/*
** DetailedReport
** Styles for the detailed observation report.
*/

/* General styles for the report table */

TABLE.DetailedReport
{
}

/* Styles for the report body block */

TBODY.DetailedReport
{
}

/* Styles for the rows of the table */

TR.DetailedReport
{
}

/* Styles for item names */

TD.DetailedReportName
{
	font-weight: bold;
}

/* Styles for item value */

TD.DetailedReportValue
{
}


/*
** TabularReport
** These styles are used in tabular reports, and can be edited
** as desired to customize the appearance of such reports.
*/

/* General styles for the report table */

TABLE.TabularReport
{
	border-right: gray solid;
	border-top: gray solid;
	font-size: 10pt;
	border-left: gray solid;
	border-bottom: gray solid;
	font-family: Arial, Sans-Serif;
	border-collapse: collapse;
}

/* Styles for the table caption */

CAPTION.TabularReport
{
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
	font-family: Arial, Sans-Serif;
	padding-bottom: 5px;
}

/* Styles for the header block */

THEAD.TabularReport
{
}

/* Styles for the "header row" of the table */

TR.TabularReportHead
{
	font-weight: bold;
	background-color: #00ffff;
}

/* Styles for the header row cells */

TD.TabularReportHead
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	padding-top: 2px;
	border-bottom: gray 3px solid;
}

/* Styles for the report body block */

TBODY.TabularReport
{
}

/* Styles for the rows of the report body */

TR.TabularReportBody
{
	background-color: #ffffcc;
}

/* Styles for the selected row of the report body */

TR.TabularReportSelected
{
	background-color: #CC9C08;
}

/* Styles for the body row cells */

TD.TabularReportBody
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 1px;
	border-left: gray 1px solid;
	padding-top: 2px;
	border-bottom: gray 1px solid;
}
