/* Start CSS Reset Classes */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
 
/* Font size conversion chart 
10px = 77%
11px  = 85%
12px  =	93%
13px  =	100%
14px  =	108%
15px  = 116%
16px  =	123.1%
17px  =	131%
18px  =	138.5%
19px  =	146.5%
20px  =	153.9%
21px  =	161.6%
22px  =	167%
23px  =	174%
24px  =	182%
25px  =	189%
26px  =	197%
*/

body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:115% monospace;}


/* Start CSS Reset Classes */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* Global link treatment classes */
a {color:#0f57c2; text-decoration: none;}
a:visited {color:#0f57c2;text-decoration: none;}
a:active, a:focus {color:#0f57c2; text-decoration: underline;}
a:hover {color:#0f57c2; text-decoration: underline;}

/* Utility classes */
.bold {font-weight: bold;}
.unbold	{font-weight: normal;}
.emphasis {font-style: italic;}
.underline	{text-decoration:underline;}
.grey-hr	{border-bottom:1px solid #DBDCDE; clear:both; height:1px; margin:0; padding:0;}
.hr-for-ie {display:none;}
.clear-both	{clear:both;}
.off-screen{position:absolute; left:-5000px;width:1px;height:1px;overflow:hidden;}

/* Layout classes */
.layout-content-region	{margin:10px 0px 0px 15px; width:700px;}
.layout-footer-region	{width:100%;}
.layout-footer-region .layout-spacer-1	{padding:32px 0px 0px 0px;}

/* Component classes */
.popup-nav {background-image:url(/misc/buffers/images/navless-gradient.gif); height:35px; border-bottom:4px solid #068037; background-position:0px 0px; background-repeat:repeat-x; padding:0px 0px 0px 0px; margin:0px; width:100%;}
.popup-nav img {border: 0px; display: block; margin: 0px 0px 0px 6px; padding:4px 0px 0px 0px; float:left;}

h1	{color:#3F8800; font-size:182%; font-weight:normal;}
h2	{padding:10px 0px 10px 0px; font-size:108%;}
p	{line-height:150%; padding:0px 0px 5px 0px;}
ol	{padding:5px 0px 10px 20px; list-style:decimal;}
li	{padding:0px 0px 5px 0px;}
