/* HEADER */

#masthead-left h2 {
	display: none;
	}
	
img, div, a, input { 
	behavior: url(/scripts/iepngfix/iepngfix.htc) 
}

/* MAIN CONTENT AREA */

.dark-text {
	color: #444444;
	}
.img-left {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid #555555;
	}
#primaryContent h1 {
	color: #502d7f;
	font-size: 2.1em;
	line-height: 2em;
	font-weight: lighter;
	border-bottom: 1px dotted #aaaaaa;
	}
#primaryContent #memberCol  h1 {
	color: #FFFFFF;
	background-color: #502d7f;
}
#primaryContent h2 {
	color: #555555;
	font-size: 1.5em;
	letter-spacing: 1px;
	padding-top: 1.5em;
	}
/* planning event header style */
#primaryContent h4 {
	color: #502d7f;
	font-size: 1.5em;
	letter-spacing: 1px;
	}
	
/* back to top style */
#primaryContent h6 {
	color: #555555;
	font-size: 1em;
	padding-top: 1.5em;
	text-align:right;
}
#primaryContent p {
	color: #444444;
	font-size: 1.3em;
	line-height: 1.7em;
	padding: .818em 0;
	}
#primaryContent a {
	color: #444444;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 1px;
	}
img {
	border: none;
	}
#primaryContent a:hover {
	color: #444444;
	border-bottom: 1px solid #502d7f;
	padding-bottom: .5px;
	}
#primaryContent ul {
	padding-left: 10px;
	margin-left: 10px;
	line-height: 2.25em;
	}
#primaryContent li {
	list-style-type: square;
	font-size: 1.2em;
	color: #444444;
	}
#primaryContent ul li ul {
	padding-left: 10px;
	margin-left: 10px;
	line-height: 2.25em;
	}
#primaryContent ul li ul li {
	list-style-type: square;
	font-size: 1.1em;
	color: #9f9f9f;
	}

#primaryContent-feature {
	display: inline;
	float: left;
	width: 434px;
	margin: 0px 0px 10px 0px;
	/*background: #f8f8ee;*/
	padding: 5px;
	border: 1px solid #b9b8b6;
	}
#spotlight {
	padding: 10px;
	background-color: #d8ecf5;
	margin: 20px 0px;
	}
#spotlight h2 {
	padding-top: 0px;
	}
	
/* Logged In Styles */ 
	
#memberMenu {
	width: 193px;
	background-color: #4FA231;
	margin: 20px 0px;
	float:right;
	}
#memberMenu p {
	padding: 5px;
}
#memberMenu a {
	color: #FFFFFF;
	font-weight:bold;
	}
#memberMenu h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	padding: 2px 44px 2px 10px;
	border: 1px solid #16216c;
	letter-spacing: 0em;
	}
#memberMenu ul {
	padding: 10px 10px 20px 15px;
	margin-left: 15px;
	color: #502d7f;
	}
#memberMenu li {
	color: #502d7f;
	}

/* RIGHT COLUMN */
	
#rightCol {
	width: 193px;
	text-align: left;
	padding: 0px 20px 0px 0px;
	}
#rightCol p {
	font-size: 1.1em;
	line-height: 1.636em;
	padding: .818em 0;
	}
#rightCol img {
	
	}
	
/* Highlight Styles */ 
	
#rightCol .highlight, #rightCol .highlightRelease {
	width: 193px;
	background-color: #d8ecf5;
	margin: 20px 0px;
	}
#rightCol .highlightRelease {
	background-color: #FFF;
	}	
	
#rightCol .highlight p, #rightCol .highlightRelease p {
	padding: 5px;
}
#rightCol .highlight a {
	color: #514f44;
	}
#rightCol .highlightRelease a {
	color: #514f44;
	border-bottom: 0;
	text-decoration:underline;
	
	}
#rightCol .highlight h2, #rightCol .highlightRelease h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: #502d7f;
	padding: 2px 44px 2px 10px;
	border: 1px solid #16216c;
	letter-spacing: 0em;
	}
#rightCol .highlight ul {
	padding: 10px 10px 20px 15px;
	margin-left: 15px;
	color: #502d7f;
	}
#rightCol .highlight li {
	color: #502d7f;
	}
	
/* Logged In Styles */ 
	
#rightCol .loginMenu {
	width: 193px;
	background-color: #4FA231;
	margin: 20px 0px;
	}
#rightCol .loginMenu p {
	padding: 5px;
}
#rightCol .loginMenu a {
	color: #FFFFFF;
	font-weight:bold;
	}
#rightCol .loginMenu h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
	padding: 2px 44px 2px 10px;
	border: 1px solid #16216c;
	letter-spacing: 0em;
	}
#rightCol .loginMenu ul {
	padding: 10px 10px 20px 15px;
	margin-left: 15px;
	color: #502d7f;
	}
#rightCol .loginMenu li {
	color: #502d7f;
	}


/* IMAGE STYLES */
.bw-border {
	border: 1px solid #999999;
	padding: 4px;
	}


.border-photo {
	/* Adds a shaded margin and border */
	/*background-color: #f8f8ee;*/
	padding: 3px;
	border: 1px solid #d5d5bf;
	}
.right-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the right with a bit of padding so that text does not butt up directly beside it */
	/*background-color: #f8f8ee;*/
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: right;
	margin: 0px 0px 15px 15px;
	}
.left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	/*background-color: #f8f8ee;*/
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: left;
	margin: 0px 15px 15px 0px;
	}

.flickr a, a:hover {
	border: 0;
	text-decoration: none;
}

.topMovies a img{
	border-bottom:1px solid #FFF;
	border: 0;
}

.topMovieA, .topMovieB {
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	line-height: 4em;
	padding-left: 25px;
}

.topMovieB {
	background-color: #e1e1e1;
}

.topMovieA img, .topMovieB img {
	vertical-align: middle;
	padding: 0 25px 0 25px;
}

.topNumber {
	font-size: 1.5em;
	line-height: 4em;
}

/* NEW MOVIE TABLE STYLING */
#movieTable {
	background-color: #FFFFFF;
	border-collapse: collapse;
}

.odd {
	background-color: #e1e1e1;
}

.even {
	background-color: #FFFFFF;
}

#movieTable thead {
	background-color: #999999;
	font-weight: bold;
	color:#FFFFFF;
	font-size: 1.25em;
	line-height: 1.25em;
}

thead a, thead a:hover, thead a:visited{
	color:#FFFFFF;
	font-weight: bold;
}

#movieTable th,
#movieTable td {
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
}

#movieTable tr.highlight {
  background-color: #999999;
  color:#FFFFFF;
 }
 
#primaryContent #movieTable p {
	line-height: 1.2em;
	padding: .6em 0;
}
 
/* END NEW MOVIE TABLE STYLING */ 

.nrTable .dynHeader, 
#resultsTable .dynHeader, 
#genreTable .dynHeader,
#orderTable .dynHeader {
	font-weight: bold;
	color:#FFFFFF;
	font-size: 1.25em;
	line-height: 1.25em;
}

.nrTable td, 
#resultsTable td,
#genreTable td,
#orderTable td {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#primaryContent .nrTable p {
	line-height: 1.2em;
	padding: .6em 0;
}

#primaryContent .nrTable .estimated, 
.estimated, 
#primaryContent .nrTable .estimated a, 
.estimated a  {
	color: #FF0000;
}

.altRow {
	background-color: #e1e1e1;
}

#primaryContent .editedNav {
	padding: 0;
	margin: 0;
	width: auto;
	text-align:center;
}

#primaryContent .editedNav h2{
	color:#CCCCCC;
	line-height: 1.75em;
}

#search label, #contact label {
	float: left;
	width: 15em;
	margin-right: 1em;
	text-align:right;
}


#search label {
	width: 10em;
}

#search legend, #bellaOrder legend {
	font-weight: bold;
	font-size: 1.3em;
}

#search input#searchBTN {
	margin-left: 11em;
}

#contact .contactBTN, #bellaOrder input#Submit {
	margin-left: 16em;
}

#bellaOrder {
	/*display:block;
	float:left;*/
}

#bellaOrder .creditLeft {
	float: left;
	width: 50%;
}

#bellaOrder .creditRight {
	float: right;
	width: 40%;
}

#bellaOrder .creditBottom {
	clear: both;
	background-color: #d8ecf5;
	width: 100%;
}

#bellaOrder label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align:right;
}

#bellaOrder #radioAudience label {
	float: none;
	font-size: 1.3em;
	padding: 10px;
	
}


.clearBoth {
	clear: both;
}

.required {
	color:#960000;
}

.catalogBTNs {
	display:block;
}
