/* Original Author : Cody Lindley */

/* Styling for the overlays that are displayed beneath TBs */
#TB_overlay, #TBLite_overlay { position: absolute; display: block; top: 0px; left: 0px; z-index:100; width: 100%; height: 100%; background-color: #000; filter:alpha(opacity=70); opacity: 0.7; }

/* Shows up after a few seconds, allowing users to cancel a TB request if it stalls */
#TB_overlayCancel {visibility:hidden; color:#000; position:absolute; width:95%; padding:5px; bottom:50px; text-align:center; z-index:301; background-color:#fff; filter:alpha(opacity=80); opacity:0.8;}

/* A mini, non-AJAX version of the TB */
#TBLite { border: 1px #ccc solid; font-size: .8em; background-color: #fff; padding:5px; }

/* The main TB container */
#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute; /* only in IE 6 */
	background: #fff;
	z-index: 102;
	color:#000000;
	border-style: solid;
	border-color: #555;
	border-width: 1px 2px 2px 1px;
	margin-left: 0px; 
  overflow: hidden; 
  -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

#TB_window h3 { margin-left:0px; }
#TB_caption { float:left; height:25px; padding:10px 30px 10px 25px; }
#TB_closeWindow{ float:right; height:25px; padding:10px 25px 10px 0; }
#TB_title { padding: 5px 3px 5px 10px; font-weight: bold; color: #576; font-size: 1em; height: 17px; overflow:hidden; white-space:nowrap; }
#TB_closeAjaxWindow a { float:right; padding: 3px; }
#TB_closeAjaxWindow #tb_loading { float: right; padding: 3px; visibility: hidden; }
#TB_closeAjaxWindow{  padding:3px 3px 3px 0px; margin-bottom:1px; background-color: #eee; border-bottom: 1px #ccc solid; -moz-border-radius:5px 5px 0 0; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;}

/* The container of all elements loaded via AJAX */
#TB_ajaxContent { padding: 2px 15px 0px 15px; overflow: auto; }

#TB_load { position: absolute; top: 50%; left: 0px;	width: 100%; overflow: visible;	visibility: visible; display: block; z-index:101; text-align: center; }
#TB_loadContent { margin-left: -125px; position: absolute; top: -50px; left: 50%; width: 250px; height: 100px; visibility: visible; }

#TB_actionBar { padding: 5px 5px 7px; background-color:#e9efe0;}

#tb_ajax_msg { display: none; }

.logging_in { color: #fff; font-family: verdana, arial, sans-serif; }
.logging_in a { color: #fff; }
#TB_blocking {z-index:200; filter:alpha(opacity=30); opacity: 0.3; position:fixed; background:#000 url(/images/circle_animation.gif) no-repeat center;}