/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: verdana, sans-serif;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	table: '';
	table: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


ul {
   list-style-type: disc; 
   list-style-image: url('../assets/bullet.jpg');
   color: #000000;
}
ol {
  list-style-image:none;
}

/**************  Code Formatting   ************************/
.Code
{
    font-size: 13px;
    background-color: #F6F7FB;
    margin: 5px 0 5px 15px;
    padding: 10px;
    float: left;
}
.CodeIndent
{
    margin: 0 0 0 20px;
    float: left;
    clear:both;
}
/******  Simple Html Code Example  ************
<div class="Code">
<code>
function
{<br />
<span class="CodeIndent">var x = "Hello World!"</span><br />
}</code>
</div>
****************************************************/
/***********  End of Code Formatting  ********************/

/* Additions */
.reviseDate
{
	text-align:center;
	margin-top: 25px;
	margin-bottom: 0;
}

.InputCode
{
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	text-align:left;
}

.BoldCode
{
	font-family: "Courier New", Courier, monospace;
	font-size:16px;
	text-align:left;
	font-weight: bold;
}

.Parameter
{
	font-family:"Courier New", Courier, monospace;
	font-style:italic;
}

p.InputCode
{
	white-space:nowrap;
	background-color:#e8e8e8;
	overflow:auto;
	font-size: 15px;
}

.MenuOutput
{
	font-weight:bold;
}

.Red
{
	color: #F00;		
}
.Blue {
	color: #00F;
}

.indent3
{
	font-family: "Courier New", Courier, monospace;
	margin-left:20px;
}
.indent6
{
	font-family: "Courier New", Courier, monospace;
	margin-left:40px;
}
.indent9
{
	font-family: "Courier New", Courier, monospace;
	margin-left:60px;
}
.indent12
{
	font-family: "Courier New", Courier, monospace;
	margin-left:80px;
}

div.indent3
{
	margin-left:20px;
}
div.indent6
{
	margin-left:40px;
}
div.indent9
{
	margin-left:60px;
}
div.indent12
{
	margin-left:80px;
}

.CenterImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}