/*

CSS sheet for XHTML pages generated by the StudioTips Code Documentor.

Vencor Software		 http://www.vencor.ca
Doug Kuyvenhoven	 doug@vencor.ca

*/

#container 
	{
		margin: 0 auto;
		width: 580px;
		text-align: left;
	}

body
	{
		text-align: center;
		font-family: "Times New Roman", Georgia, Times, serif;
		font-size: 11pt;
	}

h1, h2, h3, h4, h5, h6
	{
		font-family: lucida grande, geneva, helvetica, arial, sans-serif;
	}

h1
	{
		font-size: 20pt;
		font-weight: bold;
	}

h2
	{
		background-image: url("http://www.studiotips.net/css/images/studiotips_logo.gif");
		background-repeat: no-repeat;
		background-position: 0px 0px;
		min-height: 40px;
		padding-left: 60px;
		padding-top: 5px;
		padding-bottom: 20px;
		
		font-size: 16pt;
		font-weight: bold;
	}

h3
	{
		font-size: 14pt;
		font-weight: bold;
	}

h4
	{
		font-size: 12pt;
		font-weight: bold;
	}

h5
	{
		font-size: 11pt;
		font-weight: bold;
	}
	
kbd
	{
		font-family: lucida grande, geneva, helvetica, arial, sans-serif;
		font-size: 9pt;
		text-decoration: underline;
		color: black;
	}
li
	{	
		padding-bottom: 10px;
	}


p.image
	{
		text-align: center;
	}

div.image_sideline
	{
		min-height: 45px;
		margin-top: 5px;
		margin-bottom: 5px;
		border-top: 1px solid silver;
		border-bottom: 1px solid silver;
	}

div.image_sideline img
	{
		float: left;
		padding-top: 5px;
		padding-bottom: 5px;
	}

div.image_sideline p
	{
		padding-left: 50px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
p.footer
	{
	
		background-image: url("http://www.studiotips.net/css/images/studiotips_logo.gif");
		background-repeat: no-repeat;
		background-position: bottom right;
		min-height: 40px;
		padding-left: 60px;
		padding-top: 5px;
		padding-bottom: 30px;
	
		
		font-family: lucida grande, geneva, helvetica, arial, sans-serif;
		font-size: 9pt;
	}

p.code
	{
		font-family: courier new, courier, monaco, monospace;
		font-size: 9pt;
		color: black;
		border: 1px solid silver;
		background: whitesmoke;
		padding: 2px 5px 2px 5px;
	}
	
/* The following sections: p.note, p.tip, p.warning 
can be removed after the next release of studiotips.
*/

p.note
	{
		background-image: url("http://www.studiotips.net/css/images/note.gif");
		background-repeat: no-repeat;
		background-position: 0px 5px;
		min-height: 35px;
		padding-left: 50px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px solid silver;
		border-bottom: 1px solid silver;
	}

p.tip
	{
		background-image: url("http://www.studiotips.net/css/images/tip.gif");
		background-repeat: no-repeat;
		background-position: 0px 5px;
		min-height: 35px;
		padding-left: 50px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px solid silver;
		border-bottom: 1px solid silver;
	}
	
p.warning
	{
		background-image: url("http://www.studiotips.net/css/images/warning.gif");
		background-repeat: no-repeat;
		background-position: 0px 5px;
		min-height: 35px;
		padding-left: 50px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-top: 1px solid silver;
		border-bottom: 1px solid silver;
	}


span.code
	{
		font-family: courier new, courier, monaco, monospace;
		font-size: 10pt;
		color: black;
	}
	
span.file
	{
		font-family: courier new, courier, monaco, monospace;
		font-size: 10pt;
		color: blue;
	}

span.omcomment
	{
		color: red;
	}


span.moddateby
	{
		font-family: courier new, courier, monaco, monospace;
		font-size: 8pt;
		color: red;
	}

span.nav
	{
		font-family: lucida grande, geneva, helvetica, arial, sans-serif;
		font-weight: bold;
		font-size: 9pt;
		color: black;
	}
	
ul
	{
		list-style-type: square;
	}
	
/* Data Entry */

div.dataentry
{
	margin: 0px;
	padding: 5px;
}

div.dataentry col.labels
{
	width: 200px;
}

div.dataentry td.label
{
	font-size: 11pt;
	text-align: right;
	padding-right: 5px;
}

div.dataentry input
{
	font-size: 9pt;
	padding-left: 2px;
}

div.dataentry textarea
{
	font-family: lucida grande, geneva, helvetica, arial, sans-serif;
	font-size: 9pt;
	padding-left: 2px;
}

div.dataentry td.button input
{
	text-align: center;
}

div.dataentry td.entryfield input
{
	padding-left: 2px;
}
