/**
 * Dialog stylesheet
 *
 * @copyright 2009,2010 Hyphen Technology
 * @version $Id
 * @package Foyer
 */

#lyrDialogContainer {    
    background-color: #F2F2F2;
    filter: alpha(opacity=50);
    opacity:.5;
    z-index:98;
}
div.lyrDialog {
    border:none;
    padding:0px;
    margin:0px;
    background:transparent;
    z-index:99;
}
div.lyrDialogTitleLeft {
    margin-left:1px;
    float:left;
    width:15px;
    height:25px;
    background: url(/tq/images/default/tb-blue-top-left.png) no-repeat top left;
}
div.lyrDialogTitleRight {
    float:left;
    width:16px;
    height:25px;
    background: url(/tq/images/default/tb-blue-top-right.png) no-repeat top left;
}
div.lyrDialogTitle {
    float:left;
    margin:0px;
    font-family: arial;
    font-weight: bold;
    font-size: 0.9em;
    height: 25px;
    line-height:20px;
    text-align:left;
    color: #fff;
    padding: 0px;
    background: url(/tq/images/default/tb-blue-top-mid.png) repeat-x top left;
    overflow: hidden;
    white-space: nowrap;
    padding-right:5px;
	text-transform:capitalize;
}
div.lyrDialogContent {
    clear:both;
    margin:0px 0px 0px 1px;
    background:#f2f2f2;
	padding: 10px 15px 10px 15px;
    border-right:1px solid #c0c0c0;
    border-bottom:1px solid #c0c0c0;
    border-left:1px solid #c0c0c0;
    filter: alpha(opacity=95);
    opacity:.95;
}
img.lyrDialogCloseIcon {
    position:relative;
    cursor:pointer; 
    border:0px solid yellow;
    width:16px; 
    height:16px; 
    overflow:hidden;
    margin:0px;
    padding:0px;
    right:5px;
	top:2px;
}

.browser-dialog-img {
	position:relative;
	top:-15px;
	padding:0px 0px 10px 13px;
}

.browser-img {
	display:inline-block;
	width:100px;
	text-align:center;
	border:0px solid green;
}