﻿/*### 告别单身-全局样式 ###*/
/*### gaobiedanshen.com ###*/
/*### global.css ###*/

body
{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8em;
    font-family: verdana, "宋体" ,sans-serif,lucida grande,lucida,arial,helvetica;
    word-break: break-all; /*解决英文状态下不换行的问题*/
    word-wrap: break-word;
    color: #333;
    background: transparent url('../images/body_bg.jpg') no-repeat center top;
}
h1
{
    font-size: 28px;
    font-family: "黑体";
    line-height: normal;
}
h2
{
    font-size: 20px;
    font-family: "黑体";
    font-weight: normal;
    line-height: normal;
}
h3
{
    font-size: 16px;
}

h4
{
    font-size: 14px;
}

h5
{
    font-size: 12px;
}

h6
{
    font-size: 9px;
    font-family: verdana;
}
hr
{
    clear: both;
    height: 1px;
    color: #ccc;
}
a img
{
    /*图片链接无边框*/
    border: 0;
}
/*==文字==*/
/*--txtSmart--*/
.txtSmart
{
    /*--红色醒目--*/
    color: #f09;
}
/*--txtWeak--*/
.txtWeak
{
    /*--灰色弱化--*/
    color: #999;
}
/*--txtMale--*/
.txtMale
{
    /*--蓝色男性--*/
    color: #09f;
}
/*--默认链接--*/
a
{
    /*黑*/
    text-decoration: none;
}
a:link
{
    text-decoration: none;
    color: #333;
}
a:visited
{
    text-decoration: none;
    color: #333;
}
a:hover
{
    text-decoration: none;
    background: #f09;
    color: #fff;
}
a:active
{
    text-decoration: none;
    background: #f09;
    color: #fff;
}
/*--arrowLink--*/
a.arrowLink
{
    /*黑下划线*/
    font-weight: bold;
    text-decoration: none;
    padding: 3px 5px 3px 18px; *padding:3px5px018px;
_padding:3px5px018px;
background:url("../Images/iconArrowRose.gif")no-repeat02px;
*background:url("../Images/iconArrowRose.gif")no-repeat;
_background:url("../Images/iconArrowRose.gif")no-repeat;
}
a.arrowLink:link
{
    text-decoration: none;
    color: #333;
}
a.arrowLink:visited
{
    text-decoration: none;
    color: #333;
}
a.arrowLink:hover
{
    text-decoration: none;
    color: #fff;
    background: #f09 url("../Images/iconArrowWhite.gif") no-repeat 0 2px; *background:#f09url("../Images/iconArrowWhite.gif")no-repeat;
_background:#f09url("../Images/iconArrowWhite.gif")no-repeat;
}
a.arrowLink:active
{
    background: #f09;
    color: #fff;
}
/*--commonLink--*/
a.commonLink
{
    /*黑下划线*/
    text-decoration: underline;
}
a.commonLink:link
{
    text-decoration: underline;
    color: #333;
}
a.commonLink:visited
{
    text-decoration: underline;
    color: #333;
}
a.commonLink:hover
{
    text-decoration: none;
    background: #f09;
    color: #fff;
}
a.commonLink:active
{
    text-decoration: underline;
    background: #f09;
    color: #fff;
}
/*--inactiveLink--*/
a.inactiveLink
{
    /*灰色链接*/
    text-decoration: none;
    color: #999;
}
a.inactiveLink:link
{
    text-decoration: none;
    color: #999;
}
a.inactiveLink:visited
{
    text-decoration: none;
    color: #999;
}
a.inactiveLink:hover
{
    text-decoration: none;
    background: #f09;
    color: #fff;
}
a.inactiveLink:active
{
    text-decoration: underline;
    background: #f09;
    color: #fff;
}
/*--subCommonLink--*/
a.subCommonLink
{
    /*灰下划线*/
    text-decoration: underline;
    color: #666;
}
a.subCommonLink:link
{
    text-decoration: underline;
    color: #666;
}
a.subCommonLink:visited
{
    text-decoration: underline;
    color: #666;
}
a.subCommonLink:hover
{
    text-decoration: none;
    background: #f09;
    color: #fff;
}
a.subCommonLink:active
{
    text-decoration: underline;
    background: #f09;
    color: #fff;
}
/*--smartLink--*/
a.smartLink
{
    /*红色醒目链接*/
    text-decoration: none;
    color: #f09;
}
a.smartLink:link
{
    text-decoration: none;
    color: #f09;
}
a.smartLink:visited
{
    text-decoration: none;
    color: #f09;
}
a.smartLink:hover
{
    text-decoration: none;
    background: #f09;
    color: #fff;
}
a.smartLink:active
{
    text-decoration: none;
    background: #f09;
    color: #fff;
}
/*--smartLineLink--*/
a.smartLineLink
{
    /*下划线红色醒目链接*/
    color: #f09;
    text-decoration: underline;
}
a.smartLineLink:link
{
    text-decoration: underline;
    color: #f09;
}
a.smartLineLink:visited
{
    text-decoration: underline;
    color: #f09;
}
a.smartLineLink:hover
{
    text-decoration: none;
    background: #f09;
    color: #fff;
}
a.smartLineLink:active
{
    text-decoration: underline;
    background: #f09;
    color: #fff;
}
form
{
    /*表单内外补丁为零*/
    margin: 0;
    padding: 0;
}
input, select
{
    /*表单元素input,select字体尺寸*/
    font-size: 14px;
    font-family: verdana, "宋体" ,sans-serif,lucida grande,lucida,arial,helvetica;
    vertical-align: middle;
    padding: auto 0;
}
textarea
{
    font-size: 14px;
    padding: 0; *padding:10px;_padding:10px;/*firefox,IE7,IE6*/
line-height:1.8em;
}
.iptTxt
{
    padding: 2px;
}
.iptBtn
{
    border: solid 1px #ccc;
    background: #f6f6f6 url("../Images/bgBtnGray.gif") repeat-x;
    height: 22px;
    line-height: 20px;
    cursor: pointer;
}
/*--clearFloat--*/
.clearFloat
{
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    padding: 0;
}
/*--valignMid--*/
.valignMid
{
    vertical-align: middle;
}
/*================btn===================*/
.btnRoseL, .btnBlueL, .btnGreenL
{
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    font-family: "黑体";
    color: #fff;
}
.btnRoseM, .btnBlueM, .btnGreenM
{
    height: 36px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}
.btnRoseS, .btnBlueS, .btnGreenS
{
    height: 24px;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}
.btnGrayL, .btnYellowL
{
    height: 48px;
    line-height: 48px;
    font-family: "黑体";
    font-size: 20px;
}
.btnGrayM, .btnYellowM
{
    height: 36px;
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
}
.btnGrayS, .btnYellowS
{
    height: 24px;
    line-height: 18px;
    font-size: 12px;
}
/*--btnGary--*/
.btnGrayL
{
    background: #eaeaea url("../Images/btnGrayL.gif") repeat-x;
    border: solid 1px #adadad;
}
.btnGrayM
{
    background: #eaeaea url("../Images/btnGrayM.gif") repeat-x;
    border: solid 1px #adadad;
}
.btnGrayS
{
    background: #eaeaea url("../Images/btnGrayS.gif") repeat-x;
    border: solid 1px #adadad;
}
/*--btnRose--*/
.btnRoseL
{
    background: #f23091 url("../Images/btnRoseL.gif") repeat-x;
    border: solid 1px #c06;
}
.btnRoseM
{
    background: #f23091 url("../Images/btnRoseM.gif") repeat-x;
    border: solid 1px #c06;
}
.btnRoseS
{
    background: #f23091 url("../Images/btnRoseS.gif") repeat-x;
    border: solid 1px #c06;
}
/*--btnBlue--*/
.btnBlueL
{
    background: #03d6e2 url("../Images/btnBlueL.gif") repeat-x;
    border: solid 1px #069;
}
.btnBlueM
{
    background: #03d6e2 url("../Images/btnBlueM.gif") repeat-x;
    border: solid 1px #069;
}
.btnBlueS
{
    background: #03d6e2 url("../Images/btnBlueS.gif") repeat-x;
    border: solid 1px #069;
}
/*--btnGreen--*/
.btnGreenL
{
    background: #b6d800 url("../Images/btnGreenL.gif") repeat-x;
    border: solid 1px #54a723;
}
.btnGreenM
{
    background: #b6d800 url("../Images/btnGreenM.gif") repeat-x;
    border: solid 1px #54a723;
}
.btnGreenS
{
    background: #03d6e2 url("../Images/btnGreenS.gif") repeat-x;
    border: solid 1px #54a723;
}
/*--btnYellow--*/
.btnYellowL
{
    background: #fefb01 url("../Images/btnYellowL.gif") repeat-x;
    border: solid 1px #d58001;
}
.btnYellowM
{
    background: #fefb01 url("../Images/btnYellowM.gif") repeat-x;
    border: solid 1px #d58001;
}
.btnYellowS
{
    background: #fefb01 url("../Images/btnYellowS.gif") repeat-x;
    border: solid 1px #d58001;
}
/*--alertTips--*/
.alertTips
{
    background: #ff0;
    padding: 3px 0;
}
/*--more--*/
.more
{
    clear: both;
    text-align: right;
    font-weight: bold;
}
/*--弹出层的暗背景--*/
#floatBoxBg
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    display: none;
}
/*--弹出层--*/
.popMsgPositon
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -160px 0 0 -240px;
    height: 320px;
    width: 480px;
    display: none;
    z-index: 10;
}
.popMsgPositon .popMsgContainer
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 480px;
    height: 320px;
    background: #fff;
    border: solid 1px #999;
}
.popMsgPositon .popMsgShadow
{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 480px;
    height: 320px;
    background: #000;
    border: solid 1px #000;
    filter: alpha(opacity=50); /* IE */
    -moz-opacity: 0.5; /* Moz + FF */
    opacity: 0.5; /* 支持CSS3的浏览器（FF 1.5也支持）*/
}
.popMsgPositon .popMsgContainer .popMsgTitle
{
    height: 39px;
    line-height: 39px;
    border-bottom: solid 1px #ccc;
    padding: 0 15px;
}
.popMsgPositon .popMsgContainer .popMsgTitle h2
{
    padding: 0;
    margin: 0;
    padding-top: 10px;
    line-height: normal;
    color: #f09;
}
.popMsgPositon .popMsgContainer .popMsgContent
{
    padding: 20px;
    height: 220px;
    overflow-y: auto;
}
/*--btnClosePop--*/
.popMsgPositon .popMsgContainer .popMsgTitle a.btnClosePop
{
    float: right;
    display: block;
    margin-top: 10px;
    width: 19px;
    height: 19px;
    background: url("../Images/btnClosePop.gif") no-repeat;
}
.popMsgPositon .popMsgContainer .popMsgTitle a.btnClosePop:hover
{
    float: right;
    display: block;
    width: 19px;
    height: 19px;
    background: url("../Images/btnClosePopHover.gif") no-repeat;
}
/*--sysNotice--*/
.sysNotice
{
    width: 904px;
    margin: 0 auto;
    margin-bottom: 10px;
    border: solid 3px #f09;
    padding: 20px;
}

/*--btnLinkBlueL--*/
a.btnLinkBlueL
{
    margin: 0 auto;
    width: 280px;
    text-align: center;
}
a.btnLinkBlueL:link, a.btnLinkBlueL:visited, a.btnLinkBlueL:hover, a.btnLinkBlueL:active
{
    display: block;
    height: 46px;
    background: #f23091 url("../Images/btnBlueL.gif") repeat-x;
    border: solid 1px #069;
    font: 400 20px/46px "黑体";
    color: #fff;
}
/*--btnLinkGrayM--*/
a.btnLinkGrayM
{
    margin: 0 auto;
    width: 280px;
    text-align: center;
}
a.btnLinkGrayM:link, a.btnLinkGrayM:visited, a.btnLinkGrayM:hover, a.btnLinkGrayM:active
{
    display: block;
    height: 34px;
    background: #eaeaea url("../Images/btnGrayL.gif") repeat-x;
    border: solid 1px #adadad;
    font: 700 14px/34px "宋体";
    color: #333;
}

table.tblSimpleBdr {
	width:100%;
	border-collapse:collapse;
}
table.tblSimpleBdr th,
table.tblSimpleBdr td {
	border:solid 1px #ddd;	
	border-collapse:collapse;
	padding:2px 5px;
}
table.tblSimpleBdr td {
	font-size:12px;
}
table.tblSimpleBdr th {
	background:#eee;
}

.fanhuigbdsw{ text-align:center; margin-bottom:20px;}

.systemerror_form{ margin:0 auto;
	width:505px;
	
	border: 1px solid #cccccc;
}
.systemerror_title{ height:35px; line-height:35px; text-align:left; padding-left:20px; font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
/*以下是四种不同的错误图标，不同的错误调用不同的CSS，请程序员自行选择*/
.systemerror_iconFalse_64{ float:left;
	margin:20px 0 0 20px;
	background-image: url(../Images/iconFalse_64.gif);
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
}
.systemerror_iconAlert_64{ float:left;
	margin:20px 0 0 20px;
	background-image: url(../Images/iconAlert_64.gif);
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
}
.systemerror_iconInfo_64{ float:left;
	margin:20px 0 0 20px;
	background-image: url(../Images/iconInfo_64.gif);
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
}
.systemerror_iconTrue_64{ float:left;
	margin:20px 0 0 20px;
	background-image: url(../Images/iconTrue_64.gif);
	height: 64px;
	width: 64px;
	background-repeat: no-repeat;
}

.systemerror_left_text{ float:right; text-align:left; width:370px; margin:25px 0 0 0; padding-right:15px;}
.fanhui_text{ clear:both; text-align:center; margin:15px 0 15px 0;}

.wordwrap
{
	word-wrap:break-word;
	word-break:break-all;
   -moz-binding: url('wordwrap.xml#wordwrap');
   overflow: hidden;
}
.ui-widget-overlay {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}

.ui-widget-overlay  
{
    background: #666666 url(../images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; 
    opacity: 0.50;
    filter:Alpha(Opacity=50); 
}