@charset "UTF-8";
	#communicator2{
		background:url( ../layout/communicator.jpg );
		background-position:center center;
	}
	
	#communicator2 h3{
		background:0;
		padding:0;
		font-size:12px;
	}
	
	#communicator2 #content{
		height:160px;
		width:200px;
		overflow:hidden;
		margin:65px auto 0px;
	}
	
	#communicator2 #pager{
		/*
		position:relative;
		top:100px;
		left:40px;
		*/
		width:200px;
		height:31px;
		margin:15px auto 0 auto;
	}
	
	#communicator2 #messages{
		padding:0;
		margin:0;
		width:200px;
	}
	
	#communicator2 #messages li{
		width:200px;
	}
	
	#communicator2 #messages a{
		color:#ffffff;
		text-decoration:none;
	}
	
	#communicator2 #pager .pager-link{
		display:block;
		width:30px;
		height:25px;
		font-size:0.0px;
		margin:0 16px;
		float:left;
	}
	
	#communicator2 #pager .pager-1	{
		background:url(../layout/communicator_button_yellow.png);
	}
	#communicator2 #pager .pager-2	{
		background:url(../layout/communicator_button_red.png);
	}
	#communicator2 #pager .pager-3	{
		background:url(../layout/communicator_button_blue.png);
	}
	
	#communicator2 #pager .pager-1.pager-active{
		background:url(../layout/communicator_button_yellow_activ.png);
	}
	#communicator2 #pager .pager-2.pager-active{
		background:url(../layout/communicator_button_red_activ.png);
	}
	#communicator2 #pager .pager-3.pager-active{
		background:url(../layout/communicator_button_blue_activ.png);
	}
	
	
	/* OLD COMMUNICATOR */
	#communicator h3{
		background:0;
		padding:0;
		font-size:12px;
	}

	#communicator{
		background: url(../layout/communicator.png );
		width:278px;
		height:376px;
		color:#e4e4e4;
	}
	
	#communicator_content{
		height:150px;
		width:200px;
		overflow:hidden;
		position:relative;
		top:65px;
		left:40px;
	}
	
	#communicator_messages{
		padding:0;
		margin:0;
		width:200px;
	}
	#communicator_messages li{
		width:200px;
	}
	
	
	#communicator_messages a{
		color:#ffffff;
		text-decoration:none;
	}
	
	#communicator_pager{
		position:relative;
		top:100px;
		left:40px;
		width:200px;
		padding:0 0 0 19px;
	}
	
	#communicator_pager .pager-link{
		padding:12px 15px;
		font-size:0.0px;
		margin-right:32px;
	}
	
	#communicator_pager .pager-1	{
		background:url(../layout/communicator_button_yellow.png);
	}
	#communicator_pager .pager-2	{
		background:url(../layout/communicator_button_red.png);
	}
	#communicator_pager .pager-3	{
		background:url(../layout/communicator_button_blue.png);
	}
	
	#communicator_pager .pager-1.pager-active{
		background:url(../layout/communicator_button_yellow_activ.png);
	}
	#communicator_pager .pager-2.pager-active{
		background:url(../layout/communicator_button_red_activ.png);
	}
	#communicator_pager .pager-3.pager-active{
		background:url(../layout/communicator_button_blue_activ.png);
	}