/*margin top right bottom left*/
body {
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, Veranda, sans-serif;
	color: #111111;
	/*-moz-user-select: none; /*prevents selection (fix for double click in product browser)*/
	/*-khtml-user-select: none; /*prevents selection (fix for double click in product browser)*/
}
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
input {
	background-color: #eeeeee;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
textarea {
	background-color: #eeeeee;
	color: #333333;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
}
.update input {
	cursor: pointer;
	color: #ffffff;
	background: #cc0000;
	width: 50px;
}
.revert input {
	cursor: pointer;
	color: #ffffff;
	background: #0000cc;
	width: 50px;
}
.delete input {
	cursor: pointer;
	color: #ffffff;
	background: #cc0000;
	width: 50px;
}
.confirm input {
	cursor: pointer;
	color: #ffffff;
	background: #0000cc;
	width: 100px;
}

IMG {border: 0}

ul {font-size: 12px; font-style: normal; line-height: 20px; list-style-position: outside; list-style-type: disc; margin: 10px 0px 0px -10px;}

HR {border: 0; height: 1px; width: 100%; background-color: #666666; margin: 2px;}

.overlay {
	position:absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	background-color:#000000;
	opacity: 0.65;
}
#overlay {
	display:none;
}
.mainDiv {
	position:absolute;
	z-index:1;
	top: 0px;
	left: 0px;
	width: 100%;
}
.shadowDiv {
	position: relative;
	width: 1051px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/shadowBar.png);
	background-repeat: repeat-y;
	text-align: center;
}
.shadowBottom {
	position: relative;
	width: 951px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/shadowBottom.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 0px 50px 0px 50px;
}
.mainContent {
	position: relative;
	width: 951px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #404040;
	text-align: left;
}
.menuContent {
	font-weight: normal;
	font-size: 11px;
	margin: 33px 25px 0px 0px;
	text-align: right;
}
.menuContent a {
	width: 100%;
	border: 0px;
	padding: 0px 3px;
	text-decoration: none;
	color: #666666;
}
.menuContent a:before {
	content: "\B7\ ";
}
.menuContent a:hover {
	text-decoration: none;
	color: #000000;
}
.menuBottomContent {
	width: 300px;
	height: 31px;
	font: normal 11px Verdana;
	color: #666666;
	padding-left: 21px;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}
.menuBottomContent a {
	border: 0px;
	padding: 0px 3px;
	text-decoration: none;
	color: #666666;
}
.menuBottomContent a:before {
	content: "\B7\ ";
}
.menuBottomContent a:hover {
	text-decoration: none;
	color: #000000;
}
.menuSubtitle {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin: 2px;
}
.menuSubtitle a:link {
	color: #666666;
	text-decoration: none;
}
.menuSubtitle a:visited {
	color: #666666;
	text-decoration: none;
}
.menuSubtitle a:hover {
	color: #000000;
	text-decoration: none;
}
.menuSub {
	font: normal 11px Verdana;
	padding-left: 14px;
	text-indent: -14px;
}
.menuSub a:before {
	content: "\B7\ ";
}
.menuSub a {
	width: 100%;
	border: 0px;
	padding: 0px 5px;
	text-decoration: none;
	color: #666666;
}
.menuSub a:hover {
	color: #000000;
}
.menuSubText {
	font-size: 10px;
	font-weight: normal;
	color: #4169ff;
	text-align: left;
	margin: 2px;
}
#currentItem a {
	font-weight: bold;
	font-style: italic;
	color: #aa3333;
}
.blockCenter {
	width: 866px;
}
.blockLeft {
	width: 43px;
}
.blockRight {
	width: 42px;
}
.infoBottomRight {
	width: 661px;
	height: 31px;
	font: normal 12px Verdana;
	color: #666666;
	padding-right: 25px;
	padding-top: 10px;
	text-align: right;
	vertical-align: top;
}
.infoBottomRight a:link {
	color: #666666;
	text-decoration: none;
}
.infoBottomRight a:visited {
	color: #666666;
	text-decoration: none;
}
.infoBottomRight a:hover {
	color: #000000;
	text-decoration: none;
}
.blockTop {
	width: 951px;
	height: 14px;
}
.blockBottom {
	width: 951px;
	height: 14px;
}

.note {font-size: 12px; font-weight: normal; color: #990000; text-align: center;}
.message {font-size: 12px; font-weight: normal; color: #bf7e00; text-align: center;}
.edit {font-size: 12px; font-weight: normal; color: #222222; margin: 2px; background-color:#cccccc;}
.data {font-size:12px;font-weight:normal;color:#bf7e00;}

.h9 {font-size: 9px; font-weight: normal; color: #333333; margin: 2px; line-height: 12px;}
.h9y {font-size: 9px; font-weight: normal; color: #bf7e00; margin: 2px; line-height: 12px;}
.h10 {font-size: 10px; font-weight: normal; color: #111111;}
.h12 {font-size: 12px; font-weight: normal; color: #111111;}
.h12r {font-size: 12px; font-weight: bold; color: #990000;}
.h14 {font-size: 14px; font-weight: normal; color: #111111;}
.h16 {font-size: 16px; font-weight: bold; color: #111111; margin: 10px 0px 0px 0px;}
.h20 {font-size: 20px; font-weight: bold; color: #111111; margin: 10px 0px 0px 0px;}
.h9 a, .h10 a, .h12 a, .h14 a, .h16 a, .h20 a {color: #aa3333; text-decoration: none;}
.h9 a:hover, .h10 a:hover, .h12 a:hover, .h14 a:hover, .h16 a:hover, .h20 a:hover {color: #000000; text-decoration: none;}
.h9y a{color: #bf7e00; text-decoration: none;}
.h9y a:hover{color: #000000; text-decoration: none;}

.alignC {text-align:center}
.alignR {text-align:right}

/*margin top right bottom left*/
#mbT {
	background-image: url(images/movieShadowT.png);
	background-repeat: repeat-x;
}
#mbL {
	background-image: url(images/movieShadowL.png);
	background-repeat: repeat-y;
}
#mbR {
	background-image: url(images/movieShadowR.png);
	background-repeat: repeat-y;
}
#mbB {
	background-image: url(images/movieShadowB.png);
	background-repeat: repeat-x;
}
.qtControls {
	margin: 0px 8px 0px 8px;
}

#winFloat {
	display: none;
	position: absolute;
	z-index: 106;
	padding: 10px 15px 10px 10px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #404040;
	text-align: left;
}

.adminBox {
	margin-top: 5px;
	border: 1px solid #cccccc;
}

.galleryCell {
	border: 1px solid #333333;
}

#player {position:absolute; left:-1000px; top:-1000px;}

.listing {border: 0px solid #999999; font-size:13px;}
.listing a {display:block; padding:0px 0px 15px 0px; font-size:13px; color:#dddddd; text-decoration:none;}
.listing a:hover {background-color:#aa9000;}

.liBox {position:relative;height:100px;}
.liHandle {position:absolute; display:inline; width:180px; text-align:center; cursor: move;}
.nonLiHandle {position:absolute; display:inline; width:180px; height:95px; text-align:center; background-color:#000000;}
.liView {position:absolute; width:280px; left:185px; display:inline;}
ul.boxy {list-style-type: none; padding: 0px; margin: 0px; width: 480px;}
ul.boxy li, .nonLi {padding: 2px 2px; margin: 2px 2px; background-color:#eeeeee;}
.liRightBox {text-align:right; display:block;}
.liContent {display:block;}

#boxes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	padding: 2px 2px 2px 2px;
	width: 105px;
}

table.listTable {border-collapse: collapse;}
tr.odd, tr.even, tr.headingTx, tr.edit {border-bottom: 2px solid #ffffff;}

.headingTx {font-size:13px; color:#aaaaaa;}
.headingTx a:link {color:#aaaaaa; text-decoration:none;}
.headingTx a:visited {color:#aaaaaa; text-decoration: none;}
.headingTx a:hover {color:#ffffff;}
tr.headingTx {background-color:#444444; height:18px;}

.even {font-size: 12px; font-weight: normal; color: #222222; margin: 2px; background-color:#dddddd;}
.odd {font-size: 12px; font-weight: normal; color: #222222; margin: 2px; background-color:#eeeeee;}
.odd a:link, .even a:link {color: #333333; text-decoration: none;}
.odd a:visited, .even a:visited {color: #333333; text-decoration: none;}
.odd a:hover, .even a:hover {color: #000000; text-decoration: none;}

.odd:hover, .even:hover {background: #eee600;}

.linkRow {cursor:pointer;}