/* pop up styles */
#ie_link{display:none}
.generic_dialog {
height:0;
left:0;
overflow:visible;
position:fixed; 
top:0;
width:100%;
z-index:101;
color:#cccccc;
}
.generic_dialog a{ color: #cccccc;}
.generic_dialog a:hover{ text-decoration:none;}
#generic_dialog_iframe {
left:0;
position:absolute;
top:-20;
z-index:3;
}
.generic_dialog .generic_dialog_popup {
height:0;
overflow:visible;
position:relative;
}
.generic_dialog div.dialog_loading {
background-color:#F2F2F2;
border:1px solid #606060;
font-size:24px;
padding:10px;
}
#generic_dialog_overlay {
display:block;
left:0;
position:absolute;
top:0;
width:100%;
z-index:100;
}
.dialog_body .dialog_content_img {
float:left;
margin-right:15px;
}
.dialog_body .dialog_content_txt {
float:left;
padding-bottom:5px;
width:600px;
}
.dialog_body .dialog_content_body {
padding-bottom:13px;
}

.dark_dialog_overlay {
background-image: url(../../assets/overlay.png);
background-repeat:repeat;
}
* html .dark_dialog_overlay {
background-color:transparent;
background-image: url(../../assets/blank.gif);
}
.full_bleed .pop_dialog_table td.pop_content .dialog_body {
padding:0;
}
table.pop_dialog_table {
border-collapse:collapse;
direction:ltr;
margin:auto;
table-layout:fixed;
width:465px;
}
td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright {
height:10px;
overflow:hidden;
padding:0 !important;
width:10px !important;
}
td.pop_topleft {
background:transparent url(../assets/dialog-sprite.png) no-repeat scroll 0 0;
}
td.pop_topright {
background:transparent url(../assets/dialog-sprite.png) no-repeat scroll 0 -10px;
}
td.pop_bottomleft {
background:transparent url(../assets/dialog-sprite.png) no-repeat scroll 0 -20px;
}
td.pop_bottomright {
background:transparent url(../assets/dialog-sprite.png) no-repeat scroll 0 -30px;
}
td.pop_top, td.pop_bottom {
background:transparent url(../assets/dialog-sprite.png) repeat-x scroll 0 -40px;
}
td.pop_side {
background:transparent url(../assets/dialog-sprite.png) repeat-y scroll -10px 0;
}
td.pop_content {
background-color:#000000;
direction:ltr;
padding:0;
}
.pop_dialog_rtl td.pop_content {
direction:rtl;
}
td.pop_content h2.dialog_title {
	border-bottom:1px solid #333333;
	color:#2CA2D3;
	font-size:14px;
	font-weight:bold;
	margin:0;
	background-attachment: scroll;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
td.pop_content h2.dialog_title img{
	display:block;
	margin-left: 30px;
	margin-top:4px;
}
td.pop_content h2.dialog_loading {
background:#6D84B4 /*url(facebook-indicator_white_small.gif)*/ no-repeat scroll 600px 10px;
padding-right:40px;
}
td.pop_content h2 span {
display:block;
padding:4px 10px 5px;
}
td.pop_content .dialog_content {
background: #1A1919 none repeat scroll 0 0;

}
td.pop_content .dialog_body {
border-bottom:1px solid #1e1e1e;
padding:10px;
}
td.pop_content .dialog_summary {
color:#cccccc;
background:#1e1e1e none repeat scroll 0 0;
border-bottom:1px solid #1e1e1e;
padding:8px 30px;
}
td.pop_content .dialog_buttons {
background:#F2F2F2 none repeat scroll 0 0;
padding:8px;
text-align:right;
}
td.pop_content .dialog_buttons input {
margin-left:5px;
width:auto;
cursor:pointer;
}
#fb-close{
background-color:#000000;
color:#cccccc;
float: right;
border: 1px solid #666666;
margin: 4px 4px 0 0;
}
#fb-close:hover{
background-color:#2CA2D3;
cursor: pointer;
}
td.pop_content .dialog_buttons_msg {
float:left;
padding:5px 0 0;
}
td.pop_content .dialog_footer {
background:#F2F2F2 none repeat scroll 0 50%;
}

#fb-modal	{ display:none;}
.info		{font-size:11px; color:#ccc;  padding: 0px 20px; height: auto; overflow:scroll;}
.info a{text-decoration:underline;}

#fb-modal p{color: #666;}
/* CSS Document */


