/*
	Authors: Saqib Ali and Emma Jane Hogbin
	Adapted from: http://www.xml-dev.com/blog/new.css
	
	In your HTML file add the following line somewhere inside the <head>
	and </head> tags:
	<link rel="stylesheet" type="text/css" href="style-ob.css">
	
	If you are using XHTML use the following line instead:
	<link rel="stylesheet" type="text/css" href="style-ob.css" />
	
*/ 


pre.PROGRAMLISTING {
	margin-left: 20px;
	background: #d0efd4;
	color: #773141;
}

code.CLASSNAME {
	color: #3f7749;
	font-weight: bold;
}

code.METHODNAME{
	color: #4f3eb1;
	font-weight: bold;
}

.APPLICATION {

	color: #1d9639;
	
	font-weight: bold;

}

.emphasis {

color: #c61d70;

}

div.NOTE {

	color: #168c3d;
	background-color: #bceeef;
	font-weight: bold;

}

div.TIP {

	color: #4e8f91;
	background-color: #efdbe5;
	font-style: italic;

}

div.WARNING {

	color: #ffffff;
	background-color: #000;
	font-style: italic;
	font-weight: bold;
}

div.CAUTION {

	color: #fffc00;
	background-color: #23399b;
	font-style: italic;
	font-weight: bold;
}

div.NAVHEADER {

background: #ffefcf;
border:1px solid #edbb85;

}

div.NAVFOOTER {

background: #ffefcf;
border:1px solid #edbb85;

}

div.QUESTION {
background-color: #18db13;
font-weight: bold;
color: #a22e2e;
}

div.ANSWER {

font-style: italic;
color: #211cdb;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 * -> The End <-
 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

