﻿ /*基本信息*/
body {font:12px 宋体;margin:0px;text-align:center; color:#333;}
td {font:12px Tahoma;}
a:active,a:focus{text-decoration : none ;color : #4DBA47 ;-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);} 
a{text-decoration : none ;color:#333;}
a:hover{text-decoration : none ;color:#f00;}
a.dotted{text-decoration : none ;color:#333;}
a.dotted:hover{text-decoration:none;position: relative;top:1px;left:1px;color:#F00;border-bottom: 1px dotted; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px; }
a.dotted2{text-decoration : none ;font-weight:bold;  color:#7296A9;}
a.dotted2:hover{font-weight:bold; text-decoration:none;position: relative;top:1px;left:1px;color:#F00;border-bottom: 1px dotted; border-left-width: 1px; border-right-width: 1px; border-top-width: 1px;  }
input,textarea{border:solid 1px #ccc;}


/*日期控件*/
.dt_othermonthstyle
{
    color: #B1B1B1;    
}
.dt_selecteddaystyle
{
    color: #FFFFFF;   
    background-color: #0A246A;
    background-image:url(../public/images/OrangeExplorer.gif);
}
.dt_dayheaderstyle
{
    background-color:#808080;
    color:#000000;
    font-weight:bold;
    background-image:url(../public/images/BlueExplorer.gif);
}
.dt_todaydaystyle
{
    background-color:#FFFFFF;
    background-image:url(../public/images/dt_today.gif);
}
.dt_titlestyle
{
    color:#000000;
    background-image:url(../public/images/BlueExplorer.gif);
}
.dt_nextprevstyle
{
    color:#000000;
    background-image:url(../public/images/BlueExplorer.gif);   
}
/*工具条*/    
.toolbar
{
    padding-left:7px;
    padding-right:7px;
    padding-top:1px;
    background-color:White;
    border-style:None;
    color:Black;
    height:26px;
    width:98%;
    background-image:url(../public/images/toolbar_bk.gif);
    
}
.toolbarbtn
{
    font-size: 9pt;
	cursor: pointer;
	background-color:Transparent;
	TEXT-DECORATION: none;
 	padding:6px 4px 1px 24px;
 	border:None;
	color:Black;
	height:24px;
	behavior:url("../public/toolbarbtn.htc");
	margin-left:5px;
}
.toolbarbtn:hover 
{
	TEXT-DECORATION: none;
	color:Black;
}
.imgdown
{
	margin-top:-5px;
	margin-right:-4px;
	margin-left:1px;
	width:12px;
	height:22px;
}