.logo_explorer
{
	width: 100px;
	height: 100px;	
}
.linkedProfil
{
	width:20px;
	height:20px;
}
#topMenuDiv
{
	background-color:#4580DD;
	width:100%;
	height:30px;
	border-color:gray;
	border-style:none solid solid;
	border-width:1px;
}
.tabTopPanelRequest
{
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	background-color:#4580DD;
	border-color:gray;
	border-style:none solid solid;
	border-width:1px;
	margin:-1px;
}
.dateNotif
{
	font-style:italic;
	opacity:0.5;
	padding:10px;
}
#divMainPage
{
	/*background-color: white;*/	
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width:50%;
	margin:5% 25% 0 25%;
}
.input
{
	font-size: small;	
	margin: 5px;
}
.request
{
	font-size: 20pt;
}
.request .text
{
	font-size: small;
	color:blue;
	width: 150px;
}

#newPwdButton, #loginButton, #betaKeyButton, #newsButton, #createButton
{
	background: url("../img/login_button_bg.jpg") repeat-x scroll left top #F2F4FD;
	color: white;
	border: medium none;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	height:30px;
	font-size: 14pt;
	margin: 5px;
}
#loginButton:hover, #betaKeyButton:hover, #newsButton:hover, #createButton:hover
{
	background: url("../img/login_button_bg_hover.jpg") repeat-x scroll left top #F2F4FD;
}
#loginButton, #createButton
{
	width: 100px;
}
#betaKeyButton
{
	width: 200px;
}
#newsButton
{
	width: 200px;
}
#newPwdButton
{
	width: 220px;
}

.subscribe_label_info, .subscribe_label_valid, .subscribe_label_error
{
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-bottom-right-radius: 10px;		
	-webkit-border-top-right-radius: 10px;
	
	border: 1px;
	margin-top: 5px;
	border-style:solid;
	border-width:1px 1px 1px 2px;
	border-color:#808080;
	background: url("../img/signup_info.gif") no-repeat scroll 13px 50% #F2F2F2;
	padding:0.85em 10px 0.85em 30px;
	width:135;
	float:left;
}

.subscribe_label_info
{
color:#666666;	
}
.subscribe_label_valid
{
background-color:#F0FEE9;
border-color:#E1EFDB;
background-image:url("../img/signup_check.gif");
}
.subscribe_label_error
{
background-color:#FFCFCF;
border-color:#E5A3A3;
background-image:url("../img/signup_error.png");
color:#801B1B;
}

#searchTypeConstruction
{
	text-decoration:line-through;
	color:#4562DD;
}
#whatsNew
{
	float:right;
	text-decoration:none;
	padding-right:10;
	color:red;
	font-size: 9pt;
	margin-top:5;
}
#whatsNew:hover
{
	color:white;
}

#loginTxt
{
	float:right;
	text-decoration:none;
	padding-right:10;
	color:white;
	font-size: 9pt;
	margin-top:5;
}
#loginTxt:hover
{
	color:#D9E9FA;
}

.imgMenuLink
{
	/*float:right;*/
	width:25px;
	height:25px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 5px;
}

.imgMenuLink:hover
{
	CURSOR:pointer;	
}

#menulinkLeft
{
	text-decoration:none;
	color:white;
	font-size: 9pt;
	margin-top:5;
	display: inline;
}

#menulinkLeft:hover
{
	color:#C8126A;
}
#menulink
{
	text-decoration:none;
	padding-right:10;
	color:white;
	font-size: 9pt;
	margin-top:5;
	float:right;
}

#menulink:hover
{
	color:#C8126A;
}

#shortcutlink
{
	text-decoration:none;
	float:left;
	padding-left:10;
	color:white;
	font-size: 9pt;
}

#shortcutlink:hover
{
	color:#C8126A;
}

#spawntime
{
    FONT-SIZE: 8pt;
	text-decoration:none;
	padding-left:10;
	color:#FFFFF0;
}

.shortcutIcon
{
	width: 24px;
	height: 24px;
	margin: 0px;		
}
.shortcutIcon:hover
{
	CURSOR:pointer;		
}

.yourpicSettings
{
	width: 50px;
	height: 50px;
	margin: 0px;

	-moz-border-radius:10px;
	-webkit-border-radius: 10px;		
	border-radius: 10px;	
}
#avatarImg
{
	display: block;
	height: 70px;
	width: 70px;
	background-position: center center;
	background-color: transparent;
}
#avatarImg:hover
{
	cursor:pointer;
	opacity: 0.5;
}

.yourpicviewer
{
	width: 40px;
	height: 40px;
	margin: 10px;
	border:0px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;		
	border-radius: 10px;
}
.yourpic
{
	width: 70px;
	height: 70px;
	margin: 0px;

	-moz-border-radius:10px;
	-webkit-border-radius: 10px;		
	border-radius: 10px;	
}
.yourpic:hover
{
	CURSOR:pointer;
	opacity: 0.5;
}

body{
	font-family: "Verdana", "Arial, sans-serif", "Trebuchet MS", "Lucida Sans Unicode";	/* Font to use */
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	direction:ltr;
	font-size: 10.0pt;
	background-color: #E8EDFF;
}

a
{
	font-family: "Verdana", "Arial, sans-serif", "Trebuchet MS", "Lucida Sans Unicode";	/* Font to use */
	text-decoration:none;	
	color:#4562DD;
}
a:hover
{
	color:#C8126A;
}

.bookmarklet_a {
	color:white;
	font-family:"Verdana","Arial, sans-serif","Trebuchet MS","Lucida Sans Unicode";
	text-decoration:none;
}
.bookmarklet_a:hover
{
	color:#C8126A;
}
.bodyIndex{
	background: #f2f4fd url(../img/body-bg.jpg) top left repeat-x;
}

.bodyUniverse
{
	background-position: 50% 0;
	background-repeat: no-repeat;	
}

.obligatoire
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana;
	COLOR: #0000FF;
}

TD
{
    FONT-SIZE: 8.5pt;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-DECORATION: none;
	color:#4562DD;
    PADDING : 0px;
    /*background-color: white;*/
}
th
{
    FONT-SIZE: 8.5pt;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-DECORATION: none;
	color:#4562DD;
    PADDING : 0px;
    text-align: right;
}
#tos
{
	-moz-border-radius:5px 5px 5px 5px;
	border:1px solid #DDDDDD;
	display:block;
	height:5em;
	overflow-x:hidden;
	overflow-y:auto;
	padding:8px 0 8px 8px;
	background-color:white;
}

#tableLogin td
{
    background-color: transparent;
}

.inputSmall
{
	font-size:10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 3px;
	margin-left: 3px;
}

input, .inputNormal, .inputTab{
	font-size:15px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border:1px solid #CCCCCC;
	color:#4562DD;
}

input, .inputNormal
{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
	margin-left: 5px;	
}

input:hover
{
	background-color:#FFFFFF;
}

#tableBox TD
{
    FONT-SIZE: 8.5pt;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-DECORATION: none;
	color:#4562DD;
    PADDING : 0px;
    background-color: transparent;
}
#tdcontact
{
	text-align:center;
}

#universeListSpan {
	background:url("../img/select_bg.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font:12px/21px arial,sans-serif;
	height:21px;
	overflow:hidden;
	padding:0 24px 0 8px;
	position:absolute;
	width:158px;
	margin-left:10;
	margin-top:5;
}

#universeList
{
	/*background-color: #4580DD;
	opacity: 0;
	color: white;*/
	margin-top:2;
	margin-left:10;
	padding-left:10;
	width:180px;
	CURSOR:pointer;
	font-size: 14px;
}

#universeList #newUniverse
{
	margin-left:10;
}

#universeListChangeBgSpan, #universeListChangeTagSpan, #universeListChangeRightsSpan {
	background:url("../img/select_bg.png") no-repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font:12px/21px arial,sans-serif;
	height:21px;
	overflow:hidden;
	padding:0 24px 0 8px;
	position:absolute;
	width:158px;
	margin-left:10;
	margin-top:5;
}

#universeListChangeBg, #universeListChangeTag, #universeListChangeRights
{
	/*background-color: #4580DD;
	color: white;
	opacity: 0;*/
	margin-top:5;
	margin-left:10;
	padding-left:10;
	width:180px;
	font-size:14px;
}

/*#box_open_close, #top_open_close
{
	height: 20px;
	width: 20px;
}
*/
#box_open_close:hover, #top_open_close:hover
{
	CURSOR:pointer;
}
#top_open_close
{
	height: 20px;
	width: 20px;
}

#searchInput, #addInput{
	width: 250px;
	font-size:20px;
	font-weight: lighter;
	color: #317082;
}
#searchType, #addType
{
	text-decoration:none;
	/*color:#4562DD;*/
	color:white;
}
#addFormTitle
{
	font-size: 11pt;
	/*font-weight:bold;*/ 
	color:#465F8C;
}

#videoUrlInput{
	width: 300px;
	font-size:15px;
	font-weight: lighter;
	color: #317082;
}

.infoCount {
	-moz-border-radius:2px 2px 2px 2px;
	background-color:#00376A;
	color:#FFFFFF;
	font-size:9px;
	font-weight:bold;
	padding-bottom:1px;
	position:relative;
	/*right:-2px;*/
	right:15px;
	top:-15px;
	z-index:3;
}

.infoCount span {
	-moz-border-radius:2px 2px 2px 2px;
	background-color:#F03D25;
	border-color:-moz-use-text-color #DD3822 #DD3822;
	border-right:1px solid #DD3822;
	border-style:none solid solid;
	border-width:0 1px 1px;
	padding:1px 2px 0 1px;
}

#menuButton
{
	float:right;
	/*position:relative;*/
}

.avatarNotif
{
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	width: 40px;
	height: 40px;
	padding-right:8px;
	position:absolute;
}
.notifDiv
{
	word-wrap:break-word;
	width: 95%;
	border-top:1px solid #EEEEEE;
	padding-left:2%;
	padding-top:8px;
	position:relative;
	min-height:50px;
}
.notifDivCommentMain, .notifDivCommentEnd
{
	padding-left: 7%;
	width: 90%;
}

.notifContent
{
	padding-left:50px;		
	min-height:45px;
}
.notifCommentContent
{
	padding-left: 25px;	
}

#settingLeft, #notifLeft
{
	border-color:#C4C4C4;
	border-style:solid;
	border-width:0 2px 0 0;
	float:left;
	padding:1%;
	width: 50%;
}

#notifLeft
{
	width:58%;
}
.settingContent
{
	padding-left:30px;
	padding-bottom:20px;	
}
.notifLittleTitle
{
	background-color:#B3D6B0;
	border-color:#CAD6E0;
	border-width: 1px;
	border-style:solid;
	margin-left:10px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
}
.settingLittleTitle
{
	-moz-border-radius:2px 2px 2px 2px;
	background-color:#B3D6B0;
	border-color:#CAD6E0;
	border-width: 1px;
	border-style:solid;
	font-size:12px;
	margin:20px 5px 15px 20px;
	padding:5px;
	width:130px;	
	color: black;
}
.notifTopTitle
{
	-moz-border-radius:2px 2px 2px 2px;
	background-color:#E6F2FC;
	border-color:#CAD6E0;
	border-width: 1px;
	border-style:solid;
	font-size:15px;
	margin:0 10px 10px 0px;
	padding:10px;
	color: black;
}
#settingRight, #notifRight
{
	float: right;
	padding:1%;	
	width: 45%;
}
#notifRight
{
	width: 37%;
}
#notifMainDiv, #mainContainer
{
	display:block;
	margin:10px;
}
.avatarNotifComment
{
	width: 20px;
	height: 20px;
	padding-right:8px;
	position:absolute;
}
.notifDivCommentMain, .notifDivCommentEnd
{
	width: 85%	
	margin-left:7%;
}
	
.notifDivComment
{
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border-top:1px solid #EEEEEE;
	color:#000000;
	background-color:#E1EAFA;
	margin-top:4px;
	font-size:8.5pt;
	position:relative;
	min-height:20px;
	word-wrap: break-word;
	padding: 8px 10px 3px 10px;
}
.notifDivComment2
{
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border-top:1px solid #EEEEEE;
	color:#000000;
	background-color:#EDF2F2;
	margin-top:4px;
	font-size:8.5pt;
	position:relative;
	min-height:20px;
	word-wrap: break-word;
	padding: 8px 10px 3px 10px;
}

.notifDivCommentNew
{
	border-top:1px solid #EEEEEE;
	color:#000000;
	background-color:#FFF3BE;
	margin-top:1px;
	padding-top:8px;	
	font-size:8.5pt;
	position:relative;
	min-height:20px;
	word-wrap: break-word;	
}
	
.notifDivCommentCount
{
	margin-left:7%;	
}

.notifDivCommentCount a
{
	font-size:8.5pt;
}
#notifFilter
{
	padding-bottom: 10px;	
}
.notifDivNew
{
	border-top:1px solid #EEEEEE;
	color:#808080;
	min-height:50px;
	padding-left:2%;
	padding-top:8px;
	position:relative;
	width:95%;
	
	padding-top:8px;
	background-color:#FFF3BE;
}
#commentForm
{
	padding-left:7%;
}
#commentForm textarea
{
	color:#808080;
	width: 92%;
}
	
.flowFoot
{
	padding-left:7%;
	position:relative;
}
.notifMenu
{
	/*float:right;*/
	margin-left:7%;
	padding-top: 2px;	
	padding-bottom: 2px;	
}
.dateSpan
{
	font-style:italic;
	font-size:9px;
}
.dateSpanComment
{
	font-style:italic;
	font-size:9px;
	padding-top:5px;
	direction:rtl;
}
.newSpan
{
	padding-right:20px;
	color:#FF0000;
	font-style:italic;
	font-size:9px;
	float:left;
	position:relative;	
}
.newNotifClick:hover
{
	cursor:pointer;	
}
.inputFollow
{
	color:#4580DD;	
}

.universeElementFriend
{
	color:#038A3B;
}
.universeElementPrivate
{
	color:#F00C32;
}
.universeElementPublic
{
	/*color:#FFFFFF;*/
}

/* VIDEO */
#lightboxVideoOptions
{
	float:right;
}
/*******************/

.universe_options_menu_container {
	padding: 5px;
	background-color: #5a98e3;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 10;
}
.box_menu_container {
	padding: 5px;
	background-color: #5a98e3;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 10;
}
.link_menu_container {
	padding: 5px;
	background-color: #5a98e3;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 10;
}
.universe_menu_container {
	padding: 5px;
	background-color: #5a98e3;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 10;	
}
.tab_menu_container {
	padding: 5px;
	background-color: #5a98e3;
	color: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 10;	
}

#universe_menu
{
	position: absolute;
	margin: -7px 0 0 -15px;
	width: 160px;
	z-index: 110;
	opacity: 0;	
}

#universe_options_menu
{
	position: absolute;
	margin: -7px 0 0 -15px;
	width: 190px;
	z-index: 10;
	opacity: 0;	
}
	
#box_menu {
	position: absolute;
	margin: -7px 0 0 -160px;
	width: 160px;
	z-index: 10;
	opacity: 0;
}
#link_menu {
	position: absolute;
	margin: -7px 0 0 -15px;
	width: 160px;
	z-index: 10;
	opacity: 0;
}
#tab_menu {
	position: absolute;
	margin: -7px 0 0 -15px;
	width: 160px;
	z-index: 10;
	opacity: 0;
}
.box_menu_title {
	font-size: 11px;	
	font-weight: bold;
	text-align: left;
	padding: 4px 5px;
}

.box_menu_button {
	font-size: 11px;	
	text-align: left;
	padding: 3px 5px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.box_menu_button_hover {
	background-color: #b8d7fc;
}

.box_menu_button .icon {
	float: left;
	background-image: url(../img/icon_options_sprite.png);
	background-position: 0 0px;
	margin: 2px 5px 0 0;
	width: 10px;
	height: 10px;
}

.box_menu_button .righticon {
	float: right;	
}

.divLinkOption {
	font-size: 11px;	
	text-align: left;
	padding: 3px 5px;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.divLinkOption_hover {
	background-color: #b8d7fc;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#box_rename .icon{	background-position: 0 -30;}
#box_kill .icon{	background-position: 0 0;}
#box_add_link .icon{	background-position: 0 -20;}
#box_open_all_links .icon{	background-position: 0 -10;}
#box_move_to_universe .icon {	background-position: 0 -80;}
#tab_newbox .icon {	background-position: 0 -20;}
#tab_rename .icon {	background-position: 0 -30;}
#tab_delete .icon {	background-position: 0 0;}
#tab_moveleft .icon {	background-position: 0 -120;}
#tab_moveright .icon {	background-position: 0 -110;}
#tab_move_to_universe .icon {	background-position: 0 -80;}
#box_follow .icon {	background-position: 0 -130;}
#universe_import_facebook .icon { background-position: 0 -140;}
#box_highlight .icon{	background-position: 0 -150;}

#link_open .icon {	background-position: 0 -80;}
#link_rename .icon {	background-position: 0 -30;}
#link_delete .icon {	background-position: 0 0;}
#link_easyfaver .icon {	background-position: 0 -60;}
#link_make_public .icon, #box_make_all_public .icon {	background-position: 0 -40;}
#link_make_private .icon, #box_make_all_private .icon {	background-position: 0 -90;}
#link_make_friend .icon, #box_make_all_friend .icon {	background-position: 0 -100;}
#link_add_public .icon {	background-position: 0 -60;}
#link_add_private .icon {	background-position: 0 -50;}
#link_add_friend .icon {	background-position: 0 -70;}
#newuniverse .icon {	background-position: 0 -20;}
#universe_import .icon {background-position: 0 -20;}
#universe_rename_and_rights .icon {background-position: 0 -30;}
#universe_delete .icon {background-position: 0 0;}
#universe_update_background .icon {background-position: 0 -70;}

.closeButtonLightBox, #minimizeButtonLightBox, #openviewerButtonLightBox
{
	float:right;
	cursor:pointer;
	margin-right: 3px;
	height: 20px;
	width: 20px;
}
#nextButtonLightBox, #previousButtonLightBox
{
	float:left;
	cursor:pointer;
	margin-left: 3px;
	height: 20px;
	width: 20px;	
}
/******************/
#footer  {
	background:none repeat scroll 0 0 #DCE9F8;
	line-height:1;
	margin-top:0.7em;
	padding:8px 0;
	text-align:center;
	color:blue;
	white-space:nowrap;
	width:44%;
	margin-left:28%;
	margin-bottom: 10px;
	float:left;
}
.round {
-moz-border-radius:5px 5px 5px 5px;
}
/** FEEDBACK ****/
.website-feedback {
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-box-shadow:0 5px 20px rgba(255, 255, 255, 0.2) inset, 0 -8px 2px 0 rgba(0, 0, 0, 0.2) inset;
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg); /*Chrome, Safari*/
-o-transform:rotate(-90deg); /*Opera*/
background-color:rgb(69, 128, 221);
cursor:pointer;
font-size:0.8em;
height:35px;
line-height:30px;
opacity:0.7;
position:fixed;
right:-24px;
text-align:center;
top:90px;
width:75px;
z-index:30100;
}
.website-feedback-text  {
color:#FFFFFF;
/*font-size:0.7em;*/
position:relative;
}

label
{
	display:block;
	padding:2px;
}

.bookmarklet_btn {
	-moz-border-radius:3px 3px 3px 3px;
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px;
	text-decoration:none;
}
.left_column_bookmarklet
{
	background:none repeat scroll 0 0 #C5D8FC;
	border-top:1px solid #D7D7D7;
	float:left;
	padding:20px 30px 20px 15px;
	width:83px;
	font-weight:bold;
	height:20px;	
}
.left_column {
	background:none repeat scroll 0 0 #C5D8FC;
	border-top:1px solid #D7D7D7;
	float:left;
	padding:20px 30px 20px 15px;
	width:176px;
	font-weight:bold;
	height:50px;
}
.right_column_bookmarklet
{
	background:none repeat scroll 0 0 #FFFFFF;
	border-top:1px solid #D7D7D7;
	float:right;
	padding:20px 30px 20px 15px;
	width:250px;	
	height:20px;	
}
.right_column {
	background:none repeat scroll 0 0 #FFFFFF;
	border-top:1px solid #D7D7D7;
	float:right;
	padding:10px 30px 20px 15px;
	width:700px;
}
.clear
{
	height: 0;
	clear: both;
}
#assert-form
{
	z-index:101;	
}
#floatingAssertContainer
{
	font-size: 14pt;
	position: absolute;
	top : 30px;
	left: 10px;
	z-index: 101;
	height: 50px;
	display:none;
}

#assert-form
{
	padding: 5px;
	background-color: #F7FAB6;
	border: 1px solid #8F9167;
}
#assertWindowIcon
{
	margin-left:5px;
	margin-right: 5px;
}

#tdInProgress
{
	background-color: #C0FAC0;
}
#tdInProgressEnd
{
	background-color: #FDFFE6;	
}

#easyfavcard
{
	background-color: #FFFFFF;	
	width:230px;
	height:120px; 	
	z-index:200;
	position: absolute;
	border-width:1px 2px 2px 1px;
	border-style: solid;
	border-color: #C6CBCC;
	padding:5px;
	font-size:8pt;	
}
#easyfavcard .avatar img
{
	width:50px;	
	height:50px;	
	margin-right:10px;
}
#easyfavcard .option img
{
	width:16px;	
	height:16px;		
	margin-right:5px;
}
#easyfavcard span, #easyfavcard a
{
	font-size:8pt;	
}

#contactAddPic
{
	cursor:pointer;
	height:15px;
	width:15px;
	padding-top:5px;
}

	.navigationImg
	{
		height:20px;
		width:20px;
	}
	.navigationImg:hover
	{
		cursor:pointer;
	}
	.randomButton
	{
		width: 20px;
		height:20px;
	}
	.randomButton:hover
	{
		cursor:pointer;
	}


