HTML, BODY {
	background-color: #E8E7DE;
	/* background-color: #C5CCD3; */
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 19px;
	color: #000000;
	text-shadow: 1px 1px 1px #FFFFFF;
}

A {
	color: #639442;
}

A IMG {
	border: 0px;
}

FORM {
	margin: 0px;
	padding: 0px;
}

INPUT, SELECT {
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	color: #333333;
	border: 0px;
	width: 100%;
	display:inline-block;
	padding: 0px;
	margin: auto;
}
/*#user_rating {
	border: 1px solid #666666;
}*/

#submit {
	padding: 5px;
	margin-top: 10px;
	background-color: #639442;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	border: 1px solid #666666;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
}

LABEL {
	font-weight: bold;
}

.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
}

.small {
	font-size: 15px;
}

.inputDiv {
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
}

.error {
	background-color: #FF3333;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

#header {
	background-color: #A5BD39;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #639442;
	text-align: center;
}

#header H1 {
	margin: 0px;
	padding: 0px;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}

#contents {
	padding: 5px;
}

.username {
	display: block;
	margin: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-shadow: 1px 1px 1px #FFFFFF;
}


/* New CSSs */
UL.mobileLinks {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #666666;
	font-size 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;

}
UL.mobileLinks LI{
	color: #666;
	border-top: 1px solid #666666;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
}
UL.mobileLinks LI.withHalf {
	padding: 0px;
}
UL.mobileLinks LI.withHalf DIV.halfLI {
	width: 50%;
	float: left;
	text-align: center;
	/*border: 1px solid #000000; */
}

UL.mobileLinks LI:hover{
	background-color:#EAF0CE;
}
UL.mobileLinks LI.withHalf:hover{
	background-color:#FFFFFF;
}
UL.mobileLinks LI.arrow {
	background-image:url(/images/chevron.png);
	background-position:right center;
	background-repeat:no-repeat;
}
UL.mobileLinks LI.mobileLinksActive{
	background-color:#eee;
}
UL.mobileLinks LI A {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	text-overflow:ellipsis;
	/*white-space:nowrap;*/
	overflow:hidden;
	display:block;
	padding:12px 10px 12px 10px;
	margin:-10px;
	-webkit-tap-highlight-color:rgba(234,240,206,0.4);
}
UL.mobileLinks LI.withHalf DIV.halfLI A {
	margin: 0px;
}
UL.mobileLinks LI.withHalf DIV.halfLI A.active {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color:#EAF0CE;
}
UL.mobileLinks LI A.seen {
	font-size: 16px;
	padding-left: 20px;
}
UL.mobileLinks LI A.unseen {
	font-size: 16px;
	padding-left: 20px;
}
UL.mobileLinks LI A.unseen IMG {
	margin-left: -16px;
	margin-right: 4px;
}
UL.mobileLinks LI A SPAN.movieInfo {
	font-size: 12px;
	color: #666666;
}
UL.mobileLinks LI.notowned A {
	color: #999999;
}
UL.mobileLinks LI.notaired A {
	color: #CCCCCC;
}

UL.mobileLinks LI:first-child{
	border-top:0;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius:8px;
	-khtml-border-radius-topleft: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius:8px;
	-khtml-border-radius-topright: 8px;
	-moz-border-radius-topright: 8px;
}
UL.mobileLinks LI:last-child{
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-left-radius:8px;
	-khtml-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-bottom-right-radius:8px;
	-khtml-border-radius-bottomright: 8px;
	-moz-border-radius-bottomright: 8px;
}





A.home {
	display: block;
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 15px 10px 15px 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	border: 2px solid #666666;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #F4F3EF;
	background-image: url(/images/but_light_green.png);
	background-position: center center;
}

A.logout {
	display: block;
	margin-top: 20px;
	padding: 15px 10px 15px 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	border: 2px solid #666666;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #EAD8D0;
	background-image: url(/images/but_red.png);
	background-position: center center;
}
A.facebookLogin {
	display: block;
	margin-top: 20px;
	padding: 15px 10px 15px 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
	border: 2px solid #29447E;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #637BAD;
	background-image: url(/images/but_blue.png);
	background-position: center center;
}

A.markSeen {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-color: #DDE2D0;
	background-image: url(/images/but_green.png);
	background-position: center center;
}
A.markUnSeen {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-color: #EAD8D0;
	background-image: url(/images/but_red.png);
	background-position: center center;
}

.listStatus {
	font-size: 11px;
	margin-left: 5px;
	margin-right: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #EEEEEE;
	float: right;
}
.twitterOn {
	background-color: #DDE2D0;
}
.twitterOff {
	background-color: #EAD8D0;
}

.movieImage {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
	width: 90px;
}
.movieTitle {
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #FFFFFF;
}
DIV.movieInfo {
	font-size: 14px;
	color: #666666;
	margin-bottom: 10px;
}
DIV.tagline {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}

#footer {
	border-top: 1px solid #639442;
	margin-top: 30px;
	padding: 5px;
	text-align: center;
	font-size: 13px;
	color: #666666;
}
