/*main elements*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
div {
	margin: 0px;
	padding: 0px;
	}

td {
	font-size:11px;
}

.gradient_master {
	background-image:  url("/images/bg/gradient_master.gif");
	background-repeat: repeat-x;
}


.col_lt_blue {
	background-image:   url("/images/bg/9CBCDA.gif");
	background-repeat: repeat;
}

.col_dk_blue {
	background-image:   url("/images/bg/061844.gif");
	background-repeat: repeat;
}

.next_game_bg {
	background-image:  url("/images/bg/home_game_bg.gif");
	background-color: #9FBDDA;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 110px;
}

.coach_home_bg {
	background-image:  url("/images/bg/davis_home_bg.gif");
	background-color: #BCBEC0;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 110px;

}

.right_col {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*main elements*/

/*dropshadow for master border*/
.shadow_right {
	background-image:  url("/images/bg/shadow_right.gif");
	background-repeat: repeat-y;
	background-position: left;
}

.shadow_left {
	background-image:  url("/images/bg/shadow_left.gif");
	background-repeat: repeat-y;
	background-position: right;
}

.shadow_bot_right {
	background-image:  url("/images/bg/shadow_bot_right.gif");
	background-repeat: no-repeat;
	background-position: left;
}

.shadow_bot_left {
	background-image:  url("/images/bg/shadow_bot_left.gif");
	background-repeat: no-repeat;
	background-position: right;
}

.shadow_bottom {
	background-image:  url("/images/bg/shadow_bottom.gif");
	background-repeat: repeat-x;
	background-position: top;
}
/*dropshadow for master border*/

/*text styles*/
a {
	color: #061844;
	text-decoration: none;
}

a:hover,visited,active {
	color: #6A748F;
	text-decoration: underline;
}

.large {
	font-size: 22px;
	font-weight: bold;
	text-transform: none;
	color: #061844;
}

.story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 15px;
	overflow: auto;
}

.small {
	color: #061844;
	font-size: 9px;
}

a.small {
	color: #061844;
	text-decoration: underline;
}

a.small:hover,visited,active {
	color: #6A748F;
	text-decoration: underline;
}

.section_subtitle {
	font-size: 10px;
	font-weight: bold;
	color: #061844;
}

.headline {
	font-size: 14px;
	font-weight: bold;
	color: #061844;
}

.subhead {
	font-size: 11px;
	color: #333333;
}
.date {
	font-size: 11px;
	font-weight: bold;
	color: #9CBCDA;
	text-decoration: none;
}

a.date {
	color: #9CBCDA;
	text-decoration: none;
}

a.date:hover,visited {
	color: #9CBCDA;
	text-decoration: underline;
}

.quote_credit {
	font-size: 10px;
	font-weight: bold;
	color: #061844;
	text-align: right;
}

.white {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
}


/*text styles*/

/*playbook*/
.playbook_title_cover {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #061844;
}

a.playbook_cover {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #061844;
	text-decoration: none;
}

a.playbook_cover:hover,visited,active {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #061844;
	text-decoration: underline;
}

a.playbook {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

a.playbook:hover,visited,active {
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
/*playbook*/

/*huddle*/

.huddle {
	font-size: 11px;
	font-weight: bold;
	color: #6A748F;
}

a.huddle {
	color: #6A748F;
	text-decoration: none;
}

a.huddle:hover,visited {
	color: #6A748F;
	text-decoration: underline;
}
/*huddle*/
.img_float {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/*resume*/

.resumeMsg
{
border-bottom: 2px solid #003;
}

.resumeMsg h3
{
margin: 5px 0;
}

.resumeMsg a.button,
.resumeMsg a.button:link,
.resumeMsg a.button:visited
{
float: right;
margin: 5px 0;
padding: 3px 5px;
border: 2px solid #9cbcda;
background-color: #003;
color: #FFF;
font-size: 11px;
}

.resumeMsg a.button:hover
{
border: 2px solid #003;
background-color: #9cbcda;
color: #003;
text-decoration: none;
}

.clear
{
clear: both;
}


a#resume
{
display: block;
width: 233px;
height: 64px;
margin: 10px 0 0 0;
padding: 0;
background: url("/images/buttons/view-resume-database.jpg") 0 0 no-repeat;
text-decoration: none;
}
