ul.virtual_options li.tabbed {
    float:left;
    margin-right: 2px ;
}

ul.virtual_options li.tabbed a {
    padding: 10px;
    clear: both;
    display: block;
    background-color: #585858;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
}

ul.virtual_options li.tabbed a.actif {
    background-color: #2673D5 ;
    color:#fff !important;
}

.tab_content {
    clear:both;
}

.avatar_user {
    border: 2px solid #CCC;
    border-radius: 2px 2px 2px 2px;
}

.user_list {
    margin-top:20px;
    clear:both ;
}

.user_detail {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    padding:10px;
    text-align: center;
    cursor: pointer;
}

.user_detail:hover {
    background-color: #2673D5;
    border-radius: 15px 15px 15px 15px;
    color:#fff;
}

.current_letter {
    font-size: 16px ;
    font-weight: bold;
}

.index_title {
    font-size: 14px;
    margin-bottom: 10px;
}

.index {
    margin: 10px;
    margin-left:0px;
    background-color: #EEE;
    padding: 10px;
}

.user_details {
    display:none ;
    float:left;
    padding: 20px;
    background-color: #DDD;
    border-radius: 15px 15px 15px 15px;
}

.disabled_field {
    background-color: #eee !important;
}

.submit_detail_button {
    padding: 7px;
    font-size: 14px;
    background-color: #2673D5;
    color: white;
    border: none;
    font-weight: bold;
    font-family: Arial;
    margin-top: 10px;
}

.responseOutput {
    padding: 5px;
    background-color: green;
    color: white;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
    float:left;
    display:none;
}

.user_item {
    padding: 4px;
    background: #EEE;
    margin-bottom:5px;
    border-radius: 5px 5px 5px 5px;
}

.item_name {
    font-size :12px ;
    font-weight: bold ;
}

.item_value {
    font-size :10px ;
}

.deleteItem:hover {
    cursor:pointer;
}

.template-options {
    padding:20px;
    background-color:  #eee;
    border-radius: 5px 5px 5px 5px;
    float:left;
}

a.templateLink {
    text-decoration: none;
    background-color: #EEE;
    padding: 5px;
    color: black;
    width: 200px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    border-radius: 5px 5px 5px 5px;
}

a.templateLink:hover, .template-list a.actif {
    background-color: #2673D5 ;
    color:#fff;
}

.template-list li{
    margin:0;
    padding:0;
}

.itemInfos img:hover {
    cursor:pointer;
}

/* override the arrow image of the tooltip */
.tooltip.bottom {
	padding-top:40px;
	height:55px;
}
 .tooltip {
	display:none;
	font-size:12px;
	width:160px;
	padding:25px;
	color:#fff;	
                  background-color: #8A7A6B;
                  border-radius: 25px 25px 25px 25px;
}
 