﻿.BBAdminSingleVerbButton 
{
} 
.AdminToolbarContainerBG
{
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:26px;
}
.AdminToolbarContainer
{
    position:relative;
    height:26px;
    background-color:#d5e3f8;
	border-bottom:1px solid #A6B6C5;
}
.AdminToolbarContainer a
{
    margin:2px 2px 0px 0px;
}
.AdminModalToolbarContainer
{
    position:absolute;
    overflow:hidden;
    top:2px;
    left:1px;
    right:1px;
    height:30px;
}
.BBAdminToolbarDiv
{
    height:30px;
	padding:1px 5px 0px 5px;
	position:relative;
	z-index:10;
}
.BBAdminToolbarDiv img{
	border:0px;
}
.BBAdminDialogButtonsDiv
{
    height:26px;
	padding:1px 5px 0px 5px;
	position:relative;
	z-index:1;
	overflow:hidden; 
}


.BBAdminButtonLnk
{
	position:relative;
	display:block;
	float:left;
	margin:4px 2px 0px 0px;
	padding:0px;
	text-decoration:none;
	color:#232323;
	cursor:pointer;
}

a.BBAdminButtonLnk 
{
    padding-top: 2px;
    height: 20px;
}

.BBAdminButtonLnk.disabled
{
	cursor:default;
}
 
.BBAdminButtonLnkAdd
{
	background-image:url(../../images/new_16.png);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:20px;
	margin:2px;
}

.BBAdminButtonLnkAdd:hover
{
    text-decoration: underline;
}

.BBAdminButtonLnkApply
{
	background-image:url(../../images/apply_16.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	margin:2px;
	min-height:16px;
		
}

.BBAdminButtonLnk img{
	border:none;
}
.BBAdminButtonBG
{
    position:relative;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:21px;
}
.BBAdminButtonHover
{
    position:relative;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    height:21px;
}
.BBAdminButtonLeft{
	position:absolute;
	top:0px;
	left:0px;
	height:21px;
	width:4px;
}
.BBAdminButtonMiddle
{
    position:absolute;
    left:4px;
    right:4px;
    height:21px;
    display:block;
    overflow:hidden;
}
.BBAdminButtonMiddle img
{
    height:21px;
    width:100%;
}
.BBAdminButtonRight{
	position:absolute;
	top:0px;
	right:0px;
	height:21px;
	width:4px;
}
.BBAdminButtonContent
{
    position:relative;
    display:block;
    padding:0px 7px 0px 7px;
}
.BBAdminButtonContentWide
{
    /* bad class name, handles the alternate handling of the 
       button content display when a button background is 
       drawn in by default*/
       
    position:relative;
    display:block;
    padding:0px 10px 0px 10px;
    font-weight:bold;
}
.BBAdminButtonImg{
	position:relative;
	display:block;
	float:left;
	top:2px;
	padding:0px 3px 0px 0px;
}
.BBAdminButtonLabel{
	position:relative;
	display:block;
	float:left;
	padding:2px 0px 0px 0px;
}


.BBAdminToolbarNOTUSED
{
    height:28px;
    vertical-align:middle;
    position:relative;
}



.ToolbarBG
{
    position:absolute;
    top:0px;
    left:4px;
    right:4px;
    height:30px;   
}
.ToolbarBG img
{
    position:absolute;
    top:0px;
    left:0px;
    height:30px;
    width:100%; 
}
.ToolbarTopLeftBG
{
    position:absolute;
    top:0px;
    left:0px;
    height:30px;
    width:4px;  
}
.ToolbarTopRightBG
{
    position:absolute;
    top:0px;
    right:0px;
    height:30px;
    width:4px;  
}
.ToolbarBGHover
{
    position:absolute;
    top:0px;
    left:4px;
    right:4px;
    height:30px;   
}
.ToolbarBGHover img
{
    position:absolute;
    top:0px;
    left:0px;
    height:30px;
    width:100%; 
}



.BBAdminVideoMenu { display: block; }
.BBAdminVideoMenu .wrapper {
    float: right;
    padding-right: 24px;
    position: relative;
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 17%, #c1e3fd 47%, #b8e1f6 48%, #c1e3fd 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#ffffff), color-stop(47%,#c1e3fd), color-stop(48%,#b8e1f6), color-stop(100%,#c1e3fd)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 17%,#c1e3fd 47%,#b8e1f6 48%,#c1e3fd 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 17%,#c1e3fd 47%,#b8e1f6 48%,#c1e3fd 100%) !important; /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 17%,#c1e3fd 47%,#b8e1f6 48%,#c1e3fd 100%) !important; /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1e3fd',GradientType=0 ) !important; /* IE6-9 */
	border: 1px solid #83BBD9;
    border-radius: 4px 4px 4px 4px;
    float: right;
    position: relative;
    margin-top: 2px;
	margin-right:8px;
	color:#000;
	cursor: pointer;
	height:16px;
	padding:5px 5px 2px 6px;
}

.BBAdminVideoMenu .wrapper:hover { 
background: #c1e3fd; /* Old browsers */
background: -moz-linear-gradient(top, #c1e3fd 0%, #b8e1f6 52%, #b8e1f6 52%, #ffffff 83%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c1e3fd), color-stop(52%,#b8e1f6), color-stop(52%,#b8e1f6), color-stop(83%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c1e3fd 0%,#b8e1f6 52%,#b8e1f6 52%,#ffffff 83%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c1e3fd 0%,#b8e1f6 52%,#b8e1f6 52%,#ffffff 83%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #c1e3fd 0%,#b8e1f6 52%,#b8e1f6 52%,#ffffff 83%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1e3fd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border: 1px solid #83BBD9;
}


.AdminToolbarContainer .BBAdminToolbarDiv a[title="View online help for this screen"], .AdminModalToolbarContainer .BBAdminToolbarDiv a[title="View online help for this screen"] {

	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 17%, #c1e3fd 47%, #b8e1f6 48%, #c1e3fd 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#ffffff), color-stop(47%,#c1e3fd), color-stop(48%,#b8e1f6), color-stop(100%,#c1e3fd)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 17%,#c1e3fd 47%,#b8e1f6 48%,#c1e3fd 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 17%,#c1e3fd 47%,#b8e1f6 48%,#c1e3fd 100%) !important; /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 17%,#c1e3fd 47%,#b8e1f6 48%,#c1e3fd 100%) !important; /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c1e3fd',GradientType=0 ) !important; /* IE6-9 */
	 border: 1px solid #83BBD9  !important;
    border-radius: 4px 4px 4px 4px;
    float: right;
    padding: 2px 0px 1px !important;
    position: relative;
}

.BBAdminVideoMenu .wrapper .flyout {    clear: both;
    position: relative;
	opacity:0;
	cursor:pointer;
	display:none;}
	.BBAdminVideoMenu .wrapper .flyout ul {
		width:auto;
		-moz-transition: all 0.5s ease-out 0s;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 42%, #d6d6d6 58%, #f0f0f0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(42%,#f4f4f4), color-stop(58%,#d6d6d6), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 42%,#d6d6d6 58%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 42%,#d6d6d6 58%,#f0f0f0 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f4f4f4 42%,#d6d6d6 58%,#f0f0f0 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
 background-color: #333333;
    border: 1px solid #666666;
    border-radius: 6px 6px 6px 6px;
    
        display: block;
    float: left;
    left: -40px;
    margin-right: 30px;
    padding: 8px;
    position: absolute;
    width: auto;
	box-shadow: 6px 6px 6px #444444;
	}
	
.BBAdminVideoMenu .wrapper .flyout ul li {
    padding: 3px;
    text-align: center;
    z-index: 100000;}
.BBAdminVideoMenu .wrapper .flyout ul li a{
	    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: 0 0;
    margin: 0;
	text-decoration: none;
	border-radius:0px;
}
.BBAdminVideoMenu .wrapper .flyout ul li a img {
    border: 1px solid #333333;
    height: 90px;
    width: 90px;
}
.BBAdminVideoMenu .wrapper .flyout ul li a span.description{  display: block;
    text-shadow: 1px 1px 3px #888888;}

	
	.AdminModalToolbarContainer {
    height: 30px;
    left: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%;
    
}
