/*
* Default stylesheet for any generic LGT page.
* 
* Non-language specific styles go here.
*
* Date: 11/7/2006
* Author: Daniel J. R. May
* Version: 0.1
*
*/


/*** Class rules ***/

.lgt_disabled {
	color: #777777;
}

.lgt_invisible {
	display: none;
}

.lgt_template_message {
	background-color: #ddffdd;
	border: 0.3em solid #00ff00;	
}

.lgt_template_warning {
	background-color: #ffddaa;
	border: 0.3em solid #ffaa00;
}

.lgt_template_error {
	background-color: #ffdddd;
	border: 0.3em solid #ff0000;
}


/*** Element rules ***/

html {
    background-color: #ff0000;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 160%;
}

body {
	border-width: 0;
	margin: 0;
	padding: 0;
/* commented out by phil
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	*/
}

/*** ID rules ***/

#lgt_banner {
	background-color: green;
	/*ackground-image: url("top.gif");*/
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: bottom right;
	border-width: 0;
	margin: 0;
	padding: 0;
/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
*/
	width: 100%;
	height: 100px;
}

#lgt_controls {
	background-color: #dddddd;
	border-width: 0;
	margin: 0;
	padding: 0;

	position: absolute;

	left: 80%;
	right: 0;
	bottom: 0px;
	z-index: 5;

}

#lgt_controlsTopPiece {
	background-color: green;
	/* background-image: url("top.gif"); */
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top right;
	border-width: 0;
	margin: 0;
	padding: 0;

	position: relative;
	top: -20px;
	height: 50px;
}

#lgt_controlsBottomPiece {
/*
	background-color: pink;
	background-image: url("top.gif"); */
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: bottom right;
	border-width: 0;
	margin: 0;
	padding: 0;
	
	/*
	position: absolute;
	bottom: -20px;
	height: 50px;
	*/
}

#lgt_content {
	background-color: yellow;
	border-width: 0;
	margin: 0;
	padding: 0;
/*
	position: absolute;
	top: 100px;
	left: 0;

	right: 20%;
*/
}

#lgt_footer {
	background-color: pink;
	/* background-image: url("top.gif"); */
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top;
	border-width: 0;
	margin: 0;
	padding: 0;

	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	z-index: 4;
}






@media print {
	html {
		font-size: 12pt;
	}
	
	#lgt_navigation {
		display: none;
	}
}

@media speech {

	.lgt_eyeCandy {
		display: none;
	}
}