/*
 *
 */

body {
  font-family:		'Helvetica', Arial, Verdana, sans-serif; 
  font-size:		12px;
  color:		#3e3e3e;
}

#embed_code {
  height:		200px;
  width:		450px;
  background-color:	white;
  font-family:          'Helvetica', Arial, Verdana, sans-serif;
  font-size:            12px;
  position:             absolute;
  box-shadow:           10px 10px 5px #606060;
  border:               1px solid #3e3e3e;
  z-index:		3000;
  padding:		10px;
}

#download_options {
  height:               450px;
  width:                460px;
  background-color:     white;
  font-family:          'Helvetica', Arial, Verdana, sans-serif;
  font-size:            12px;
  position:             absolute;
  box-shadow:           10px 10px 5px #606060;
  border:               1px solid #3e3e3e;
  z-index:		3000;
  padding:		10px;
}

#download_blurb {
  width:		100%
}

#download_list {
  width:		100%
/*
  overflow-x:		hidden;
  overflow-y:		scroll;
  height:		400px;
*/
}

#download_list table {
  width:		100%;
  border-collapse:	collapse;
}

#download_list tr.spacer {
  height:		15px;
}

#download_list th {
  vertical-align:	top;
  text-align:		left;
  font-weight:		bold;
  color:		white;
  background-color:	#008dc9;
}

#download_list td {
  vertical-align:	top;
  min-height:		25px;
/*  border-bottom:	solid 1px black; */
}

.popup_controls {
  width:		100%
  float:		bottom;
  vertical-align:	bottom;
  position:		absolute;
  padding:		10px;
  bottom:		0px;
}

.popup_controls a {
  color:		#3e3e3e;
  text-decoration:	none;
}
