/**************************************************************************
**                               ccw2_sel.css                            **
**                                                                       **
** This is the CSS for the Colonel Crush web page, sel area.             **
**                                                                       **
**************************************************************************/


/* 
** The sel area is the left-most, box with dark title bar and light body areas. 
** It inlcudes a title bar, and the content list.
*/
.sel_title {
  position: relative;
  margin-top:0px;
  padding-top: 3px;
  margin-left:5px;
  width: 200px;
  height: 26px;
  color: #ffffff;
  font-family: arial, "lucida console", sans-serif;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 18px;
}
/* set the content area for the sel area */
.sel_content{ 
  position: relative;
  margin-left: 3px;        
  margin-right: 3px;        
  margin-top: 0px;
  height: 692px;        
  background: transparent;
  overflow: auto;
  clear: both;
} 
/* This is for a single film in the sel area - it is not selected */
.film_sel {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: thin solid #808080;
}
/* This is for a single film in the sel area - it is selected */
.film_selected {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: medium solid #000000;
  background-color: #f4f4f4;
}
.film_selected a,p {
  color: #000000;
  font-family: arial, "lucida console", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  vertical-align: bottom;
}
.film_selected a:hover {
  color: #008080;
}
.film_selected h3 {
  color: #000000;
  font-family: arial, "lucida console", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-variant: small-caps;
  margin: 0px;
  letter-spacing: 1px;
}
.film_selected .coming_soon,.active {
  font-family: arial, "lucida console", sans-serif;
/*  font-style: italic;*/
  font-variant: small-caps;
  margin: 0px;
  vertical-align: bottom;
}
.film_selected .coming_soon{
  color: #808080;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  vertical-align: bottom;
}
.film_selected .active {
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  vertical-align: bottom;
  background-color: #f8f8f8;
}
.sel_poster {
  width: 70px; 
  height: 103px; 
  margin: 0px;
  margin-right: 8px;
  border: 0;
  float: left; 
  font-size: 10px;
}

.sel_icon {
  width: 80px; 
  height: 80px; 
  margin: 0px;
  margin-right: 8px;
  border: 0;
  float: left; 
  font-size: 10px;
}

.film_sel a{
  color: #606060;
  font-family: arial, "lucida console", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  font-variant: small-caps;
  letter-spacing: 2px;
  text-indent: 0px;
}
.film_sel a:hover {
  color: #005020;
}
.film_sel p {
  color: #404040;
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 5px;
  font-variant: normal;
}
a.sel_title {
  color: #606060;
  font-family: arial, "lucida console", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  font-variant: small-caps;
}
a.sel_text {
  color: #606060;
  font-family: arial, "lucida console", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 5px;
  font-variant: normal;
}

/* This is for a single character in the sel area - it is not selected */
.char_not_selected {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: thin solid #808080;
  font-family: arial, "lucida console", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-variant: small-caps;
  letter-spacing: 2px;
  text-indent: 0px;
}
/* This is for a single character in the sel area - it is selected */
.char_selected {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: medium solid #000000;
  font-size: 12px;
}
.char_not_selected_link a:link{
  margin: 5px;
  color: #606060;
  font-family: arial, "lucida console", sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-variant: small-caps;
  letter-spacing: 2px;
  text-indent: 0px;
}
.char_not_selected_link a:active {
  border: thin solid #008080;
  color: #008080;
}
.char_not_selected_link a:visited {
  border: thin solid #008080;
  color: #008080;
}
.char_not_selected_link a:hover {
  border: thin solid #008080;
  color: #005020;
}
.char_not_selected p {
  color: #404040;
  font-family: arial, "lucida console", sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 5px;
  font-variant: normal;
}
.char_selected h3 {
  color: #000000;
  font-family: arial, "lucida console", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-variant: small-caps;
  margin: 5px;
  letter-spacing: 1px;
}


.non_sel_box {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px;
  border: thin solid #606060;
  background: transparent;
  color: #606060;
  font-family: arial, "lucida console", sans-serif;
  letter-spacing: 1px;
}
.non_sel_box a{
  color: #606060;
}
.non_sel_box a:hover {
  color: #005020;
}

.non_sel_poster {
  float: left; 
  width: 70px; 
  height: 103px; 
  margin-right: 8px;
  border: 0;
}
.non_sel_icon {
  float: left; 
  width: 40px; 
  height: 40px; 
  margin-right: 8px;
  border: 0;
}
.non_sel_title {
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
}
.non_sel_text {
  font-size: 14px;
}
.non_sel_box_js_hover {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 6px;
  border: thin solid #000000;
  cursor: pointer;
  background-color: #f2f2f2;
  border-color: #005020;
  color: #005020;
  font-family: arial, "lucida console", sans-serif;
  letter-spacing: 1px;
}
.non_sel_box_js_hover a{
  color: #005020;
}

