﻿/******************************************************************************
 * WTL Documentation Library Standard Page Theme Style Sheet
 * (c)2007 Thomas, Jonathon J - All Rights Reserved
 ******************************************************************************/

/* Cut & Paste template
                                        /-center
         1         2         3         4         5         6         7         8
12345678901234567890123456789012345678901234567890123456789012345678901234567890
 +----------------------------------------------------------------------------+
 |                                                                            |
 +----------------------------------------------------------------------------+
 |                                                                            |
 |+--------------------------------------------------------------------------+|
 ||                                                                          ||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+|
 ||+------------------------------------------------------------------------+||
 |||                                                                        |||
 ||+------------------------------------------------------------------------+||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+|
 ||+------------------------------------------------------------------------+||
 |||+----------------------------------------------------------------------+|||
 ||||                                                                      ||||
 |||+----------------------------------------------------------------------+|||
 ||+------------------------------------------------------------------------+||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 +----------------------------------------------------------------------------+

 */

/******************************************************************************
 * Page Styles
 * Page layout id's
 ******************************************************************************/



/* Layout

 +----------------------------------------------------------------------------+ div#master_section_page
 |+--------------------------------------------------------------------------+|  div#master_section_head
 ||+------------------------------------------------------------------------+||   div#section_head_sitetitle
 ||| WTL Documentation Library                                              |||    div#section_head_sitename
 ||| FileName                                                               |||    div#section_head_filename
 ||+------------------------------------------------------------------------+||
 |+--------------------------------------------------------------------------+|   div#section_head_sitenav
 || Overview > FileName                                                      ||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+|  div#master_section_body
 || Content                                                                  ||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+|  div#master_section_foot
 || For info see the website.                                                ||   div#section_foot_contactinfo
 || (c)2007 Thomas, Jonathon J - All Rights Reserved                         ||   div#section_foot_copyrightinfo
 |+--------------------------------------------------------------------------+|
 +----------------------------------------------------------------------------+

 */

/* Index Page
                                        /-center
         1         2         3         4         5         6         7         8
12345678901234567890123456789012345678901234567890123456789012345678901234567890
 +----------------------------------------------------------------------------+
 |+--------------------------------------------------------------------------+| div#master_section_body
 ||                        WTL Documentation Library                         ||  h2#section_body_pagename
 ||                                                                          ||
 || Description                                                              ||  div#section_body_description
 ||                                                                          ||
 || Getting Started                                                          ||  h3.section_body_topic
 ||  +--------------------------------------------------------------------+  ||  div.section_body_subsection
 ||  | PageContent                                                        |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 || Other Resources                                                          ||  h3.section_body_topic
 ||  +--------------------------------------------------------------------+  ||  div.section_body_subsection
 ||  | PageContent                                                        |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+| div#master_section_foot
 || For info see the website.                                                ||  div#section_foot_contactinfo
 || (c)2007 Thomas, Jonathon J - All Rights Reserved                         ||  div#section_foot_copyrightinfo
 |+--------------------------------------------------------------------------+|
 +----------------------------------------------------------------------------+

 */
div#master_section_body{
	margin: 25px 25px 25px 25px;
}

	h2#section_body_pagename{
		text-align: center;
	}

	div#section_body_description{
		font-size: medium;
	}

	h3.section_body_topic{
		text-align: left;
	}

	div.section_body_subsection{
		margin: 5px 25px 5px 25px;
	}
	h3.section_body_topic
	{
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	div.section_body_subsection p
	{
		padding-top: 0px;
		margin-top: 0px;
	}

div#master_section_foot{
	padding: 5px 0px 5px 0px;
	margin: 0px 10px 0px 10px;
	border-top: 1px gray solid;
}

	div#section_foot_contactinfo{
		font-size: small;
	}

	div#section_foot_copyrightinfo{
		font-size: small;
	}

/* Info Page

 +----------------------------------------------------------------------------+
 |+--------------------------------------------------------------------------+|  div#master_section_head
 ||+------------------------------------------------------------------------+||   div#section_head_sitetitle
 ||| WTL Documentation Library                                              |||    div#section_head_sitename
 ||| FileName                                                               |||    div#section_head_filename
 ||+------------------------------------------------------------------------+||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+| div#master_section_body
 ||                        WTL Documentation Library                         ||  h2#section_body_pagename
 ||                                                                          ||
 || Description                                                              ||  div#section_body_description
 ||                                                                          ||
 || Getting Started                                                          ||  h3.section_body_topic
 ||  +--------------------------------------------------------------------+  ||  div.section_body_subsection
 ||  | PageContent                                                        |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 || See Also                                                                 ||  h3.section_body_topic
 ||  +--------------------------------------------------------------------+  ||  div.section_body_subsection
 ||  | PageContent                                                        |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+| div#master_section_foot
 || For info see the website.                                                ||  div#section_foot_contactinfo
 || (c)2007 Thomas, Jonathon J - All Rights Reserved                         ||  div#section_foot_copyrightinfo
 |+--------------------------------------------------------------------------+|
 +----------------------------------------------------------------------------+

 */
body#master_page_body{
	background-color:#FFFEF8;
}
div#master_section_head{
	background-color: #FDFCEC;
	color: #003399;
	border-bottom: 1px gray solid;
}

	div#section_head_sitetitle{
		padding: 5px 5px 5px 10px;
		border-bottom: 1px gray solid;
	}

		div#section_head_sitename{
			font-size: x-small;
		}

		div#section_head_filename{
			font-size: medium;
			font-weight: bold;
		}

	div#section_head_sitenav{
		margin: 0px 0px 0px 0px;
		padding-left: 4px;
		padding: 5px 5px 5px 10px;
		border-top: 1px white solid;
		font-size: small;
	}

		div#section_head_sitenav a:link,
		div#section_head_sitenav a:link:hover{
			color: blue;
		}

		div#section_head_sitenav a:link:visited,
		div#section_head_sitenav a:link:visited:hover{
			color: purple;
		}

		div#section_head_sitenav a:link:active,
		div#section_head_sitenav a:link:active:hover{
			color: red;
		}

		div#section_head_sitenav a,
		div#section_head_sitenav a:link,
		div#section_head_sitenav a:hover,
		div#section_head_sitenav a:visited,
		div#section_head_sitenav a:active{
			background-color: #D2EAEA; /* #D4DFFF */
			text-decoration: none;
			border: 1px transparent solid;
			margin: 0px 0px 0px 0px;
			padding: 1px 4px 1px 4px;
		}

		div#section_head_sitenav a:link:hover,
		div#section_head_sitenav a:link:visited:hover,
		div#section_head_sitenav a:link:active:hover,
		div#section_head_sitenav a:visited:hover{
			background-color: #BFCFFF;
			text-decoration: none;
			border: 1px #E8EEFF solid;
			margin: 0px 0px 0px 0px;
			padding: 1px 4px 1px 4px;
		}


/* Function Layout

 +----------------------------------------------------------------------------+
 |+--------------------------------------------------------------------------+|  div#master_section_head
 ||+------------------------------------------------------------------------+||   div#section_head_sitetitle
 ||| WTL Documentation Library                                              |||    div#section_head_sitename
 ||| FuncName                                                               |||    div#section_head_filename
 ||+------------------------------------------------------------------------+||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+| div#master_section_body
 || Description                                                              ||  div#section_body_description
 ||  +--------------------------------------------------------------------+  ||  div.section_body_codesection
 ||  | void FuncName( int p );                                            |  ||
 ||  |                                                                    |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 || Parameters                                                               ||  h3.section_body_topic
 ||  +--------------------------------------------------------------------+  ||  div.section_body_subsection
 ||  | +----------------------------------------------------------------+ |  ||   table.section_body_list_data
 ||  | | p                                                                |  ||
 ||  | | +------------------------------------------------------------+ | |  ||    table.section_body_valuetable
 ||  | | | [in] Value | Description                                   | | |  ||
 ||  | | +------------------------------------------------------------+ | |  ||
 ||  | +----------------------------------------------------------------+ |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 || Topic                                                                    ||  h3.section_body_topic
 ||  +--------------------------------------------------------------------+  ||  div.section_body_subsection
 ||  | PageContent                                                        |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 || Usage Information                                                        ||  h3.section_body_topic
 ||  +--------------------------------------------------------------------+  ||  div.section_body_subsection
 ||  | +----------------------------------------------------------------+ |  ||   table#section_body_usagetable
 ||  | | Name | Description                                             | |  ||
 ||  | +----------------------------------------------------------------+ |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+| div#master_section_foot
 || For info see the website.                                                ||  div#section_foot_contactinfo
 || (c)2007 Thomas, Jonathon J - All Rights Reserved                         ||  div#section_foot_copyrightinfo
 |+--------------------------------------------------------------------------+|
 +----------------------------------------------------------------------------+

 */

div.section_body_codesection{
	background-color: #F7F7FF;
	color: #003399;
	padding: 0px 5px 25px 5px;
	border-bottom: 1px #DCDCEF solid;
}

/* Mini code-section */
div.section_body_minicodesection{
	background-color: #F7F7FF;
	color: #003399;
	padding: 5px 5px 5px 5px;
}

table.section_body_list_data{
	width: 100%;
}

	table.section_body_list_data,
	table.section_body_list_data tr,
	table.section_body_list_data td,
	table.section_body_list_data th{
		text-align: left;
		vertical-align: top;
	}

	table.section_body_list_data td{
		padding: 0px 0px 5px 25px;
	}

	table.section_body_list_data th{
		padding: 5px 0px 0px 0px;
	}

	table.section_body_valuetable{
		width: 100%;
		margin: 0px 0px 0px 0px;
		border-left: 1px gray solid;
		border-top: 1px gray solid;
	}

	/*table.section_body_valuetable,
	table.section_body_valuetable tr,*/
	table.section_body_valuetable td,
	table.section_body_valuetable th{
		font-size: medium;
		padding: 2px 5px 2px 5px;
		text-align: left;
		vertical-align: top;
	}

	table.section_body_valuetable td,
	table.section_body_valuetable th{
		border-bottom: 1px gray solid;
		border-right: 1px gray solid;
	}

	table.section_body_valuetable thead tr td{
		background-color: #CCCCCC;
	}

table#section_body_usagetable{
	margin: 0px 0px 0px 0px;
}

	/*table#section_body_usagetable,
	table#section_body_usagetable tr,*/
	table#section_body_usagetable td,
	table#section_body_usagetable th{
		font-size: x-small;
		padding: 3px 5px 3px 5px;
		/*border-bottom: 1px white solid;*/
		text-align: left;
		vertical-align: top;
	}

	table#section_body_usagetable tbody tr th{
		background-color: #DDDDDD;
		/*border-right: 1px white solid;*/
	}

	table#section_body_usagetable tbody tr td{
		background-color: #EEEEEE;
	}


/* List Layout

 +----------------------------------------------------------------------------+
 |+--------------------------------------------------------------------------+|  div#master_section_head
 ||+------------------------------------------------------------------------+||   div#section_head_sitetitle
 ||| WTL Documentation Library                                              |||    div#section_head_sitename
 ||| FuncName                                                               |||    div#section_head_filename
 ||+------------------------------------------------------------------------+||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+| div#master_section_body
 || Description                                                              ||  div#section_body_description
 ||  +--------------------------------------------------------------------+  ||  table.section_body_list
 ||  |+------------------------------------------------------------------+|  ||   ul.section_body_pagenav
 ||  ||[A][B][C][D][E][F][G][H][I][J][K][L][M][N][O][P][Q][R][S][T][U][V]||  ||
 ||  ||[W][X][Y][Z]                                                      ||  ||
 ||  |+------------------------------------------------------------------+|  ||
 ||  +--------------------------------------------------------------------+  ||
 ||  | A-Element                                                          |  ||
 ||  | B-Elemenet                                                         |  ||
 ||  +--------------------------------------------------------------------+  ||
 ||                                                                          ||
 |+--------------------------------------------------------------------------+|
 |                                                                            |
 |+--------------------------------------------------------------------------+| div#master_section_foot
 || For info see the website.                                                ||  div#section_foot_contactinfo
 || (c)2007 Thomas, Jonathon J - All Rights Reserved                         ||  div#section_foot_copyrightinfo
 |+--------------------------------------------------------------------------+|
 +----------------------------------------------------------------------------+

 */

table.section_body_list{
	width: 100%;
	border-top: 1px gray solid;
	border-left: 1px gray solid;
}

	table.section_body_list,
	table.section_body_list tr,
	table.section_body_list td,
	table.section_body_list th{
		text-align: left;
		vertical-align: top;
	}

	table.section_body_list td,
	table.section_body_list th{
		border-right: 1px gray solid;
		border-bottom: 1px gray solid;
	}

	table.section_body_list thead tr,
	table.section_body_list thead tr td{
		background-color: #cccccc;
	}

	table.section_body_list tbody tr th,
	table.section_body_list tbody tr td{
		padding: 2px 5px 2px 5px;
	}

		ul.section_body_pagenav{
			width: 100%;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			float: left;
			list-style: none inside none;
		}

			ul.section_body_pagenav li{
				display: inline;
			}

			ul.section_body_pagenav li a{
				background-color: #cccccc;
				color: white;
				text-decoration: none;
				font-weight: bold;
				padding: 0.1em 0.4em 0.1em 0.4em;
				border: 0px;
				/*border-right: 1px solid white;*/
				float: left;
			}

			ul.section_body_pagenav li a:link{
				color: black;
			}

			ul.section_body_pagenav li a:link:hover{
				background-color: #dddddd;
			}

/* Update Formatting */
.update_date
{
	color: #CC9900;
}
