body { background-color: #fff; margin: 0px }
input, select, button, textarea, sbx	{ font-family: Tahoma,Arial; font-size: 8pt;  color: #555; border: 1px, solid, #E5EEF9}
td, p { font-family: Tahoma,Arial; font-weight: normal; font-size: 8pt; color: #777 }
a	{ color: #366ab3; text-decoration: none }
a:hover	{ color: #366ab3; text-decoration: underline }
a:visited { color: #366ab3; }
.mnorm { width: 80px; height: 18px; border: solid 1px #B4CCEB; color: #366ab3; cursor: hand; }
.mover { width: 80px; height: 18px; border: solid 1px #B4CCEB; color: #366ab3; cursor: hand; background-color: #E5EEF9; }
.adboxtitle { font-family: Tahoma,Arial; font-size: 8pt; font-weight: 700; color: #366ab3 }
.septd { height: 1px; background-color: #B4CCEB}
.lmnorm1 { height: 16px; border: solid 1px #B4CCEB; border-top: 0px; border-bottom: 0px; text-align: left; padding-left: 15px; color: #366ab3; cursor: hand; }
.lmnorm { height: 16px; border: solid 1px #B4CCEB; border-bottom: 0px; text-align: left; padding-left: 15px; color: #366ab3; cursor: hand; }
.lmover { height: 16px; border: solid 1px #B4CCEB; border-bottom: 0px; text-align: left; padding-left: 15px; color: #366ab3; cursor: hand; background-color: #E5EEF9; }
.mvover { background-color: #F4F4F4; }
.mvout { background-color: #ffffff; }
.singlerowtd { height: 160px; padding: 2,2,2,2; background: #f4f4f4; border-right: solid 1px #cfcfe7; border-bottom: solid 1px #cfcfe7; border-left: solid 1px #cfcfe7; }
.doublerowtd { height: 320px; padding: 5,5,5,5; background: #f4f4f4; align: center }
.singlerowtd1{ height: 150px; padding: 5,5,5,5; background: #f4f4f4; align: center }

.movdleft	{ width: 145px; height: 110px; float: left; padding: 7,7,7,7 }
.movdright	{ width: 145px; height: 120px; float: left; padding: 7,7,7,7 }
.box1title { font-family: verdana, tahoma, arial, font-size: 10pt; font-weight: bold; color: #669900; padding-left: 10px }
.box2title { font-family: verdana, tahoma, arial, font-size: 10pt; font-weight: bold; color: #3C529A; padding-left: 10px }

.moviename { line-height: 160%; font-weight: bold}
.movienamex { font-size: 11px; font-weight: bold}
.txtbox { border: solid 1px #CBDEE7 }
.paybox { border: solid 1px #BEBEBE }
.playbtn{display: block; width: 111px; height: 33px; background:url("../images/playx.gif") no-repeat 0 0;}
.playbtn:hover{ background-position: 0 -34px;}
.auto-complete {
	width: 415px;
	margin-top: 50px;
}

.auto-complete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 300px;
}

.auto-complete li {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	background-color: white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	cursor: pointer;
}

.auto-complete li.select {
	background-color: #c5c5c5;
}
/*
------------------------------
	Pop up Message Style
------------------------------
*/
.jqifade{
	position: absolute; 
	background-color: #aaaaaa;
	/*height: 100% !important; */
}
div.jqi{ 
	width: 300px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	position: absolute; 
	background-color: #ffffff; 
	font-size: 11px; 
	text-align: left; 
	border: solid 2px #D1E8FF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}
div.jqi .jqicontainer{ 
	font-weight: bold; 
}
div.jqi .jqiclose{ 
	position: absolute;
	top: 4px; right: -2px; 
	width: 18px; 
	cursor: default; 
	color: #bbbbbb; 
	font-weight: bold; 
}
div.jqi .jqimessage{ 
	padding: 10px; 
	line-height: 20px; 
	color: #444444; 
}
div.jqi .jqibuttons{ 
	text-align: center; 
	padding: 5px 0 5px 0; 
	border: solid 1px #eeeeee; 
	background-color: #F5FAFF;
}
div.jqi button{ 
	padding: 3px 15px; 
	margin: 0 10px; 
	background-color: #ECF2F8; 
	border: solid 1px #f4f4f4; 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 12px; 
}
div.jqi button:hover{ 
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
	/*background-color: #8DC05B;*/
	background-color: #6699CC;
}
.jqiwarning .jqi .jqibuttons{ 
	background-color: #C0D4E8;
}
