/**********/
/* COMMON */
/**********/

body {
	padding: 0px;
	margin: 0px;
	overflow: -moz-scrollbars-vertical;
	background: #ffffff url(images/body/background.gif) repeat-x;
}
table, td {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	line-height: 16px;
	border-collapse: collapse;
	border-spacing: 0px;	
}
td {
	padding: 0px;
	vertical-align: top;
}
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/*********/
/* LINKS */
/*********/

a {
	color: #d40808;
	text-decoration: none;
}
a:visited {
	color: #d40808;
}
a:hover {
	color: #d40808;
	text-decoration: underline;
}

/********/
/* PAGE */
/********/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #999966;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	color: #404040;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	color: #999966;
}
.content {
	background: url(images/page/background.gif) no-repeat top left;
}
.smallText {
	font-size: 10px;
	line-height: 14px;
	color: #808080;
}
.indent {
	padding: 0 0 0 20px;
}
.footerBar {
	background: #999966;
}

/*********/
/* MOVIE */
/*********/

.movie {
	padding: 7px 0 6px 6px;
	background: url(images/movie/movie-background.gif) no-repeat top left;
}

/***********/
/* BUTTONS */
/***********/

.buttons {
	padding: 7px 0 1px 6px;
	background: url(images/buttons/button-background.gif) no-repeat top left;
}
.buttons div {
	padding: 0 0 6px 0;
}

/********/
/* FILM */
/********/

.film {
	background: url(images/film/film-strip.gif) no-repeat top left;
	padding: 75px 0 0 0;
}
#next {
   	cursor: pointer;
	width: 25px;
	height: 25px;
	background: url(images/film/film-next.gif) no-repeat top left;
}
#prev {
   	cursor: pointer;
	width: 25px;
	height: 25px;
	background: url(images/film/film-previous.gif) no-repeat top left;
}

/*********/
/* CYCLE */
/*********/

.pics {  
    width:  263px;
    height: 161px;
    padding: 0;  
    margin:  0;
} 
.pics img {  
    width:  263px;
    height: 161px;
    top:  0;
    left: 0;
}
#cycleOutput {
	padding: 12px 3px 0 3px;
	font-size: 10px;
	line-height: 12px;
}
