﻿/*/* Default.aspx */

/*门户页面重置样式*/
body, html{font-size: 12px; color: #000;}
body, button, select, textarea, input{font-size: 12px; line-height:1em;}
img{border: 0;}

A{text-decoration: none;}
A:link{text-decoration: none;}
A:visited{text-decoration: none;}
A:hover{text-decoration: underline;}
A:active{text-decoration: none;}

/*部件拖拽时的占位div样式*/
.widget-placeholder {border: red dashed 1px;}

/*标题区域*/
#divPageHeader{height: 25px; background: transparent url(/App/Pages/Portal/Resource/Images/SystemApp/Common/tit_bg_1.gif) repeat-x;}
#divPageHeader_left{float: left; margin-left: 5px; padding-left: 20px; height: 100%;
    background: transparent url(/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/peizhi.png) no-repeat scroll 0% 50%;}
#divPageHeader_left span{line-height: 25px;}
#divPageHeader_right{float: right;}
#divPageHeader_right .btnView{height:25px; float:left; padding-left: 25px; padding-right: 5px; margin-right:10px; cursor:pointer;
    background:transparent url(/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/16x16_016.gif) no-repeat scroll 5px 50%}
#divPageHeader_right .btnView:hover{background-color: #ebebeb;}
#divPageHeader_right .btnView span{line-height:25px;}

/*部件实例编辑按钮*/
#divEditControl{clear: both; border: 1px red dashed; z-index: 10; position: absolute; display: none;}
#divEditControl_bg{position: absolute; right: -3px; top: -3px; z-index: 100; width: 60px;
    background: url(/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/bar_bg.jpg) #ffffff repeat-y;
    border-top: 1px solid #9f9f9f; border-bottom: 1px solid #9b9b9b; border-right: 1px solid #9b9b9b;}
#divEditControl ul{width: 100%; list-style-type:none; margin:0; padding:0;}
#divEditControl li{vertical-align: middle; height: 20px; padding: 2px 0; cursor: pointer;}
#divEditControl li:hover{color: red;}
#divEditControl span{padding-left: 18px; margin-left: 7px; line-height: 20px; font-size: 12px; display: inline-block;}
#divEditControl .bar_del{background: url(/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/bar_del.gif) center left no-repeat;}
#divEditControl .bar_edit{background: url(/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/bar_edit.gif) center left no-repeat;}

/*部件属性编辑器*/
#PartPropertyEditor{width:375px; height:325px;}
#PartPropertyEditor ul.nav{margin-bottom:0px;}
#PartPropertyEditor ul.nav li a:focus{outline: none;}
#PartPropertyEditor .tab-content{background-color:#fff; border:1px solid #ddd; border-top-style:none; overflow:hidden;}
#PartPropertyEditor #A, #PartPropertyEditor #B{width:375px; height:236px;}
#PartPropertyEditor.form-horizontal{padding:0px;}
#PartPropertyEditor .control-group{margin:8px}
#PartPropertyEditor .control-group .control-label{width:120px;}
#PartPropertyEditor .control-group .controls{margin-left:140px;}

/*部件区域添加部件的按钮样式*/
.WebPartAddButton{vertical-align: middle; text-align: center; border: 1px solid #99defd; margin-bottom: 2px;}
.WebPartAddButton a{background-image: url('/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/AddPartBG.gif');
    width: 100%; height: 100%; font-size: 14px; 
    color: #0064cd; vertical-align: middle; text-align: center; white-space: nowrap; line-height: 21px; display: block;}
.WebPartAddButton a:hover{background-image: url('/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/AddPartBG_s.gif');
    text-decoration: none; color: #0064cd;}

/*登录部件*/
#part_login{font-size: 12px; font-family: 新宋体; line-height: 25px; padding: 5px; background: transparent;}
#part_login p{position: relative; width: 100%; margin: 0; height: 25px; text-align:left;}
#part_login label{width: 50px; float: left;}
#part_login #part_login_after{}
#part_login #part_login_after{}
#part_login #txtUserID, #part_login #txtPwd{width: 100px; border: 1px solid #7ba0bb;}
#part_login #login_info{color: Red;}
#part_login #btnLogin{border: medium none; width: 57px; height: 23px; cursor: pointer;
    background: transparent url(/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/login_login.gif) no-repeat left top;}
#part_login #btnLogin:hover{background-position: 0px -27px;}
#part_login #btnLogOut{border: medium none; width: 57px; height: 23px; cursor: pointer;
    background: transparent url(/App/Pages/Portal/Resource/Images/SystemApp/CompositePage/login_logout.gif) no-repeat left top;}
#part_login #btnLogOut:hover{background-position: 0px -27px;}

/*计数器部件（版权信息）*/
#part_footer{text-align: center; font-size: 12px; font-family: 新宋体; line-height: 150%;}
#part_footer .visitCounter{color: Red; font-weight: bold;}

/*资讯列表部件更多按钮样式*/
.infoListMore{dispaly: block; height: 26px;}*/
