﻿/* Imported from /Themes/Styles.css */
@import url(../styles.css);






/*Theme Specific */
div .ptinav
{
	position: relative;
	display: block;
	width: 300px;
	height: 38px;
	margin: 0px auto;
}

div .ptinav .ptinav_contents
{
	position: absolute;
	display: block;
	background: url(../toolbar.gif) -234px -76px no-repeat;
	width: 38px;
	height: 38px;
	left: 0px;
	cursor: pointer;
}
div .ptinav .ptinav_contents:hover
{
    background-position: -234px -114px
}

div .ptinav .ptinav_previous
{
	position: absolute;
	display: block;
	background: url(../toolbar.gif) -38px -76px no-repeat;
	width: 38px;
	height: 38px;
	left: 50px;
	cursor: pointer;
}
div .ptinav .ptinav_previous:hover
{
    background-position: -38px -114px
}

div .ptinav .ptinav_page
{
	position: absolute;
	display: block;
 	width: 120px;
	height: 38px;
	left: 90px;
	line-height: 38px;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 14px;
	text-align: center;
	color: #ddd;
}
div .ptinav .ptinav_page:hover
{
    background-position: -76px -114px
}

div .ptinav .ptinav_next
{
	position: absolute;
	display: block;
	background: url(../toolbar.gif) -196px -76px no-repeat;
	width: 38px;
	height: 38px;
	right: 50px;
	cursor: pointer;
}
div .ptinav .ptinav_next:hover
{
    background-position: -196px -114px
}

div .ptinav .ptinav_issues
{
	position: absolute;
	display: block;
	background: url(../toolbar.gif) 0px -76px no-repeat;
	width: 38px;
	height: 38px;
	right: 0px;
	cursor: pointer;
}
div .ptinav .ptinav_issues:hover
{
    background-position: -0px -114px
}



.ptipoweredby
{
    text-align: center;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
	color: #444;
	padding: 20px 0;
}

.ptipoweredby span
{
    padding: 13px 0;
}

.ptipoweredby span a
{
	color: #666;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
	text-decoration: none;
}
.ptipoweredby span a:hover
{
    text-decoration: underline;
}
