body {
	font-family: Verdana, Helv;
	font-size: 10pt;
	text-align: center;
	margin-left: auto;
	background-image: url(/images/background_tile.gif);
}
h1 {
	text-align: center;
	line-height: 30px;
	padding: 30px 0 30px 0;
	font-size: 24px;
}
h2 {
	text-align: left;
	font-size: 24px;
	padding: 10px 0 10px 0;
	margin: 0 10px 0 10px;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
textarea {
	width: 400px;
	height: 80px;
}
label {
	cursor: pointer;
}
#pageContainer {
	position: relative;
	border: 1px solid #EC008C;
	margin: auto auto auto auto;
	width: 800px;
	text-align: center;
	background-color: #FFFFFF;
}
.clear {
	font-size: 0.1em;
	clear: both;
}
.clearright {
	clear: right;
}
#welcome {
	width: 580px;
	height: 80px;
	background-image: url(/images/welcome.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
}
#pageHeader {
	position: relative;
	width: 800px;
	height: 150px;
	clear: both;
	margin-bottom: 5px;
	border-bottom: 1px solid #EC008C;
}
#contentArea {
	position: relative;
	text-align: left;
}
#leftSidebar {
	position: relative;
	width: 200px;
	float: left;
	text-align: left;
}
#pageContent {
	position: relative;
	float: left;
	left: 5px;
	width: 590px;
	padding-top: 0px;
}
#pageFooter {
	clear: both;
	text-align: center;
}
#sectionCompliance {
  text-align: center;
  margin-top: 5px;
}
.sidebarSection {
	border: 1px solid #EC008C;
	font-size: 8pt;
	background-color: #F2E6DB;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 8px;
	/*text-align: left;
*/
}
.sidebarSection UL {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 10px;
}
.sidebarSection UL LI {
	list-style: none;
	text-indent: 0px;
	margin-left: 0px;
}
.sidebarSection A {
	color: #EC008C;
	font-size: 1.1em;
	text-decoration: none;
}
.sidebarSection A:visited {
	color: #EC008C;
}
.sidebarSection A:hover {
	color: #003471;
}
#shoppingCart {
	background-image: url(/images/nav_shoppingcart.jpg);
	background-repeat: no-repeat;
	height: 80px;
	text-align: center;
	/*line-height: 80px;
*/
	/*margin-top: auto;
*/
	margin: 0 auto;
	margin-bottom: 8px;
	vertical-align: bottom;
	/*line-height: 80px;
*/
}
#cartTitle {
	height: 20px;
	font-weight: bold;
}
#adminArea {
	height: 100px;
}
#categoryList {
	background-image: url(/images/nav_categories.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
#actorList {
	background-image: url(/images/nav_actresses.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
#roleList {
	background-image: url(/images/nav_heroes.jpg);
	background-repeat: no-repeat;
	padding-top: 80px;
}
.overline {
	margin-top: 5px;
	border-top: 2px #2713EF ridge;
}
.formlabel {
	font-weight: bold;
	color: #000033;
}
.actorContainer {
	position: relative;
	width: 580px;
	clear: both;
	margin: 4px 4px 4px 4px;
	border: 1px solid purple;
	min-height: 150px;
}
.actorHeadshot {
	float: left;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}
.actorName {
	font-size: 24pt;
	font-weight: bold;
	color: #000033;
}
.actorSearch {
	position: relative;
	margin-left: 110px;
}

.actorSearch UL {
	margin-left: 3px;
	text-indent: 0px;
}

.actorSearch UL LI {
	float: left;
	list-style: none;
	margin-right: 15px;
}

.actorList {
  height: 25px;
  margin-bottom: 3px;
}

.actorList UL {
	margin-left: 3px;
	text-indent: 0px;
	clear: both;
	margin-bottom: 3px;	
	height: 25px;
}

.actorList UL LI {
	float: left;
	list-style: none;
	margin-right: 15px;
  height: 25px;  	
}

#otherPurchases {
	clear: both;
	width: 100%;
	border-top: 2px solid black;
	padding-top: 15px;
}
.movieDisplay, .shortContainer {
	position: relative;
	clear: both;
	width: 580px;
	background-image: url(/images/filmstrip.gif);
	background-repeat: repeat-y;
	/*margin: 3px 3px 15px 3px;
	padding: 2px 2px 2px 2px;
*/
	margin-bottom: 8px;
}
.movieDisplayDetails {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.movieDisplayTitle, .shortTitle {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}
.movieDisplaySynopsis {
	clear: right;
	margin-bottom: 10px;
}
.movieDisplayScreencap {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 8px;
	background-position: top;
	background-repeat: no-repeat;
}
.movieDisplayScreencap IMG {
	border: 0px;
}
.movieDisplayActor {
	font-size: 8pt;
	font-weight: bold;
	clear: right;
}
.movieDisplayActor UL {
	margin: 0 3px 0 0;
	text-indent: 0px;
}
.movieDisplayActor UL LI {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
.movieDisplayCategory {
	position: relative;
	font-size: 8pt;
	color: rgb(153,0,51);
}
.movieDisplayCategory UL {
	margin: 0 3px 0 0;
	text-indent: 0px;
	clear: right;
}
.movieDisplayCategory UL LI {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
.movieDisplayLength {
}
#categoryContainer {
	position: relative;
}
#existingCategories {
	float: left;
}
#existingCategories UL LI {
	list-style: none;
}
#categoryEdit {
	float: right;
}
#videoDetailsTitle INPUT {
	width: 100%;
}
#videoDetailsSynopsisTextArea TEXTAREA {
	width: 100%;
	height: 150px;
}
#videoDetailsLength {
	position: relative;
	height: 25px;
	margin-top: 10px;
	font-weight: bold;
}
#videoDetailsLengthLabel {
	float: left;
	height: 100%;
	line-height: 25px;
	margin-top: auto;
	margin-right: 3px;
}
#videoDetailsLengthTextBox {
	height: 25px;
	line-height: 25px;
	margin-top: auto;
}
#videoDetailsLengthTextBox INPUT {
	width: 50px;
}
#videoDetailsReleaseDate {
	position: relative;
	margin-top: -25px;
	margin-left: 180px;
	height: 25px;
}
#videoDetailsReleaseDateLabel {
	float: left;
	height: 25px;
	line-height: 25px;
	margin-top: auto;
	margin-right: 3px;
}
#videoDetailsReleaseDateLabel TEXTBOX {
	height: 25px;
	line-height: 25px;
	margin-top: auto;
}
#videoDetailsScreenCaps {
	position: relative;
	text-align: center;
	width: 580px;
	margin-bottom: 3px;
	clear: both;
}
#videoDetailsCategories {
	text-align: left;
}
#videoDetailsCategoriesRows {
	text-align: left;
}
.Screencap {
	text-align: center;
	display: table-cell;
	float: left;
	width: 50%;
	margin-bottom: 5px;
	/*margin-right: 5px;
	margin-bottom: 5px;
*/
}
#videoDetailsCast {
	position: relative;
	width: 100%;
	font-size: 10pt;
	text-align: center;
	clear: left;
	margin-bottom: 15px;
}
#videoDetailsCast UL {
	position: relative;
	margin: 0 0 0 0;
	padding: 0px;
}
#videoDetailsCast UL LI {
	list-style: none;
	float: left;
	margin-right: 10px;
}
#videoDetailsCategories {
	position: relative;
	width: 100%;
	font-size: 8pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
/*#videoDetailsCategories UL {
	position: relative;
	margin: 0 0 0 0;
	padding: 0px;
}
#videoDetailsCategories UL LI {
	list-style: none;
	float: left;
	margin-right: 10px;
}
*/
.videoDetailScreenCap {
	float: left;
	margin: 3px 3px 3px 3px;
}
#videoDetailsTrailer {
  margin: 8px auto 8px auto;
  width: 200px;
  text-align: center;
  height: 62px;
  background-image: url(/images/trailer_bg.jpg);
  background-repeat: no-repeat;
  line-height: 62px;
  font-size: 12pt;
  font-weight: bold;  
} 

#videoDetailsOrderMethods {
	position: relative;
	/*clear: both;
*/
}
.OrderMethod {
	float: left;
	margin-left: 20px;
}
#searchResultOptions {
	position: relative;
	font-size: 8pt;
	height: 18px;
	width: 100%;
	margin-bottom: 2px;
}
#searchResultDisplay {
	float: left;
}
#searchResultSort {
	float: right;
}
#searchResultOptions DIV SELECT {
	font-size: 8pt;
}
.searchTitle {
	font-weight: bold;
}
.searchKeywords {
	clear: both;
	width: 100%;
}
.searchKeywords .searchTitle {
	float: left;
}
.searchKeywords input {
	width: 90%;
	margin-right: 3px;
}
#searchActors {
	position: relative;
	float: left;
	width: 175px;
	margin-right: 25px;
}
#searchCategories {
	position: relative;
	float: left;
	width: 175px;
	margin-right: 25px;
}
#searchRoles {
	position: relative;
	float: left;
	width: 175px;
}

#searchTips {
  font-size: 0.75em;
  text-align: center;
  margin-top: 8px;
}

#searchSubmit {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

#searchArea {
	position: relative;
	width: 597px;	
}

#searchArea SELECT {
	width: 100%;
}

.search_no_results {
  text-align: center;
}

.searchSubcategories {
  text-align: center;
  margin-bottom: 30px;
}

.adminCategoryList {
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 10px;
}
.adminCategoryList LI {
	margin: 0;
	padding: 0;
	line-height: 15px;
	list-style: none;
}

.addScreencap {
  clear: both;
}

#cartButtons {
  position: relative;
	width: 100%;	
	text-align: center;
	margin-top: 30px;
}

.hidden {
	display: none;
	visibility: hidden;
}

.full_category_list {
  width: 400px;  
  margin: 0 auto;
}

.full_category_list li {
  list-style: none;
  position: relative;
  height: 18px;
  width: 100%px;
  margin-left: auto;
  border-bottom: 1px dashed #afafaf;
  padding-top: 8px;
}

.full_category_list li:hover {
  background-color: #fef9f9;
}

.video_total {
  /*height: 18px;*/
  float: right;
  text-align: right;
  clear: both;
  padding-right: 4px;
  /*width: 30px;*/
}

.category_list_header {
  font-weight: bold;
  border-bottom: 1px solid #000000;
}

.adminLinks {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: 20px;
  background-color: #ffeeee;
  border: 1px solid #ffaaaa;
  margin-bottom: 8px;
  text-align: center;
}

.adminLinks ul {
  
}

.adminLinks ul li {
  height: 20px;
  float: left;
  list-style: none;
  margin-right: 20px;  
}

.actorTagline {
  font-weight: bold;
  font-style: italic;
  font-size: 12pt; 
}

#actorEmail {
  text-align: center;
  margin-bottom: 5px;
}

#editActorBiographyTextBox textarea {
  height: 400px;
  width: 500px;
}

.required {
  font-weight: bold;
}

.help {
  font-size: 7pt;
}

.editor {
  border: 1px solid #ffaaaa;
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;    
}

.editor td, .editor th {
  padding: 5px;
  margin: 0;  
}

.editor th {
  background-color: #ffaaaa;
  font-weight: bold;
  text-align: center;
  color: #ffffff;  
}
.errorText {
  width: 50%;
  margin: 0 auto;
  border: 1px solid #992222;
  background-color: #ffcccc;
  color: #990000;
  font-weight: bold;
}

.shortContainer {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.shortContents {
  position: relative;
  margin-left: 220px;
  margin-right: 15px;
}

.shortScreencap {
  margin-left: 15px;
  float: left;
}

.shortScreencap img {
  border: 0;
}

.shortFooter {
  height: 20px;
  line-height: 20px;
  margin-right: 15px;
  text-align: right;
  line-height: 20px;
}
