/* POPUP STYLE
----------------------------------------------------------*/
div.FBDialog
{
   position:absolute;
   width: 400px;
   margin-left: -150%;
   --top: 200px !important;
   left: 50%;
   background-color: rgb(82, 82, 82);
   background-color: rgba(82, 82, 82, 0.7);
   border-radius: 8px;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
   border: 0px none; /*overflow:hidden;*/
   padding: 10px;
   z-index: 301;
   display: none;
}

div.FBDialog div.DialogWin
{
   background-color: #fff;
}

div.FBDialog div.Caption
{
   color: #fff;
   font-size: 14px;
   font-weight: bold;
   margin: 0px;
   border: 1px solid #3b5998;
   background-color: rgb(109, 132, 180);
   padding: 5px 10px 5px 10px;
}

div.FBDialog div.Content
{
   background-color:White;
   padding: 15px;
   max-height: 430px;
   overflow: auto;
   font-size: 11px;
   line-height: 18px;
}

div.FBDialog div.Buttons
{
   text-align: right;
   padding: 8px 10px 8px 10px;
   position: relative;
   background-color: #f2f2f2;
}

div.FBDialog div.Loading
{
   padding: 8px 5px 8px 10px;
   background-color: #f2f2f2;
   font-size: 20px;
   font-weight: normal;
   color: #333;
   font-family: lucida grande,tahoma,verdana,arial,sans-serif;
   display: none;
}

/*
.selectionContext
{
   text-align: center;
}

.lessheight
{
   max-height: 300px;
}

.imageItem
{
   float: left;
   margin: 5px;
}
*/
/* BUTTON STYLE
----------------------------------------------------------*/
.FBButton
{
   text-align: center;
   font-weight: bold;
   display:inline-block;
   font-size: 11px;
   font-family: "Lucida Grande" , Tahoma, Verdana, Arial, sans-serif;
   font-weight: bold;
   border-left: 1px solid #29447E;
   border-top: 1px solid #29447E;
   border-right: 1px solid #29447E;
   border-bottom: 1px solid #1A356E;
   background-color: transparent;
   color: #fff;
   cursor: pointer;
   text-align:center;
}

.FBButton.Disabled
{
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
   filter: alpha(opacity=50);
   -moz-opacity: .5;
   -khtml-opacity: .5;
   opacity:.5;
}

.FBButton .Inner
{
   background-color: #5972A7;
   border-top: 1px solid #8A9CC2;
   border-left: 1px solid #5972A7;
   border-right: 1px solid #5972A7;
   border-bottom: 1px solid #5972A7;
   padding: 2px 6px 2px 6px;
   text-align:center;
   display:inline-block;
   min-width:60px;
}

.FBButton.Bright
{
   border-left: 1px solid rgb(153,153,153);
   border-top: 1px solid rgb(153,153,153);
   border-right: 1px solid rgb(153,153,153);
   border-bottom-color:rgb(153,153,153);
   background-color: #eeeeee;
   color: #333;
}

.FBButton.Bright .Inner
{
   background-color: rgb(238,238,237);
   border: 1px solid rgb(238,238,237);
   border-top-color:#fff;
}

div.FBDialog div.Buttons div.FBButton
{
   margin-left:8px;
}
