@import url("cal.css");
@import url("wdg.css");
/* CSS Document */
html, body {
height:100%;
margin:0px;
padding:0px;
}

h2 {font-family: Geneva, Arial, Helvetica, sans-serif; border:2px ridge #cccccc; height:1.5em; padding-top:.6em; padding-left:.5em; background-image:url(/images/h2_bkg.jpg); background-position:top; background-repeat:repeat-x; color:#FFFF99; background-color:black;}

h3 {font-family: Geneva, Arial, Helvetica, sans-serif; border:2px ridge #cccccc; height:1.5em; padding-top:.6em; padding-left:.5em; background-image:url(/images/h3_bkg.jpg); background-position:0 0; background-repeat: repeat-x; }

h4 {text-decoration:underline}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:small;
background-color:#black;
background-image: url(/images/body_bkg.gif);
color:white;
}

a {color: #FFDE5B; text-decoration:none;} 
a:hover {text-decoration:underline;}

.brk { clear:both;}

ul {margin:0px; padding:0px;}

li {margin-bottom:1em; list-style-position:inside; }
li a {font-weight:bold;}

#lsp_wrapper{
background-color:#000000;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:10px;
width:800px;
border:4px ridge #666666;
}
#lsp_wrapper div {padding-left:20px; padding-right:20px;
} 
#lsp_wrapper {background-image:url(/images/mikyway1.jpg);
background-position:bottom right;
background-repeat:no-repeat;
background-color:#000000;
}

#lsp_hdr {background-image:url(/images/lifestar_project_hdr.jpg);
background-repeat:no-repeat;
background-position:top;
height:320px;
}
#lsp_menu {
color:white; 
background-color:#333333;
background-image:url(/images/menu_bar_bkg.jpg);
background-position:top;
background-repeat:repeat-x;
padding-bottom:3px;
padding-top:2px;
margin-bottom:5px;
border-top: 2px ridge #cccccc;
border-bottom: 2px ridge #cccccc;

}

#lsp_video1 {
 position:absolute;
 margin-left:370px; 
 margin-top:25px;
 padding:0px;
}

#lsp_menu a {color:#FFDE5B; font-size:medium; font-weight:bold; padding-right:5px; padding-left:5px;}
#lsp_menu a {text-decoration:none;}
#lsp_menu a:hover {color:black; background-color:#cccccc;}

#loginmain {
	padding-left:1em;
	border-bottom:1px solid #969696;
	padding-bottom:5px;
}

#login_form, #logout_form, #subscribe_submit { 
 display:inline; 
 padding-top:3px;
}

#subscribe_submit {right:0px; float:right;}
#login_form div, #logout_form div {display:inline; padding:0px; margin:0px;}

#login_form div input {font-size:x-small;}

#logout_submit_button, #emailaddrsubmit, #email {font-size:x-small;}
#loginid_input {width:5em; }

#lsp_content, #lsp_defcontent1 {
padding-top:10px;
padding-bottom:10px;
line-height:1.3em;
color:#FFFFFF;
}

#lsp_index_main{
width:360px; margin-left:1em;  padding-bottom:1em;}

#news_main_short {width:300px; float:right;  }

#lsp_foot{
 padding-bottom:10px;
 padding-top:10px;
 border-top:1px solid #cccccc;
 line-height:1.3em;
 height:4em;
 margin-bottom:10px;
}

#lswhi_mission {
width:650px; 
margin-left:auto; 
margin-right:auto; 
margin-top:10px;  
border:2px ridge #cccccc; 
padding-top:1.5em; 
padding-bottom:2em; 
background-color:#666666;
background-image:url(/images/lswhi_bkg.jpg)
}

#userdetail_body div {
 margin:0px;
 padding:0px;
}

.firstletter {font-size: xx-large; float: left;}

.bold_spaced {font-weight: bold; line-height:1.5em; font-size: medium;}
.resource {
border: 2px ridge gray; 
width:90%; 
margin-left:auto; 
margin-right:auto; 
margin-bottom:5px;
padding-top:5px; 
padding-bottom:5px;
}
#resources_main img { display:block;}

#tbl_contact {margin-right:auto; margin-left:auto; border:none; font-size:small;}

#science_mtg_001_group {
 display:block;
 margin-left:auto;
 margin-right:auto;
}

/* CSS classes flow
 * .main_cal (.nugget_cal|(.detail_cal (.year_cal|.month_cal|.week_cal|.day_cal)))
 *  .nav_cal
 *  .days_cal
 *  .weeks_cal
 *   (|.othermonth_cal|.hasevent_cal|.selected_cal|.today_cal)
 *  .weeks_cal
 *  .weeks_cal
 *  .weeks_cal
 */

/* Generic Calendar Settings */
.main_cal {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000000;
  font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 5px;
}

/* All calendar links should be displayed as regular text */
.nugget_cal a, .detail_cal a, .year_cal a {
  text-decoration: none;
  color: #000000;
}

/* All the calendar cells should be valigned at top */
.main_cal td {
  vertical-align: top;
}

/* The calendar navigation */
.nav_cal {
  background-color: #DDDDDD;
}

/* Extend the next/previous links to 100% so one can click arround */
.nav_cal .np_cal a {
  width: 100%;
  display: block;
}

/* The week days style */
.days_cal th {
  border-bottom: 1px solid #DDDDDD;
  font-weight: normal;
}

/* How the days from the other months should be styled when viewing the curent month */
.othermonth_cal, .othermonth_cal a {
  color: #999999;
}

/* How the selected day/week should be styled */
.selected_cal {
  background-color: #EAEAEA;
}

/* Today */
.main_cal .today_cal {
  border: 1px solid #5555AA;
}

/* 
*
*
* Start Nugget-Specific styles 
*
*
*/
/*the week number */
.nugget_cal .wkno_cal {
  border-right: 1px solid #DDDDDD;
}

/* Change the font to Courier for a better looking for the cells */
.nugget_cal .weeks_cal {
}

/* all cells should have padding and should be aligned to the right */
.nugget_cal .days_cal th, .nugget_cal .weeks_cal td {
  padding: 2px 4px;
  text-align: right;
}

/* if we have a event, bold the day number */
.nugget_cal .weeks_cal .hasevent_cal {
  font-weight: bold;
}

/* The weekend days should be colored in red */
.nugget_cal .weekend_cal, .nugget_cal .weekend_cal a {
  color: #992222;
}

/* 
*
*
* Start Detail-Specific styles 
*
*
*/
.detail_cal {
  width: 100%;
  border-top: 1px solid #bdb2bf;
  border-left: 1px solid #bdb2bf;
  border-right-width: 0;
  border-bottom-width: 0;
  background-color: #FFFFD6;
}

/* Set the borders to create a grid */
.detail_cal td, .detail_cal th {
  border-right: 1px solid #bdb2bf;
  border-bottom: 1px solid #bdb2bf;
}

/* Set the detail cells paddings */
.detail_cal .days_cal th, .detail_cal .weeks_cal td {
  padding: 3px;
}

/* 
*
*
* Start Year View-specific styles 
*
*
*/
.year_cal {
  border: 1px solid #bdb2bf;
  margin: 5px;
}
.year_cal .nav_cal {
  border: 1px solid #bdb2bf;
  font-size: 11px;
  color: #000000;
  font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* 
*
*
* Start Month And Week View-Specific styles 
*
*
*/
/* The add / day link should have a bottom spacing */
.main_cal .mw_top_cal {
  margin-bottom: 5px;
}

/* The day link should be on the right */
.main_cal .mw_top_cal div {
  float: right;
  font-weight: bold;
}

/* The "See more..." link */
.detail_cal .weeks_cal .seemore_cal {
  padding-top: 10px;
  text-align: right;
}

/* The hours, displayed on the left side */
.detail_cal .event_cal {
  margin-top: 4px;
}
.detail_cal .event_cal div {
  margin-left: 10px;
}
.detail_cal .event_cal .htitle_cal {
  font-size: 10px;
  margin-left: 0px;
  width: auto;
  text-align: left;
  font-weight: normal;
}


/* 
*
*
* Start Month View-Specific styles 
*
*
*/
/* Set the width and the height of the cells */
.month_cal .weeks_cal td {
  height: 83px;
  width: 14%;
}

/* 
*
*
* Start Week View-Specific styles 
*
*
*/
/* Set the width and the height of the cells */
.week_cal .weeks_cal td {
  height: 120px;
  width: 33%;
}

/* 
*
*
* Start Day View-Specific styles 
*
*
*/
/* The padding for the cells */
.day_cal .hour_cal td {
  padding: 2px;
}

/* The hours, displayed on the left side */
.day_cal .htitle_cal {
  width: 60px;
  text-align: right;
  font-weight: bold;
}

/* The day events */
.day_cal .event_cal {
  background-color: #FFFFEA;
}

/* 
*
*
* Year/Month/Week/Day/Today switcher styles 
*
*
*/
.view_switch_cal {
  font-family: "trebuchet ms",verdana,tahoma,sans-serif;
  margin: 5px;
  font-size: 13px;
}

