

/* do not remove this information
=========================================
  4over.com main styles
  
    - shell and main layout elements
    - alerts, notes, login page
    - elements appearing on most/all pages
=========================================
Panda 3.0 Color & Size Information

COLORS
-----
link dark red: 9f171d
link hover blue: 3399cc
sidebar dusty blue: e9f0f4
lists cap/btm dark blue: 93a8b7
lists reg light blue: e9f1f6
lists alt med blue: d4dee5

DIMENSIONS
-----
Total Content Width: 938px
Workable Interior Content Width: 720px

Scoop: w-729px h-71px
Sidebar: w-209px

=========================================
 css lem08 */
 
 
 
/*-------------------------
---------------------------
         GLOBALS
---------------------------
------------------------ */


/* ------- body ------- */

body	{
 margin: 0;
 background: #fff;
 color: #404040;
 font-size: 11px;
 font-family: Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
 line-height: 16px;
}

/* ------- a ------- */

a {
 font-family: Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
}

a:link, a:visited   {
 color: #9f171d;
 text-decoration: none;
}

a:active, a:hover {
 color: #3399cc;
 text-decoration: underline;
}

/* ------- input ------- */

input {
 color: #333;
 border: 1px solid #b3c8d8;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] {
 background-color: #d4dee8;
 border: #b3c8d8 1px solid;
 color: #7b96af !important;
 cursor: default;
}

input[type=checkbox], input.checkbox {
  border: none !important;
}

select {
 color: #333;
 border: 1px solid #b3c8d8;
}

.clear {
	clear: both;
}

.hidden {
	display: none !important;
}
	
.button {
 border: none;
}


/* ----- z-index select fix ----- */

.zin {
position: absolute;
z-index: 10;
overflow: hidden;
width: 33em;
}

.zin iframe {
display: none;
display/**/: block;
position: absolute;
top: 0;
left: 0;
z-index: -1;
filter: mask();
width: 3000px;
height: 3000px;
}




input.textField {
 background-color: #fff;
 font-size: 11px;
}

.slim_input input {
 height: 13px;
 _height: 13px;
}

#content .redstar {
 color: #ff0000;
 font-size: 15px;
 font-weight: normal;
}

#content .tinytxt {
 font-size: 10px;
 font-family: Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
 text-transform: uppercase;
}

#content .note {
 font-size: 10px;
 font-weight: bold;
 font-family: Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
}

#content p.rhnote {
 margin: 0;
 padding: 0;
 text-align: center;
}

#content .boxedtxt {
  margin: 10px;
  background: #e9f1f6;
  border: 1px solid #d4dee5;
}

#pending_filter .flusher, #completed_filter .flusher, #esti_filter .flusher {
 width: 75px;
 float: left;
}


/* ------- lightbox -------- */

#lightbox_bg {
	z-index: 900;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	background-color: #011;
	width: 100%;
	top: 0;
	left: 0;
}

#lightbox p.areyousure {
 background: #fff;
 margin: 0;
 padding: 10px 8px 0 8px;
 width: 247px;
 _width: 263px;
 height: 125px;
 _height: 135px;
}

#lightbox_content {
  float: right;
  width: 263px;
}


* html #lightbox { 
	/*\*/position: absolute; 
	top: expression((30% + (ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); 
	left: expression((35% + (ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ 
	}

/* ---------- Alert ------------ */

#lightbox {
background: none repeat scroll 0% 0%;
left:35%;
position:fixed;
text-align:center;
top:30%;
width:401px;
min-height: 113px;
z-index: 950;
}

input {
border:1px solid #B3C8D8;
color:#333333;
}

/* ------- container ------- */

#container {
 margin: 5px auto;
 text-align: left;
 width: 800px;
}

 /* ------- main ------- */

#main {
 position: relative;
 float: right;
 width: 729px;
 z-index: 777;
}

 /* ------- scoop ------- */


#scoop p {
 width: 540px;
 min-height: 65px;
 margin: 0 0 0 185px;
 padding: 0;
}

#scoop div.cart {
 color: #506f85;
 font-weight: bold;
 font-size: 9px;
 width: 95px;
 height: 52px;
 margin: 0;
 padding: 10px 3px 0 3px;
 _padding: 0;
 position: relative;
 float: right;
 text-align: center;
 z-index: 2;
}


/* ------- icons and fisheye  ------- */

#scoop div.icons {
 height: 56px;
 margin: 10px 0 0 0;
 padding: 0;
 left: 180px;
 position: absolute;
 float: right;
 z-index: 2;
}

#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 18px;
	height: 65px;
}

#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
    margin: 0;
    padding: 0;
}

#fisheye_menu a {
    margin: 0 5px;
	text-decoration: none;
}

#fisheye_menu img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#fisheye_menu a img {
    height: 60px;
    width: 60px;
}

#fisheye_menu a span {
    background-color: #d9e1e7;
    border: #607483 outset 1px;
    color: #254c6a;
    font-weight: bold;
    margin: 10px 0 0 -8px;
    text-align: center;
    width: 60px;
}

/* ----- lofi iconbar for IE6 ----- */

#iconbar {
 list-style: none;
 padding: 0;
 margin: 5px 0 0 23px;
}

#iconbar li {
 display: inline;
 font-size: 0px;
 color: #fff;
 padding: 0;
}

#iconbar li a {
 color: #fff;
 font-size: 0px;
 margin: 0;
 padding: 11px 46px 45px 0;
}


/* ----- sign bang ----- */

#scoop #signbang {
 width: 290px;
 height: 71px;
 _height: 71px;
 margin: 0;
 padding: 0;
 position: relative;
 float: right;
 z-index: 2;
}

#scoop #signbang div.seal {
 cursor: pointer;
 float: left;
 height: 70px;
 width: 95px;
}

#scoop #signbang div.sealtxt {
 padding: 9px 33px 0 0;
 text-align: center;
 float: right;
}

#scoop #signbang div.sealtxt a {
 color: #39c;
 font-size: 10px;
 font-family: Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
 border: 0;
 text-decoration: none;
}

#scoop #signbang div.seal a {
 color: #fff;
 font-size: 0px;
 padding: 7px 100px 57px 0;
 border: 0;
 text-decoration: none;
}

/* ------- user info ------- */

#scoop div.user_info {
 font-size: 9px;
 color: #6f869a;
 width: 150px;
 min-height: 50px;
 _height: 50px;
 margin: 0 0 0 -9px;
 padding: 17px 0 0 0;
 line-height: 1.3;
 z-index: 2;
}

#scoop div.user_info span {
 font-size: 11px;
 color: #d58700;
 font-weight: bold;
}

#scoop div.user_info a {
 color: #3399cc;
 font-size: 11px;
 text-decoration: none;
 border-bottom: 1px dashed #a7bccd;
}

#scoop div.user_info a:hover {
 color: #CC0000;
 text-decoration: underline;
}


/* ------- top login ------- */

#login_top {
 float: left;
 width: 425px;
 height: 60px;
 padding: 6px 0 0 14px;
 z-index: 2;
}

#login_top div.forgot {
 width: 153px;
 _width: 138px;
 _margin-right: 7px;
 padding: 0;
 float: right;
 text-align: center;
}

#login_top div.forgot a {
 font-size: 9px;
 font-weight: bold;
 text-decoration: underline;
}

#login_top div.forgot span {
 font-size: 12px;
 color: #4b5c69;
 text-transform: uppercase;
}

#login_top div.forgot input.button {
 margin: 1px 0 -5px 0;
}

#login_top div.email {
 color: #778d9d;
 padding: 2px 0 0 10px;
 width: 130px;
 float: left;
}

#login_top div.email input {
 font-size: 10px;
 width: 120px;
 height: 13px;
 _height: 13px;
}

#login_top div.password {
 color: #778d9d;
 padding: 2px 2px 0 0;
 width: 130px;
 float: left;
}

#login_top div.password input {
 font-size: 10px;
 width: 120px;
 height: 13px;
 _height: 13px;
}

#login_top div.email input, #login_top div.password input {
 _height: 16px;
 _width: 110px;
}


/* ------- split-style body login ------- */

#bodylog {
 width: 700px;
 margin: 30px auto;
 padding: 7px;
 _padding: 12px 0 0 0;
}

#bodylog p.note {
 margin: 1px;
}

p.lognote {
 font-size: 13px;
 font-weight: bold;
 padding-bottom: 5px;
}

#bodylog form {
  float: left;
  width: 330px;
}

#bodylog form.signup {
  border:1px dashed #CCCCCC;
  padding:5px;
}

#bodylog form.existing {
  background:#EAF4FD none repeat scroll 0 0;
  border:1px dashed #CCCCCC;
  float:left;
  margin:0 0 0 6px;
  padding:10px 10px 35px;
  _padding:10px 5px 25px;
  width:330px;
}

#bodylog .boldline {
 color: #21566b;
 font-weight: bold;
 text-decoration: underline;
}

#bodylog fieldset {
 border: none;
 margin: 0 auto;
 padding: 0;
}

#bodylog fieldset p {
 margin: 0;
 padding: 5px;
 _padding: 0 !important;
}

#bodylog fieldset p.loglabel {
 float: left;
 padding-top: 8px;
 _padding-top: 15px;
 text-align: right;
 width: 140px;
}

#bodylog fieldset p.logfield {
 float: right;
 _padding: 0;
}

#bodylog fieldset p.logfield input {
 _width: 160px !important;
}

#bodylog fieldset p label {
 font-size: 12px;
 font-weight: bold;
}

#bodylog p.logbuttons {
 border: none;
 font-size: 10px;
 font-weight: bold;
 margin: 0 auto;
 padding: 7px 0 0 0;
 text-align: center;
 width: 270px;
}

#bodylog p.logbuttons input {
 margin: 0 30px -2px 55px;
}

#bodylog fieldset p.emaillabel {
 float: left;
 padding-top: 8px;
 text-align: right;
 margin:0pt 0pt 0pt -8px;
 width: 95px;
}

#bodylog fieldset p.emailfield {
 float: right;
 margin: 0 0 0 0;
}

#bodylog p.sendbtn {
 border: none;
 font-size: 10px;
 font-weight: bold;
 float: right;
 text-align: center;
 width: 205px;
}

.btnsign {
  margin-top: 10px;
  *margin-top: 5px;
  _margin-top: 5px;
}

/* ------- menu ------- */

#menu


#menu ul {
 margin: 0;
 padding: 13px 0 0 0;
 min-height: 15px;
 _height: 15px;
}

#menu ul li {
 display: inline;
 margin: 0;
}

#menu ul li a {
 font-size: 12px;
 margin: 0 7px 0 7px;
 padding: 6px 10px 2px 10px;
 _padding: 6px 20px 2px 20px;
 font-family: Lucida Grande, Trebuchet MS, Helvetica, sans-serif;
 color: #254c6a;
 text-decoration: none;
 text-transform: uppercase;
}

/* ------- travel ------- */


#search input {
 margin: 3px 0 0 20px;
 * margin: 1px 0 0 20px;
 padding: 0;
 border: 0;
 height: 15px;
 width: 143px;
}

#search #search_indicator {
 margin-left: 16px;
 margin-top: 2px;
 float: right;
 position: absolute;
}

#search #search_cancel {
 margin-left: 16px;
 margin-top: 2px;
 float: right;
 position: absolute;
}

#adser #search_cancel {
 float: right;
 margin-left: -11px;
 margin-top: 5px !important;
 position: absolute;
}

/* ----- searchy div ----- */



#dropsearch ul {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 9px;
  list-style: none;
  line-height: 1.1;
}

#dropsearch ul li {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px dotted #6884a0;
}

#dropsearch ul li span {
 color: #e39b02;
 font-weight: bold;
 font-size: 11px;
 cursor: pointer;
}


/* ------- bread crumb ------- */

#crumb {
 color: #d58700;
 width: 380px;
 margin: 0;
 padding: 7px 0 0 20px;
}


 /* ------- sidebar ------- */

#sidebar {
 float: left;
 width: 209px;
}

#logo h1 {
 font-family: Arial Narrow, sans serif;
 height: 150px;
 margin: 0px;
 padding: 0px;
 font-size: 20px;
}

#logo h1 a {
 position: absolute;
 font-size: 1px;
 color: #fff;
 margin: 0;
 padding: 0;
 min-height: 130px;
 width: 190px;
 text-indent: -9999px;
}


 /* ------- categories ------- */

 #categories {
 width: 186px;
 margin: 0 auto;
 padding: 0;
 text-align: left;
}


#categories h2 {
 width: 186px;
 margin: 0;
 padding: 10px 0 10px 0;
 font-size: 17px;
 font-family: Trebuchet MS, Lucida Grande, Helvetica, sans-serif;
 color: #4b5c69;
 font-weight: normal !important;
 text-transform: uppercase;
}


#categories ul {
 margin: 0 0 0 2px;
 padding: 0;
 list-style: none;
 width: 186px;
}





 /* ------- content ------- */



#content #platline a {
  color: #199bde;
}


#content hr {
 margin: 10px 0;
 _margin: 2px 0;
 border: 1px solid #fff;
 border-bottom: 1px dotted #ccc;
}

#content p {
 font-size: 12px;
 margin: 10px 15px;
 _margin: 5px 7px;
 padding: 0;
}

#content p.hot_note {
 font-size: 12px;
 font-weight: bold;
 color: #cc0000;
 margin: 10px 15px;
 _margin: 5px 7px;
 padding: 0 39px;
}

#content p.cool_note {
 font-size: 11px;
 font-weight: bold;
 color: #0066cc;
 margin: 10px 15px;
 _margin: 5px 7px;
 padding: 0 39px;
}

#content ul.reg_list, #content ul.pdfd {
 width: 550px;
 background: #eaf1f6;
 border-top: 1px dashed #c6d2db;
 border-bottom: 1px dashed #c6d2db;
 list-style: circle;
 font-style: italic;
 margin: 0 auto;
 padding: 3px 0 3px 60px;
 font-size: 12px;
}

#content ul.pdfd li {
 margin: 3px 0;
}

#content ul.pdfd li a {
 font-weight: bold;
 color: #ff0000;
}

#content ul.pdfd li a:hover {
 color: #4290e9;
}

#content ul.reg_list li {
 font-weight: bold;
}

#content ul.reg_list li.tri_1 {
 color: #0192c1;
}

#content ul.reg_list li.tri_2 {
 color: #e64771;
}

#content ul.reg_list li.tri_3 {
 color: #26af45;
}

#content p a {
 color: #ec1c18;
 text-decoration: none;
 border-bottom: 1px dashed #ffc6aa;
}

#content p a:hover {
 color: #4290e9;
 text-decoration: none;
 border-bottom: 1px dashed #b5d6fc;
}

#content a img {
 cursor: pointer;
}

#content p.clear {
 clear: both;
 width: 0 !important;
 height: 0 !important;
 margin: 0 !important;
 padding: 0 !important;
}

/* ------- contact dir ------ */

#contact_dir {
 width: 550px;
 margin: 5px auto;
 _margin-left: 80px;
 background: #eaf1f6;
}

#contact_dir ul {
 list-style: none;
 padding: 10px 28px;
 _padding: 10px 28px 0 28px;
}

#contact_dir ul li {
 font-size: 12px;
}

#contact_dir ul li a {
  color: #ec1c18;
}

#contact_dir ul li.dir_head {
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 padding: 0 0 5px 0;
 text-decoration: underline;
}

#contact_dir ul.dept {
 float: left;
}

#contact_dir ul.email {
 float: left;
}

#contact_dir ul.ext {
 float: left;
}

/* ------- notices ------ */

#content h4.error, #content h4.info, #content h4.ok {
 border: 1px dotted #acb6be;
 width: 705px;
 margin: 7px;
 padding: 4px;
}

#content h4.error {
 background: #ffecdf;
}

#content h4.info {
 background: #dfeeff;
}

#content h4.ok {
 background: #e4ffdf;
}

#content h4 p.message {
 float: right;
 width: 650px;
 margin: 0;
 padding: 5px 0 0 0;
}

#content h4 p.icon {
 float: left;
 width: 25px;
 height: 25px;
 margin: 0;
 padding: 0;
}

/* ----- extras ----- */

#content a.add {
 color: #090;
 font-weight: bold;
 text-decoration: none;
 border-bottom: 1px dashed #09f;
}

#content a.wut {
 color: #0681ba;
 font-size: 10px;
 font-weight: bold;
 margin: 0 0 0 5px;
}

/* ----- lists navigation ----- */

#content ul.navigation {
 text-align: right;
 list-style: none;
 padding: 0;
 margin: 0 18px;
}

#content ul.navigation li {
 display: inline;
 margin: 0 2px 0 3px;
}

#content ul.navigation li a {
 font-size: 13px;
 text-transform: uppercase;
 font-weight: bold;
 color: #cc0000;
}

#content ul.navigation li a:hover {
 text-transform: uppercase;
 font-weight: bold;
 color: #3399cc;
 text-decoration: none;
}

#content ul.navigation li.select_true a {
 color: #333;
 border-bottom: 1px dotted #999;
}


 /* ------- headers ------- */

 #content h2 {
 font-size: 18px;
 width: 600px;
 height: 55px;
 margin: 6px 0 10px 2px;
 padding: 23px 0 0 110px;
 color: #254c6a;
 text-transform: uppercase;
 letter-spacing: 2px;
}

#content h2 p.head_tag {
 font-size: 10px;
 margin: 0;
 padding: 0;
 color: #4e4969;
 text-transform: none;
 letter-spacing: 1px;
}

/* ------ rss page box ------ */


#rssbody {
 width: 560px;
 float: left;
}

#rssbody p.feedlink {
 font-family: Trebuchet MS, Helvetica, sans-serif;
 margin: 0;
 padding: 0 0 12px 0;
 font-size: 11px;
 font-weight: bold;
}

#rssreads {
 width: 140px;
 padding: 6px;
 float: right;
 border: 1px solid #c7d8e3;
}

#rssreads h6 {
 color: #3d5463;
 font-size: 13px;
 margin: 0;
 padding: 0;
}

#rssreads ul {
 list-style: none;
 font-size: 12px;
 margin: 0;
 padding: 0;
}

#rssreads ul li.for {
 color: #3d5463;
 padding-bottom: 5px;
 padding-top: 2px;
 font-weight: bold;
 border-top: 1px dotted #afc5d4;
 margin-top: 6px;
 _margin-top: 0;
}

#rssreads ul li a {
 color: #ec1c18;
 text-decoration: none;
}

#rssreads ul li a:hover {
 color: #4290e9;
 text-decoration: underline;
}

/* ------- chat ------- */


#chat a {
 font-size: 0px;
 color: #c6804f;
 padding: 5px 125px 30px 0;
}

#chat a:hover {
 text-decoration: none;
}

/* ------- sub footer ------- */

#safety {
  margin-top: 16px;
  _margin-top: 8px;
  text-align: center;
}

#sub_foot {
 text-align: center;
 color: #96a0ac;
 margin: 6px 0 10px 0;
 _margin: 3px 0 5px 0;
 padding: 5px 0;
 border-top: 1px dashed #ccc;
 border-bottom: 1px dashed #ccc;
}

 /* ------- footer ------- */

}

#footer p {
 position: absolute;
 left: 20px;
 margin: 0px;
 padding: 6px 0 0 0;
}

#footer ul {
 list-style: none;
 margin: 0 auto;
 padding: 6px 0 0 0;
 height: 23px;
}

#footer ul li {
 display: inline;
 margin: 0 10px;
}

#footer ul li a {
}

/* ----- IE6-underscore and IE7-holly hacks ----- */

#content input {
  _height: 19px !important;
}

#content h2 {
 _height: 75px !important;
 _width: 710px !important;
}

#content hr {
 * margin: 1px 0;
 * padding: 0;
}

#logo h1 a {
  _height: 300px !important;
}

#categories {
  _margin: 0 5px !important;
  _padding: 0 5px !important;
}

#features p {
  _padding: 0 7px !important;
}

#footer ul, #footer p {
  _padding-top: 0 !important;
}

#scoop #signbang {
 _width: 290px;
 _height: 20px;
}

#scoop #signbang p.clear {
 margin: 0 !important;
 width: 0 !important;
}

#scoop #signbang div.seal {
 _padding: 0px !important;
}

#scoop #signbang div.seal a {
 _padding: 80px;
}

#scoop #signbang div.sealtxt {
  _padding: 5px 39px 0 0;
  *padding: 5px 43px 0 0;
}

#scoop #signbang div.sealtxt a {
 _color: #2d88d2;
 *color: #2d88d2;
}

#login_top div.forgot {
 _width: 140px;
 *width: 120px;
}

#login_top div.email {
 _width: 130px;
}

#login_top div.password {
 _width: 130px;
}

#scoop div.user_info {
 *width: 150px;
 _width: 150px;
 _margin: 0;
 _height: 20px;
}
#scoop div.icons {
 _margin: 10px 0 0 0;
 _height: 20px;
 *width: 475px;
 _width: 480px;
}

#scoop div.cart {
 _margin: 0;
 _margin-top: 14px;
 _height: 20px;
}

#scoop #fisheye_menu {
 _height: 20px;
}

/* ---------- Tutorial Icons ----------- */

.tutorial {
 padding: 30px 60px 20px 20px;
 float: right;
 position: absolute;
 left: 644px;
 z-index: 20;
}

/* --------- Smaller Glossary Pop-Up ---------- */

#gloss_pop {
 margin:0pt;
 position:fixed; 
 _position: absolute;   
 top: 50px;       
 width:560px;       
 z-index:1001;     
}

#top a {
 float: right;	
}	

#g_content {
 padding: 8px;
 background: #ffffff;
 margin: -14px 0 0;
 *margin: 0;
 _margin: -14px 0 0;
}

#content_cen {
 width: 500px;
 padding: 0 10px;
 font-size: 12px;
 text-align: left;
}

#content_cen img {
float: left;
margin: 0 15px 0 0;
}

#content_cen h3  {
 font-size: 15px;
 font-weight: bold;
 padding: 0;
 margin: 0 0 5px 0;
}

#content p.thevideo {
 margin: 0;
 padding: 0;	
}


/* --------- Tutorials ------------- */

#vid_content {
   background: #ffffff;
   margin: -10px 0 0;
   _margin: 0; 
}

#whatsnew_tutorial, #fav_tutorial, #bep_tutorial, #builder_tutorial {
	background: none repeat scroll 0% 0%;
	left: 15%;    
	margin: 0pt;
	position: fixed;
	_position: absolute;
	text-align: center;
	top: 5%;
	width: 678px;         
	min-height: 113px;
	z-index: 1001;   
}


/* --------- Resources - Top Questions Styles ---------- */

dl {
 margin: 0;
}

dl dd {
 font-weight: bold;
 font-size: 14px;
 text-transform: uppercase;
 display: inline;
 margin: 0 50px 0 10px;
}

.CollapsiblePanel {
	margin: 0 0 0 15px;
	padding: 0px;
	width: 670px;
}

.CollapsiblePanelTab {
	font-size: 12px;
	color: #EC1C18;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	border-bottom: dotted 1px #CCC;
}

.CollapsiblePanelTab a {
	color: #EC1C18;
	text-decoration: none;
}

.CollapsiblePanelOpen .CollapsiblePanelTab {
	color: #EC1C18;
	outline: none;
}

.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	color: #3399CC;
}

.CollapsiblePanelFocused .CollapsiblePanelTab {
	outline: none;
}

#panda_admin {
	margin-top: 5px; 
	margin-left: 5px; 
	width: 200px; 
	height: 125px; 
	background-color: #fff; 
	color: red; 
	position: fixed;
	_position: absolute; 
	border: 1px solid #000; 
	z-index: 1999;
}

#debug_window {  
   margin-top: 5px;
   margin-left: 90%;
   width: 100px;
   height: 50px;
   background-color: #fff;
   position: fixed;
   _position: absolute;    
   border: 1px solid #000;
   z-index: 1999;
}


