#banner {
	background-color:#003333;
	/*background-image:url('../images/bkg.jpg');
	background-image:-webkit-gradient(linear,left top,left bottom,from( #000000 ),to( #900000)); 
	background-image:-webkit-linear-gradient( #000000,#900000); 
	background-image:   -moz-linear-gradient( #000000,#900000); 
	background-image:    -ms-linear-gradient( #000000,#900000); 
	background-image:     -o-linear-gradient( #000000,#900000); 
	background-image:        linear-gradient( #000000,#900000);*/
	color:#fff;
	border-bottom:thin solid #ddd;
	font-size:22px;
	text-align:center;
	padding-bottom:7px
}
#banner a {
	color:#fff;
	font-size:24px;
	text-decoration:none;
}
.btn {
	text-align:center; 
}
.btnIcon {
	float:left;
}
#dialog p {
	/*display:block;
	width:260px*/
}
.formStyle input, .formStyle textarea {
	background-color:#FFF;
}
.headerCenter {
	display:block;
	text-align:center;
	padding-top:10px;
}
.headerIcon{
	float:left;
	margin-left:5px;
	margin-top:3px;
}
ul {
	padding-left:20px;
}
li {
	margin-bottom:10px;
}
#logo {
	width:100%;
	max-width:285px;
}
#logoTitle {
	display:block;
	padding-bottom:10px;
	padding-top:10px;
}
.title {
	color:#000;
	display:block;
	font-size:20px;
	text-align:center;
	padding:5px 0;
	border-bottom:thin solid #ccc;
	margin-top: 15px;
	font-weight:bold;
}
.ui-header {
	height:40px;
}
.ui-content {
	padding-top:0;
}
.buttonList {
	text-align:center;
}
.buttonList a div {
    height: 80px;
	width:80px;
    margin-left:auto;
    margin-right:auto;
}
.buttonList a {
	text-decoration:none;
}
.buttonList a div {
	background-image:-webkit-gradient(linear,left top,left bottom,from( #9cdb80 ),to( #9cdb80 )); 
	background-image:-webkit-linear-gradient(top,#9cdb80,#9cdb80 ); background: -moz-linear-gradient(center top , #9cdb80, #9cdb80) repeat scroll 0 0 #9cdb80; 
	background-image:    -ms-linear-gradient(top,#9cdb80,#9cdb80 ); background-image:     -o-linear-gradient(top,#9cdb80,#9cdb80 ); background-image:        linear-gradient(top,#9cdb80,#9cdb80 );
    border: 2px solid #666;
    border-radius: 0.6em 0.6em 0.6em 0.6em;
	color:#fff;
    text-align: center;
	
}
/* TABLE CSS */
.movie-list thead th,
.movie-list tbody tr:last-child {
    border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.movie-list tbody th,
.movie-list tbody td {
    border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.movie-list tbody tr:last-child th,
.movie-list tbody tr:last-child td {
    border-bottom: 0;
}
.movie-list tbody tr:nth-child(odd) td,
.movie-list tbody tr:nth-child(odd) th {
    background-color: #eeeeee; /* non-RGBA fallback  */
    background-color: rgba(0,0,0,.04);
}