body
{ 
	margin: 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 13px;
	color: #2A343A;
	text-align: center;
}

a, a:visited
{
	color: #0064A1;
	text-decoration: none;
}

a:hover, a:active, a:focus
{
	color: #0064A1;
	text-decoration: none;
}

img
{
	border: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
	text-decoration: none;
}

h1
{
	font-size: 24px;
	color: rgb(56, 172, 210);
	border-bottom: 0px solid #D0D9DF;
}

h2
{
	font-size: 18px;
	color: rgb(56, 172, 210);
	border-bottom: 0px solid #D0D9DF;
}

h2.heading
{
	padding: 0 2px 10px;
	margin: 0 -2px 10px;
	border-bottom: 1px solid #D0D9DF;
	color: rgb(247, 143, 30);
	font-weight: normal;
}

h3
{
	font-size: 16px;
	border-bottom: 2px solid #D0D9DF;

}

a:target h3, a:target h2
{
	border-bottom: 2px solid rgb(247, 143, 30);
}

h4
{
	font-size: 13px;
}

h5
{
	font-size: 12px;
	color: #000;
	background: #FFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

ul.pyrnwmethodparameter, ul.pyrnwmethodraise, ul.pyrnwmethodretvallist
{
	margin: 0;
	padding: 4px 4px 0px 0px;
	list-style-type: none;
}

table
{
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
}

th
{
	/*border-bottom: 2px solid */
	padding: 3px;
	background: #eee;
}

td
{
	border: 1px solid #D0D9DF;
	padding: 3px;
}

li.pyrnwmethodparameterentry, li.pyrnwmethodraiseentry, li.pyrnwmethodretvalentry, li.pyrnwmethodretvaltype
{
	text-indent: 0px;
	padding-left: 10px;
}

li.pyrnwmethodretvaltype
{
    font-style: italic;
}
td.pyrnwmethodgroup
{
	vertical-align: top;
	text-align: right;
	white-space: nowrap;
	border-left-width: 2px;
}

div.pyrnwmethod, div.pyrnwprop
{
	background: #eee;
	padding: 0.5em;
	margin: 0 0 1em 0em;
}

div.pyrnwmethodraises, div.pyrnwmethodparameters, div.pyrnwattentionbox, div.pyrnwmethodretval
{
    margin: 0 0 1em 0em;
    padding: 0.2em;
    border: 1px solid #D0D9DF;
}

div.pyrnwdownloadlink
{
	text-align: right;
	font-size: 11px;
}

img.pyrnwattentionicon
{
    float: left;
    margin-right: 20px;
}

div.highlight
{
    overflow: auto;
}

#page-wrapper
{
	background: #fff;
	margin: 20px auto 0;
	text-align: left;
	width: 1000px;
}

#page-top
{
	height: 100px;
#	background: url(images/wave1.png) no-repeat bottom left;
	margin-bottom: 10px;
}

#page-top img
{
	margin-left: 60px;
	margin-top: 20px;
}

#page-top div
{
	float: right;
	margin-top: 20px;
	color: #D0D9DF;
	text-align: right;
	line-height: 100%;
}

#page-column-left
{
	float: left;
	width: 300px;
}

#page-column-center
{
	float: left;
	overflow: hidden;
	width: 700px;
}

#page-footer
{
	clear: both;
	padding-right: 20px;
	border-top: 1px solid #D0D9DF;
	text-align: right;
}

ul.navlist
{
	margin: 0;
	padding: 0;
	list-style: none;
}

li.naventry li
{
	text-indent: 10px;
}

li.naventry li li
{
	text-indent: 20px;
}

li.naventry li li li
{
	text-indent: 30px;
}



.navlink, .navlinkcurr, .navlink:visited
{ 
	font-size: 11px;
	display: block;
	color: #2A343A;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	width: 189px;
	padding-left: 20px;
	background: url(images/menu_left.png) no-repeat bottom left;
}

.navlink:hover, .navlink:active, .navlink:focus
{
	color: #900;
	text-decoration: none;
	background: url(images/menu_left_hover.png) no-repeat bottom left;
}

.navlinkcurr
{
	color: #900;
	background: url(images/menu_left_hover.png) no-repeat bottom left;
	font-weight: bold;
	text-decoration: none;
}

pre.py-doctest
{
	margin-left: 2em;
	font-size: 10px;
}

span.py-prompt
{
	color: #D0D9DF;
}