﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #454545;
	font-size: 12px;
}
a:link {
	color: #454545;
	text-decoration: none;
}
a:visited {
	color: #454545;
	text-decoration: none;
}
a:hover {
	color: #454545;
	text-decoration: none;
}
a:active {
	color: #454545;
	text-decoration: none;
}
.a {
	color: #979797;
}
.b {
	padding-left:24px;
	color:#FFFFFF;
	font-weight:bold;
}
.c {
	color:#3b3b3b;
	font-weight:bold;
}
.d {
	color:#1d8ecf;font-weight:bold;
}
#sysPage
{
    font-size: 12px;
}
#sysPage a, #sysPage span
{
    margin-right: 5px;
}
#sysPage span
{
    color: #999;
}
#sysPage a
{
    text-decoration: none;
    color: Blue;
}
#sysPage .Details
{
    margin-left: 15px;
}

#sysPage2
{
    font-size: 14px;
    float: left;
}
#sysPage2 a, #sysPage2 span
{
    display: block;
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 17px;
    margin-right: 5px;
    font-size: 10px;
    font-weight: bold;
    font-family: arial;
}
#sysPage2 a
{
    border: 1px solid #ccc;
    text-decoration: none;
}
#sysPage2 a:hover
{
    border: 1px solid #f00;
    color: Red;
    background-color: #f90;
    color: White;
    text-decoration: none;
}
#sysPage2 span.cpage
{
    line-height: 15px;
    border: none;
    color: #f90;
}
#sysPage2 .prePage
{
    width: 61px;
    height: 19px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px;
    border: none;
    text-indent: 80px;
    background-image: url(/img/images/pagebar_prv.gif);
    background-repeat: no-repeat;
}
#sysPage2 .nextPage
{
    width: 61px;
    height: 19px;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px;
    border: none;
    text-indent: 80px;
    background-image: url(/img/images/pagebar_nxt.gif);
    background-repeat: no-repeat;
}
#sysPage2 a.prePage:hover, #sysPage2 a.nextPage:hover
{
    border: none;
}