﻿@charset "utf-8";
/* CSS Document */

/*最外面外框*/
.bigbox{
	width:620px;
	float:left;
	margin: 10px 5px 10px 0;
}

/*格子舖外框*/
.gridtable{
	width:140px;
	height:185px;
	float:left;
	border:1px #ff4e00 dashed;
	margin: 2px 2px 5px 3px;
	padding: 0 2px 0 2px;
	text-align:center;
	/*表格陰影*/
	-moz-box-shadow: 4px 4px 4px #a4a39d;
    -webkit-box-shadow: 4px 4px 4px #a4a39d;
    box-shadow: 4px 4px 4px #a4a39d;
    /*表格陰影*/
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

/*格子舖照片框*/
.gridphoto{
	width:134px;
	height:135px;
	margin: 5px 3px 5px 3px;
}
/*格子舖照片大小*/
.gridphoto Img{
	width:135px;
	height:135px;
}

/*格子舖介紹框*/
.gridintor{
	width:135px;
	height:66px;
	margin:5px 5px 5px 5px;
	font-size: 10pt;
	overflow: hidden;/*文字超過外框高度 就隱藏起來*/
	color: #C8350B;
	font-weight: bold;
	line-height: 17px;
}
/*馬上前往*/
.gonow{
	width:135px;
	height:23px;
	text-align: center;
	margin:0px 5px 0px 5px;
	font-size: 12pt;
	color: #D34001;
	background-color: #FED3BA;
	font-weight: bold;
	line-height: 23px;
}
/*馬上前往連結顏色*/
.gonow  a:link {
	text-decoration: none;
	color: #7D066B;
	outline: none; /* for Firefox */
hlbr:expression(this.onFocus=this.blur()); /* for IE */} /*一般連結*/
.gonow  a:visited { text-decoration: none; color: #B73104;
outline: none; /* for Firefox */
hlbr:expression(this.onFocus=this.blur()); /* for IE */} /*參觀過的結結*/
.gonow  a:active {text-decoration: none; color: #B73104;
outline: none; /* for Firefox */
hlbr:expression(this.onFocus=this.blur()); /* for IE */} /*正在執行的連結*/
.gonow  a:hover{text-decoration: underline; color: #7D066B;
outline: none; /* for Firefox */
hlbr:expression(this.onFocus=this.blur()); /* for IE */} /*當滑鼠移到連結上時的狀態*/

.gonow:hover{
	background-color:#FDA388;
	font-weight: bold;
}

/************ 編輯專用Button (背景藍色)************/
.readbutton
{
    font-family: Verdana, Arial, sans-serif;
    display: inline-block;
	background-image:url(../../images/readbutton-bg.png);
    border: 1px solid #2a5a78 !important;
    padding: 4px 7px 4px 7px !important;
    color: #c4e9ff !important;
    font-size: 12px !important;
    cursor: pointer;
	text-decoration:none;
}

.readbutton:hover
{
    text-decoration: underline;
}

.readbutton:active
{
    padding: 5px 7px 3px 7px !important;
}

a.remove-link
{
    color: #bb0000;
}

a.remove-link:hover
{
    color: #000;
}

/***************XMPP************/

/*頭像*/
.headImg
{
    width:30px;
    height:30px;
}

/*最外層大框*/
.bigdiv{
 width:140px;
 }
 
/*用戶名稱*/
.usermane{
	color:#FFF;
	font-size:10pt;
	background-color:#0B4DB9;
	font-weight:bold;
	border-bottom:#FFF solid 1px;
	text-align:left;
	padding-left:5px;
	width:100%;
	}
/*收合展開按鈕的td*/
.openclasebuttonTD{
    algin: right;
    width: 30%;
}
	
/*收合展開按鈕*/
.openclasebutton{
    font-family: Verdana, Arial, sans-serif;
    display: inline-block;
	background-image:url(../../images/molatalk/button-bg.png);
    border: 1px solid #394e89 !important;
    padding: 4px 7px 4px 7px !important;
    color: #ffffff !important;
    font-size: 10pt !important;
    cursor: pointer;
	text-decoration:none;
}

.openclasebutton:hover{
    text-decoration: underline;
}

.openclasebutton:active{
    padding: 5px 7px 3px 7px !important;
}

/*我方發話--對話內容文字*/
.me-conversationtxt{
	color:#C91F01;
	font-size: 10pt !important;
	text-align:left;
	padding-left:5px;
	}
	
/*對方發話--對話內容文字*/
.you-conversationtxt{
	color:#1c5c00;
	font-size: 10pt !important;
	text-align:left;
	padding-left:5px;
	}
	
/*對話框*/
.conversationbox{
	background-color:#c8ddff;
	border-bottom:#0B4DB9 solid 2px ;
	padding-bottom:5px;
	text-align:left;
	padding-left:5px;
	}
	
/*送出按鈕*/
.enterbutton{
    font-family: Verdana, Arial, sans-serif;
    display: inline-block;
    background-image:url(../../images/molatalk/enterbutton-bg.png);
    border: 1px solid #762a19 !important;
    padding: 4px 7px 4px 7px !important;
    color: #762a19 !important;
    font-size: 10pt !important;
    cursor: pointer;
	text-decoration:none;
	}
.enterbutton:hover{
    text-decoration: underline;
}

.enterbutton:active{
    padding: 5px 7px 3px 7px !important;
}

/*輸入框*/
.textbox{
 width:130px;
 }
 
 /************XMPP會員中心用*************/
 
 /*背景*/
.XmppUserTalkBG{
	background-color:#c8ddff;
	border-bottom:#0B4DB9 solid 2px ;
	padding-bottom:5px;
	padding-left:5px;
}

/*對話框*/
.XmppUTmsgdiv{
    padding-top: 10px;
    height:270px; 
    width:210px;
    overflow:auto;
}

.disDivMessage
{    
    background-color:#fdf1ec;
    position:fixed;
    z-index:999999;
    /*display:none;*/
    width:400px;
    height:180px;
    left:180px;
    top:50px;
    border:1px;    
    margin-left:23%;
    /*margin-right:20%;*/
    margin-top:10%;
    padding:20px;
     
    border:double 8px #ee794a;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=100);
    opacity: 1;
    
    /*影子*/
    -moz-box-shadow:8px 8px 4px #787878;
    -webkit-box-shadow:8px 8px 3px #787878;
    box-shadow:8px 8px 4px #787878;
    
    overflow:auto;   
    text-align:center;
    vertical-align:middle;
    }
