﻿/* 默认配置
----------------------------------------------------------*/

body{background:#b6b7bc;font-size:.8em;font-family:'微软雅黑',"Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;margin:0;padding:0;color:#696969}
a{text-decoration:none;}
a:link,a:visited{color:#666666;text-decoration:none}
a:hover{color:#1d60ff;text-decoration:none}
a:active{color:#034af3}
.fl{float:left}
.fr{float:right}
.cf{clear:both; zoom:1;}
.cf:after,.clear{content:".";display:block; height:0; visibility:hidden; clear:both; }
.bold{font-weight:700}

tr{}
td{ border:1px; }
p{margin-bottom:10px;line-height:1.6em}

/* 头部   
----------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{font-size:1.5em;color:#666;font-variant:small-caps;text-transform:none;font-weight:200;margin-bottom:0}
h1{font-size:1.6em;padding-bottom:0;margin-bottom:0}
h2{font-size:1.5em;font-weight:600}
h3{font-size:1.2em}
h4{font-size:1.1em}
h5,h6{font-size:1em}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2{margin-top: 0px;}


/* 主框架布局   
----------------------------------------------------------*/
.page{ min-width:360px;background-color:#fff;margin:0 auto; }
.header{background-color:#888;color:#e5f5ff;padding:0;margin:0 auto;text-align:center;line-height:1.5rem}
.header h1{font-weight:700;margin:0;padding:0 0 0 20px;color:#f9f9f9;border:none;line-height:2em;font-size:2em}
.main{padding:0 0;margin:0;min-height:300px; background-color:#FFF;}
.leftCol{padding:6px 0;margin:12px 8px 8px 8px;width:200px;min-height:200px}
.footer{background-color:#888;color:#e5f5ff;padding:0;margin:0 auto;text-align:center;line-height:1.5rem}



/* 菜单栏  
----------------------------------------------------------*/
div.hideSkiplink{background-color:#61605E;width:100%}/*#465c71*/

.blmenu{background-color:#61605E;width:100%;list-style:none; margin:0;}
.blmenu li{display:inline-block;}
.blmenu li a,.blmenu li a:visited{margin:0;background-color:#61605E;border-right:1px #666 solid;color:#FFF;display:block;line-height:25px;padding:5px;text-decoration:none;white-space:nowrap;width:100px;text-align:center;position:static}
.blmenu li a:hover{background-color:#D2332F;color:#FFF;text-decoration:none}
.blmenu li a:active{background-color:#61605E;color:#FFF;text-decoration:none}

/* 表单元素  
----------------------------------------------------------*/
fieldset{margin:1em 0;padding:1em;border:1px solid #ccc}
fieldset p{margin:2px 12px 10px 10px}
fieldset.changePassword label,fieldset.login label,fieldset.register label{display:block}
fieldset label.inline{display:inline}
legend{font-size:1.1em;font-weight:600;padding:2px 4px 8px 4px}
input.textEntry{width:320px;border:1px solid #ccc}
input.passwordEntry{width:320px;border:1px solid #ccc}
div.accountInfo{width:42%}

/* 分页样式
----------------------------------------------------------*/
.yahoo2 {text-align:center;padding:15px;}
.yahoo2 span a,.yahoo2 span span{padding:3px 6px;border:1px solid #ccc;color:#999;border-radius:2px;margin: 0 3px;text-decoration:none;}
.yahoo2 span span {color:#999;}
.yahoo2 span a:hover{color:#fff;background:#5183c0;border-radius:2px;text-decoration:none;}


/* 其他样式  
----------------------------------------------------------*/
.header .title{padding:10px 0;}
.header .title img{margin-left:40px;}
.loginDisplay{font-size:1.1em;display:block;text-align:right;padding:10px;color:#fff}
.loginDisplay a:link{color:#fff}
.loginDisplay a:visited{color:#fff}
.loginDisplay a:hover{color:#fff}
.failureNotification{font-size:1.2em;color:Red}
.submitButton{text-align:right;padding-right:10px}
.footouter{ padding:10px 0;}
.footouter a{color:#e5f5ff;}
.footouter a:visited{ color:#e5f5ff;} 
.txtgray{color:Gray;}
.txtred{color:Red;}
.txtcenter{ text-align:center;}
.txtright{ text-align:right;}
.bggray{ background-color:Gray;}
.bgeee{ background-color:#eee;}
.bgccc{background-color:#ccc;}
.bg999{background-color:#999;}
.bgfc{background-color:#fcfcfc}
.bgfa{background-color:#fafafa}
.bgyellow1{background-color:#ffcc33;}
.borderGray{ border:1px solid gray;}
.text-overflow{
display:block;                     /*内联对象需加*/
width:31em;
word-break:keep-all;           /* 不换行 */
white-space:nowrap;          /* 不换行 */
overflow:hidden;               /* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;         /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

/**/
.search {height:2rem; padding-top:0.3rem;}
.search .text{ width:80%;line-height:1.5rem; border:none;}
.search .button{width:10%;height:1.5rem; border:none;}

.solutions {
	width: 100%;
	background-color: #fafafa;
	padding-top: 20px;
	text-align: center;
