*
{
	margin-top		: 2px ;
	margin-bottom	: 2px ;
}

body
{
	background			: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#BACEEC)) ;
	background			: -moz-linear-gradient(top, #FFFFFF, #BACEEC) ;
	background-color	: #BACEEC ;
	text-align		: center ;
	font-family		: Trebuchet MS, Arial, Verdana, sans-serif ;
	min-height		: 2000px ;
}

/*	Build zone styles */
#build-zone
{
	top				: 35px ;
	left			: 15px ;
	width			: 250px ;
}

#manual-pickup-div
{
	overflow-x		: hidden ;
	overflow-y		: auto ;
	height			: 400px ;
}

/*	Presentation zone styles */
#presentation-zone
{
	top				: 35px ;
	right			: 15px ;	
	width			: 250px ;
}

#presentation-discipline-menu-div
{
	text-align		: center ;
}

#presentation-picture-zone-div
{
	height			: 400px ;
	overflow		: auto ;
}

/*	Help dialog styles */
#help-zone
{
	width			: 60% ;
	margin-left		: 20% ;
	margin-right	: 20% ;
	top				: 50px ;

}

#help-zone-text-box-div
{
	height			: 350px ;
}

#pub-zone
{
	width			: 60% ;
	margin-left		: 20% ;
	margin-right	: 20% ;
	top				: 50px ;
	display			: block;
}

#pub-zone-text-box-div
{
	background-color: white ;
	filter			: alpha(opacity=100) ;	/* for IE */
	opacity			: 1.0 ;					/* CSS3 standard */
	height			: 440px ;
}

/*	Option zone styles */
#option-zone
{
	top				: 30% ;
	left			: 30% ;
}

#option-zone-options-div
{
	text-align		: left ;
}

/*	Print dialog styles */
#print-info-zone
{
	top				: 30% ;
	left			: 30% ;
}

/*	Show zone styles	*/
.program-table
{	
	padding-top		: 15px ;
	padding-bottom	: 15px ;
	padding-left	: 15px ;
	padding-right	: 15px ;
	margin-left		: auto ;
	margin-right	: auto ;

	vertical-align	: top ;
}

.program-table-line
{
	vertical-align	: top ;
}

.program-table-jump
{}

.program-image
{}


