body
{
                color:#333333;
                font-size: 9pt;
                margin: 0px;
background-color:transparent;
SCROLLBAR-FACE-COLOR: #eeeeee; 
SCROLLBAR-HIGHLIGHT-COLOR: #cccccc; 
SCROLLBAR-SHADOW-COLOR: #cccccc; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #996600; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #eeeeee;
}


.ButtonDate
{
    PADDING-BOTTOM: 2px;
    PADDING-TOP: 2px;
	BORDER-RIGHT: #eeeeee 0px solid;
	BORDER-TOP: #eeeeee 0px solid;
    BORDER-LEFT: #eeeeee 0px solid;
    BORDER-BOTTOM: #999999 0px solid;
    height:20px;
    width:20px;
}

li 
{
	list-style: none outside; 
}

a:link          
{
                font-size: 9pt;
                color:#333333;
                }
a:active        
{
                font-size: 9pt;
                color:#333333;
                }
a:visited       
{
                font-size: 9pt;
                color:#333333;
                }
a:hover         
{
                font-size: 9pt;
                color: #FF6600;
                }

.DBGridTitle
{
	height:18px;
	BackGround-color:#D4D0C8;
	border-bottom:0px solid #bbbbbb;
}

.toolbarEx
{
	padding-top:1px;
	padding-bottom:1px;
	padding-left:2px;
	padding-right:1px;
	height:16px;
}	

.pagebarEx
{
    background:#f6f6f6;
	border:1px solid #dddddd;
	border-top:0px solid #bbbbbb;
	padding-top:2px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:2px;
	height:20px;
}

.pageing:link          
{
	color:#333333;
    text-decoration: underline;
}

.pageing:visited
{
    text-decoration: underline;
}

.pageing:hover
{
	 color: #FF6600;
    text-decoration: underline;
}

.currentPage
{
	font-weight:bold;
	color:#993333;
}

.PageNumberEx
{
	font-weight:bold;
	color:#993333;
	padding-left:2px;
	padding-right:3px;
}


 /* 切换导航 */
.mytab_header 
{
    padding-top:10px;
	width:100%;
	height:21px;
	margin-bottom:0px;
	border-bottom:1px solid #939494;
}
.mytab_header ul:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
}
.mytab_header ul {
	zoom:1;
	width:100%;
	margin:0 auto;
}
.mytab_header ul li {
	float:left;
	height:20px;
	line-height:20px;
	line-height:20px;
	margin-right:5px;
	padding:0 12px;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	font-size:12px;
	list-style:none;


	background:-moz-linear-gradient(top, #ffffff 0, #f3f3f3 100%);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f3f3f3));
	background:-ms-linear-gradient(top,#ffffff 0,#f3f3f3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType="0");
	background:linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
}
.mytab_header ul li.current {
	border-color:#939494;
	background:-moz-linear-gradient(-90deg, #B0B0B0 0, #939494 100%);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#B0B0B0), to(#939494));
	background:-ms-linear-gradient(top,#B0B0B0 0,#939494 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0B0B0', endColorstr='#939494', GradientType="0");
	background:linear-gradient(top, #B0B0B0 0, #939494 100%);
}
.mytab_header ul li a:link, .mytab_header ul li a:visited {
	color:#666;
}
.mytab_header ul li a:hover, .mytab_header ul li a:active {
	color:#666;
}
.mytab_header ul li.current a:link, .mytab_header ul li.current a:visited {
	font-weight:bold;
	color:#fff;
}

.headTabContent
{
    display:none;
}

.mytab_header ul li.curdisenble a{cursor:inherit;}
    .mytab_header ul li.curdisenble a:link {color: #dedede}     /* 未访问的链接 */
	.mytab_header ul li.curdisenble a:visited {color: #dedede}  /* 已访问的链接 */
	.mytab_header ul li.curdisenble a:hover {color: #dedede}    /* 当有鼠标悬停在链接上 */
	.mytab_header ul li.curdisenble a:active {color: #dedede}   /* 被选择的链接 */
