
/* ------------------------------ */
/*   GENERAL                      */
/* ------------------------------ */

* { margin:0; padding:0; }
html { margin:0; padding:0; }
body { background-color:#211F20; color: #D5D7CF; font-family: verdana, arial; font-size:0.7em;}
p { padding:5px 0 5px 0; }
a, a:hover, a:visited { color:#6798FF;text-decoration:underline; font-weight:bold; }


/* ------------------------------ */
/*   HEADER                       */
/* ------------------------------ */

#header { width:800px;height:153px; text-align:right;}

/* ------------------------------ */
/*   NAVIGATION                   */
/* ------------------------------ */

#navigation { width:800px;height:117px;background:url(/liveearth/images/dots_n_dashes.gif) repeat-x;}
#navigation_logo { width:380px;height:100px;float:left;}
#navigation_tabs { width:400px;height:100px;float:left;}

#navigation_tabs ul { list-style: none;display:block; margin-top:77px;float:left; background:url(/liveearth/images/nav_bg.gif) no-repeat; width:291px; height:39px;}
#navigation_menu li { margin: 0 0px 0 0px; float:left; height:26px;}
#navigation_menu .home { margin-left:6px; margin-top:7px; line-height: 30px;color: #999;display: block; height: 32px; width:78px; background: url('/liveearth/images/btn_home.gif') no-repeat 0px 0px;}
#navigation_menu .faq { margin-left:10px; margin-top:7px; line-height: 30px;color: #999;display: block; height: 32px; width:53px; background: url('/liveearth/images/btn_faq.gif') no-repeat 0px 0px;}
#navigation_menu .registration { margin-left:10px;margin-top:7px; line-height: 30px;color: #999;display: block; height: 32px; width:125px; background: url('/liveearth/images/btn_register.gif') no-repeat 0px 0px;}
#_navigation_menu a:hover {background-position: 0px -26px;}

/* ------------------------------ */
/*   CONTENT                      */
/* ------------------------------ */

#container { height:100%;width:100%;background:url(/liveearth/images/header_bg.gif) repeat-x; }
#content { width:800px;height:1%;margin:0 auto; }
#body { width:800px; }
#left_pane { width:375px;float:left; }
#right_pane { width:400px;margin:0px 0 25px 25px;float:left; }

h1 { font-size:1.4em;margin:25px 0 25px 0; }
h2 { font-size:1.2em;margin-top:25px; }
ul { margin:10px 0 0 15px; }
li { margin:0 0 4px 0; }
ul ul { margin:10px 0 0 25px;}

.burnt_orange { color:#ffcc00;}

.long { width: 244px; }
option { padding:0 5px 0 0; }

/* collapsible div style */
.save{behavior:url(#default#savehistory);color:#D5D7CF;}
a.dsphead{ text-decoration:underline;color:#D5D7CF;}
a.dsphead:hover{ text-decoration:underline;color:#D5D7CF;}
.dspcont{ display:none;}

/* registration page elements */
.submit_button {
  width: 128px;
  height: 24px;
  padding: 24px 0 0;
  margin: 0;
  border: 0;
  background: transparent url(/liveearth/images/btn_submit.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer; /* hand-shaped cursor */
  _cursor: hand; /* for IE 5.x */
}
form>.submit_button { /* For non-IE browsers*/
  height: 0px;
}

#reg_form p { margin:0 0 6px 0; }
.checkbox_spacer { float:left;height:48px;width:22px;}
.checkbox_text { float:left;height:48px;width:340px;}
#hidden_vip_tickets, #hidden_vip_info {
	display:none;
}

/* ------------------------------ */
/*   FOOTER                       */
/* ------------------------------ */

#footer a, #footer a:visited { color: #D5D7CF; text-decoration:underline; }
#footer { width:800px;height:50px;margin:30px 0 0 0; }
