body, td {
	font-size: 9pt;
}
.pTable {
	width: 100%;
}
.pTable th {
	background-color: rgb(236,233,216);
	font-weight: normal;
	border-bottom: 1px solid rgb(210,207,190);
	font-size: 7pt;
}
.pTable img {
	vertical-align: middle;
}
.pBlock {
	border: 1px solid rgb(0,45,150);
	margin-bottom: 5px;
	background-color: white;
}
.pBlock h2 {
	color: white;
	background-color: rgb(0,45,150);
	margin: 0px;
	padding: 2px;
	font-size: 12pt;
	background-image: url('/template/pBlock_Header.gif');
}
body {
	background-color: rgb(196,218,250);
}
p {
	margin: 0px;
	display: inline;
}
.paper {
	padding: 5px;
	border: 8px solid rgb(119,126,143);
	margin: 0px;
	display: block;
}
form {
	margin: 0px;
	padding: 0px;
}
.pCalendar {
	width: 100%;
}
.pCalendar td {
	text-align: center;
}
a {
	color: black;
	text-decoration: none;
}
.msg_item {
	width: 100%;
}
.msg_item .subject {
	font-weight: bold;
}
.msg_item .seen {
	font-weight: normal;
}
.msg_item .date {
	text-align: right;
	white-space: nowrap;
}
.msg_item .from {
	font-style:italic;
	font-size: 7pt;
}
.msg_item .size {
	font-size: 7pt;
	font-style:italic;
	text-align: right;
}
.order_item {
	width: 100%;
}
.order_item .number {
	font-weight: bold;
}
.order_item .notopen {
	font-weight: normal;
}
.order_item .pay_status {
	text-align: right;
	white-space: nowrap;
}
.order_item .address {
	font-style:italic;
	font-size: 7pt;
}
.order_item .amount {
	font-size: 7pt;
	font-style:italic;
	text-align: right;
}
.order_item .caption {
	font-size: 7pt;
}
.order_item .count {
	font-size: 7pt;
	text-align: right;
}
.pToolBox {
	background-color: rgb(158,190,245);
}
.pToolBar {
	height: 25px;
	background-image: url('/template/pToolBar.gif');
}
.pToolBar_Start {
	width: 13px;
	background-image: url('/template/pToolBar_Start.gif');
}
.pToolBar_End {
	width: 16px;
	background-image: url('/template/pToolBar_End.gif');
}
.pToolButton:hover {
	outline: 1px solid rgb(0,0,128);
	background-image: url('/template/pToolButton_Hover.gif');
}
.pToolButton:active, .pToolButtonDown {
	outline: 1px solid rgb(0,0,128);
	background-image: url('/template/pToolButton_Down.png');
}
.pTable td {
	padding: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.pTable {
	border-spacing: 0px;
}
.pTable .pSubHead td {
	background-color: rgb(0,45,150);
	background-image: url('/template/pSubHead.gif');
	color: white;
}
.pToolButton {
	padding-right: 3px;
	padding-left: 3px;
}
.pMenuTree {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pMenuTree li a {
	display: block;
}
.pMenuTree li a:hover, .pMenuTree .active {
	background-color: rgb(158,190,245);
}
.pMenuIcons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	display: block;
	overflow: auto;
	white-space: nowrap;
}
.pMenuIcons img {
	width: 48px;
    height: 48px;
	margin: 5px;
}
.pMenuIcons li {
    display:inline;
	float: left;
	text-align: center;
}
.pMenuIcons li a {
	display:block;
	width: 100px;
	height: 80px;
}
.pMenuIcons li a:hover {
	background-color: rgb(158,190,245);
}
#login {
	margin-top: 200px;
	width: 500px;
	margin-left: 200px;
}
.rss li {
	padding-top: 3px;
	padding-bottom: 3px;
}