﻿body
{
	margin: 0px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	font-style: normal;
}

.nav_menu_header
{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	padding: 2px;
	left: 0px;
	width: 86px;
	background-color: #cccccc;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #660033;
	text-align: center;
}


.data_table
{
	border: 1px solid #660033;
	width: 100%;
	table-layout: auto;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 1px;
}

.data_table_header
{
	border: 1px solid #660033;
	width: 100%;
	table-layout: auto;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 1px;
	background-color: #660033;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
}

.data_table_row
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

.data_table_row_hover
{
	background-color: #eaeaea;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #990033;
	cursor: pointer;
	cursor: hand;
}

.data_table_contact_row
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

.data_table_contact_row_hover
{
	background-color: #eaeaea;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #990033;
}

.data_table_row_event_home
{
	background-color: #eaeaea;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
}

.data_table_row_event_away
{
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}

.data_table_row_event_cell_left
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #660033;
}

.data_table_row_event_cell_center
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
}

.data_table_row_event_cell_right
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #660033;
}

.data_table_row_event_cell_right_win
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #660033;
	color: #990033;
}

.data_table_row_event_cell_right_loss
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #660033;
	color: #333333;
}

.data_table_row_event_cell_right_tie
{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #cccccc;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #660033;
	color: #999999;
}



.page_header_table
{
	border: 1px solid #999999;
	width: 100%;
	table-layout: auto;
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 1px;
	background-color: #660033;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.formfield_page_header_table {
	color:#ffffff;
	background-color:#660033;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #999999;
}

.formfield_page_header_table_hover {
	color:#cccccc;
	background-color:#990033;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #999999;
}

.formbutton_page_header_table {
font: bold 10px verdana;
color: #ffffff;
text-decoration: none;
text-indent: 0;
background-color: #660033;
border: 1px solid #999999;
}

.formbutton_page_header_table_hover {
font: bold 10px verdana;
color: #cccccc;
text-decoration: none;
text-indent: 0;
background-color: #990033;
border: 1px solid #999999;
}

.highlight_grey
{
	margin: 4px;
	border: 1px solid #999999;
	background: #f4f4f4;
	padding: 4px;
}

.event_broadcast_avail
{
	text-indent: 6px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #999999;
	margin-top: 2px;
	padding-top: 2px;
	font-weight: normal;
}

#div_news_items
{
width: 400px;
float: left;
}

#div_news_nav
{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 174px;
	float: right;
	background-color: #eaeaea;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.formfield_news_search {
	color:#666666;
	background-color:#ffffff;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #999999;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	font-family: verdana, arial, sans-serif;
	width: 125px;
}

.formfield_news_search_hover {
	color:#660033;
	background-color:#ffffff;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #660033;
	width: 125px;
}

.formbutton_news_search {
font: bold 10px verdana;
color: #660033;
text-decoration: none;
text-indent: 0;
background-color: #cccccc;
border: 1px solid #999999;
}

.formbutton_news_search_hover {
font: bold 10px verdana;
color: #ffffff;
text-decoration: none;
text-indent: 0;
background-color: #990033;
border: 1px solid #660033;
}

#div_inpage_news
{
	margin-top: 50px;
	margin-bottom: 4px;
	text-align: center;
	position: relative;
	display: block;
}


#div_photos_items
{
width: 400px;
float: left;
}

#div_photos_nav
{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 174px;
	float: right;
	background-color: #eaeaea;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.formfield_photos_search {
	color:#666666;
	background-color:#ffffff;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #999999;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	font-family: verdana, arial, sans-serif;
	width: 125px;
}

.formfield_photos_search_hover {
	color:#660033;
	background-color:#ffffff;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #660033;
	width: 125px;
}

.formbutton_photos_search {
font: bold 10px verdana;
color: #660033;
text-decoration: none;
text-indent: 0;
background-color: #cccccc;
border: 1px solid #999999;
}

.formbutton_photos_search_hover {
font: bold 10px verdana;
color: #ffffff;
text-decoration: none;
text-indent: 0;
background-color: #990033;
border: 1px solid #660033;
}

#div_inpage_photos
{
	margin-top: 50px;
	margin-bottom: 4px;
	text-align: center;
	position: relative;
	display: block;
}


#div_media_items
{
width: 400px;
float: left;
}

#div_media_nav
{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	width: 174px;
	float: right;
	background-color: #eaeaea;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

.formfield_media_search {
	color:#666666;
	background-color:#ffffff;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #999999;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	font-family: verdana, arial, sans-serif;
	width: 125px;
}

.formfield_media_search_hover {
	color:#660033;
	background-color:#ffffff;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #660033;
	width: 125px;
}

.formbutton_media_search {
font: bold 10px verdana;
color: #660033;
text-decoration: none;
text-indent: 0;
background-color: #cccccc;
border: 1px solid #999999;
}

.formbutton_media_search_hover {
font: bold 10px verdana;
color: #ffffff;
text-decoration: none;
text-indent: 0;
background-color: #990033;
border: 1px solid #660033;
}

#div_inpage_media
{
	margin-top: 50px;
	margin-bottom: 4px;
	text-align: center;
	position: relative;
	display: block;
}



#div_dept_header
{
	width: 580px;

	margin-bottom: 10px;
	clear: both;
}

#div_dept_contact
{
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	float: left;
	background-color: #eaeaea;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	left: 20px;
	margin-bottom: 20px;
	position: relative;
}

.formfield_page_req {
	color:#660033;
	background-color:#ffffff;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #660033;
}

.formfield_page_req_hover {
	color:#990033;
	background-color:#eaeaea;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #990033;
}

.formfield_page {
	color:#660033;
	background-color:#ffffff;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #999999;
}

.formfield_page_hover {
	color:#990033;
	background-color:#eaeaea;
	font: 10px verdana, arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	border: 1px solid #666666;
}

.formbutton_page {
font: bold 10px verdana;
color: #ffffff;
text-decoration: none;
text-indent: 0;
background-color: #660033;
border: 2px solid #999999;
}

.formbutton_page_hover {
font: bold 10px verdana;
color: #ffffff;
text-decoration: none;
text-indent: 0;
background-color: #990033;
border: 2px solid #666666;
}


#div_coach_head_box
{
	padding: 6px;
	border: 2px solid #999999;
	width: 564px;
	float: left;
	background-color: #660033;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	margin-bottom: 10px;
}

#div_coach_head_box_mug
{
width: 150px;
float: left;
}

#div_coach_head_box_content
{
width: 400px;
float: right;
}

#div_coach_head_box_content A:VISITED {
	color : #ffffff;
	text-decoration: none;
}
#div_coach_head_box_content A:LINK {
	color : #ffffff;
	text-decoration: none;
}
#div_coach_head_box_content A:ACTIVE {
	color : #cccccc;
	text-decoration: underline;
}
#div_coach_head_box_content A:HOVER {
	color : #cccccc;
	text-decoration: underline;
}


#div_coach_asst_box
{
	padding: 6px;
	border: 2px solid #999999;
	width: 200px;
 float: right;
	background-color: #660033;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

#div_coach_asst_box A:VISITED {
	color : #ffffff;
	text-decoration: none;
}
#div_coach_asst_box A:LINK {
	color : #ffffff;
	text-decoration: none;
}
#div_coach_asst_box A:ACTIVE {
	color : #cccccc;
	text-decoration: underline;
}
#div_coach_asst_box A:HOVER {
	color : #cccccc;
	text-decoration: underline;
}


#div_bio_box
{
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 4px;
	border: 2px solid #999999;
	width: 150px;
	float: right;
	background-color: #660033;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

#div_bio_box A:VISITED {
	color : #ffffff;
	text-decoration: none;
}
#div_bio_box A:LINK {
	color : #ffffff;
	text-decoration: none;
}
#div_bio_box A:ACTIVE {
	color : #cccccc;
	text-decoration: underline;
}
#div_bio_box A:HOVER {
	color : #cccccc;
	text-decoration: underline;
}

#div_current_info_col1
{
width: 290px;
float: left;
}

#div_current_info_col2
{
width: 290px;
float: left;
}

#div_landing_page_banner {
margin-bottom: 8px;
}

#div_landing_page_section_box
{
padding: 6px;
border: 1px solid #660033;
background-color: #eaeaea;
font-family: Verdana;
font-size: 10px;
font-weight: bold; color: #666666;
margin-top: 8px;
margin-right: 2px;
margin-bottom: 2px;
}

#div_landing_page_briefs_box
{
	padding: 4px;
	border: 1px solid #999999;
	background-color: #eaeaea;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	margin-top: 8px;
	margin-right: 2px;
	margin-left: 4px;
}

#div_landing_page_briefs_box_title
{
width: 205px;
float:left;
}

#div_landing_page_section_items
{
	background-color: #ffffff;
font-family: Verdana;
font-size: 10px;
padding: 2px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 6px;
}


#div_landing_page_sect_ind_items
{
padding-top: 3px;
padding-bottom: 3px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}

#div_landing_page_sect_team
{
	font-family: Verdana;
	font-size: 9px;
	text-transform: uppercase;
	color: #999999;
	font-weight: normal;
	text-indent: 2px;
}

#div_landing_page_sect_ind_items A:VISITED
{
	color : #660033;
	text-decoration: none;
}

#div_landing_page_sect_ind_items A:LINK
{
	color : #660033;
	text-decoration: none;
}

#div_landing_page_sect_ind_items A:ACTIVE
{
	color : #990033;
	text-decoration: underline;
}

#div_landing_page_sect_ind_items A:HOVER
{
	color : #990033;
	text-decoration: underline;
}

#div_menu_inpage_horiz
{
	padding: 2px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
	text-decoration: none;
	background-color: #660033;
	border-color: #999999;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 4px;
}


#div_menu_inpage_horiz A:VISITED
{
	color: #dfdfdf;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
#div_menu_inpage_horiz A:LINK {
	color: #dfdfdf;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
#div_menu_inpage_horiz A:ACTIVE {
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
#div_menu_inpage_horiz A:HOVER
{
	color: #ffffff;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

#div_menu_inpage_horiz_header
{
background-position: center;
background-image: url('http://www.montanagrizzlies.com/images/white_line.gif');
background-repeat: no-repeat;
}

#span_menu_inpage_horiz_label
{
text-transform: uppercase;
background-color: #660033;
}


/*
#div_menu_inpage_horiz A:VISITED {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}
#div_menu_inpage_horiz A:LINK {
	padding: 5px;
	color: #ffffff;
	text-decoration: none;
}
#div_menu_inpage_horiz A:ACTIVE {
 padding:4px;
	color: #660033;
	background-color: #cccccc;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}
#div_menu_inpage_horiz A:HOVER
{
	padding: 4px;
	color: #660033;
	background-color: #cccccc;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
}
*/


#div_lp_spotlight_col
{
	width: 330px;
	float: left;
}
#div_lp_briefs_col
{
	width: 244px;
	float: right;
}

#news_list_title
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#news_list_byline
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
}

#news_list_teaser
{
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin-bottom: 8px;
}


#news_list_perm_title
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

#news_list_perm_byline
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin-left: 4px;
	font-style: italic;
}

#news_list_perm_teaser
{
	margin-left: 8px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	margin-bottom: 8px;
	font-weight: normal;
}

#news_list_years
{
margin-left: 6px;
}


#media_list_title
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#media_list_byline
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
}

#media_list_teaser
{
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin-bottom: 8px;
}


#media_list_perm_title
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

#media_list_perm_byline
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin-left: 4px;
	font-style: italic;
}

#media_list_perm_teaser
{
	margin-left: 8px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	margin-bottom: 8px;
	font-weight: normal;
}

#media_list_years
{
margin-left: 6px;
}


#photos_list_title
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

#photos_list_byline
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin-left: 4px;
}

#photos_list_teaser
{
	margin-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin-bottom: 8px;
}


#photos_list_perm_title
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

#photos_list_perm_byline
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	margin-left: 4px;
	font-style: italic;
}

#photos_list_perm_teaser
{
	margin-left: 8px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	margin-bottom: 8px;
	font-weight: normal;
}

#photos_list_years
{
margin-left: 6px;
}