/* NLSD SUB-PAGE FORMATTING: CSS SHEET */
/* Last Modified Oct 4 2007 */
/* GENERAL PAGE FORMATTING  NLSD SUB-PAGE FORMATTING CSS SHEET */


li
{
    font-size : 12pt;
    List-style-type : square;
    Margin-left : 25px;
    List-style-image : url("http://schools.nlsd.org/template/images/blueball.gif");
    Padding-top : 3px;
    Padding-bottom : 3px;
}

li.level2
{
    font-size : 10pt;
    List-style-type : square;
    Margin-left : 45px;
    List-style-image : url("http://schools.nlsd.org/template/images/redball.gif");
    Padding-top : 3px;
    Padding-bottom : 3px;
}


body
{
    margin-left : 0px;
    margin-top : 0px;
    margin-right : 10px;
    margin-bottom : 10px;
    background-image : url("http://schools.nlsd.org/template/images/notebookbg.jpg");
    background-repeat : repeat-y;
    background-color : rgb(255 , 255 , 255);
    background-attachment : fixed;
    font-size : 10pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : normal;
    color : rgb(0 , 0 , 0);
    letter-spacing : normal;
    Padding-left : 50px;
}
h1
{
    font-size : 20pt;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    color : rgb(0 , 0 , 153);
    letter-spacing : normal;
    Font-style : italic;
    Text-align : left;
    Padding-top : 20px;
    Padding-bottom : 0px;
    margin-bottom : 1px;
    padding-left: 5px;
    Font-weight : bold;
}
h2
{
    font-size : 14pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : bold;
    color : #666666;
    letter-spacing : normal;
    Text-align : left;
    Padding-top : 0px;
    margin-top : 0px;
    padding-left: 40px;
}


h3
{
    font-size : 12pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : normal;
    Font-style : italic;
    color : rgb(0 , 0 , 0);
    letter-spacing : normal;
    Padding-left : 50px;
}


h4
{
    Font-family : serif ,  Times New Roman;
    Font-size : 16pt;
    Color : blue;
    margin : 5px 5px 5px 5px ;
}

h5
{
    Padding-top : 0px;
    Margin-top : 0px;
    
    font-size : 10pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : bold;
    color : rgb(0 , 0 , 0);
    letter-spacing : normal;
    Padding-left : 25px;
    
}

h6
{
    Font-family : serif ,  Times New Roman;
    Font-size : 12pt;
    font-style : italic;
    Color : #999999;
    margin-bottom : 2px;
}

p
{
    font-size : 12pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : normal;
    color : rgb(0 , 0 , 0);
    letter-spacing : normal;
    Padding-left : 50px;
}
hr
{
    Width : 70%;
    height : 2px;
    margin : 10px auto 20px 0px ; /*this will align it left for Mozilla*/
    text-align: left;/*this will align it for IE*/
    background: #000099;
   /* background-image : url("http://schools.nlsd.org/template/images/bar.gif"); */
}
/* PAGE LINKS FORMATTING */
a
{
    color : rgb(0 , 0 , 153);
    font-size : inherit;
    text-decoration : underline;
}
a:visited
{
    color : rgb(0 , 0 , 0);
    font-size : inherit;
    text-decoration : underline;
}
/* visited link */
a:hover
{
    color : rgb(255 , 0 , 0);
    font-size : inherit;
    text-decoration : none;
}
/* mouse over link */
a:active
{
    color : rgb(0 , 255 , 0);
    font-size : inherit;
    text-decoration : underline;
}

/* TABLE FORMATTING STYLES*/

#mytable {
   width: 700px;
   padding: 0;
   margin: 0;
}

th {

   color: #000000;
   border-right: 1px solid #C1DAD7;
   border-bottom: 1px solid #C1DAD7;
   border-top: 1px solid #C1DAD7;
   letter-spacing: 2px;
   text-transform: uppercase;
   text-align: left;
   padding: 6px 6px 6px 12px;
   font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   background: #CAE8EA url(http://schools.nlsd.org/template/images/table_bg_header.jpg) no-repeat;
}

th.nobg {
   border-top: 0;
   border-left: 0;
   border-right: 1px solid #C1DAD7;
   background: none;
}

td {
   border-right: 1px solid #C1DAD7;
   border-bottom: 1px solid #C1DAD7;
   background: #fff;
   padding: 6px 6px 6px 12px;
   color: #000000;
   font: bold 11px "Arial", Verdana, Helvetica, sans-serif;
}


td.alt {
   background: #ccccFF;
   color: #000000;
}

td.altsp {
   background: #999999;
   color: #ff0000;
}

td.alt2 {
   background: #FF9966;
   color: #000000;
}

td.alt3 {
   background: #339966;
   color: #000000;
}

td.alt4 {
   background: #9933FF;
   color: #000000;
}

td.alt5 {
   background: #FFCC66 ;
   color: #000000;
}


th.spec {
   border-left: 1px solid #C1DAD7;
   border-top: 0;
   background: #fff url(http://schools.nlsd.org/template/images/table_bullet1.gif) no-repeat;
   font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

}

th.specalt {
   border-left: 1px solid #C1DAD7;
   border-top: 0;
   background: #ccccFF url(http://schools.nlsd.org/template/images/table_bullet2.gif) no-repeat;
   font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   color: #000000;
}




.ecode
{
  /* background-color: #ff3333; */
   background-color: #99CCFF;
   width: 98%;
   padding: 6px ;
   font-family: Arial, Helvetica, sans-serif;
   border: thin solid #0000ff;
}
div.ecode h1
{
    font-size : 12pt;
    font-family :  Arial , Verdana , Helvetica , sans-serif;
    color : rgb(255 , 0 , 0);
    letter-spacing : normal;
    Text-align : left;
    Padding-top : 0px;
    Padding-left : 3px;
    Font-weight : bold;
    Margin-bottom : 3px;
    Margin-top : 3px;
}
div.ecode h2
{
    font-size : 12pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : bold;
    color : rgb(0 , 0 , 0);
    letter-spacing : normal;
    Padding-left : 5px;
    Font-style : italic;
}
div.ecode p
{
    font-size : 10pt;
    font-family : Arial , Helvetica , Verdana , Sans Serif;
    font-weight : normal;
    color : rgb(00 , 00 , 102);
    letter-spacing : normal;
    Padding-left : 10px;
    Padding-top : 0px;
    Margin-top : 0px;
    padding-bottom : 0px;
}
div.ecode hr
{
    Width : 225px;
    height : 5px;
    background-image : url("http://www.nlsd.org/main/images/bar.gif");
    border : 0;
    Border-bottom : 0;
    Border-top : 0;
    Border-right : 0;
    Border-left : 0;
    Border-style : none;
    Border-top-width : 0;
    Border-right-width : 0;
    Border-bottom-width : 0;
    Border-left-width : 0;
    Border-width : 0;
    Border-color : white;
}
div.ecode a
{
    color : rgb(0 , 0 , 153);
    font-size : inherit;
    text-decoration : underline;
}
div.ecode a:visited
{
    color : rgb(0 , 0 , 0);
    font-size : inherit;
    text-decoration : underline;
}
/* visited link */
div.ecode a:hover
{
    color : rgb(255 , 0 , 0);
    font-size : inherit;
    text-decoration : none;
}
/* mouse over link */
div.ecode a:active
{
    color : rgb(0 , 255 , 0);
    font-size : inherit;
    text-decoration : underline;
}