﻿/* 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 0px no-repeat;
	width: 38px;
	height: 38px;
	left: 0px;
	cursor: pointer;
}
div .ptinav .ptinav_contents:hover
{
    background-position: -234px -38px
}

div .ptinav .ptinav_previous
{
	position: absolute;
	display: block;
	background: url(../toolbar.gif) -38px 0px no-repeat;
	width: 38px;
	height: 38px;
	left: 50px;
	cursor: pointer;
}
div .ptinav .ptinav_previous:hover
{
    background-position: -38px -38px
}

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: #333;
}
div .ptinav .ptinav_page:hover
{
    background-position: -76px -38px
}

div .ptinav .ptinav_next
{
	position: absolute;
	display: block;
	background: url(../toolbar.gif) -196px 0px no-repeat;
	width: 38px;
	height: 38px;
	right: 50px;
	cursor: pointer;
}
div .ptinav .ptinav_next:hover
{
    background-position: -196px -38px
}

div .ptinav .ptinav_issues
{
	position: absolute;
	display: block;
	background: url(../toolbar.gif) 0px 0px no-repeat;
	width: 38px;
	height: 38px;
	right: 0px;
	cursor: pointer;
}
div .ptinav .ptinav_issues:hover
{
    background-position: -0px -38px
}



.ptipoweredby
{
    text-align: center;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
	color: #ccc;
	padding: 20px 0;
}

.ptipoweredby span
{
    padding: 13px 0;
}

.ptipoweredby span a
{
	color: #aaa;
	font-family: Arial, Sans-Serif, Verdana;
	font-size: 12px;
	text-decoration: none;
}
.ptipoweredby span a:hover
{
    text-decoration: underline;
}
