html {
	height: 100%;
}

body {
	background: url(images/bg_page.gif) top left repeat-x;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: black;
	background-color: #EAEAEA;
}

.page  
{
    page-break-after: always; 
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: none;
	color: #A2020A;
}

.big11{	/*bigger font-size */
	font-size: 11pt;
}

.bigger{	/*bigger font-size */
	font-size: 10pt;
}

.dfs {	/*default font-size */
	font-size: 9pt;
}

.sfs {	/*small font-size */
	font-size: 8pt;
}

.xs {	/*extra-small font-size */
	font-size: 7pt;
}

.b {	
	font-weight: bold;
}

.ul {	
	text-decoration: underline;
}

.red {
	color: #BF0000;
}

.alert {
	color: #FF0000;
}

.dim {
	color: #9E9C9C;
}

.header {
	width: 100%;
	height: 23px;
	font-family: tahoma;
	font-size: 12pt;
	color: #9E9C9C;
	border-bottom: 1px solid #EAEAEA;
}

.table_header {
	background: url(images/bg_table_header.gif) top left repeat-x;
	height: 25px;
	font-family: tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}

.inp {
	font-family: Arial;
	font-size: 9pt;
	border: 1px solid #D6DADE;
}

.invisible {
	/* for IE */
	filter: alpha(opacity=0);
	/* CSS3 standard */
	opacity: 0;
}

.visible {
	/* for IE */
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1;
}

.btn {
	font-family: Arial;
	font-size: 9pt;
	height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/bg-button.gif) bottom left repeat-x;
	border: 1px solid #DEDEDE;
	color: #5A5A5A;
}

.btn_ok {
	background: url(images/bg-button-ok.gif) top right no-repeat;
	padding-right: 25px;
}

.btn_search {
	background: url(images/bg-button-search.gif) top right no-repeat;
	padding-right: 25px;
}

.btn_add {
	background: url(images/bg-button-add.gif) top right no-repeat;
	padding-right: 25px;
}

.btn_remove {
	background: url(images/bg-button-remove.gif) top right no-repeat;
	padding-right: 25px;
}

.btn_next {
	background: url(images/bg-button-next.gif) top right no-repeat;
	padding-right: 25px;
}

.btn_prev{
	background: url(images/bg-button-prev.gif) top left no-repeat;
	padding-left: 25px;
}

.btn_down{
	background: url(images/bg-button-down.gif) top right no-repeat;
	padding-right: 25px;
}

.top_menu  {
	padding: 5px 10px 5px 10px;
}

.login_div {
	width: 440px;
	text-align: center;
	font-size: 8pt;
	background-color: #EAEAEA; 
	overflow: hidden;
	position: absolute; 
	left: 50%;
	margin-left: 60px;
	z-index: 100;
}

table.main_menu  {
	width: 1000px;
	height: 26px;
	font-size: 9pt;
	font-weight: bold;
	background: url(images/bg_main_menu.gif) top left repeat-x;
	color: white;
	margin-bottom: 5px;
}

td.main_menu  {
	background: url(images/bg_main_menu_sep.gif) top left no-repeat;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

a.main_menu  {
	color: white;
}

td.main_menu2  {
	background: url(images/bg_main_menu_2.gif) top left no-repeat;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

a.main_menu2 {
	color: #ED0202;
}

a:hover.main_menu  {
	color: #A2020A;
}

.search_input {
	border: 1px white solid;
	background: url(images/search_icon.gif) top right no-repeat;
	background-color: white;
	font-size: 8pt;
	width: 240px;
}

.search_help {
	position: absolute;
	display: none;
	/* for IE */
	filter: alpha(opacity=0);
	/* CSS3 standard */
	opacity: 0; 
	background-color: #EEECEC;
	width: 144px;
	margin-top: 1px;
	margin-left: 19px;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

.table_row {
	background: url(images/table_row_fade.png) bottom left repeat-x;
	background-color: white;
	height: 21px;
}

.table_row:hover {
	background-color: #F0F0F0;
}

.stats_row {
	background: url(images/table_row_fade.png) bottom left repeat-x;
	font-size: 8pt;
	background-color: white;
	height: 21px;
}

.stats_row:hover {
	background-color: #F0F0F0;
}

.header_1 {
	background: url(images/table_row_fade.png) bottom left repeat-x;
	background-color: #EFEFEF;
	color: black;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;
}

.header_red {
	background: url(images/bg_table_header_red.gif) top left repeat-x;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
}

.header_red_on {
	background: url(images/bg_table_header_red_on.gif) top left repeat-x;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	height: 20px;
}

.tab {
	height: 21px;
	background: url(images/tab.gif) top left repeat-x;
	text-align: center;
	border: 1px solid #BFBFBF;
	padding: 0px 10px 0px 10px;
}

.tab:hover {
	background: url(images/tab_on.gif) top left repeat-x;
}

.tab_on {
	height: 21px;
	background: url(images/tab_on.gif) top left repeat-x;
	text-align: center;
	border: 1px solid #BFBFBF;
	padding: 0px 10px 0px 10px;
}

.tab_text {
	font-size: 8pt;
	font-weight: bold;
}

.border_top {
	border-top: 1px solid #C7C7C7;
}

.border_right {
	border-right: 1px solid #C7C7C7;
}

.border_bottom {
	border-bottom: 1px solid #C7C7C7;
}

.border_left {
	border-left: 1px solid #C7C7C7;
}

.border_all {
	border: 1px solid #C7C7C7;
}

table.subscribe {
	font-family: tahoma;
	border-width: 1px;
	border-collapse: collapse;
	border-style: inset;
}

table.subscribe td {
	border: 1px solid #CDCDCD;
}

table.print_button {
	cursor: pointer; 
	font-family: verdana; 
	font-size: 8pt; 
	background-color: #efefef; 
	color: black;
	font-weight: bold; 
	border: 1px solid #cdcdcd; 
}

@media print {
	.print_button {
		display:none;
	}
}

table.coach_corner {
	margin-top: 5px;
	cursor: pointer; 
	font-family: verdana; 
	font-size: 8pt; 
	color: white; 
	font-weight: bold; 
	border: 1px solid #490000; 
	background: url(images/bg_coachcorner.gif) center left no-repeat;
}

td.coach_corner {
	padding: 0px 5px 0px 25px;
}

.requestVideoMsg {
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -250px;
	width: 500px; 
	padding: 10px;
	border: #BABABA 1px solid;
	background: #DCDCDC;
	/* for IE */
	filter: alpha(opacity=0);
	/* CSS3 standard */
	opacity: 0;
}
