/* CSS Document */
/* * {
	 outline:none !important;

}

html {position:relative; width:100%; height:100%;}
body{ position:relative; width:100%; height:100%;}*/

.top-header {cursor:pointer;}

.socialwidget-container {
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 10000;
	color: white;
	height: 400px;
	width: 600px; /*width of tooltip*/
	opacity:0; 
	font-size:90%; 
	outline:none;
	
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
    */
    -ms-user-select: none;
    user-select: none;
}

.socialwidget {
    position: relative;
	height: 400px;
	width: 600px; /*width of tooltip*/
	outline:none;
	
}

.socialwidget-content {
    background: #f3f3f3;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    border-radius: 0px;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
	outline:none;
}

.socialwidget .arrow {
    width: 10px;
    height: 10px;
    background: #f3f3f3;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
	bottom: 50%;
	
	
	/*
	right: 0%;
	margin-right: -5px;
	
    
    left: 0%;
	margin-left: -5px;
	*/
    z-index: 11;
}

.socialwidget .shadow {
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
    position: absolute;
	bottom: 50%;
    /*
    left: 0%;
	margin-left: -5px;
	
	
	right: 0%;
	margin-right: -5px;
	*/
	
    z-index: 9;
}


/* WIDGET CONTENT */

.friendsContainer {
	overflow-y:scroll; 
	height:240px; 
	margin-top:3px; 
	outline:none;
}

.friend-item{
	position:relative;
    width:120px;
	margin:6px 0 2px 12px;
	float:left;
	color:#000;
	padding:6px;cursor:pointer;
    height:40px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	overflow:hidden;
	outline:none; 
}

.friend-item p.status{
	/*position:absolute;
	right:4px;
	bottom:0;*/
	margin-left:80px;
	font-weight:bold;
	font-size:90%;
}

.friend-item p.invitedStatus {margin-left:85px;}

.friend-item p.declinedStatus {margin-left:77px;}

.friend-item p.willcomeStatus {margin-left:71px;}





.headline{
	background:#fefefe;
	color:#111e98;
	font-size:14px;
	font-weight:bold;
	padding:10px 0 10px 0;
	height:22px; 
	background-image:url(http://www.wikido.com/images/bg-head-box-content.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	position:relative; 
}


.friend-item:hover{ 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	
}

.activated { 
	/*background:#ccc;
	color:#111e98; font-weight:bold;*/
	
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #ececec));
	background-image: -webkit-linear-gradient(top, #eeeeee, #ececec);
	background-image: -moz-linear-gradient(top, #eeeeee, #ececec);
	background-image: -ms-linear-gradient(top, #eeeeee, #ececec);
	background-image: -o-linear-gradient(top, #eeeeee, #ececec);
	background-image: linear-gradient(top, #eeeeee, #ececec);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	color: #333;
	text-shadow: 0 1px 0 #eee;
	height:38px;
	width:118px;
	
}

.invited, .declined, .will-come {
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	cursor:default;
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	color: #333;
	text-shadow: 0 1px 0 #eee;
	height:38px;
	width:118px;
}


.friend-item img { height:30px; width:auto; float:left;  margin-right:5px;}

.social-buttons { position:absolute; right:10px; top:4px;}

.headline p {position:absolute; top: 11px; left:10px; font-size:14px;}

.headline a.close, .top_area button { font-size:12px;}

.headline a.close {margin-left:10px; text-decoration:none;}

.uiButtonConfirm, .uiButtonAccept {
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
	background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
	background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
	background-image: linear-gradient(top, #eeeeee, #cccccc);
	border: 1px solid #ccc;
	border-bottom: 1px solid #bbb;
	border-radius: 3px;
	color: #333;
	padding: 8px 0;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	width: 150px;
	cursor:pointer;
}

.uiButtonConfirm {width:120px;}

.uiButtonAccept {
	margin-right: 30px;
}

.search_friends_area {
	position:absolute; 
	background:#efefef; 
	border-top:1px solid #ccc;
	height:55px;
	bottom:56px;
	width:600px;
	outline:none;
}

.status_area {
	position:absolute;
	background:#efefef;
	border-top:1px solid #ccc;
	height:55px;
	bottom:0px;
	width:600px;
	outline:none;
}

/* SCROLLBAR CUSTOMIZATION */

.jspVerticalBar { 
	background-color:transparent !important;
	background:transparent !important;
}

.jspTrack { 
	background:#efefef !important;
	width:7px !important;
}

.jspDrag { 
	background:#ccc !important;
	width:7px !important; 
	border-radius:3px;
}

/* SEARCH FRIENDS AREA START */



.search_friends_area form {
	position:relative;
	width: 150px;
}

.search_friends_area div.interested_container {
	/*position:relative;
	width:300px;*/
    margin-left:260px;
	margin-top:13px;
}

/*
.search_friends_area div.interested-item {
	position:absolute;
	top:15px;
	cursor:pointer;
}
*/

.search_friends_area div.interested-item {
	float:left;
	cursor:pointer;
	margin-right:6px;
}

.socialwidget-container .last{
	margin-right:0px !important;
}

.search_friends_area div.interested-item img {
	width:30px;
	height:auto;
	padding:1px;
	border:1px solid #ccc;
}

.search_friends_area label {
	position:absolute;
	color: #111e98;
	font-weight: bold;
	display: block;
	width: 150px;
	top:14px;
	left:9px;
}

.search_friends_area input {
	position:absolute;
	background-color: #FFF;
	border: 1px solid #c6c6c6;
	font-weight: normal;
	font-style: italic;
	color: #A4A2A2;
	height: 18px;
	line-height: 18px;
	top:25px;
	left:8px; 
	width:200px; 
	outline:none;
	border-radius: 3px; 
	text-indent:5px;
}

/* SEARCH FRIENDS AREA END */


/* STATUS FRIENDS AREA START */

.status_area div.willbethere_container {
	position:absolute;
	width: 300px;
    left:220px;
	top:-8px;
	outline:none;
}

.status_area p.willbethere_label {
	position:absolute;
	width: 300px;
    left:55px;
	top:20px; font-size:14px; 
	font-weight: bold;
	color: #111e98;
}

#willbethere_feedback {
	position:absolute;
	top:20px;
	left:325px;
	z-index:10000;
	font-size:14px; 
	font-weight: bold;
	color: #111e98;
	
}

/* STATUS FRIENDS AREA END */


/* CAROUSEL START*/

.jcarousel-item-placeholder {
	  background: #efefef !important;
}

/* CAROUSEL END*/

div.interested-item span { text-align:center; font-size:90%;}

/* EVENTS STATU FOR ME */



#content .invitedStatus  {
	background-image: url(../images/invited.png), url(../images/bg-head-box-content.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: 148px -2px, left bottom;
}

#content .willcomeStatus {
	background-image: url(../images/will_come.png), url(../images/bg-head-box-content.jpg);
	background-repeat: no-repeat, repeat-x;
	background-position: 148px -2px, left bottom;
}