
/********************************* - **********************************/
/********************** WARNING: PRINT STYLESHEET **********************/
/********************************* - **********************************/

@import url('styles.css');
/* All styles below will overwrite the styles found in styles.css */

/********************** GLOBAL **********************/
* {
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-size: 12px;
}
h1 {font-size: 18px;} /* H1 (JRA Logo) */

div#video_container {display: none;}

/********************** MAIN NAVIGATION **********************/
ul#nav {display: none;}


/********************** NEW ONLINE (HOME PAGE ONLY) **********************/
ul#new_online {
	position: relative;
	margin: 50px auto 0 auto;
	width: 900px;
}
ul#new_online li {
	display: inline;
	list-style: none; list-style-type: none;
}
ul#new_online li a {
	position: relative;
	float: left;
	width: 295px;
	height: 122px;
	text-indent: 0;
	text-align: center;
}


/********************** FUNDAMENTAL MORE **********************/
.fundamental_more {display: block;}


/********************** MINISTRY DETAILS **********************/
.ministry_details {display: block;}


/********************** SIDE BARS (LEFT & RIGHT) **********************/
#sidebar {display: none;}


/********************** SUB NAVIGATION (LEFT SIDEBAR) **********************/
ul#sub_nav {display: none;}


/********************** MESSAGE PLAYER NOTES TEXTAREA **********************/
#messages_player_notes textarea {
	overflow: visible;
}


/********************** FOOTER **********************/
#footer {display: none;}
