﻿
.thumbSpacer
{
    width:20px;
}

.videoPlaceHolder
{
    background-image: url(../images/design/Progress.gif);
    background-repeat:no-repeat;
    background-position:center;
}

.thumb_container
{
    display: block;
    float: left;
    margin: 0px;
}

.thumb_container span.thumb
{
    background-image: url(../images/design/ThumbPlay.png);
    background-position:left bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.thumb_container span.play
{
    background-image: url(../images/design/ThumbPlay.png);
    background-position:left bottom;    
    background-repeat: no-repeat;
    display: inline;
    position: absolute;
    z-index: 3;
}

.thumb_container span.play img
{
    visibility:hidden;
}

.thumb_container img.decoy
{
    display: inline;
    visibility: hidden;
}

.thumb
{
    width:70px;
}

.thumbListItem
{
    width:150px;
}

.video_thumb_play
{
    margin-top:35px;
}

.greenLink
{
    color:#98CD34;
}

.taggedUsers a
{
    color:#98CD34;
}

.smallLink
{
    font-size:11px;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height: 330px; width : 483px;}
#simplemodal-container a.modalCloseImg {width:23px; height:22px; display:inline; z-index:3200; position:absolute; top:0px; right:10px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

/*Autocomplete*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #E0E0E2;
}

.ac_over {
	/*background-color: #0A246A;*/
	background-color: #7BA329;
	color: white;
}
/*==========================================*/



.fbConnectBg
{
    opacity: 0.6;
    -moz-opacity:0.6;
    filter: Alpha(Opacity=60);
    width: 100%; height: 100%; background-color: Black;
    position: absolute;
    top: 0px; left: 0px;
    z-index:100;
}

.popupTbl
{
    background: url(../Images/Design/bk_box130_close.gif) no-repeat top center;
    height: 193px;
    width : 483px;
    text-align:left;
}

.popupTbl1
{
    background: url(../Images/Design/bk_box130_close1.gif) no-repeat top center;
    height: 240px;
    width : 483px;
    text-align:left;
}


/*PopUp*/
.popup
{
    z-index:101;
    position: absolute;
    left: 25%;
    top:25%;
    color:Black;
}

.popupBg
{
    opacity: 0.6;
    -moz-opacity:0.6;
    filter: Alpha(Opacity=60);
    width: 100%;
    background-color: Black;
    position: absolute;
    top: 0px; left: 0px;
    z-index:100;
}

table.popup_table{border-collapse:collapse;margin:auto;table-layout:fixed;width:100%;}

td.popup_top_left
{
    background:url(../images/design/popup_TopLeft.gif) no-repeat !important;
    height:44px;
    width:9px;
}

td.popup_top_mid
{
    background:url(../images/design/popup_Top.gif) !important;
    background-repeat:repeat-x;
    height:44px;
    width:100%;
    text-align:left;
    font-weight:bold;
	color:#7BA329;
	font-size:16px;
}

td.popup_top_right
{
    background:url(../images/design/popup_TopRight.gif) no-repeat;
    height:44px;
    width:33px;
    cursor:pointer;
}

td.popup_bottom_left
{
    background:url(../images/design/popup_BottomLeft.gif) no-repeat;
    height:20px;
    width:9px;
}

td.popup_bottom_mid
{
    background:url(../images/design/popup_Bottom.gif) no-repeat;
    background-repeat:repeat-x;
    height:20px;
    width:100%;
}

td.popup_bottom_right
{
    background:url(../images/design/popup_BottomRight.gif) no-repeat;
    height:20px;
    width:33px;
}

td.popup_mid_left
{
    background:url(../images/design/popup_Left.gif);
    background-repeat:repeat-y;
}

td.popup_mid_right
{
    background:url(../images/design/popup_Right.gif);
    background-repeat:repeat-y;
}

.cantSeeVideoMsg
{
    background: url(../Images/Design/cantSeeVideoBg.png) no-repeat;
    height:45px;
    padding: 5px 0px 11px 16px; /*top,right,bott,left*/
    font-weight:bold;
    color:#cb3366;
}

#top_nv_welcome
{
	background: url(../Images/Design/top_nv_welcome.gif) no-repeat;
	width : 271px;
	color:#fff;
	font-size: 14px;
	padding: 12px 5px 0px 17px; /*top,right,bott,left*/
}

#top_nv_welcome a
{
    text-align:center;
	color:#fff;
	padding: 0px 8px 0px 8px; /*top,right,bott,left*/
	background: url(../Images/Design/top_nv_sep.gif) no-repeat bottom right;
	color:#99CC33;
}

#top_nv_welcome .top_nv_last_welcome{
    background: url(../Images/Design/x.gif) no-repeat bottom right;
    cursor:pointer;
}

