/* ========================================================
  @ infoTitleBar ( Member Menu Board & Mail Verify Board )
======================================================== */

.infoTitleBar{	
	padding: 10px 10px 0px 10px;
	height: 64px;
}

.infoTitleBar div.infoLeft{
	background-image: url(../../../WEB-PAGES/common/images/web/other/info/L.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	height: 64px;
	width: 5px;
	float: left;
}

.infoTitleBar div.infoRight{
	background-image: url(../../../WEB-PAGES/common/images/web/other/info/R.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	height: 64px;
	width: 5px;
	float: right;
}

.infoTitleBar div.infoCenter{
	background-image: url(../../../WEB-PAGES/common/images/web/other/info/bg.gif); 
	background-repeat: repeat;
	background-position: top left;
}

.infoTitleBar div.infoCenter div.infoContent{
	height: 64px;
}

.infoTitleBar div.infoCenter div.infoContent div.contentText{
	position:relative;
	top: 20px;
	padding-left: 10px;
	color: #fff;
	width: 120px;
	white-space:nowrap; 
	overflow: hidden;
}

/* infoTitleBar Logo */ 

.infoTitleBar div.infoCenter div.info{
	background-image: url(../../../WEB-PAGES/common/images/web/other/info/info.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
}


/* ========================================================
  @ menuFunction ( Member Menu Board & Mail Verify Board )
======================================================== */

.menuFunction{
	padding: 0px 9px 0px 9px;
}

.menuFunction ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;	
}

.menuFunction li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.menuFunction a{
	display: block;
	background-color: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;	
	width: 160px;
	padding: 5px 10px 5px 10px;
	color: #333;
	text-decoration: none;
}

.menuFunction a:hover{
	font-weight: bold;
	background-color: #6af;
	color: #fff;
}



.adminMenuFunction{
	padding: 0px 9px 0px 9px;
}

.adminMenuFunction ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;	
}

.adminMenuFunction li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.adminMenuFunction a{
	display: block;
	background-color: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;	
	width: 160px;
	padding: 5px 10px 5px 10px;
	color: #333;
	text-decoration: none;
}

.adminMenuFunction a:hover{
	font-weight: bold;
	background-color: #9a0;
	color: #fff;
}

/* ========================================================
  @ logoutForm ( Member Menu Board & Mail Verify Board )
======================================================== */

.logoutForm{
	padding: 0px 10px 0px 10px;
	text-align: center;
}

.verifyForm{
	padding: 0px 10px 0px 10px;
	text-align: center;	
}

/* ========================================================
  @ caseList ( Mail Verify Board )
======================================================== */
.topic{
	color: #900;
	font-size: 15px;
	font-weight: bold;	
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.subTopic{
	color: #333;
	font-size: 13px;
	font-weight: bold;
}

.casePanel{
	background-color: #eef;
	border: 1px solid #aaf;
	padding: 10px 10px 10px 10px;
}

.caseList{
	margin: 0px;
	padding: 0px 10px 0px 15px;
	font-size: 13px;
}

.caseList li{
	margin: 0px;
	padding: 2px 0px 2px 0px;
	list-style-type: disc;
	list-style-position: outside;
}


/* ========================================================
  @ login board button ( Login Board )
======================================================== */

.loginButton{
	background-image: url(../images/web/other/memberBoard/login.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 60px;
	cursor: pointer;
}

.loginButtonMouseOver{
	background-image: url(../images/web/other/memberBoard/login_over.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 60px;
	cursor: pointer;
}

.joinMemberButton{
	background-image: url(../images/web/other/memberBoard/joinMember.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 30px;
	cursor: pointer;
}

.joinMemberButtonMouseOver{
	background-image: url(../images/web/other/memberBoard/joinMember_over.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 30px;
	cursor: pointer;
}

.forgetPWButton{
	background-image: url(../images/web/other/memberBoard/forgetPW.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 30px;
	cursor: pointer;
}

.forgetPWButtonMouseOver{
	background-image: url(../images/web/other/memberBoard/forgetPW_over.gif); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 180px;
	height: 30px;
	cursor: pointer;
}
