﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	/*background: url("/img/triangles.png");*/	
	background-color: #F5F5F5;
	font-weight: normal;
	font-size:smaller;
}

body, html
{
	margin: 0;
	padding: 0;
	height: 100%;
}

pre
{
	margin-top: 0;
	margin-bottom: 1.5em;
}

p, pre
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	font-size: 0.80em;
	line-height: 1.32em;
	color: #444444;
	width: 247px;
}

pre.last
{
	margin-bottom: 0;
}

div.square
{
	width: 17.2em;
	height: 32.2em;
}

div.features
{
	width: 32.2em;
	height: 62.2em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	font-size: 0.80em;
	line-height: 1.32em;
	color: #444444;
}


#wrap
{
	margin: 0 auto;
	width: 48.4em;
	text-align: left;
}

#content
{
	float: left;
	width: 39.8em;
}

#nav
{
	float: right;
	width: 8.5em;
}

#nav table
{
	padding-left: 0.8em;
	border-left: 1px solid #849D2D;
}

#nav td 
{
	font-size: 0.80em;	
	line-height: 1.4em;
}

#nav, #content
{
	margin-top: 40px;
	height: 17.2em;
}

a
{
	color: #849D2D;
	text-decoration: none;
	border-bottom: 1px dotted #849D2D;
	margin-bottom: 0;
}

a:hover
{
	color: #0775a6;
}


 .bPTitle
    {
      border-bottom:2px solid #849D2D;
      padding-bottom:5px;
    }

a.disabled, a.disabled:hover
{
	color: #000000;
	text-decoration: none;
	margin-bottom: 1px;
	border-bottom: 0;
	cursor: auto;
}

.small
{
	font-size: 12px;
}

.padright
{
	padding-right: 0.5em;
}

a.noborder
{
	outline: none;
	text-decoration: none;
	border: 0;
}

a.noborder img
{
	border: 0;
}

#idRight
{
	float: right;
}

#idLeft
{
	float: left;
}


h1
{
    font-size: 160%;
    margin-top: 0;
}

h2
{
    font-size: 120%;
    margin-top: 20px;
}

h3
{
    font-size: 120%;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #849D2D
}


blockquote.quote { margin: 0 0 1.2em; background: transparent url(/FogBugz/i/screen/open-quote.gif) no-repeat 0 0; padding: 0 0 0 50px; }
	.quote * { font-style: italic; color: #455768; line-height: 14pt; }
	.quote cite:before { content: "\2014\2002"; }

/*
 * http://www.alistapart.com/articles/onionskin/
 *
 * core drop shadow rules
 *
 * */
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
} 
.wrap1
{
	float:left;
	background:url(/images/shadow.gif) right bottom no-repeat;
}
.wrap2
{
	background:url(/images/corner_bl.gif) left bottom no-repeat;
}
.wrap3
{
	padding:0 8px 8px 0;
	background:url(/images/corner_tr.gif) right top no-repeat;
}
.wrap3 img
{
	display:block;
	border:1px solid #849D2D;
	border-color:#849D2D;
}
.wrap1 {background:url(/images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(/images/corner_bl.gif) -1px 100% no-repeat;}
.wrap3 {padding:0 6px 6px 0; background:url(/images/corner_tr.gif) 100% -1px no-repeat;}

.features
{
	text-align: right;
}

.btn
{
	padding: 4px;
	border: thin solid #849D2D;
    margin-top: 10px;
    font-size: larger;
    font-weight: bold;
}

 .keyNote
    {
      font-style: italic;
      color: #999999;
      font-size: small;
    }
    
    ul.features li
    {
    	margin-bottom:7px;
    	color:#849D2D;
    	text-align:left
    }
    
    ul.features li span
    {
    	color: Black;
    }
    
    h1
    {
    	color: #849D2D;
    	font-size: 15px;
    	text-align: center;
    }
