@charset "utf-8";

#container{
	background:#FFF;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px 0.5px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px 0.5px rgba(0,0,0,0.1);
	border: 1px solid #CECECE;
}
#container .colContent > .colLeft, #container .colContent  > .colRight{
	width: 245px;
	display: inline-block;
	float: left;	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;;	
}
#container .colContent > .colCenter{
	width:492px;
	display: inline-block;
	float: left;	
	margin: 0px 0px 0px 0px;
	background:#FFF;
	border-left: 1px solid #CECECE;
	border-right: 1px solid #CECECE;
/*	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 1px 3px 0.5px rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px 0.5px rgba(0,0,0,0.1);
	border: 1px solid #CECECE;*/
}
/*================================================*/
.colCenter .tabMenu{
	background-color: #d9d9d9;
	height:25px;
/*	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;*/
	margin: 0px 0px 0px 0px;
	padding: 10px 6px 6px 6px;
}
.colCenter .tabMenu a{
	padding: 5px 12px 6px 14px;
	margin:0px 2px 0px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.colCenter .tabMenu .selected{
	background-color: #fff;
	font-weight: bold;
	-moz-box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 3px 0.5px rgba(0,0,0,0.2);
}
/*.colCenter .tabMenu{
	background-color: #d9d9d9;
	height:40px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
}
.colCenter .tabMenu a{
	display: block;
	height: 30px;
	padding: 10px 25px 0px 25px;
	float: left;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.colCenter .tabMenu .selected{
	background-color: #fff;
	font-weight: bold;
}*/
.pageGroup2{
	margin: 15px 10px 15px 10px;
	text-align:center;
}
/*================================================*/
#talkingList{
	padding: 0px 0px 0px 0px;
}
.talkingUnit .colLeft{
	padding: 0px 10px 0px 10px;
}
.talkingUnit .colRight{
	width: 390px;
}
.talkingUnit .colRight .talkingUnit .colRight{
	width: 300px;
}
