/* This style sheet was created on March 5, 2009, by Beck Reitmeyer.               */
/* Copied from the original Arizona style file, created at Hoff's suggestion       */
/* to make consistent site styling possible.                                       */

#mc h1 {
   margin: 0;
   padding-top: 0;
   padding-bottom: 2px;
   font-size: 115%;
   font-weight: bold;
   }

#mc h2 {
   margin: 0;
   padding-top: 0;
   padding-bottom: 2px;
   font-size: 110%;
   font-weight: bold;
   }
   
#mc h3 {background: transparent; text-indent: -9999px; margin-bottom: 8px; height:52px;}
   
#mc p {
   margin-top: 1px;
   padding-top: 1px;
   }

   
/* additional color designations */

#mc .secondaryTeamBorder {
   border: 1px solid #0d2b56;
   }
   
#mc .paleblueBg {
   background-color: #b3c9e7;
   color: black;
   }
   
#mc .secondaryBg {
   background-color: #0d2b56;
   color: white;
   }
   
/* back top top */

#mc .backtotop {
   clear: both;
   margin-top: 3px;
   margin-bottom: 10px;
   font-size: 80%;
   }
   
#mc .backtotop a {
   color: #ba313c;
   }
   
/* ul styles */

#mc ul.bullet {
   list-style-type: disc;
   }

#mc ul.flushleft {
   margin-left: 0px;
   padding-left: 15px;
   }
   
#mc ul.flushleft_nobullet {
   margin-left: 0px;
   padding-left: 15px;
   list-style-type: none;
   }
   
#mc li.space2TB {
   margin-top: 2px;
   martin-bottom: 2px;
   }
   
#mc li.space5TB {
   margin-top: 5px;
   martin-bottom: 5px;
   }
   
#mc li.space5B {
   martin-bottom: 5px;
   }
   
#mc dl dt {
   font-weight: bold;
   }
   
#mc dl dd {
   margin-left: 20px;
   margin-bottom: 5px;
   }
   
   
/* general cell coding   */

#mc .greyBg {
    background-color: #cecece;
	}
	
#mc .ltblueBg {
    background-color: #ccffff;
	}


/* div outlines for boxes */

#mc .boxheader_primary {
	color: white;
	background-color: #ba313c;
	margin-top: 5px;
	padding: 3px;
	}
	
#mc .boxheader_secondary {
	color: white;
	background-color: #0d2b56;
	margin-top: 5px;
	padding: 3px;
	}

#mc .boxcontent_primary {
	font-size: 90%;
	border: 1px solid #ba313c;
	margin-bottom: 5px;
	padding: 3px;
	}
	
#mc .boxcontent_secondary {
	font-size: 90%;
	border: 1px solid #0d2b56;
	margin-bottom: 5px;
	padding: 3px;
	}

/* removing all captions from tables -- it will be in for screen reader, but not visible */
table caption {display: none;}
