﻿.datagrid-toolbar {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #CCCCCC;
    height: 28px;
    padding: 1px 2px;
}
 
.datagrid-view {
    overflow: hidden;
    position: relative;
} 
.datagrid-wrap {
    position: relative;
} 

.searchbox-button {
    background: url("../images/searchbox_button.png") no-repeat scroll center center transparent;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    opacity: 0.6;
    overflow: hidden;
    vertical-align: top;
    width: 18px;
}

.searchbox-prompt {
    color: #CCCCCC;
    font-size: 12px;
}
 
.searchbox-text {
    border: 0 none;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}

.searchbox {
    font-size: 12px;
    white-space: nowrap;
}

 .panel-tool a
 {
     cursor: pointer;
     text-decoration: none;
 }

 .panel{
	overflow:hidden;
	font-size:12px;
	margin-bottom: 5px;
	*margin-bottom: 3px;
}
.panel-header{
	padding:5px;
	line-height:15px;
	color:#15428b;
	font-weight:bold;
	font-size:12px;
	background:url('../images/panel_title.png') repeat-x;
	position:relative;
	border:1px solid #99BBE8;
}
.panel-title{
	background:url('../images/blank.gif') no-repeat;
}
.panel-header-noborder{
	border-width:0px;
	border-bottom:1px solid #99BBE8;
}
.panel-body{
	overflow:auto;
	border:1px solid #99BBE8;
	border-top-width:0px;
}
.panel-body-noheader{
	border-top-width:1px;
}
.panel-body-noborder{
	border-width:0px;
}
.panel-with-icon{
	padding-left:18px;
}
.panel-icon{
	position:absolute;
	left:5px;
	top:4px;
	width:16px;
	height:16px;
}

.panel-tool{
	position:absolute;
	right:5px;
	top:4px;
}
.panel-tool div{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-left:2px;
	cursor:pointer;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.panel-tool div.panel-tool-over{
	opacity:1;
	filter:alpha(opacity=100);
}
.panel-tool-close{
	background:url('../images/panel_tools.gif') no-repeat -16px 0px;
}
.panel-tool-min{
	background:url('../images/panel_tools.gif') no-repeat 0px 0px;
}
.panel-tool-max{
	background:url('../images/panel_tools.gif') no-repeat 0px -16px;
}
.panel-tool-restore{
	background:url('../images/panel_tools.gif') no-repeat -16px -16px;
}
.panel-tool-collapse{
	background:url('../images/panel_tool_collapse.gif') no-repeat;
}
.panel-tool-expand{
	background:url('../images/panel_tool_expand.gif') no-repeat;
}
.panel-loading{
	padding:11px 0px 10px 30px;
	background:url('../images/panel_loading.gif') no-repeat 10px 10px;
}

.icon-edit{
	background:url('../icons/pencil.png') no-repeat;
}
/**************icon********************/

.icon-blank{
	background:url('../icons/blank.gif') no-repeat;
}
.icon-add{
	background:url('../icons/edit_add.png') no-repeat;
}
.icon-edit{
	background:url('../icons/pencil.png') no-repeat;
}
.icon-remove{
	background:url('../icons/edit_remove.png') no-repeat;
}
.icon-save{
	background:url('../icons/filesave.png') no-repeat;
}
.icon-cut{
	background:url('../icons/cut.png') no-repeat;
}
.icon-ok{
	background:url('../icons/ok.png') no-repeat;
}
.icon-no{
	background:url('../icons/no.png') no-repeat;
}
.icon-cancel{
	background:url('../icons/cancel.png') no-repeat;
}
.icon-reload{
	background:url('../icons/reload.png') no-repeat;
}
.icon-search{
	background:url('../icons/search.png') no-repeat;
}
.icon-print{
	background:url('../icons/print.png') no-repeat;
}
.icon-help{
	background:url('../icons/help.png') no-repeat;
}
.icon-undo{
	background:url('../icons/undo.png') no-repeat;
}
.icon-redo{
	background:url('../icons/redo.png') no-repeat;
}
.icon-back{
	background:url('../icons/back.png') no-repeat;
}
.icon-sum{
	background:url('../icons/sum.png') no-repeat;
}
.icon-tip{
	background:url('../icons/tip.png') no-repeat;
}


a.l-btn {
    background: url("../images/button_a_bg.gif") no-repeat scroll right top transparent;
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    outline: medium none;
    padding-right: 18px;
    text-decoration: none;
}
a.l-btn-plain {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid transparent;
    padding-right: 5px;
}
a.l-btn-disabled {
    color: #CCCCCC;
    cursor: default;
    opacity: 0.5;
}
a.l-btn span.l-btn-left {
    background: url("../images/button_span_bg.gif") no-repeat scroll left top transparent;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 4px 0 4px 18px;
}
a.l-btn-plain span.l-btn-left {
    background: none repeat scroll 0 0 transparent;
    padding-left: 5px;
}
a.l-btn span span.l-btn-text {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0;
}
a.l-btn span span span.l-btn-empty {
    display: inline-block;
    padding: 0;
    width: 16px;
}
a.l-btn:hover {
    background-position: right bottom;
    outline: medium none;
}
a.l-btn:hover span.l-btn-left {
    background-position: left bottom;
}
a.l-btn-plain:hover {
    background: url("../images/button_plain_hover.png") repeat-x scroll left bottom transparent;
    border: 1px solid #7EABCD;
    border-radius: 3px 3px 3px 3px;
}
a.l-btn-disabled:hover {
    background-position: right top;
}
a.l-btn-disabled:hover span.l-btn-left {
    background-position: left top;
}


   
/********Grid 样式********/


.grid_tab {
	width:522px;*width:514px;
	height: 27px;
	border-top: #a8cfeb 1px solid;
	border-right: #a8cfeb 1px solid;
	border-left: #a8cfeb 1px solid;
	background-color: #ceeaff;
	padding: 5px ;
}
.grid_tab .text {
	height: 27px;
	float: left;
	text-align: center;
	width: 80px;
}

.grid_tab .text .link {
	width: 100%;
	display: block;
	text-decoration: none;
	line-height: 27px;
	color: #01559d;
	font-size: 12px;
	
}
.grid_tab .text .focus {
	font-weight: bold;
	background-color: white;
}

.grid_body{
    height: 232px;
    *height: 245px;
}
.grid_body table thead tr{
	color: #01559d;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	text-align:center;
	background-color: #E0F0FD;
}
.grid_body table thead tr td{
	border-bottom: #A0BEDA 1px solid;
}
.grid_body table tbody tr{
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	text-align:center;
	background-color: white;
}
.grid_body table tbody .t1{
	background-color: #EDF8FE;
}
#pager{
	text-align: right;
    padding: 0;
	font-size: 12px;
	color: #01559d;
	line-height: 16px;
}
#pager img{
	border: 0px;
    padding: 0px 
}

#currentPage,#totalPage{
	color:red;
}

.contacts_person_link{
	text-decoration: none;
	color: blue;
}


.company_btns{
	padding-left: 15px;
}


.email_btn{
	background: url("../images/bt_8.gif") no-repeat 0 0;
	width: 37px;
	height: 20px;
	border: 0;
	cursor: pointer;
}

.add_friend_btn{
	background: url("../images/bt_2229.gif") no-repeat 0 0;
	width: 59px;
	height: 20px;
	border: 0;
	cursor: pointer;
	float: left;
}

.com_info_name{
	color: #333;
    text-decoration: none;
}

.com_info_name:hover{
    text-decoration: none;
	
	font-weight: bold;
}
 
#treecontainer {
    width: 198px;
    height: 249px;
    *height: 262px;
    overflow: auto;
}

.box
{
    height: 70px;*height: 48px; 
    width: 730px; *width: 710px;
}