#headerlive
{
	width:802px;
	height:0px;
	background:url('../imgs/headerlive.png');
	margin:auto;
}

#signinframe
{
	width:100%;
	height:100px;
	margin:auto;
}

    a
    {
        color: #0066a7;
        text-decoration: none;
    }
    
    a img
    {
        border: none;
    }
    
    a:hover
    {
        text-decoration: underline;
    }
    
    .Loading
    {
    	margin-top: -8px;
    	position: absolute;
    	top: 50%;
    	bottom: 50%;
    	text-align: center;
    	width: 100%;
    	z-index: 1;
    	font-family: Verdana, sans-serif;
    	font-size: 8pt;
    }
    
    .WLM_SignIn_Gadget .Pending
    {
        display: none;
        position: absolute;
        z-index: 2;
        background-color: white;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 75);
        opacity: 0.75;
    }
    
    .WLM_SignIn_Gadget .Logo
    {
        margin-left: -2px;
        margin-top: -2px;
        margin-bottom: -5px;
    }
    
    .WLM_SignIn_Gadget .LogoContainer
    {
        width: 152px;
        height: 29px;
        display: inline-block;
    }

    .WLM_SignIn_Gadget .LogoImage
    {
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
    
    .WLM_SignIn_Gadget .LiveId
    {
        padding: 2px 8px 8px 8px;
        text-overflow: ellipsis;
        overflow: hidden;
        height: 1em;
        text-align: center;
    }
    
    .Button
    {
        font-family: Segoe UI, Tahoma, Verdana, sans-serif;
        font-size: 12px;
        width: 122px;
        border: 1px solid #707070;
        background-color: #E8F5FD;
        background-image: url(../img/button_rest.gif);
        background-position: center center;
        background-repeat: repeat-x;
        padding: 1px;
        color: #333333;
    }
    
    .Button:hover
    {
        border-color: #3377aa;
        background-image: url(../img/button_hover.gif);
    }

    .Button:active
    {
        border-color: #3377aa;
        background-image: url(../img/button_active.gif);
    }
    
    .Button .Disabled
    {
        border-color: #aaaaaa;
        background-image: none;
    }
    
    .WLM_SignIn_Gadget .SignIn
    {
        text-align: center;
    }
    
    .WLM_SignIn_Gadget .Options
    {
        text-align: left;
        margin-left: 9px;
        margin-right: 9px;
        margin-top: 4px;
    }
    
    .WLM_SignIn_Gadget .OptionsButtons
    {
        position: absolute;
        right: 8px;
        bottom: 7px;
    }

    .WLM_SignIn_Gadget .OptionsButtons a
    {
    	-moz-outline-style: none;
    }
    
    .WLM_SignIn_Gadget .OptionsButtons img
    {
        margin-left: 4px;
        margin-right: 4px;
    }
    
    .WLM_SignIn_Gadget .Footer
    {
        position: absolute;
        left: 9px;
        bottom: 8px;
    }
    
    .InfoBar
    {
        background-repeat: no-repeat;
        background-position: 8px 4px;
        padding: 4px;
        padding-left: 30px;
        margin: 2px;
        margin-top: 6px;
        display: none;
    }
    
    .WLM_SignIn_Gadget .Info
    {
        color: #000000;
        background-image: url(../img/annotation_info.gif);
        background-position: left;
        display: block;
    }
    
    .WLM_SignIn_Gadget .Warning
    {
        color: #000000;
        background-image: url(../img/annotation_warning.gif);
        background-position: left;
        display: block;
    }
    
    .WLM_SignIn_Gadget .Error
    {
        color: #EE2037;
        background-image: url(../img/annotation_error.gif);
        background-position: left;
        display: block;
    }
    
    .WLM_SignIn_Gadget .SecurityError
    {
        color: #EE2037;
        background-image: url(../img/annotation_sec_error.gif);
        background-position: left;
        display: block;
    }
    
    .WLM_SignIn_Gadget .Error img
    {
        vertical-align: middle;
    }
    
    .Hidden
    {
        display: none;
    }
	
#msgr 
{
    width: 100%;
    padding:10px 0px;
	text-indent:20px;
    margin:auto;
    font-family: Tahoma,arial,sans-serif;
    font-size: 12px;
	background:url('../imgs/fondmsn.jpg') no-repeat;
	background-color:#f2f8f8;
	margin-bottom:20px;
}

#signinframe
{
    position: relative;
}

#userInfo
{
    position: relative;
}

#setUserStatus
{
    position: relative;
}

#selectStatus
{
    width: 250px;
}

#setPersonalMessage
{
    position: relative;
}

#personalMessage
{
    width: 200px;
}

#txtConv
{
    width: 90%;
    height: 600px;
    border: #DEDEDE 1px solid;
    overflow: auto;
    background:white;
    font-family: Tahoma,arial,sans-serif;
    font-size: 12px;
    float:left;
	color:#228888;
}

#txtMessage
{
    width: 89%;
    height:110px;
    background:url(images/conversationBack.png) repeat-x;
    border: solid 1px #bdd5df;
    padding:5px;
    float:left;
    margin:0;
}

#divConversations
{
    width: 970px;
    height: 30px;
    border-bottom: solid 1px #bdd5df;
    position: relative;
    overflow: auto;
}

#divContacts
{
    width: 970px;
    height: 150px;
    border: solid 1px #DEDEDE;
    position: relative;
    overflow: auto;
}

#introPage
{
    font-family: Tahoma,arial,sans-serif;
    font-size: 12px;
}


.ProfileControl_DisplayPicture {
   width:150px;
   float:left;
   margin-right:20px;
}

.ProfileControl_Details {
   width:250px;
   float:left;
   margin-right:20px;
}

#setUserStatus {
  width:300px;
  float:left;
}

.ongletConversation {
  float:left;
  background:url(images/ongletBack.png) repeat-x;
  height:25px;
  padding:0px 5px;
  border: 1px solid #bdd5df;
}

.ongletClose {
 width:16px;
 height:16px;
 float:left;
 margin-right:15px;
 margin-left:0px;
 background:url(images/btn-close.png) no-repeat;

}

.ContactItem {
 color:#444444;
 cursor:pointer;
 text-decoration:none;
 padding-left:18px;
 background:url(images/icone_actif.png) no-repeat 1px 6px;
 height:19px;
 overflow:hidden;
}

.Top:hover {
 background:url(images/fondContact.png) repeat-x;
}

#btnSend {
background:url("images/conversationBack.png") repeat-x scroll 0 0 transparent;
border:1px solid #BDD5DF;
color:#555555;
cursor:pointer;
float:left;
font-family:calibri;
font-size:16px;
font-weight:bold;
height:70px;
margin:0;
padding-top:50px;
text-align:center;
width:130px;
}

