body 
{
	background-color: black;
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.txtstyle1
{
	color: #ffffff;
}

input
{
	border: 1px solid #330550;
	background-color: #ffffff;
	font-size: 10px;
	font-family: Verdana;
	font-size: 11px;	
}

/* movie list items */

.movieListText
{
/* keep it just in case */
}

.movieListLink
{
	text-decoration: none;
	color:black;
	font-weight: bold;
}
.movieListLink:hover
{
	text-decoration:underline;
}

.footer1
{
	color: #9127D3;
	font-family: Verdana;
	font-size: 11px;	
}
.footer2
{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;	
}

.footerLink
{
	color: #9127D3;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;	
}
.footerLink:hover
{
	text-decoration:underline;
}

.footerHR
{
	height: 1px;
	color: #9127D3;
	font-family: Verdana;
	font-size: 11px;	
}

.breadcrumb
{
	background-image:url(../Images/header.gif); 
	background-repeat:repeat-x;
}

.headerBar
{
	background-color: #9127D3;	
}

.header1
{
	color: #ffffff;	
}


.topMenu
{
	color: #ffffff;	
}


.header1ActiveCart
{
	color: #ffffff;
	background-color: #CABC02;
}

.topMenuLink
{
	color: #ffffff;
	text-decoration: none;	
}

.headerLink:hover
{
	text-decoration:underline;
}

.headerBigLink
{
	font-size: 14px;
	font-weight: bold;
	color: #eeeeee;
	text-decoration: none;
}

.headerBigLink:hover
{
	text-decoration:underline;
}

a.admin
{
	text-decoration:underline;
	color:White;
}

a.admin:hover
{
	text-decoration:underline;
}

a
{
  text-decoration:  none;
  color: Black;      
}

a:hover
{
	text-decoration:underline;
}

.popupTextLarge
{
	font-family: Tahoma;
	font-size:12px;
	color: Black;
}

.popupText
{
	font-family: Tahoma;
	font-size:10px;
	color: Black;
}

.popupButton
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: White;
}


.adminRow1
{
	background-color:#343434;
	margin-top: 31px;
}

.adminRow2
{
	background-color:#000000;
	margin-top: 31px;
}

.tellAfriend
{
    color: black;
    background-color: #EFEBF0;      
}

.blackBorder
{
    border: 1px solid black;
}

/***********************  Actor page *********************************/

.actorBox
{
	background-color: #E2C0F8;
}

a.actor
{
	text-decoration:underline;
	color:black;
}

a.actor:hover
{
	text-decoration:underline;
}

.actor_text
{
	font-family: Verdana;
    font-size: 11px;     
    color: black;
}

.actorHeader
{
    background-color: #9127D3;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    font-family: Verdana;
    font-size: 11px;  
    height: 21px; 
}

.studio_colorAndFont
{
	color: black;
	font-family: Verdana;
	font-size: 11px;        
}	

.pagerLink
{
	color:White;
}
.pagerBar
{
	color:White;
}

.directorLink
{
	color: White;
}

.menuline
{
	width:280px;
	background-color:#9127D3;
	height:1px;
	margin:5px 0;
}

.flags
{
	border: 1px solid black;
}

		.checkoutBorder
		{			
			border: solid 1px white;	
			color: Black;		
		}
	
		.checkout_bg
		{
			background-color: white;
			border: solid 1px #604174;			
		}
		.checkout_box
		{
			background-color:#FEFEEF;
			border: solid 1px #CCCCCC;
			padding:5px;
			margin: 10px 0px 10px 10px;
			width:250px;
		}
		
		.checkout_label
		{
			float:left;
			display:block;
			width:7em;
		}
		
		.checkoutinput
		{
			width:15em;
		}
		#cvv2
		{
			width:5em;
		}


a.faq
{
	text-decoration:underline;
	color:White;
}

a.faq:hover
{
	text-decoration:underline;
}

/***********************  Checkout page *********************************/
.chkOutIfrm
{
    background-color:#000000;
    width:440px;
    height:630px;
    float:left;
    margin-left:10px;
}
.btn {
  border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #bbb;
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    border-left-color: #0064cd;
    border-right-color: #0064cd;
    border-top-color: #0064cd;
    border-bottom-color: #003f81;
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.login-mainArea {
    padding: 5px;
    width: 360px;
    height: 180px;
}
.login-mainArea input {
    padding-bottom: 5px;
}
.login-footer {
    padding-bottom: 0;
    padding-top: 5px;
}
.login-input-area {
    height: 101px;
}

.register-mainArea {
    padding: 5px;
    width: 360px;
}
.register-mainArea input {
    padding-bottom: 5px;
}
.register-footer {
    padding-bottom: 0;
    padding-top: 5px;
}
.register-input-area {
}
.mainArea
{
	background:Black;
}
