@charset "iso-8859-1";
@import url(../../base/css/communicator.css);
/*------------------*/

	td.cc_td_2_border
	{
		text-align:left;
		padding-left:3px;
		white-space:nowrap;
	}
	td.head_td
	{
		position:relative;
		border:1px solid #9B9A9A;
		background-image:url(../images/box_border_header_bg.gif);
		background-repeat:repeat-x;
		height:25px;
		line-height:25px;
		vertical-align:middle;
		text-transform:uppercase;
		text-align:center;
	}
	tr.tr_bgcolor
	{
		background-color:#E7E9FA;
	}

		.fille {
	color: #e03188;
	font-size:12px;
	}
 .garcon {
	color: #009ee0;
	font-size:12px;
	}
 .couple {
	color: #7e3a48;
	font-size:12px;
	}
	
/*################################################################*/
	div.commNavigation
	{
		position:relative;
		border:0px solid red;
		width:300px;
		float:right;
		margin-bottom:15px;
	}

	div.commViewBlock
	{
		padding:3px;
	}
	div.commSubBlock
	{
		position:relative;
		background-color:#ccc;
	}
	div.commSubBlockHead
	{
		height:25px;
		position:relative;
	}
	div.commSubBlockHead div
	{
		position:absolute;
		top:1px;
		background-color:#fff;
		height:23px;
		line-height:23px;
		vertical-align:middle;
		font-weight:bold;
		text-align:center;
	}
	div.commSubBody
	{
		position:relative;
		height:20px;
	}
	div.commSubBody div
	{
		position:absolute;
		top:1px;
		background-color:#fff;
		height:18px;
		line-height:18px;
		vertical-align:middle;
		text-align:left;
		overflow:hidden;
		/*overflov:hidden;*/
	}
	div.profileID
	{
		left:1px;
		width:45px;
	}
	div.profileNick
	{
		left:47px;
		width:130px;
	}
	div.profileSex
	{
		left:178px;
		width:50px;
	}
	div.profileAge
	{
		left:229px;
		width:100px;
	}

	div.profileLastLog
	{
		left:330px;
		width:100px;
	}
	div.commNavigation span
	{
		display:block;
	}
/*###########################################################*/
	div.commTableBlock
	{
		position:relative;
		margin-bottom:25px;
		border:0px solid red;
		overflow:hidden;
	}
	div.commTableBlock table, div.commNavigation table
	{
		background-color:silver;
	}
	div.commTableBlock table.commTable td
	{
		padding:4px;
	}
	tr.commTableHeader td
	{
		text-align:center;
		font-weight:bold;
		background-color: #FFF;
	}

	tr.row1
	{
		background-color: #F9F9F9;
	}
	tr.row2
	{
		background-color: #FFF;
	}
	tr.row1:hover, tr.row2:hover
	{
		background-color: #f1f1f1;
	}
	div.commTableCaption
	{
		position:relative;
		border:1px solid silver;
		line-height:20px;
		vertical-align:middle;
		padding-left:10px;
		font-weight:bold;
		margin-bottom:1px;
		background-color:#f1f1f1;
	}
	table.white td
	{
		position:relative;
		background-color:#fff;
		border:0px solid red;
	}


	table.commTable td.commActions span
	{
		margin-right:5px;
	}

/*###########################################################*/
	div.commNavigationBlock
	{
		position:relative;
		text-align:center;
	}
/*###########################################################*/
	td.lastOnline
	{

	}
	td.lastOnline div.online
	{
		position:relative;
		color:green;
		text-align:center;
		font-weight:bold;

	}
	td.lastOnline div.never
	{
		position:relative;
		color:red;
		text-align:center;
		font-weight:bold;

	}
/*###########################################################*/
	div.commNavigation table
	{
		font-weight:bold;
	}
	div.commNavigation table td
	{
		padding:2px;
	}
	td.center
	{
		text-align:center;
	}