#newTask
{
	 font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	 text-align            : left;
	font-size             : 100%;
	padding               : 10px 0;
	color                 : #666;
}


/****bof: table css************************************/
.grayTable table,
.grayTable td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
  font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
.grayTable table
{
	border                :none;
	border                :1px solid #CCC;
}
.grayTable table  tr.important
{
	background-color:#EED2EE;
}

.grayTable table  tr.trRed
{
	background-color:#f7bdc8;
}
.grayTable table  tr.trGreen
{
	background-color:#a0ecb6;
}


.grayTable thead th,
.grayTable tbody th
{
	background            : #FFF url(/images/th_bck.gif) repeat-x;
  color                 : #666;  
	padding               : 5px 10px;
  border-left           : 1px solid #CCC;
}
.grayTable tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #CCC;
  text-align            : left;
  font-weight           : normal;
}
.grayTable tbody tr td
{
	padding               : 5px 10px;
  color                 : #666;
}
.grayTable tbody tr:hover
{
  background            : #FFF url(/images/tr_bck.gif) repeat;
}
 
.grayTable tbody tr:hover td
{
  color                 : #454545;
}
.grayTable tfoot td,
.grayTable tfoot th
{
  border-left           : none;
  border-top            : 1px solid #CCC;
	padding               : 4px;
  background            : #FFF url(/images/foot_bck.gif) repeat;
  color                 : #666;
}
.grayTable caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
.grayTable table a:link
{
	color                 : #666;
}
.grayTable table a:visited
{
	color                 : #666;
}
.grayTable table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
.grayTable table a:active
{
	color                 : #003366;
}

/****eof: table css************************************/



/****bof: 分页 css************************************/
#page{font:12px/16px arial}
#page span{float:left;margin:0px 3px;}
#page a{float:left;margin:0 3px;border:1px solid #ddd;padding:3px 7px; text-decoration:none;color:#666}
#page a.now_page,#page a:hover{color:#fff;background:#05c}
/****eof: 分页 css************************************/



.clearBoth {
	clear: both;
}



.leftDiv {
	float:left;
}

.left2{
	padding: 0 0 0 30px;
}

.topDiv-10{
	padding: 10px 0 0 0px;
}

.colorRed{
	color: #FF0000;
}

/**************其他***********************************/
.currentLink a {
	color:Red !important;
	text-decoration:none;
}

.fontsmall50{
	font-size: 50%
}

.fontsmall30{
	font-size: 30%
}

/**************invoice***********************************/
.invoice_top_head {
	font-size: 130%;
}

.invoice_font_120 {
	font-size: 120%;
	font-weight:bold;
}

.invoice_font_120 input{
	border:none;
	font-size: 120%;
	font-weight:bold;
}