﻿@charset "utf-8";
/*内层皮肤*/

/*deepblue链接*/
a{ text-decoration:none; color:#5F5F5F;}
a:hover{  text-decoration:none; }

/*角色选择*/
.goldlib_tnav .goldlib_menu_role{ background:#fff; border-radius:2px; }
.goldlib_tnav .goldlib_menu_role .goldlib_role_text{ color:#277895; }
.goldlib_tnav .goldlib_menu_role .role_current{ background:url('images/advanced.gif') right -18px no-repeat; color:#277895; }
.goldlib_tnav .goldlib_menu_role .role_current_open{ background:url('images/advanced.gif') right 7px no-repeat; color:#fff; }
.goldlib_tnav .goldlib_menu_role .role_options{ background:#fff; border-radius:2px; box-shadow:1px 1px 0px #cee0ee; }
.goldlib_tnav .goldlib_menu_role .role_options li{ height:25px; line-height:25px; }
.goldlib_tnav .goldlib_menu_role .role_options li a{ text-indent:10px; text-decoration:none; color:#000; border-radius:2px; }
.goldlib_tnav .goldlib_menu_role .role_options li a:hover{ color:#fff; background:#5d99ce; }

/*search 列表搜索*/
.skin_search{ border-bottom:1px solid #9cb8cc; background:#ecf6ff; margin-bottom:8px; }
.skin_search .input_search_text input.input_text{ }
.skin_search .input_search_text input.input_checkbox{ border:none; background:none; }
.skin_search .input_search_text input.input_radio{ border:none; background:none; }
/*搜索button*/
.skin_search .input_search_button .input_button{ /*background:url(images/inputButtonBgL.gif) left top no-repeat;*/ color:#fff; font-weight:bold; background-color:#679eca; background-image:-moz-linear-gradient(center top , #679eca, #5994c4); border:1px solid #4889bd; border-radius:2px 2px 2px 2px; height:22px; }
.skin_search .input_search_button .input_button:hover{ background-color:#4888bc; background-image:-moz-linear-gradient(center top , #669dc9, #4888bc); border:1px solid #2f6c9f; box-shadow:0 1px 1px rgba(0, 0, 0, 0.1); }
.skin_search .input_search_button .input_button:active { box-shadow:0 1px 2px rgba(0, 0, 0, 0.3) inset; }
.skin_search .input_search_button .input_button button{ background:none; border:none; cursor:pointer; padding-top:2px; padding-bottom:3px; }
.skin_search .input_search_button .input_button button span{ background:url('images/search_btn.png') 0 center no-repeat; _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="crop", src="/styles/skins/deepblue/images/search_btn.png"); _background:none; padding-left:18px; color:#fff; }
	
/*编辑区域表格皮肤*/
.skin_edit { }
.skin_edit table.goldlib_edit_table{ }
.skin_edit table.goldlib_edit_table tr:hover,.skin_edit table.goldlib_edit_table tr:hover th{ background:#e6f2ff; }
.skin_edit table.goldlib_edit_table tr:hover th, .skin_edit table.goldlib_edit_table tr:hover td{ border-bottom:solid 1px #c9ddeb; }
.skin_edit table.goldlib_edit_table th{ background:#f6f9fc; border-bottom:solid 1px #eaf2fa; border-right:solid 1px #eaf2fa; }
.skin_edit table.goldlib_edit_table td{ border-bottom:solid 1px #eaf2fa; }

/*提交按钮*/
.goldlib_edit_sub,.dialog-button{ border-top:solid 1px #c9ddeb; background:#eef6ff; }
.goldlib_edit_sub .btn{ }
.goldlib_edit_sub .btn input{ border:solid 1px #508ec9; _border:none; background:#eee url('images/subbg.gif') left top repeat-x; border-radius:3px; color:#fff; min-width:60px; *width:66px; font-weight:bold; box-shadow:0px 0 2px #508ec9; }
.goldlib_edit_sub .btn input:active{ background:#57b8ee; }


/*列表内容选项卡*/
.skin_tabs{ border-bottom:solid 1px #c9ddea; }
.skin_tabs .goldlib_tabs_con{ }
.skin_tabs .goldlib_tabs_con span{ margin-bottom:-1px; position:relative; }
.skin_tabs .goldlib_tabs_con span a{ border:1px solid #c9ddea; border-bottom:0; background:url('images/tab_bg.png') left top repeat-x; color:#666; }
.skin_tabs .goldlib_tabs_con span.uncur a{ color:#000; border-left:1px solid #c9ddea; border-right:1px solid #c9ddea; border-top:solid 2px #2681c8; background:#ecf6ff; font-weight:bold; }


.skin_sidebar .goldlib_menu_role {background:#fff; margin-left:8px; width:107px; border:1px #C9DDEA solid; padding:3px; color:#666; height:auto; overflow:hidden;}
.skin_sidebar .goldlib_menu_role span{ background:#fff;}
.skin_sidebar .goldlib_menu_role a{ text-decoration:none; color:#666;}
.skin_sidebar .goldlib_menu_role .role_current{ float:left; width:15px; background:url('images/advanced.gif') right -20px no-repeat; color:#fff; cursor:pointer;}

/*根据用户统计*/
 .tongji a{
    background-color: #679ECA;
    background-image: -moz-linear-gradient(center top , #679ECA, #5994C4);
    border: 1px solid #4889BD;
    border-radius: 2px 2px 2px 2px;
    padding:3px 5px;
    color: #FFFFFF;
    font-size:13px;
    height: 24px;
}