	/****************************************************************************
	* CSS - CA Dept of Education - Pro RV 2.0
	* Overall Cascading Style Sheet | Author: Michael Kennedy 
	* created: Thu May 02, 2003 11:27:25 PST 2003
	*
	* modified: Tue Jan 03, 2005 09:03:50 PST 2004
	* base URL: http://www.cde.ca.gov/
	****************************************************************************/

/* netscape 4.x advisory */
.mmhide_NN4 { display:none; } 

/*-- basic html elements --*/

body { 
  font-family:Arial, Helvetica, Sans-serif; background-color:#FFF; 
  margin:0 auto; font-size:75%; color:#000;
}

table { 
  font-family:Arial, Helvetica, Sans-serif; 
  font-size:1em; line-height:normal; 
  /* 1em here for NN4.x inheritance */
}

th { 
   font-family:'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; 
	font-size:0.9em; /* 0.9em for th fix in C2 */ } 
td {  font-family:Arial, Helvetica, Sans-serif; }
table table table[border='0'] th, table table table table[border='0'] th {
   /* if border=0, the th bgcolor turn white */ 
   background-color:#FFF; color:#000; 
}

p { font-family:Arial, Helvetica, Sans-serif; } 

tt { 
   font-family:Monotype, Verdana, Arial, Helvetica, Sans-serif; 
	font-weight:bold;
}

h1 { 
  font-family:Arial, Helvetica, Sans-serif; font-weight:normal; 
  margin:0; line-height:35px; font-size:2em; 	
} 

h2 { 
  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;  
  letter-spacing:1px; font-weight:normal; margin:0 0 0.5em 0; 
  line-height:normal; font-size:1.6em;
}

h3 { 
  font-family:Verdana, Arial, Helvetica, Sans-serif; font-weight:bold; 
  line-height:normal; font-size:1.3em;
  /* h3 always gold */ color:#C93; 
}

h4 { 
  font-family:Arial, Helvetica, Sans-serif; line-height:20px; 
  font-weight:bold; font-size:1.2em;
  /* h4 always navy */ color:#069; 
}

h5 { 
  font-family:Tahoma, Arial, Helvetica, Sans-serif; letter-spacing:1px; 
  font-weight:bold; font-size:1em;
}

h6 { 
  font-family:Arial, Helvetica, Sans-serif; letter-spacing:1px;  
  margin-bottom:0; line-height:normal; font-size:1em;	 
}

hr { height:1px; width:90%; color:#CC9933; }

blockquote {
  font-family:Arial, Helvetica, Sans-serif;
  line-height:normal; margin:auto 3em; padding:0 5px;
/*  background-color:#E3E3E3; */
} 

/* small fix for NN4 */
ol, ul, ol li, ul li, table ol, table ul { 
  font-family:Arial, Helvetica, Sans-serif; 
}

ol { 
  line-height:normal; font-size:inherit; 
}

ul { 
  font-family:Arial, Helvetica, Sans-serif; 
  line-height:normal; font-size:inherit;
} 

li { 
  font-family:Arial, Helvetica, Sans-serif; line-height:normal; 
  font-size:inherit; margin-bottom:0.3em;
}
/* small fix... */
li br { margin-bottom:-0.3em; }

form { margin-bottom:0; }

select, textarea, input { 
  font-family:Tahoma, Verdana, Arial, Helvetica; 
  padding-left:3px; color:#000000; 
}

fieldset { 
  padding:5px 25px 5px 25px; 
  margin:1em 5em; 
} fieldset table { width:auto; }

legend { 
  font-family:'Trebuchet MS', Tahoma, Arial; /*/*/
  padding-bottom:3px; /* */    
  font-weight:bold; 
} 

/* input attribute selectors - phase 02
input[type=button]   {  }
input[type=reset]    {  }
input[type=submit]   {  }
input[type=checkbox] {  }
input[type=radio]    {  }
input[type=text]     {  }
input[type=hidden]   {  }
input[type=password] {  }
input[type=image]    {  }
*/

#whatsnew h4 { margin:0; font-size:1.5em; } /* topic index fix */

#whatsnew h4 {
  font-family:Arial, Tahoma, Sans-serif; font-weight:bold; line-height:20px;
  font-size:1.4em; color:#369;
}

/*-- pseudo classes --*/

a:link    { color:#0000FF; text-decoration:underline; }
a:visited { color:#B100FF; text-decoration:underline; }
a:hover   { color:#000000; text-decoration:none; }
a:active  { color:#CC9933; text-decoration:underline; }

#whatsnew h4 a:link, #whatsnew h4 a:visited { text-decoration:none; } 
#whatsnew h4 a:hover, #whatsnew h4 a:active { text-decoration:underline; } 

#header a:link, #header a:visited { color:#C93; text-decoration:none; }
#header a:hover, #header a:active { color:#C93; text-decoration:underline; }

#header #topnav a:link, #header #topnav a:visited { color:#FFF; text-decoration:none; }
#header #topnav a:hover, #header #topnav a:active { color:#FFF; text-decoration:none; }

a[href$='#top']:link, a[href$='#top']:visited { color:#069; text-decoration:none; } 
a[href$='#top']:hover, a[href$='#top']:active { color:#69C; text-decoration:underline; }

a[href$='#skip']:link, a[href$='#skip']:visited { color:#069; text-decoration:none; } 
a[href$='#skip']:hover, a[href$='#skip']:active { color:#69C; text-decoration:underline; }

/*-- custom classes --*/

.smtxt { 
  font-family:Verdana, Arial, Helvetica, Sans-serif;
  font-size:11px;
}

.largetxt {
  font-family:Arial, Helvetica, sans-serif; letter-spacing:1px;
  line-height:22px; font-weight:bold; font-size:1.05em; 
}

.sup { /* superscript */
  font-family:Verdana, Arial, Helvetica, Sans-serif;
  vertical-align:super; font-size:75%;
}

.sub { /* subscript */
  font-family:Verdana, Arial, Helvetica, Sans-serif;
  vertical-align:sub; font-size:75%;
}

.indent { display:block; margin:auto 3em; } html>body .indent { padding-bottom:1em; }

.mmhide_go { /* global search button */
   border:solid 2px; border-color:#DFCA9E #996600 #996600 #DFCA9E; color:#FFF;
   background-color:#C9851A; font-family:Verdana, Arial, Sans-serif; 
   font-weight:bold; font-size:0.8em; height:2.3em; width:2.8em;
}

/*-- generated content --*/

a[href$='.pdf']:after { 
   content: url(/images/pdf.gif); display:inline; vertical-align:middle; 
	background-color:#FFF; padding:3px 1px 0 3px; 
} 

a[href$='#top'], a[href$='#skip'] { 
   font-family:Verdana, Arial, Helvetica, Sans-serif; text-decoration:none; 
	line-height:normal; font-style:normal; font-size:0.8em; 
	font-weight:bold; 
} 

/* topnav fix */
html>body #topnav a { border-left:solid 1px #fff; } html>body #topnav table { margin-left:-2px; }


/* End stylesheet */
