/********************************************/
/* Print CSS Stylesheet File (by Kasia)     */
/********************************************/
/* - contact me before making major changes */
/* - comment the added section of the code 	*/
/* - some redundancy is intended!           */
/********************************************/
/* Files using this stylesheet:             */
/* - view_match.php			         		*/
/* - view_past_match.php 					*/
/********************************************/

/*** overriding default ***/
body { 
  	color: #000000;
  	background-color: #FFFFFF;
  	font-family: Verdana, Arial;
  	font-size: 9pt;
	margin: 0 0 0 0;
}

a { color: #000000; text-decoration: none; }
.invisible_iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/*** do not print that ***/
.no-print { display: none; }

/*** main text ***/
.main-txt { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
.small-txt {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.section_title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.oct {
	color: #006600;
	font-weight: bold;
}

/*** main menu strip ***/
.main_menu_strip, .main_menu_strip td a { 
	display: none;
	/*
	background-color: #FFF974; 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 25px;
	*/
}

.greeting { display: none; }
/*** page footer strip ***/
.footer_strip, .footer_strip td a {
	display: none;
	/*
	background-color: #CEFFB5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	height: 25px;
	*/
}

/*** main page login box ***/
.login_border {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	border-color: #009900;
	border-style: solid;
	border-width: 1px;
}
.login {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	border-color: #009900;
	border-style: solid;
	border-width: 1px;
	background-image: url(header/login.jpg);
	background-repeat: repeat-x;
}

/*** form elements ***/
textarea, input, button, select, submit  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

/*** bordered tables ***/
.thin_table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	padding: 0px;
}
.thin_table td { border: 1px solid #CCCCCC; }
.thin_table_even { background-color: #F9F9F9; }
.thin_table_odd { background-color: #FFFFFF; }
.table_header { font-weight: bold; background-color: #CCCCCC; }

/*** admin bordered tables ***/
.admin_table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	color: black;
}
.admin_table td, .admin_table th  { border: 1px solid #CCCCCC; }
.admin_table_even { background-color: #F9F9F9; }
.admin_table_odd { background-color: #FFFFFF; }

/*** highlighting (Schedule) ***/
.highlight { background-color: #C0C0C0; }

.directions {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: underline;
}

/*** buttons ***/
.white-bt { display: none; }
.red-bt { display: none; }
.small-white-bt { display: none; }

/*** tabs - menu and static headers ***/
.tab, .tab_inactive {
	padding-top: 3px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	text-decoration: none;
 	font-weight: bold;
 	font-size: 11px;
 	font-family: Verdana, Arial, sans-serif;
 	color: #FFFFFF;
 	height: 20px;
}
.tab_inactive a  { text-decoration: none; color: #99CC99; }
.tab_inactive a:hover { text-decoration: none; color: #FFFFFF; }
.tab_header {
	padding-top: 3px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-transform: uppercase;
 	font-weight: bold;
 	font-size: 11px;
 	font-family: verdana, arial, sans-serif;
 	color: #FFFFFF;
	width: 250px;
	height: 20px;
}
.tab_contents {
	border-style: solid;
	border-color: #CCCCCC;
	border-width: 1px;
	font-size: 11px;
 	font-family: verdana, arial, sans-serif;
 	padding: 8px;
 	line-height: 1.5;
}

/*** warning or error messages - red bold centered ***/
.warning {
	color: #990000;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

/*** success messages - green bold centered ***/
.message {
	color: #009900;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
}

/*** more info on user account ***/
.more_info {
	text-decoration: underline;
	cursor: pointer;
}
/*** quote of the day section ***/
.quote {
	line-height: 1.2;
	padding: 10px;
	font-style: italic;
	font-family: times;
	font-size: 16px;
	border: 1px solid #009900;
	color: #C0C0C0;
}