body
{	
	background-color: #000033;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;		 	
}
table {
    border-collapse:collapse;
	border-color:#000000;		
}
td, th
{
	font-size: 10pt;
	color: #666;
}
a:link 
{    
	font-size: 10pt;
	color: #003399;
	text-decoration: none;        
}
a:visited 
{    
	font-size: 10pt;
    color: #003366;
	text-decoration: none;
	        
}
a:hover 
{    
	font-size: 10pt;
	color: #ffcc33;
}
h1
{
        color:#666;
        font-size:25px;
		font-weight:normal;        
}
h2 
{     
       color:#666;
       font-size:21px;
       font-weight:normal;
}
h3
{
      color:#666;
      font-size:18px;
      font-weight:normal;     
}
h4
{
      color:#666;
      font-size:15px;
      font-weight:bold;     
}
h5, h6
{
      color:#666;      
      font-weight:bold;
}
#bgheader
{	
	position:absolute;
	left:5px;
	top:5px;	
	height:20px;			
	width: 930px;
	color: #fff;	
	font-size: 8pt;
	text-align:right;	
	padding: 2px;		
}
#bgheader a, #bgheader a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 8pt;
}
#bgheader a:hover
{	
	color: #ccc;
	font-size: 8pt;		
}
#container
{
	width: 930px;	
	background-color: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #666;
	line-height: 115%;
	position:absolute;
	left:20px;
	top:25px;	
}
#secondlevel
{
	background-image: url("../mpimages/secondlevelbg.jpg");
	margin-top: 10px;			
}
#header
{
	background-image: url("../mpimages/headerbg8.jpg");	
	width: 100%;
	height: 120px;
	margin-top: 0px;
}
#search
{	
	position:absolute;
    right:5px;
    top: 5px;
	padding: 1px;	
	z-index: 1;	
	text-align: right;	
}
#search h1
{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size:18pt;
	color: #fff;
	font-weight:lighter;
} 
#left
{
	float: left;
	width: 225px;
	margin: 3px 0 0 3px;	
	padding: 0;
	background: #fff;		
}
#right
{
	float: right;
	width: 225px;
	margin: 3px 3px 0 0;
	padding: 0;
}
#contentmain
{
	margin: 3px 0 0 225px;	
	padding: 0 5px 0 5px;
	text-align:center;
	text-align: -moz-center;	
}
#contentmain2
{
	margin: 3px 0 0 225px;
	padding: 0 5px 0 5px;	
	text-align:center;
	text-align: -moz-center;
	color: #666;	
}
#contentmain2 td 
{
	color: #666;
}
#contentmain2 ul li	
{
	color: #666;
}
#contentmain2 ol li	
{
	color: #666;
}
#footer
{
	clear: both;
	margin: 0;	
	color: #333;
	background-color: #ddd;
	border-top: 1px solid #ccc;	
	color: #666;
	font-size: 8pt;	
	width: 100%;
	height: 50px;
}
#footer a
{
	font-size: 8pt;
	text-decoration: none;
}
#footerleft
{
	width: 650px;
	float: left;	
	margin: 0;
	padding: 5px 5px 0 5px;
	background-color: #ddd;
	text-align: center;
}
#footerright
{		
	float: right;
	width: 250px;
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	background-color: #ddd;
}
#left p, #right p 
{ 
	margin: 0 0 0.5em 0; 
}
#content h2 
{ 
	margin: 0 0 .5em 0; 
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    
.animatedtabs
{
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	width: 100%;
	height:30px;
	font: bold 10pt; 
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Change 13px as desired */	
	font-size: 10pt; /*font of menu text*/	
	
}
.animatedtabs ul
{
	list-style-type: none;
	margin: 0;
	margin-left: 3px; /*offset of first tab relative to page left edge*/
	padding: 0;
}
.animatedtabs li
{
	float: left;
	margin: 0;
	padding: 0;
}
.animatedtabs a
{
	float: left;
	position: relative;
	top: 5px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	background: url("../mpimages/tab-blue-left5.gif") no-repeat left top;
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 9px;
	text-decoration: none;
}
.animatedtabs a span
{
	float: left;
	position: relative;
	display: block;
	background: url("../mpimages/tab-blue-right5.gif") no-repeat right top;
	padding: 5px 14px 3px 5px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs a span 
{
	float:none;
	color: #02549d; /*button text color*/
}
/* End IE5-Mac hack */

.animatedtabs .selected a
{
	background-position: 0 -125px;
	top: 0;
}
.animatedtabs a:hover
{
	background-position: 0% -125px;
	top: 0;	
}
.animatedtabs a:hover span
{
	background-position: 100% -125px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
	color: #4c1362;
}
/*Begin style for vertical menu - home page */
.verticalnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
	width: 100%;
	padding: 0;
	margin-bottom: 3px;
}

.verticalnav h5 {
	display: block; 	
	padding: 5px 0px 5px 5x;	
	background-color: #02549d;	
	font-size: 10pt;		
	color: #fff;	
	margin: 0px;
	width:100%;
}
.verticalnavtitle 
{
	display:block;
	padding: 5px 0px 2px 0; 			
	background-color: #02549d;
	font-size: 10pt;		
	font-weight:bold;
	text-align: left;
	color: #fff;	
}
.verticalnav ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.verticalnav ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	background-color:#e0e2e4;
	font-size: 10pt;
	font-weight:bold;		
}
.verticalnav ul li a 
{
	font-size: 10pt;		
	display: block;
	border-bottom: 1px dotted #999;
	padding: 5px 0px 2px 0;	
	text-decoration: none;
	color: #02549d;
	width:100%;
}
.verticalnav ul li a:visited
{
	color: #02549d;	
}
.verticalnav ul li a:hover, verticalnav ul li a:focus {
	color: #4c1362;
	background-color: #ced3e0;
	width:100%;
}
/* End style for vertical menu - home page*/
/*Begin style for vertical menu 2 - second level and departments */
.verticalnav2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #02549d;
	font-size: 10pt;
	width: 100%;
	padding: 0;
	margin-bottom: 3px;
}

.verticalnav2 h5 {
	display: block; 	
	padding: 5px 0px 5px 5x;	
	background-color: #666;	
	font-size: 10pt;		
	color: #fff;	
	margin: 0px;
	width:100%;
}
.verticalnavtitle2 
{
	display:block;
	padding: 5px 0px 2px 0; 			
	background-color: #02549d;
	font-size: 10pt;		
	font-weight:bold;
	text-align: left;
	color: #fff;	
}
.verticalnav2 ul 
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
.verticalnav2 ul li 
{
	margin: 0;
	padding: 0;
	display: block;
	background-color:#02549d;
	font-size: 10pt;
	font-weight:bold;		
}
.verticalnav2 ul li a 
{
	font-size: 10pt;		
	display: block;
	border-bottom: 1px dotted #ced3e0;
	padding: 5px 0px 2px 0;	
	text-decoration: none;
	color: #fff;
	width:100%;
}
.verticalnav2 ul li a:visited
{
	color: #fff;	
}
.verticalnav2 ul li a:hover, verticalnav2 ul li a:focus {
	color: #4c1362;
	background-color: #e0e2e4;
	width:100%;
}
/* End style for vertical menu 2 */

.transbox
{  
  width: 100%;  
  background: url("../../images/hschooltransp.jpg");
  background-repeat: repeat;
  text-align: center; 
  text-align: -moz-center;
  margin-bottom: 3px;  
}
.transbox2
{  
	float: left;
	width: 49%;  
    background: url("../../images/hschooltransp.jpg"); 
	background-repeat: repeat;	
	text-align: center;
	text-align: -moz-center; 
	margin: 0 0 3px 3px; 
}
.transbox3
{  
  width: 99%;     
  text-align: center;
  text-align: -moz-center; 
  margin-bottom: 3px; 
}
.transbox4
{  
  width: 100%;  
  background: url("../mpimages/mousetransp2225.jpg");
  background-repeat: repeat;  
  text-align: center;
  margin-bottom: 3px;  
}
.transboxtitle 
{
	display:block; 	
	padding: 5px 0px 2px 4px;	
	font-size: 10pt;	
	background-color: #02549d;
	font-weight:bold;
	text-align: left;
	color: #fff;	
}
.transboxtitle2 
{
	display:block; 
	border-bottom: 1px solid #ccc; 	
	padding: 5px 0px 2px 4px;  	
	background: #f0f0f0;
	font-size: 10pt;	
	background: url("../mpimages/listbuttonbg7.jpg");
	font-weight:bold;
	text-align: left;
	color: #0067b4;	
}
.transboxcontent
{	 
    width: 95%;
	background-color: #fff;	
    border: 1px solid #ccc;		/* change the color to black if adding bg image */
    filter:alpha(opacity=80);   /* Internet Explorer       */
	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    opacity:0.8;				/* newer Mozilla and CSS-3 */
	margin: 5px 5px 5px 5px;
	text-align: center;
	line-height: 100%;
}
.transboxcontent2
{	 
    width: 95%;
	background-color: #fff;	
    border: 1px solid #ccc;		/* change the color to black if adding bg image */
    filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:0.7;           /* Mozilla 1.6 and below   */
    opacity:0.7;				/* newer Mozilla and CSS-3 */
	margin: 5px 5px 5px 5px;
	text-align: center;
	line-height: 100%;
}
.transboxcontent3
{	 
    width: 95%;
	background-color: #fff;	
    border: 1px solid #ccc;		/* change the color to black if adding bg image */
    filter:alpha(opacity=100);   /* Internet Explorer       */
	-moz-opacity:1.0;           /* Mozilla 1.6 and below   */
    opacity:1.0;				/* newer Mozilla and CSS-3 */
	margin: 5px 0px 3px 4px;
	text-align: center;
	line-height: 100%;
}
.transbox p
{
	font-size: 10pt;	 
	color: #000;  				/* change the color to black if adding bg image */
	filter:alpha(opacity=100);  /* discarded */
	-moz-opacity:1.0;           /* discarded */
	opacity: 1.0;               /* discarded */
	padding: 3px;
}
.transbox4 p
{
	font-size: 10pt;	 
	color: #000;  				/* change the color to black if adding bg image */
	filter:alpha(opacity=100);  /* discarded */
	-moz-opacity:1.0;           /* discarded */
	opacity: 1.0;               /* discarded */
	padding: 3px;
}

.box
{  
  float: left;
  width: 49%; 
  text-align: left;  
  margin: 0 0 3px 3px;
  background-color:#F8F8F6;   
}
.box2 /* YouTube channel with black bg */
{  
  float: left;
  width: 49%;
  text-align: center;
  background-color:#000;
  margin: 0 0 3px 3px;    
}
.box3
{  
  width: 100%; 
  text-align: center;
  background-color:#f8f8f6;
  margin-bottom: 3px;   
}
.box4
{  
  width: 99%; 
  text-align: left;
  background-color:#02549d;
  margin-bottom: 3px;   
}
.box5
{  
  width: 99%; 
  text-align: left;
  background-color:#f8f8f6;
  margin-bottom: 3px;     
}
.box6
{  
  width: 99%; 
  text-align: left;
  margin-bottom: 3px;
  padding-top: 5px;
  color: #666;    
}
.boxtitle 
{
	display:block; 	
	padding: 5px 0px 2px 4px;	
	font-size: 10pt;	
	background-color: #02549d;
	font-weight:bold;
	text-align: left;
	color: #fff;	
}
.boxtitle2 
{
	display:block; 	
	padding: 5px 0px 2px 4px;  	
	background: #f0f0f0;
	font-size: 10pt;	
	background-color: #e0e2e4;
	font-weight:bold;
	text-align: left;
	color: #02549d;	
}
.boxtitle3 
{
	display:block; 
	border-bottom: 1px solid #ccc; 	
	padding: 5px 0px 2px 4px;  	
	background: #f0f0f0;
	font-size: 10pt;	
	background: url("../mpimages/listbuttonbg7.jpg");
	font-weight:bold;
	text-align: left;
	color: #02549d;	
}
.box p, .box5 p, .box6 p
{
	font-size: 10pt;  
	color: #666;
	padding: 5px;	
}
.box2 p, .box3 p
{
	font-size: 10pt;  
	color: #666;
	padding: 5px;
	text-align:center;	
}
.box4 p
{
	font-size: 10pt;  
	color: #fff;
	padding: 5px;
	text-align:left;	
}


.box ul, .box4 ul 
{
	list-style-image: url("../mpimages/graybullet.gif");	
	margin-left: 10px;
	margin-top:0px;
	padding-left: 10px;		
	font-size: 10pt;  
	color: #666;		
}
.newsdate
{	  	
	color: #4C1362;
	font-size: 8pt;
	font-weight:bold;	
}
.atoz { 
		border: 1px dashed #003399; 
		padding: 2px; 
		font-weight: bold; 
}
.emergency
{	  	
	color: #990000;
	font-weight: bold;		
}

/* begin styles for RSS Feed */

.rss-box 
{	 
	 width: 100%;
	 background-color:#F8F8F6;	 
	 
}
.rss-items 
{
	margin-top:0px;
	padding: 2px 0px 2px 5px;
	margin-left:0px;
	color:#666;	
}
p.rss-title
{ 
	padding: 5px 0px 2px 4px;
}	
.rss-title 
{
	font-size: 10pt;
	background-color: #02549d;	
	font-weight:bold;
	text-align: left;
	text-decoration: none;	 					
}

.rss-title a 
{
	color: #fff;
	font-size: 10pt;	
	text-decoration: none;
	}
	
.rss-title a:visited 
{
	color: #fff;	
}
.rss-item  
{
	font-size: 10pt;
	list-style-image: url("../mpimages/graybullet.gif");
	padding-bottom:3px;	
}

.rss-item a 
{
	color: #003399;
	font-size: 10pt;	
	text-decoration: none;
	}
	
.rss-item a:visited 
{
	color: #003399;	
}

li.f2jnag {
	display:none;
}

.rss-date {
	font-size: 8pt;
	color: #990033;
	}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
/* style for form elements */
input.textField, select.selectMenu, textarea.textArea, input.uploadField 
{
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}
/* Begin style for SBE faculty*/   

#content 
{ 
	text-align: left; 
}
#content ul li 
{ 
	list-style-image: url('/images/blue-bullet2.gif'); 
	padding-left: 3px; 
	vertical-align: top; 
	margin: 0px 0px 5px 0px; 
}
#content ul li ul li 
{ 
	margin-bottom: 0px; 
	list-style-type: disc; 
	list-style-image: url('/images/tdot.gif'); 
}
#content img 
{ 
	border: 1px solid #000000;  
	float: right; 
	padding: 0px 0px 0px 0px; 
}
.alternating_cell 
{ 
	color: #000000; background-color: #cccccc; 
}
td.no_bullets ul 
{ 
	position: relative; 
	display: block; 
	width: auto; 
	height: auto; 
	margin: 0px; 
	padding: 0px; 
} 
td.no_bullets ul li 
{ 
	position: relative; 
	display: inline; 
	width: 100%; 
	padding: 0px; 
	margin: 0px 0px 5px 0px; 
}

/* End style for SBE faculty*/   
