/*---------------------------------------------------------------------*\
| STyle Sheet: | ToneDEF.js                                             |
| Version:     | 1.00 (11/01/13)                                        |
| Author:      | ToneDEF (aka Tony Elliott)  http://tonedef.net         |
| Details:     | Required include sheet for the ToneDEF HTMLTemplate.   |
|              | Works with eXtreme Movie Manager "My Website" feature. |
|-----------------------------------------------------------------------|
| *** START DEFAULT DOCUMENT STYLES ***                                 |
\*---------------------------------------------------------------------*/
body {
	color: #000000;
	background-color: #EFFFEF;
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
} 

a:visited{
	color: #FFFFFF;
	text-decoration: none;
} 

a:active{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	color: #408080;
	text-decoration: underline;
}

img{
	border: none;
}

hr{
	color: #408080;
	height: 1px;
}

/*---------------------------*\
| END DEFAULT DOCUMENT STYLES |
| --------------------------- |
| START CLASS SPECIFIC STYLES |
\*---------------------------*/

/*	The heading section of the header table rows
	Used on the _Filter & _Detail pages */
.maintitle {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 16pt;
	font-weight : bold;
}

/*	The small sections of the header table rows
	Used on the _Filter & _Detail pages */
.maintitle_small {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 10pt;
	font-weight : normal;
}

.maintitle_small a {
	color: #FFFFFF;
}

/*	Movie details section headings
	Used on the _Detail pages */
.subtitle {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*	Movie details heading tag line/s
	Used on the _Detail pages */
#tagLine {
	font-style: italic;
	text-align: center;
}

/*	Movie details previous/next movie links
	Used on the _Detail pages
	Required for the js switch */
#prevMovie, #nextMovie {
	color: #FFFFFF;
}

/*	Movie details data field labels
	Used on the _Detail pages */
.celllabel {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight : normal;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

/*	Movie details data fields values
	Used on the _Detail pages */
.cellvalue {
	color: #056689;	
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight : bold;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

/*	Movie details data background
	Used on the _Detail pages */
.detailsbg {
	background-color: #408080;
}

/*	Filter selection & link lists
	Used on the _Filter pages */
.navigation {
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight : bold;
}

/*	Details page tab menu buttons
	Standard button look */
.tabButt {
	background-color: #408080;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
/*	Details page tab menu buttons
	Selected button look */
.tabButtSel {
	background-color: #FFFFFF;
	color: #408080;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
 }
/*	Details page tab menu buttons
	Standard button mouse over look */
.tabButtHover {
	background-color: #408080;
	color: #00FF00;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
/*	Details page tab menu buttons
	Selected button mouse over look */
.tabButtHoverSel {
	background-color: #FFFFFF;
	color: #00FF00;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}

/*----------------------------*\
| START TEXT ONLY TABLE STYLES |
\*----------------------------*/
/*	Main style for the text table */
.txtOnlyTable {
	width: 98%;
	font-size: 12px;
	text-align: left;
	border-width: 0px;
	border-spacing: 0;
	border-collapse: collapse;
	margin-left: auto; 
	margin-right: auto;
	color: #FFFFFF;
}

/*	Text table header row */
.txtOnlyTH {
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
	border-width: 0px;
}

/*	Text table odd rows */
#O {
}

/*	Text table even rows */
#E {
	background: #CFFFCF
}

/*	Text table hover colours */
#O:hover, #E:hover {
	background-color: #b7dbdb;
	background: #b7dbdb;
}
/*-------------------------*\
| END CLASS SPECIFIC STYLES |
| ------------------------- |
| START ID SPECIFIC STYLES  |
\*-------------------------*/
/*	Use this to change the play button
	image on the movie details page */
#playButt {
	background-image:url('../images/play_butt.png');
	width: 70px;
	height: 19px;
}

/*	The home page welcome message */
#homeDesc {
	font-size: 18px;
}

/*	The actor image popup element
	Used on the _Detail pages */
#imgbox {
	vertical-align : middle;
	position : absolute;
	border: 1px solid #999;
	background : #FFFFFF; 
	visibility : hidden;
	height : 200px;
	width : 200px;
	z-index : 50;
	overflow : hidden;
	text-align : center;
}

/*	Play button mouse over element (more than one file)
	Used on the _Detail pages */
#filesbox {
	vertical-align : middle;
	position : absolute;
	z-index : 50;
	overflow : hidden;
}
/*----------------------*\
* END ID SPECIFIC STYLES *
\*----------------------*/