/*------------------- COMMON -----------------------*/

a:link img {border: none;}
a:link visited img {border: none;}
a img {border-style: none;}

FORM {
	MARGIN: 0px;
}
H1 {
	MARGIN: 0px;
}
H2 {
	MARGIN: 0px;
}
H3 {
	MARGIN: 0px;
}
H4 {
	MARGIN: 0px;
}
H5 {
	MARGIN: 0px;
}
H6 {
	MARGIN: 0px;
}

A {
	TEXT-DECORATION: none
}
A:HOVER {
}


/*-------------------- MAIN ------------------------*/

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	background-color: #373737;
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
}
.wrapper {
	text-align: left;
	width: 986px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper a:hover {
	color: #CCCCCC;
}

.outer {
	float: left;
	width: 980px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #818181;
	border-bottom-color: #818181;
	border-left-color: #818181;
}

.page {
	background-color: #D5D6D5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	background-image: url(images/pagebg1.gif);
	background-repeat: repeat-x;
	float: left;
	width: 978px;
	padding-bottom: 25px;
}
.header {
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
	float: left;
	width: 978px;
}
.logo {
	float: left;
}
.toptext {
	text-align: right;
	font-size: 14px;
	font-style: italic;
	color: #333333;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	display: inline;
	width: 705px;
/*	height: 48px;*/
}
.toptext strong {
	color: #DD1800;
}
.toptext span {
	color: #DD1800;
}

.toplink {
	float: right;
	width: 705px;
	background-image: url(images/toplinkshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 50px;
}
.toplink ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: right;
}
.toplink li {
	float: left;
	background-image: url(images/toplinkbg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 8px;
	display: inline;
}
.toplink li a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/toplinkarc.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 2.8em;
	background-position: right bottom;
}
.toplink li span {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
	background-image: url(images/toplinkarc.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 2.8em;
	background-position: right bottom;
}
.left {
	float: left;
	width: 250px;
	display: inline;
	margin-left: 10px;
	margin-top: 20px;
}
.call {
	background-image: url(images/callbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #080809;
}
.call span {
	font-size: 21px;
	font-weight: bold;
}
.call a {
	color: #FF3300;
	text-decoration: underline;
}

.leftlink {
	background-image: url(images/leftlinkbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #DE1800;
}
.leftlink ul {
	margin: 0px;
	list-style-type: none;
	background-image: url(images/leftlinkbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.leftlink li {
	background-image: url(images/leftlinkline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 9px;
	padding-bottom: 13px;
}
.leftlink li a {
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(images/bullett.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.leftlink li span {
	font-size: 13px;
	color: #CCCCCC;
	background-image: url(images/bullett.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.leftlink .button {
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-top: 5px;
}
.leftlink .button a {
}

.main {
	float: right;
	width: 690px;
	display: inline;
	margin-top: 20px;
	margin-right: 10px;
}
.content {
	float: left;
}

.content h1 {
	font-size: 30px;
	font-weight: normal;
	color: #DD1800;
}
.content h1 span {
	font-size: 21px;
	color: #000000;
}
.content li {
	padding-bottom: 5px;
}
.content a:hover {
	color: #ff0000;
}
.content b {
	font-size: 14px;
	color: #CC6600;
}
.content h4 {
	font-size: 16px;
	font-style: italic;
}
.content span {
}




.right {
	float: right;
	text-align: right;
	margin-bottom: 15px;
	margin-left: 15px;
	display: inline;
	width: 280px;
}
.bottombox {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top: 10px;
	display: inline;
	float: right;
	width: 690px;
	margin-right: 10px;
	padding-top: 15px;
}
.time {
	float: right;
	width: 235px;
	background-image: url(images/timeboxbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.6em;
	height: 80px;
	padding-top: 5px;
	display: inline;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: right;
}
.left_top_right {
	font-size: 12px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #996666;
	border-right-color: #996666;
	border-left-color: #996666;
	padding: 5px;
}
.top_right {
	font-size: 12px;
	font-weight: bold;
	background-color: #FEEDED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #996666;
	border-right-color: #996666;
	padding: 5px;
}
.top_rightt {
	font-size: 12px;
	font-weight: bold;
	background-color: #FEEDED;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #996666;
	border-right-color: #996666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #996666;
	padding: 5px;
}
.tablehead {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #996666;
	padding: 5px;
}
.tablehead1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7A4F4F;
	padding: 5px;
	width: 65px;
}
.copyright {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	padding-bottom: 10px;
	float: left;
	width: 986px;
	padding-top: 10px;
}
.flotright {
	float: right;
}
.xtime {
	background-color: #996666;
	float: right;
	width: 235px;
	text-align: center;
	color: #707070;
	font-size: 13px;
	line-height: 1.6em;
	height: 30px;
	padding-top: 5px;
	clear: right;
	display: inline;
	margin-bottom: 15px;
	margin-left: 15px;
}
.xtime a {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.special_box {
	background-color: #FFF;
	padding: 5px 5px;
	border: 1px solid #c9cbcb;
	width: 350px;
	background-image: url(images/special_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.special_box strong {
	color: #C00;
	font-size: 15px;
}
.special_box em {
	font-style: normal;
	color: #06C;
	font-weight: bold;
}
.special_text {
	float: left;
	width: 340px;
}
.special_text p {
	margin: 0px;
	float: left;
	padding-right: 3px;
}
.numberRenderWidget {
	margin : 0;
	padding: 0;
	display:inline;
	border:1px;
	position: relative;

}
.special_nowidth {
	float: left;
}
.special_nowidth p {
	margin: 0px;
	float: left;
	padding-right: 3px;
}
.smalltxt {
	text-align: center;
	font-size: 10px;
	color: #707070;
	padding-top: 2px;
	padding-bottom: 5px;
}
.rttxtmovie{
	text-align: right;
	padding-top: 2px;
	padding-bottom: 10px;
}
.special_textL {
	float: left;
	width: 500px;
}
.special_textL p {
	margin: 0px;
	float: left;
	padding-right: 3px;
}
.special_textLL {
	float: left;
	width: 600px;
}
.special_textLL p {
	margin: 0px;
	float: left;
	padding-right: 3px;
}
DIV.body
{
    BORDER-RIGHT: #808080 2px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #808080 2px solid;
    PADDING-LEFT: 2px;
    FONT-WEIGHT: lighter;
    FONT-SIZE: medium;
    PADDING-BOTTOM: 2px;
    MARGIN: 16px 2%;
    BORDER-LEFT: #808080 2px solid;
    COLOR: #000000;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #808080 2px solid;
    FONT-FAMILY: 'Courier New', Courier, 'Times New Roman';
    HEIGHT: 80px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}
.normal
{
	TEXT-DECORATION: none;
	text-align: left;
}
SPAN.float
{
    FLOAT: right;
    POSITION: static
}
SPAN.alt_text
{
    FONT-WEIGHT: lighter;
    FONT-SIZE: medium;
    COLOR: #8fbc8b;
    FONT-STYLE: italic;
    FONT-FAMILY: Arial
}
.xmasopen { border-color:#990000; background-color:#999999; border-radius:10px; text-align: left; float: right; width: 220px; margin-top: 10px; margin-bottom: 10px; padding-top: 10px; padding-right: 5px; padding-bottom: 0px; padding-left: 10px; }
.xmasopen ul { margin-left: 7px; padding-left: 7px; }
.xmasopen strong { font-size: 16px; font-weight: bold; }

.xmastime {
	float: right;
	width: 235px;
	background-image: url(images/timeboxbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 1.6em;
	height: 80px;
	padding-top: 5px;
	display: inline;
	margin-bottom: 15px;
	margin-left: 15px;
	clear: right;
}

