* {
    margin: 0; padding: 0; border: 0; color: inherit; background-color: transparent; text-decoration: none; list-style-type: none;
}

body {
    background:#F3F3F3 none repeat scroll 0 0;
    color:#363637;
    font-family:Arial;
    font-size:12px;
}
input, select, textarea {
    font-family: Arial; font-size: 12px;
}

input[type='button']{
    width: 90px;
    height:24px;
    padding: 4px;
    font: bold 12px Arial;
    color: #323233;
    background: url('img/home/background_buton_login.png') center 0 no-repeat;
    cursor: pointer;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* img {
    border: medium none;
    vertical-align:middle;
}

h2 {
    font-size:150%;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
    color:#0038B8;
}

h3 {
    font-size:125%;
    padding-top:5px;
    padding-bottom:5px;
    color:#696C6D;
}

label {
}

fieldset{
	border:none;
}
/*
textarea,input{
	background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #CCCCCC;
    color: #333333;
    padding: 4px;
    margin-right:5px;
}*/
/*
input:focus {
    background-color: #FFFFCC;
	color:#000000;
}
*/
.text {
    background: #FFFFFF none repeat scroll 0 0;
    border: 1px solid #CCCCCC;
    color: #333333;
    margin-bottom: 7px;
    padding: 5px;
    width: 95%;
}

.smallText {
    color: #696C6D;
    padding: 2px 0px;
    font-size:60%;
}

.very-small-text {
    color: #696C6D;
    padding-left:5px;
    font-size:60%;
}

.spanPadLeft{
    padding-left:25px;
}

.spanPadRight{
    padding-right:25px;
}

/*
.submit {
    background: #EEEEEE none repeat scroll 0 0;
    border: 3px double #CCCCCC;
    font-size: 1em;
    padding: 2px;
    width: 50%;
}
*/
/*
.button{
    background:#FAFAFA none repeat scroll 0 0;
    border:1px solid #696C6D;
    cursor:pointer;
    padding:2px 6px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
}*/

/*END GLOBAL*/
/*
.header{
    position:relative;
}

.header-logo{
    height:150px;
    margin-bottom:25px;
    margin-top:10px;
}

.header-info{
    background:#FAFAFA none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    border-top:0px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-radius-bottomleft:5px;
    -webkit-border-radius-bottomright:5px;
}

.header-info-main{
    position:relative;
    border:1px solid #FFFFFF;
    padding:5px;
    font-size:90%;
    border-top:0px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-radius-bottomleft:5px;
    -webkit-border-radius-bottomright:5px;
}
.header-info-main .left{
    float:left;
    text-align:left;
    width:50%;
}
.header-info-main .right{
    position:relative;
    float:left;
    text-align:right;
    width:50%;
    line-height:40px;
}

.header-info-main .right a{
    margin-right:10px;
}

.header-info-main .right .user-link{
    position:absolute;
}
*/
.content {
    position:relative;
}

.content-main {
	width: 985px;
    margin: 0 auto;
    padding:0 4px 0 4px;
    color: #111111;
    line-height: 1.6em;
    text-align: left;
}

.content-left {
    float: left;
    width: 460px;
    margin-left:10px;
    padding-top:10px;
}

.content-right {
    float: right;
    width: 460px;
    margin-right:10px;
    padding-top:10px;
}

.content-main .info{
    padding:20px;
}


/* chat */
/*
.chat{
    position:relative;
    width:460px;
    background:#FAFAFA none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}*/

.chat-main{
    position:relative;
    border:1px solid #FFFFFF;
    padding:5px;
    font-size:90%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.chat-empty{
    position:relative;
    padding:10px;
    font-size:110%;
    color:#666666;
}

.chat-rooms{
    float:left;
    width:290px;
}

.chat-room{
    display:none;
}
/*
.chat-room-messages{
    overflow-x:hidden;
    overflow-y:auto ;
    height:260px;
    border:1px solid #EEEEEE;
    border-left:0px;
    background:#FFFFFF;
    font-size:11px;
    padding:5px;
}
*/
.chat-room-input{
    margin-top:5px;
    background:#FFFFFF;
    
}

.chat-room-input input{
    width:280px;
    font-size:11px;
}
/*
.chat-users-list{
    float:left;
    width:158px;
    
}

.chat-users-list .clients{
    height:266px;
    position:relative; 
    overflow:hidden;
}

.chat-users-list ul{
    position:absolute; 
    height:20000em;
}
*/
.chat-users-actions{
    bottom:5px;
    height:24px;
    left:10px;
    margin-top:10px;
    position:absolute;T
}


.chat-users-actions div{
    float:left;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}

.chat-users-actions .prevPage{
    width:18px;
    height:18px;
    background-image: url('img/up.png');
    background-position: bottom left;
}

.chat-users-actions .prevPage.disabled{
    width:18px;
    height:18px;
    background-image: url('img/up.png');
    background-position: top left;

}

.chat-users-actions .nextPage{
    width:18px;
    height:18px;
    background-image: url('img/down.png');
    background-position: bottom left;
}

.chat-users-actions .nextPage.disabled{
    width:18px;
    height:18px;
    background-image: url('img/down.png');
    background-position: top left;
}
/*
.chat-users-list .listitem {
    width:158px;
}

.chat-users-list .listitem .false{
    color:#CCCCCC;
}

.chat-users-list .listitem a{
    display:block;
    text-decoration:none;
    font-size:90%;
    cursor:pointer;
    border-right:1px solid #EEE;
    padding:2px;
}

.chat-users-list .listitem a.selected {
    background-color:#FFFFFF;
    font-weight: bold;
    border:1px solid #EEE;
    border-right:0px;
}


.chat-users-list .listitem img{
    float:left;
    padding-right:5px;
    width:22px;
    height:22px;
}


.chat-users-list .listitem .username{
    float:left;
    overflow:hidden;
    width:105px;
}
*/
.new-message{
    
    background:#FF0000;
    height:16px;
    width:16px;
    float:left;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    line-height:14px;
    font-size:11px;
    text-align:center;
    color:#FFF;
    margin-top:2px;
    margin-right:5px;
    display:none;
    
}
/*
.chat-users-list .listitem  a.selected .close-room{
    
    background:#FF0000;
    height:11px;
    width:11px;
    float:left;
    -moz-border-radius:5px;
    line-height:14px;
    font-size:11px;
    text-align:center;
    color:#FFF;
    margin-top:6px;
    margin-right:5px;
    margin-left:4px;
    background:url('img/close.gif');
}


.chat-users-list li{
    display:block;
    text-decoration:none;
    list-style:none;
    margin:0;
    padding:0;
    cursor:pointer;
}
*/
.chat-message-header{
    margin-top:5px;
    background:#3274D0;
    position:relative;
    padding-left:5px;
    font-weight: bold;
    color:#FFFFFF;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding-right:40px;
}

.chat-message-header.offline,.chat-message-header.online{
    background:#CCCCCC;
    color:#333333;
}
.chat-message-header.not-online{
    background:#EEEEEE;
    color:#FF0000;
}

.chat-message-header .time-style{
    font-size:75%;
    height:15px;
    margin-bottom:5px;
    position:absolute;
    right:10px;
    text-align:right;
    top:0;
    width:80px;
}

.chat-message{
    padding-left:10px;
    position:relative;
}


.video{
    margin-bottom:10px;
}

.video-preview{
    width:460px;
    margin-top:20px;
    margin-bottom:20px;
    overflow-x:auto;
}

.video-icon{
    width:48px;
    height:48px;
    float:left;
    margin-right:10px;
    padding-top:10px;
}

.video-provider{
    width:380px;
    float:left;
}

.video-channel{
    width:180px;
    font-size:12px;
}

#error{
    
    display:none; 
    width:400px;
    border:10px solid rgba(82, 82, 82, 0.698); 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px;
    padding:50px;
    background-color:#FAFAFA;
    color:#FF0000;
}

.error{
    color: #FAFAFA;
	background-color: #DF2929;
	border: #FF1F1F solid 1px; 
	padding: 3px 5px 3px 5px;
}
/*
.new-entries{
    display:none;
    margin-top:7px;
}
*/
/*
.updates-list .new-updates{
    display:none;
}
*/
/*
.updates-list .li{
    display:block;
    text-decoration:none;
    list-style:none;
    margin:0;
    padding:0;
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #FAFAFA;
    line-height:1.1em;
    padding:0.7em 0 0.6em;
    position:relative;
    font-size:85%;
}

.updates-list .li.child{
    display:block;
    text-decoration:none;
    list-style:none;
    margin-left:50px;
    padding:0;
    border-bottom:1px solid #CCCCCC;
    line-height:1.1em;
    padding:5px;
    position:relative;
    font-size:80%;
	background:#ECEFF5;
}

.updates-list .li.child.hide{
	display:none;
}

.updates-list .thumb{
    display:block;
    height:48px;
    left:0;
    margin:0 10px 0 5px;
    overflow:hidden;
    position:absolute;
    width:48px;
	border:1px solid #CCCCCC;
}

.updates-list .thumb .normal{
    height:48px;
    width:48px;
}

.updates-list .child .thumb{
    display:block;
    height:24px;
    left:0;
    margin:0 10px 0 5px;
    overflow:hidden;
    position:absolute;
    width:24px;
	border:1px solid #CCCCCC;
}

.updates-list .status-body{
    display:block;
    margin-left:65px;
    min-height:50px;
    overflow:hidden;
}
.updates-list .status-body .entry{
    line-height:16px;
    margin-bottom:5px;
}

.updates-list .status-body .userlink{
    padding-right:10px;
    padding-left:0px;
}

.updates-list .status-body a{
    padding-left:5px;
	padding-right:5px;
}

.updates-list .chat-link.true{
    font-size:75%;
    height:15px;
    position:absolute;
    right:0;
    text-align:center;
    bottom:0;
    width:50px;
	margin-bottom:5px;
	padding-right:5px;
    color:#999999;
    background:url("img/bubble_16.png") no-repeat;
    background-position: center right;
}

.updates-list .chat-link.false{
    display:none;
}

*/

/*******
NEW STUFF
*/

.update-overflow { height:700px; overflow-y:auto;width: 483px;}


.updates-list .feed {line-height:14px;text-decoration: none; list-style-type: none; font-size: 11px; float: left; width: 100%; height: 70px; border-bottom: 1px dotted #c9c9c9; background: #FFF;}
.updates-list .feed:hover { background: #f3f3f3; }
.updates-list .feed .date-info{ margin-bottom:2px; }
.updates-list .feed .timeago {color: #aaaaaa; width: 100px;font-size: 10px; padding-left:2px;}

.updates-list .feed .user { float: left; width:100px;font-weight: bold; text-align: right;}
.updates-list .feed .user div.pseudo .user-name { font-family:arial; font-size:12px; text-decoration:none; color:#000000; padding-left:12px; overflow:hidden;}

.updates-list .feed .user div.pseudo .online { background:url("img/online.png") no-repeat;}
.updates-list .feed .user div.pseudo .offline { background:url("img/offline.png") no-repeat;}
.updates-list .feed .user div.pseudo .not-member { color:#666666;}

.updates-list .feed .user p.member { color: #008eb0; text-align: right; }
.updates-list .feed .user .member a { color:none;}

.updates-list .feed .picture { float: left; margin: 0 5px;}
.updates-list .feed .picture img{ height:32px; width:32px;}

.updates-list .feed .message { float: left; width: 260px; min-height: 40px;}

a.link { color:#008EB0;}
a.tag { color:#007692;font-weight:bold;}
a.twitter-user {font-weight:bold;}

a.activate{
  padding:10px;
  background:#FAFAFA;
  border:1px solid #EEE;
  -moz-border-radius:8px;-webkit-border-radius:8px;
  margin-right:20px;
}

p.date{
  margin:10px;
}

.updates-list .feed ul { display: none; }
.updates-list .feed:hover ul { display: block; float: right; position: relative;  top: -15px;margin: 0; padding: 0;  }
.updates-list .feed ul li { margin: 0; padding: 0; list-style-type: none;}
.updates-list .feed ul li a img { width:19px; height:18px; border: 1px solid #fff;}

.status-update .options{margin-top:4px;}
.status-update .tabs { width:240px;float:left; }
.status-update .tabs li {margin:0 5px 0 0;padding:5px 20px; list-style-type: none; background:#EEE;font-weight:bold;cursor:pointer;}
.status-update .tabs li.selected {background:#FFF;}

/*.members { height:700px; overflow-y:auto;width: 483px;display:none;}*/
.members .order {line-height:14px;text-decoration: none; list-style-type: none; font-size: 11px; width: 100%; height: 30px;    text-align:right;padding-top:5px;}
.members-options {margin:5px;}
.members-options li {display:inline; width:100px;padding:4px;margin-left:10px;font-size:11px;-moz-border-radius:8px;-webkit-border-radius:8px;cursor:pointer;}
/*
.members .feed {
  background:none repeat scroll 0 0 #FFFFFF;
  border:1px dotted #CECECE;
  margin:2px;
  height:100%;
  padding:7px 10px;
  position:relative;
}*/

.live #col1 .members {display:none; width: 478px; margin: 2px 0 0 0; padding: 0 2px; }
.live #col1 .members .feed { position: relative; min-height: 75px; margin: 2px; padding: 7px 10px; border: 1px dotted #cecece; background: #fff;}
.live #col1 .members .feed:hover { background: #f3f3f3; }
.live #col1 .members .feed p { font: bold 11px Arial; color: #434343; }
.live #col1 .members .feed p.avatar { float: left; width: 77px; height: 77px; margin: 0 10px 0 0; border: 1px solid #949494;}
.live #col1 .members .feed p.avatar img { width: 77px; height: 77px; }
.live #col1 .members .feed p.name { margin: 0 0 14px 0; }
.live #col1 .members .feed ul { display: none; position: absolute; top: 0; right: 0; margin: 0; padding: 0;}
.live #col1 .members .feed:hover ul { display: block; }
.live #col1 .members .feed ul li { margin: 0; padding: 40px 0; list-style-type: none; border-left: 1px solid #fff;}

.live #col1 .card { height:760px;overflow: auto; margin: 2px 0 0 0; padding: 0 2px; background: #fff; }
.live #col1 .card .feed { position: relative; min-height: 75px; margin: 2px; padding: 7px 10px; border: 1px dotted #cecece; background: #fff;}
.live #col1 .card .feed:hover { background: #f3f3f3; }
.live #col1 .card .feed p { font: bold 11px Arial; color: #434343; }
.live #col1 .card .feed p.picture { float: left; width: 77px; height: 77px; margin: 0 10px 0 0; border: 1px solid #949494;}
.live #col1 .card .feed p.picture { width: 77px; height: 77px; }
.live #col1 .card .feed p.name { margin: 0 0 14px 0; }
.live #col1 .card .feed .status { margin: 0 0 14px 0; padding-left:5px; }
.live #col1 .card .feed ul { display: none; position: absolute; top: 0; right: 0; margin: 0; padding: 0;}
.live #col1 .card .feed:hover ul { display: block; }
.live #col1 .card .feed ul li { margin: 0; padding: 40px 0; list-style-type: none; border-left: 1px solid #fff;}
.live #col1 .card .feed p.chat-btn { position:absolute; top:0px; right:0px;}

.live #col1  .card .feed ul { display: none; position: absolute; top: 0; right: 0; margin: 0; padding: 0;}
.live #col1  .card .feed:hover ul { display: block; }
.live #col1  .card .feed ul li { margin: 0; padding: 40px 0; list-style-type: none; border-left: 1px solid #fff;}


/*
.members .feed .avatar{
  float: left; width: 77px; height: 77px; margin: 0 10px 0 0; border: 1px solid #949494;
}

.members .feed .avatar img{
  width: 77px; height: 77px;
}

.members .members-msg {float: left;width:300px; min-height: 40px;}
.members .chat-btn{ position:absolute; bottom:2px; right:2px;}
*/
/*END*/
.normal{
    height:48px;
    width:48px;
    padding-right:5px;
}

.update-status{
    margin-bottom:20px;
}

.update-status-main{
    position:relative;
    padding:5px;
    font-size:90%;
}

.update-status .feedback{
    margin-top:5px;
}
/*
.char-counter {
    background:#CCCCCC none repeat scroll 0 0;
    color:#333333;
    font-size:125%;
    font-weight:bold;
    height:36px;
    line-height:2.4em;
    text-align:center;
    vertical-align:middle;
    width:48px;
}*/

.status-input{
	border:1px solid #FFFFFF;
}

.status-input .left{
    float:left;
    width:400px;
    height:36px;
}

.status-input .right{
    float:left;
    width:44px;
}

.status-input textarea{
    height:26px;
    width:392px;
    overflow-x:hidden;
	font-size:0.8em;
}

.status_input_options{
    margin-top:3px;
}

.status_input_options .left{
    float:left;
    width:60px;
	font-size:0.8em;
	padding-left:5px;
}

.status_input_options .right{
    float:left;
	width:380px;
	text-align:right;
}

.status_input_options .right .button{
	margin-right:0px;
	margin-left:20px;
	font-size:75%;
}

.sign-in{
    margin-top:100px;
}

.fb-connect{
    width:60px;
    height:14px;
}

.info-status{
    background:#FFFFFF none repeat scroll 0 0;
    padding-bottom:10px;
    border-bottom: 1px dotted #c9c9c9;
}

.info-status-main{
    position:relative;
    min-height:35px;
    padding:5px;
}
.info-status-main .query-string{
    float:left;
    width:360px;
    padding-top:5px;
}
.info-status-main .count{
    float:left;
    width:80px;
}
.info-status-main .keywords{
    padding-right:10px;
}
.info-status-main .keywords .tag{
    color:#FF0000;
    font-weight:bold;
}

.tag{
    color:#666666;
}

.lightbox_background{
	opacity:0.1;
}

.mylightbox-main{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width:480px;
	z-index:999;
	border:1px solid #CCCCCC;
}
.mylightbox-inner{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #FFFFFF;
	background:#FAFAFA;
	min-height:100px;
	position:relative;
	padding:30px 20px 20px;
	text-align:left;
}

.mylightbox-inner .close{
	position:absolute;
	top:5px;
	right:0px;
	border:1px solid #CCC;
	background:#CCC;
}

.mylightbox-main .close{
    -moz-border-radius:10px;
	-webkit-border-radius:10px;
}


.shortUrl-div{
	font-size:0.9;
	color:#666;
	margin-top:10px;
}
.shortUrl-div .textbox{
	margin-bottom:5px;
}

.shortUrl-div .feedback{
	width:430px;
}


.admin-box{
    background:#FAFAFA none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    margin-bottom:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.admin-box-main{
    position:relative;
    border:1px solid #FFFFFF;
    padding:5px;
    font-size:90%;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

.admin-box-main .dropdown {
    width:100px;
    background:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:2px;
}
.admin-box-main .textarea {
    width:440px;
    height:150px;
    background:#FFFFFF;
    border:1px solid #CCCCCC;
    padding:2px;
}
.admin-box-main .keywords div{
    margin-top:5px;
    margin-bottom:5px;
}
    
.admin-table .left{
    width:200px;
    float:left;
    font-height:bold;
}

.admin-table .right{
    padding-top:10px;
    width:200px;
    float:left;
}

.admin-table div{
    margin-bottom:10px;
}

.admin-table img{
    padding-right:10px;
}

.admin-box .csv{
  border:1px solid #EEEEEE;
  background:#FFFFFF;
  margin-bottom:5px;
  padding:4px;
}

.admin-box .csv a{
  margin-left:20px;
}

.invite{
    width:300px;
    font-size:16px;
    margin-top:5px;
    background:#FAFAFA;
}
.tooltip { 
    display:none; 
    background:url('img/tooltip/black_arrow_big.png'); 
    height:163px; 
    padding:40px 30px 10px 40px; 
    width:300px; 
    font-size:11px; 
    color:#fff; 
    z-index:998;
    text-align:left
    ;
    
}
.tooltip .main {
    position:relative;
} 
.tooltip .main .left{
    float:left;
    width:60px;
}
.tooltip .main .right{
    float:left;
    width:190px;
}

.tooltip .profile-img{
    width:48px;
    height:48px;
    border:1px solid #CCCCCC;
}

.tooltip .name{
    font-size:150%;
    margin-bottom:5px;
}

.tooltip .about-me{
    padding-top:20px;
    color:#FFFFFF;
}

.tooltip span{
    color:#CCCCCC;
}

.tooltip-tph { 
    display:none; 
    background:url('img/tooltip/black_arrow.png'); 
    height:80px; 
    width:175px; 
    padding:20px;
    font-size:11px;
    color:#fff; 
    z-index:998;
}

.sound{
    margin-top:2px;
    width:16px;
    height:16px;
    background-image: url('img/sound.png');
}

.sound.off{
    background-image: url('img/sound_mute.png');
}

.login-div{
    width:320px;
}

.new-accont-main{
    display:none;
}

.invites{
    padding-bottom:50px;
}

.invites ul{
    padding-top:25px;
    padding-left:25px;
}

.invites li{
    margin: 0;
    padding: 4px;
    list-style-type: none;
    margin-bottom:5px;
}

.invites-frame{
    width:100%;
    border:0;
    overflow:hidden;
}

.facebook{
    width: 620px;
    margin: 0 auto;
    color: #111111;
    line-height: 1.6em;
    text-align: left;
}

.selected-contacts{
    margin:20px; 
}

.picker_column input[type="checkbox"]{
        padding:0px;
        background:none;
        text-align:left;
        width:20px;
}


/* txt-transform */
.upper { text-transform: uppercase; }
.lower { text-transform: lowercase; }
.deco, .deco a { text-decoration: underline;}
.decoNone { text-decoration: none;}
.hoverDeco a:hover, a.hoverDeco:hover { text-decoration: underline; }
.hoverDecoNone a:hover, a.hoverDecoNone:hover { text-decoration: none; }
.bold { font-weight: bold; }
.noBold { font-weight: normal !important;}
.italic { font-style: italic; }

/* Font-size title */
h1 {
clear:both;
font-family:Arial;
font-size:42px;
}

h2 { margin: 0 0 5px 0; font-size: 22px; }
h3 { }

.txtBlue, 
.txtBlue a, a.txtBlue { color: #26acbc !important; }
.txtGrey,
.txtGrey a, a.txtGrey { color: #696969 !important; }
.txtGreyLight,
.txtGreyLight a, a.txtGreyLight { color: #b5b5b5 !important; }
.txtRed,
.txtRed a, a.txtRed { color: #ff0000; }
.txtBlack,
.txtBlack a, a.txtBlack { color: #242021 !important; }

.flash a{
    text-decoration:underline;
}

.floatLeft { float: left; }
.floatRight { float: right; }

label { display: block; font: bold 12px Arial; color: #323233;}
input { width: 180px; padding: 7px 10px; font: normal 12px Arial; color: #323233; background: url('img/commun/background_input.png') 0 0 no-repeat; }

/* --------- */
/* HOME PAGE */
/* --------- */
.home .two-blocks { clear: both; margin:26px 0; }
.home .two-blocks .block { float: left; width: 430px; }
.home .two-blocks .block.prez .valign { display: table-cell; width: 430px; height: 348px; vertical-align: middle; }
.home .two-blocks .block.prez .valign h1 { margin: 0 0 30px 0; }
.home .two-blocks .block.prez .valign p { font-size: 14px; }

.home .two-blocks .block.video { position: relative; float: right; width: 520px; }
.home .two-blocks .block.video ul.butons { position: absolute; top: 125px; width: 60px; height: 106px; background: url('img/home/background_butons.png') right no-repeat; }
.home .two-blocks .block.video ul.butons li.on a { display: block; width: 18px; height: 21px; padding: 3px 0 0 8px; font: bold 13px Arial; color: #4a4a4a; background: url('img/home/buton_on.png') 0 0 no-repeat; }
.home .two-blocks .block.video ul.butons li a { display: block; width: 18px; height: 21px; padding: 3px 0 0 8px; font: bold 13px Arial; color: #FFF; background: url('img/home/buton_off.png') 0 0 no-repeat; }
.home .two-blocks .block.video ul.butons li.bt_1 { position: absolute; top: 0; right: 5px; }
.home .two-blocks .block.video ul.butons li.bt_2 { position: absolute; top: 25px; right: 30px; }
.home .two-blocks .block.video ul.butons li.bt_3 { position: absolute; top: 65px; right: 30px; }
.home .two-blocks .block.video ul.butons li.bt_4 { position: absolute; top: 90px; right: 5px; }



.block-player { float: right; margin-top:33px; width: 437px; height: 328px; padding: 10px; background: #FFF; border: 1px solid #c6c6c6; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.block-player #player { width: 437px; height: 328px; background-image: url('img/img1.jpg');}

.home .two-blocks.login { display: block; margin: 26px 0 27px 0; padding: 15px; background: #404040; border: 1px solid #404040; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.home .two-blocks.login .block.login { width: 442px; margin: 4px 0 0 0; padding: 5px 10px; background: #dddddd; border: 1px solid #FFF; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.home .two-blocks.login .block.login p { margin: 0 0 10px 0;}
p label { display: block; margin: 0 0 3px 0; font: bold 12px Arial; color: #323233; }
p input { display: inline; width: 180px; padding: 7px 10px; font: normal 12px Arial; color: #323233; background: url('img/commun/background_input.png') 0 0 no-repeat; }
.home .two-blocks.login .block.login p.submit { float: left;}
.home .two-blocks.login .block.login p.forget { float: right; font: normal 11px Arial; color: #363637; } 
.home .two-blocks.login .block.login p.forget a { text-decoration: underline; }
.home .two-blocks.login .block.login p.forget a:hover { text-decoration: none; }

.home .two-blocks.login .block.register { float: right; width: 425px; height: 211px; padding: 20px 15px 0 35px; background: url('img/home/background_register.png') 0 0 no-repeat; }
.home .two-blocks.login .block.register p a { float: right; width: 165px; margin: 20px 0 0 0; padding: 14px 0; font: bold 16px Arial; color: #FFF; text-align: center; background: url('img/home/buton_register.png') center no-repeat; }



/* header */
/*
.header { position: relative; z-index: 2; height: 46px;width: 993px; margin: 0 auto; text-align: left; background: url('img/commun/background_header.png') 0 0 no-repeat; }
.header p.logo { float: left; width: 140px; height: 31px; margin: 5px 0 0 18px; background: url('img/Agoroom-LogoHeader.png') 0 0 no-repeat;cursor:pointer;}
.header p.logo a span { display: none; }
.header p { float: right; margin: 10px 150px 0 0; font: normal 11px Arial; color: #e8e8e8; }
.header ul { float: right; margin: 10px 10px 0 0; }
.header ul li { display: inline; }
.header ul li.separator { padding: 0 10px; color: #979797; }
.header ul li a { font: bold 11px Arial; color: #4fdff0; text-decoration: underline; }
.header ul li a:hover { text-decoration: none; }
*/
/* footer 
.footer { clear: both; height: 108px; padding: 19px 0 0 0; background: url('img/commun/footer_gradient.gif') 0 0 repeat-x; text-align: left; }
.footer .block { height: 108px; margin: 0; padding: 0; background: url('img/commun/background_footer.gif') 0 0 repeat-x; }
.footer .content { position: relative; display: block; width: 993px; margin: 0 auto; padding: 0; }
.footer ul { display: block; width: 993px; margin: 0 auto; }
.footer ul li.small { font: normal 10px/30px Arial; }
.footer ul li { display: inline-block; width: 82px; font: bold 12px/30px Arial; color: #4f4f4f; text-align: center; }
.footer ul li a { display: block; width: 82px; height: 30px; padding: 0; font: normal 12px/30px Arial; color: #bababa; text-align: center; }
.footer ul li.on a, 
.footer ul li.on a:hover { font: bold 12px/30px Arial; color: #26acbc; background: url('img/commun/buton_footer.png') 0 0 no-repeat; }
.footer li a:hover { background: url('img/commun/buton_footer.png') 0 0 no-repeat; }
.footer p { position: absolute; right: 0; top: 0; }
.footer p a { display: block; width: 133px; height: 30px; padding: 0; font: normal 12px/30px Arial; color: #bababa; text-align: center; font: bold 12px/30px Arial; color: #26acbc; background: url('img/commun/buton_footer_large.png') 0 0 no-repeat; }
*/

.footer { clear: both; height: 27px; padding: 0 10px; text-align: left; border-bottom: 1px solid #26acbc; background: url('img/commun/bg_nav.png') 0 0 repeat-x;  }
.footer ul { width: auto; margin: 0 auto; padding: 0; }
.footer ul li.small { font: normal 10px/30px Arial; }
.footer ul li { display: inline-block; margin: 0 5px; font: bold 12px/30px Arial; color: #e8e8e8; text-align: center; }
.footer ul li a { display: block; height: 30px; padding: 0; font: normal 12px/30px Arial; color: #e8e8e8; text-align: center; }
.footer ul li.on a, 
.footer ul li.on a:hover { font: bold 12px/30px Arial; color: #e8e8e8; text-decoration: underline;}
.footer ul li a:hover { color: #e8e8e8; text-decoration: underline;}
.footer p { position: absolute; right: 0px; top: 0; margin: 0 40px 0 0; color: #fff; line-height:27px;}
.footer p a { display: inline; width: 133px; padding: 0; font: bold 11px Arial; color: #4fdff0; text-align: center; font: bold 12px/30px Arial; }
.footer p.deconnexion { margin: 3px 0 0 0;width: 29px; height: 21px; background: url('img/commun/bt_deconnexion.png') right 0 no-repeat;cursor:pointer;}
.footer p a:hover { cursor: pointer; color: #4fdff0; text-decoration: underline; }
.footer a.admin{ padding-right:10px;}


.header .logo { height: 42px; margin: 0 0 20px 0; background: url('img/commun/bg_sub_nav.png') 0 0 repeat-x; }
.header .logo p.agoroom { float: left; width: 130px; height: 29px; margin: 10px 0 0 10px; background: url('img/Agoroom-LogoHeader.png') 0 0 no-repeat; cursor:pointer; }
.header .logo p.agoroom span { display: none; }
.header .logo p.live a { float: right; width: 117px; height: 23px; margin: 7px 0px 0 0; padding: 7px 0 0 0; color: #fff; -moz-border-radius: 5px; -webkit-border-radius: 5px; text-align: center; background: url('img/commun/bt_grey.png') 0 0 repeat-x; }

.header-main {
  width:975px;
  margin:0 auto;
}

/*default */
.default .main { z-index: 1; position: relative; float: none; width: 676px; margin: -7px auto 0 auto; padding: 0; border: 1px solid #c6c6c6; background: #dddddd url('img/register/background.gif') 0 0 repeat-x; }
.default .main .block { padding: 0 30px; border: 1px solid #FFF;min-height:320px; }
.default h1 { margin: 20px 0 20px 0; font: bold 22px Arial; }
.default  .main .register input { display: inline; width: 250px; padding: 7px 10px; font: normal 12px Arial; color: #323233; background: url('img/register/background_input.png') 0 0 no-repeat; }
.default  .main .left { float: left; width: 320px; }
.default  .main .left.second { margin: 20px 0 0 0; }
.default  .main .right { float: left; width: 272px; padding: 0 10px; }
.default  .main p { margin: 10px 0 0 0; }
.default  .main .password-block { float: left; margin: 10px 0 20px 0; padding: 10px; border: 1px solid #c6c6c6; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.default  .main hr { clear: both; float: left; width: 100%; margin: 10px 0; background: none; border-top: 1px dashed #FFF; }
.default  .main p input[type='checkbox'] { float: left; width: auto; margin: 0 5px 0 0; }
.default  .main p label a { text-decoration: underline; }
.default  .main .register .submit { display: block; float: left;height:35px; width: 170px; margin: 0 0 20px 20px; padding: 7px 0 8px 0; font: bold 16px Arial; color: #FFF; text-align: center; background: url('img/register/bt_create.png') center 0 no-repeat; }
.default  .main p.require { font: normal 11px Arial; color: #696969;margin:0;padding:0px; }
.default  .main .steps {padding:20px 0 20px 0;}  
.default  .main .profile-upload{ float:left;width:250px;margin-left:25px}
.default  .main .profile-pic.hidden{display:none;}
.default  .main .profile-pic{ float:left;width:50px;}
.default  .main input[type='radio']{width:50px;}
.default  .main .avatar{position:relative;width:100%;} 
.default  .main textarea{width: 280px; padding: 7px 10px; font: normal 12px Arial; color: #323233; background:#FFFFFF;border:1px solid #CCCCCC;-webkit-border-radius:10px; -moz-border-radius:10px;}
 #recaptcha_response_field {
   background:none;
 }


.activate .main { z-index: 1; position: relative; float: none; width: 676px; margin: -7px auto 0 auto; padding: 0;}
.activate .main .block { padding: 0 100px; min-height:320px; }
.activation{
    width: 640px; height: 224px;margin-top:100px;padding:60px 20px;
    background:url('img/background_message.png') no-repeat;
}
.activation p{
    padding-top:30px;
    color:#CCCCCC;
    font-style: italic;
}

p.copy {
  
color:#868686;
font-size:10px;
left:500px;
margin:10px 0 0;
position:relative;
top:-25px;

}

.default .main.invitation { z-index: 1; position: relative; float: none; width: 782px; margin: -7px auto 0 auto; padding: 0; border: 1px solid #c6c6c6; background: #dddddd url('img/register/background.gif') 0 0 repeat-x; }
.default .main.invitation .block { padding: 0 30px; border: 1px solid #FFF;min-height:320px; }

/* --------- */
/* live page */
/* --------- */
.live #col1 { float: left; width: 485px; margin: -7px 0 20px 5px; }

/*.live #col1 ul.tab li a { display: block; float: left; width: 122px; height: 17px; margin: 0 10px 0 0; padding: 8px 0; text-align: center; font-weight: bold; color: #fff; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px; border: 1px solid #c9c9c9; border-bottom: 0; background-color: #c9c9c9; }
.live #col1 ul.tab li.selected a,.live #col1 ul.tab li a:hover { color: #26acbc; border: 1px solid #c6c6c6; border-bottom: 0; background-color: #f3f3f3; }
*/
.live #col1 ul.tab li a { display: block; float: left; width: 122px; height: 17px; margin: 0 10px 0 0; padding: 8px 0; text-align: center; font-weight: bold; color: #fff; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px; border: 1px solid #c9c9c9; border-bottom: 0; background-color: #c9c9c9; }
.live #col1 ul.tab li a.on,.live #col1 ul.tab li a:hover { color: #26acbc; border: 1px solid #c6c6c6; border-bottom: 0; background-color: #f3f3f3; }


/*.live #col1 .block { padding: 35px 0 0 0; border: 1px solid #FFF; }*/
.live #col1 .block { margin: 33px 0 0 0; padding: 35px 0 0 0; border: 1px solid #c6c6c6; }

.live #col1 .block .status-update { margin: 0px 5px;}
.live #col1 .block .status-update ul {}
.live #col1 .block .status-update ul li { display: inline; font: normal 11px Arial; color: #000;}
.live #col1 .block .status-update ul li.date { padding: 0 10px 0 0; font: bold 14px Arial; color: #000; }
.live #col1 .block .status-update ul li.char-counter { float: right; font: bold 16px Arial; color: #000; }
.live #col1 .block .msg { margin: 5px 0px; padding: 2px; border: 1px solid #c6c6c6; background: #FFF; }
.live #col1 .block .msg ul {}
.live #col1 .block .msg ul li { vertical-align: top; font: bold 11px Arial; color: #007692; }
.live #col1 .block .msg ul li textarea { margin: 0 0 0 5px; width: 400px; height: 30px; font: normal 11px Arial; color: #000; border: 1px solid #FFF; }
.live #col1 .block .msg ul li input { float: right; height:32px; width: 49px; padding: 10px 0; font: normal 11px Arial; color: #FFF; background: url('img/live/bt_post.png') 0 0 no-repeat; }
.live #col1 .block  p a { font: normal 10px Arial; }
.live #col1 .block  p a:hover { text-decoration: none; }
.live #col1 .block  p.new-entries { display:none; width: 460px; padding:5px; font: normal 11px/19px Arial; color: #000; background: #ffffaa;}
.live #col1 .block  .post-on { float: right;text-align:right; width: 210px; display: inline; padding: 0 8px 0 0; font: normal 10px Arial; color: #000;}
.live #col1 .block  .post-on input { width:20px}
.live #col1 .block  .post-on label { display:inline;}

.live #col2 { float: right; margin: -7px 5px 0 0;}
.live #col2 .block-player { width: 460px; float:none; padding:7px;height:345px;}
.live #col2 .chat { width: 474px; height: 360px; background: url('img/live/background_chat.png') 0 0 no-repeat; position:relative; }
.live #col2 .chat .title_room { padding: 12px 0 0 0; text-align: center; font: normal 12px Arial; color: #8e8e8e; }
.live #col2 .chat ul { float: left; width: 110px; margin: 7px 0 0 7px; }
.live #col2 .chat ul li { display: block; position: relative; height: 37px; padding: 3px 15px 3px 0;cursor:pointer; }
.live #col2 .chat ul li:hover { background: #f3f3f3; }

.live #col2 .chat ul li span { display: block; text-align: right; }
.live #col2 .chat ul li span.title { font: bold 12px Arial; color: #4d4d4d; }
.live #col2 .chat ul li span { font: bold 10px Arial; color: #7e7e7e; }
.live #col2 .chat ul li.on span.title { color: #1a171b; }
.live #col2 .chat ul li.on span { color: #008eb0; }
.live #col2 .chat ul li a img { position: absolute; top: 15px; right: 3px; }
.live #col2 .chat .msg { float: left; width: 335px; height: 280px; overflow: auto; margin: 6px 0 0 0; padding: 5px; background: #FFF;  border: 1px solid #c6c6c6; }
.live #col2 .chat .msg .feed .pseudo {  position:relative;font: bold 11px Arial; color: #000; }
.live #col2 .chat .msg .feed p {font: normal 11px Arial; color: #000; }
.live #col2 .chat .msg .feed .date { position: absolute; top: 5px; right: 5px; font: normal 9px Arial; color: #bababa; }
.live #col2 .chat p.input { clear: both; float: right; margin: 4px 12px 0 0; }
.live #col2 .chat p.input input { width: 345px; padding: 2px 0; background: #FFF; }

.selected { background: #bdbdbd; }
}