/*
MooDataTable CSS
Unless specified most of the properties can be changed to achieve a custom look...
*/
div.moo-table {
	font-family: calibri;
	font-size: 12pt;
	border: 1px solid #444;
}

div.moo-table table {
	width: 100%; /* !important */
	padding: 0;
	margin: 0;
	border-spacing: 0;
	text-align: left;
	padding: 0;
	border-collapse: collapse;
	border-spacing:0;
}

div.moo-table table thead th {
	font-weight: normal;
	padding: 3px 3px 3px 5px;
	color: #eee;
	cursor: pointer;
	line-height: 1.1em;
	background-color: #545b79;
}

div.moo-table table thead th.moo-active-column {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 11px;
}

div.moo-table table thead th.moo-active-asc {
	background: #545b79 url(../images/asc.gif) 2px no-repeat;
}

div.moo-table table thead th.moo-active-desc {
	background: #545b79 url(../images/desc.gif) 2px no-repeat;
}

div.moo-table table tbody tr {
	background: #fff;

}

div.moo-table table tbody tr.moo-table-even {
	background: #E9E9E9;
}

div.moo-table table tbody tr:hover {
	background-color: #d6d9e9;
}

div.moo-table table tbody td {
	padding: 3px 3px 3px 5px;
	font-size: 0.9em;
	border-bottom: 1px solid #bbb;
}

div.moo-table table tbody tr.moo-table-last td {
	border: none;
}

div.moo-table tfoot {
	background: #545b79;
	font-size: 0.8em;
	color: #fff;
	padding: 3px;
}

div.moo-table tfoot a {
	color: #fff;
}

div.moo-table tfoot span.moo-foot-left {
	float: left;
	padding-left: 8px;
	color: #fff;
}

div.moo-table tfoot span.moo-foot-right {
	float: right;
	padding-right: 8px;
	color: #fff;
}

div.moo-table tfoot span.moo-foot-right a {
	margin-right: 3px;
	text-decoration: none;
}

div.moo-table tfoot span.moo-foot-right a:hover {
	text-decoration: underline;
}

div.moo-table tfoot span.moo-foot-right span {
	margin-right: 3px;
}

div.moo-table tfoot span.moo-foot-right span.moo-active-page {
	font-weight: bold;
/*	text-decoration: underline; */
}
/*	start of mymovies formatting */
textarea#notefield {
background: #DDDDDD;
}
div.GridNoteStatus {
	margin: 0pt;
	background: #BBBBBB;
	visibility: hidden;
	position: absolute;
	z-index: 800000;
}
div#UserNoteSave.GridNoteStatus {
	top: 375px;
	left: 815px;
}

div#UserNoteCancel.GridNoteStatus {
	top: 417px;
	left: 805px;
}
div#UserRating.GridRatingStatus {
	margin: 0pt;
	font-size: 0.8em;
	visibility: hidden;
	position: absolute;
	z-index: 800000;
	top: 420px;
	left: 790px;
}

input#add2Netflix {
	color: white;
	background: #750D0C;
	margin:0 auto;
	padding-left: 5px;
	display: block;
	width: 50px;
}

input#removefromMyMovies {
	color: white;
	background: #545B79;
	margin:0 auto;
	display: block;
	height: 20px;
	width: 20px;
	padding: 1px 2px 3px;
}
input#playbutton {
	color: white;
	background: #545B79;
    margin:0 auto;
	padding-left: 5px;
	display: block;
	width: 50px;
}
div#center {
	text-align: center;
}

