﻿/* 
light.css was produced by Stephen Seal
www.stephenseal.com
for www.lessonup.com
*/


/*************** Page Tags and Elements *********************/

BODY
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #000000;
    background-image: url(   '../NLULight/images/backs/page-bg.png' );
    background-repeat: repeat-x;
}
A
{
    color: #0DAF05;
    border: 0px;
    text-decoration: none;
    vertical-align: top;
}

A:hover
{
    color: #999999;
    border: 0px;
    text-decoration: none;
    vertical-align: top;
}

IMG
{
    border: 0px;

}



/*************   CONTAINERS      *****************/

#wrapper
{
    width: 100%;
    text-align: center;
}
#container
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align:left;
}
#header
{
    width: 100%;
/*    border-top-style: solid;
    border-top-width: 1px;
    border-color: #CCCCCC;  
*/
    margin-top: 15px;  

}
#logo
{
    width: 481px;
    height: 94px;
    float: left;
    background-image: url('../NLULight/images/logo.png');
    background-repeat: no-repeat;
}
#userlog
{
    margin: 15px;
    width: 200px;
    height: 22px;
    float: right;
    text-align: right;
}
#content
{
    width: 100%;
    margin-top: 5px;
    background-color: #FFFFFF;
    color: #000000;
}

#footer
{
    height: 15px;
    display: block;
    margin-bottom: 5px;
    margin-top: 25px;
    cursor: default;
    width: 100%;
    text-align: center;
    border-color: #CCCCCC;
    padding-bottom: 3px;
    padding-top: 3px;
    border-top-style: solid;
    border-top-width: 1px;
    font-size: .75em;
}

#copyright
{
    height: 15px;
    display: block;
    margin-bottom: 5px;
    cursor: default;
    width: 100%;
    text-align: right;
    font-size: .55em;
    color: #C0C0C0;
}

#leftmenu, .leftmenu
{
    width: 200px;
    float: left;
    padding: 2 2 2 2;
}

#module1, #module2, #module3, .module1, .module2, .module3
{

    width: 100%;

}

.module
{
    border: 1px solid #DDEADB;
    padding-bottom: 15px;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 15px;
    margin-left: 5px;

}

.module_title_div
{
    width: 190px;
    background-image: url('images/backs/module-color3-h3.png');
    height: 47px;
    padding-left: 10px;
    line-height: 45px;
    margin-bottom: 8px;

}

.arrow
{
    padding-left: 20px;
    background: url( '../NLULight/images/backs/moreinfo-desc.png' ) 0 50% no-repeat;   
}

.module_elements
{
    background-image: url(    '../NLULight/images/menu_icon.png' );
    line-height: 26px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.module_elements3
{
    background-image: url(    '../NLULight/images/special-7.png' );
    padding-left: 20px;
    background-repeat: no-repeat;
    font-size: .85em;
    padding-right: 5px;
}

.module_elements2
{
    padding: 5px;
    font-size: .85em;
}

.module_elements_legend
{
    height: 26px;
    padding-left: 20px; 
    line-height: 16px;
    font-size: .85em;    
}

#main, .main
{
    width: 680px;
    float: right;
    padding-right: 5px;
    padding-left: 5px;

}

#main_plans
{
    width: 860px;
    padding-right: 5px;
    padding-left: 20px;
}

.centering_panel
{
    width: 100%;
    text-align: center;
  
}

.centered
{
    margin-right: auto;
    margin-left: auto;
}

#login_panel
{
    width: 401px;
    margin-right: auto;
    margin-left: auto;
}

#signup_panel
{
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.notice_div
{
    padding: 3px 5px 3px 5px;
    width: 100%;
    color: #006600;
    background-color: #CCFFCC;
    text-align: left;
    font-style: italic;
}

.info_div
{
    border: 1px solid #CCCCCC;
    padding: 3px 5px 3px 30px;
    color: #006600;
    background-color: #CCFFCC;
    text-align: left; /*font-style: italic;   */
    background-image: url( '../NLULight/images/info.png' );
    background-repeat: no-repeat;
    line-height: 22px;
    font-size: .90em;
}

.panel_wrapper
{
    padding: 10px 35px 35px 35px;
    border: 1px solid #CCCCCC;
}

.gaugecontainer
{
    height: 12px;
    width: 200px;
    border-right: #a9a9a9 1px solid;
    border-top: #a9a9a9 1px solid;
    border-left: #a9a9a9 1px solid;
    border-bottom: #a9a9a9 1px solid;
    background-color: #FFFFFF;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}


.gauge
{
    height: 12px;
    background-color: #339900;
}

.small_tag
{
    font-size: 0.8em;
    text-align: right;
}

.progressdiv
{
    font-size: 0.85em;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    text-align: left;
    line-height: 12pt;
}

.panel_div
{
    background-color: #F3F3F3;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    
}

.line_div
{
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #DFEBDC;
    line-height: 2px;
    height: 2px;
}

.step
{
    background-repeat: no-repeat;
    height: 50px;
    line-height: 45px;
    padding-left: 50px;    
}

.see_below_div
{
    background-repeat: no-repeat;
    font-size: .75em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DFEBDC;
    background-image: url(  '../NLULight/images/nlubelow.png' );
    padding-left: 25px;
    width: 100%;
    line-height: 20px;
    color: #25861B;
}

.framework_div
{
    padding: 10px;
    background-color: #FFFFFF;
    margin-top: 50px;
}

.editor_div
{
    padding: 10px;
    border: 1px solid #DCDCDC;
}

.blankeditor_div
{
    height: 24px;
    border: 1px solid #DCDCDC;
    background-image: url(  '../NLULight/images/no-entry.jpg' );
    background-repeat: no-repeat;
}
.editor_title_div
{
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 10px;
    background-color: #65CD5F;
    width: 850px;
    margin-bottom: 10px;
}



/****************** table css ***********************/
.table_left_column
{
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: right;

    width: 100%;
    
}
.table_right_column
{
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: left;

}

.table_button_row
{
    padding-right: 5px;
    padding-bottom: 5px;
    text-align: right;
}


.ucTagContainer_css
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ucSubTagContainer_css
{
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #008000;
    margin-bottom: 5px;
}

.frameworklabel
{
    padding: 5px;
    vertical-align: top;
}

/************** Toolbar / Linkbar Styles *************/

#mainlinkbar
{
    float:left;
    border-style: none;
    border-width: 0px;
    cursor: default;
    width: 890px;
    height: 40px;
    background-color: #000000;
    background-image: url( '../NLULight/images/backs/topbar-m.png' );
}

#mainlinkbar-l
{
    float:left;
    border-style: none;
    border-width: 0px;
    height: 40px;
    width: 5px;
    background-color: #000000;
    background-image: url( '../NLULight/images/backs/topbar-l.png' );
}

#mainlinkbar-r
{
    float:right;
    border-style: none;
    border-width: 0px;    
    height: 40px;
    width: 5px;
    background-color: #000000;
    background-image: url( '../NLULight/images/backs/topbar-r.png' );
}

.mainlink
{
    margin-right: 5px;
    padding-right: 5px;
    display: block;
    float: right;
    padding-left: 30px;
    padding-bottom: 5px;
    vertical-align: sub;
    padding-top: 5px;
    text-align: right;
    cursor: hand;
    margin-top: 5px;
    margin-bottom: 5px;
    background-image: url(  '../NLULight/images/backs/topbar-div.png' );
    background-repeat: no-repeat;

}

.mainlink a:link
{
    color: #FFFFFF;
    border: 0px;
    text-decoration: none;
    vertical-align: middle;
}

.mainlink a:visited
{
    color: #FFFFFF;
    border: 0px;
    text-decoration: none;
    vertical-align: middle;
}

.mainlink a:hover
{
    color: #999999;
    border: 0px;
    text-decoration: none;
    vertical-align: middle;
}
.mainlink a:active
{
    color: #00CC00;
    border: 0px;
    text-decoration: none;
    vertical-align: middle;
}

#bigtoolbar
{
    height: 170px;
    display: block;
    margin-bottom: 10px;
    margin-left: 50px;
    cursor: default;
    width: 100%;
    border-bottom-style: none;
    border-bottom-width: 0px;
    padding-right: 10px;
}

.bigtools
{
    margin-left: 20px;
    display: block;
    float: left;
    vertical-align: middle;
    cursor: hand;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
}


#toolbar, .toolbar
{
    height: 36px;
    margin-top: 5px;
    display: block;
    margin-bottom: 10px;
    cursor: default;
    width: 890px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DAE8D7;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#toolbar_bottom
{
    height: 40px;
    margin-top: 5px;
    display: block;
    margin-bottom: 10px;
    cursor: default;
    width: 890px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DAE8D7;
    padding-right: 10px;
}

.tools
{
    border-right: #DAE8D7 1px solid;
    border-top: #DAE8D7 1px solid;
    border-left: #DAE8D7 1px solid;
    margin-right: 5px;
    border-bottom: #DAE8D7 1px solid;
    padding-right: 5px;
    display: block;
    float: right;
    padding-left: 34px;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-top: 10px;   
    text-align: right;
    cursor: hand;
}

.toolssmall
{
    margin-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    padding-left: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-top: 5px;
    cursor: hand;
    font-size: .75em;
}

.tagtool
{
    border-right: #DAE8D7 1px solid;
    border-top: #DAE8D7 1px solid;
    border-left: #DAE8D7 1px solid;
    margin-right: 5px;
    border-bottom: #DAE8D7 1px solid;
    padding-right: 5px;
    padding-left: 15px;
    text-align: right;
    cursor: hand;
}

.wait
{
    background-image: url(../NLULight/images/ajax-loader.gif);
    background-repeat: no-repeat;
    margin-left: 10px;
    padding-right: 5px;
    display: block;
    float: left;
    padding-left: 34px;
    padding-bottom: 5px;
    vertical-align: middle;
    padding-top: 10px;   
    text-align: right;

}

.spacer-1
{
    margin-top: 5px;
    width: 100%;
    border-style: none;
    border-width: 0px;
}

/********************************** Grid Style ****************************************/

.grid_header
{
    height: 48px;
    padding-left: 5px;
    line-height: 45px;
    background-image: url(   '../NLULight/images/backs/module-color3-h4.png' );
    text-align:left;
}

.grid_header2
{
    height: 0px;
    display: none;
}

.grid_pager
{
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    text-align: left;
}

.grid_selected
{
    vertical-align: top;
    border-bottom:  0px;
    border-top:  0px;
    border-right: 0px;
    border-left: 0px;
}

.grid_row
{
    vertical-align: top;
    border-bottom:  0px;
    border-top:  0px;
    border-right: 0px;
    border-left: 0px;
}

.grid_row2
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #00CC66;
}


.grid_alternating
{
    vertical-align: top;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    background-color: #E0ECDF;

}

.grid_alternating2
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #00CC66;
}

.grid_empty
{
    vertical-align: top;
    border-bottom:  0px;
    border-top:  0px;
    border-right: 0px;
    border-left: 0px;
}

.grid_item
{
    vertical-align: top;
    border-bottom:  0px;
    border-top:  0px;
    border-right: 0px;
    border-left: 0px;
}

.grid_item2
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #00CC66;
}

.grid_control
{
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    text-align: left;
}
.grid_control2
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #00CC66;
}


.grid_footer
{
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    text-align: left;

}
.grid_footer2
{
    height: 0px;
    display: none;
}

.grid_bottom_panel
{
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.griddiv
{
    font-size: .80em;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    text-align: left;
    background-color: #F3F3F3;
}

.griddiv2
{
    font-size: .80em;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    text-align: left;    
}



/************** Hidden Data... Don't change this in skins *************/

.hidden
{
    display: none;
}

.visible
{

}

.cleardiv
{
    clear: both;
}

/************************************* Tree Style **********************************/
.competency_tree
{
    /* Competency Heading on the tree */
    color: #006600;
    font-weight: bold;
}
.objective_tree
{
/* Objective Heading on the tree */    
    
    color: #006600;
    font-weight: bold;    
    
}

.subobjective_tree
{
    /* SubObjective Heading on the tree */
    color: #006600;
    font-weight: bold;
}

.tree_div
{
    font-size: 1.1em;
}

.tree_div1
{
    padding: 5px;
    font-size: 1.3em;
    background-color: #FFFFFF;
    width: 500px;
}

.tree_div2
{
    padding: 5px;
    font-size: 1.3em;
    background-color: #E0ECDF;
    width: 300px;
}

/*********************** Special Text ******************************/
.warningtext
{
    color: #CC0000;
}

.warning
{
    font-style: italic;
    color: #FF0000;
    font-size: .7em;
}

.label, .adminlabels
{
    font-weight: bold;
    color: #006600;
}
.smalltext
{
    font-size: 0.7em;
}

.TagLabel
{
    font-size: 0.85em;
    font-weight: bold;
}

.SubTagLabel
{
    font-size: 0.75em;
}

.small_label
{
    font-size: 0.80em;
    color: #003300;
    font-weight: bold;
    vertical-align:middle;
}

.smalllinks
{
    font-size: 0.7em;
    text-align: right;
    width: 100%;    
}

.smalllinks2
{
    font-size: 0.7em;
    width: 100%;    
}
.LessonLabel
{
    font-size: 1.15em;
    color: #339933;
    font-weight: bold;
}

.LessonLabelDisabled
{
    font-size: 1.15em;
    color: #666666;
    font-weight: bold;
}

.GroupTagLabel
{
    font-size: 1.50em;
    color: #339933;
    font-weight: bold;
    line-height: 30px;
}

.GroupTagLabelDisabled
{
    font-size: 1.50em;
    color: #666666;
    font-weight: bold;
    line-height: 30px;
}
.DateLabel
{
    font-style: italic;
}
.CourseLabel
{

}

.SchoolLabel
{
    
}


.admintitle
{
    color: #50B8F7;
    font-weight: bold;

}

.title
{
    color: #006600;
    font-weight: bold;
    margin-bottom: 5px;
}

/*********************** Icons *************************************/

.Icon
{
    background-image: url('../NLULight/images/logo.jpg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    float: left;
    margin: 4px;
    font-size: 16pt;
}


.Done
{

   /* background-image: url(../NLULight/images/standards_done.gif);
    background-repeat: no-repeat; */
    width: 16px;
    height: 16px;

}

.Unused
{

    /*background-image: url(../NLULight/images/standards_unused.gif);
    background-repeat: no-repeat;*/
    width: 16px;
    height: 16px;
    font-size: 16pt;

}

.Incomplete
{

    /*background-image: url(../NLULight/images/standards_incomplete.gif);
    background-repeat: no-repeat;*/
    width: 16px;
    height: 16px;
    font-size: 16pt;

}

/*
.AddIcon
{
    background-image: url(../css/dark/images/plus.gif);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 1px 0px 0px;
    font-size: 16pt;

}

.CancelIcon
{
    background-image: url(../css/dark/images/Cancel.gif);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 1px 0px 0px;
    font-size: 16pt;

}
*/
.Approved
{
    background-image: url(../NLULight/images/nluapproved.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;

}

.Submitted
{
    background-image: url(../NLULight/images/nlusubmitted.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;   
    float: left; 
    margin: 4px;
    font-size: 20pt;

}

.Revise
{
    background-image: url(../NLULight/images/nlurevise.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;

}

.NotSubmitted
{
    background-image: url(../NLULight/images/nlunotsubmitted.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;

}

.tagactive
{
    background-image: url(../NLULight/images/nlutag.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;

}

.taghidden
{
    background-image: url(../NLULight/images/nlutaghidden.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;
}

.studentactive
{
    background-image: url(../NLULight/images/nlustudentactive.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;
}

.studenthidden
{
    background-image: url(../NLULight/images/nlustudenthidden.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;
}

.classactive
{
    background-image: url(../NLULight/images/classsmall.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;
}

.classhidden
{
    background-image: url(../NLULight/images/classsmallinactive.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 4px;
    font-size: 20pt;
}

.ViewIcon
{
    background-image: url(../NLULight/images/nluprintenabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    font-size: 20pt;
    line-height: normal;
    margin: 0px 1px 0px 0px;
    vertical-align: top;

}

.AcceptIcon
{
    background-image: url(../NLULight/images/nluaccept.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    line-height: normal;
    vertical-align: top;
}

.ViewPlans
{
    background-image: url(../NLULight/images/nluviewenabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    line-height: normal;
    vertical-align: top;

}
.EditIcon
{
    background-image: url(../NLULight/images/nlueditenabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    line-height: normal;
    vertical-align: top;
}

.MiniEditIcon
{
    background-image: url(../NLULight/images/nluminiedit.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 1px 0px 0px;
    font-size: 12pt;
    line-height: normal;
    vertical-align: top;
}

.MiniAddIcon
{
    background-image: url(../NLULight/images/nluminiadd.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 1px 0px 0px;
    font-size: 12pt;
    line-height: normal;
    vertical-align: top;
}

.MiniDeleteIcon
{
    background-image: url(../NLULight/images/nluminidelete.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 1px 0px 0px;
    font-size: 12pt;
    line-height: normal;
    vertical-align: top;
}

.StudentDeleteIcon
{
    background-image: url(../NLULight/images/nlustudentdelete.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    line-height: normal;
    vertical-align: top;
}

.CopyIcon
{
    background-image: url(../NLULight/images/nlucopyenabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    line-height: normal;    
    vertical-align: top;

}

.DefaultIcon
{
    background-image: url(../NLULight/images/nludefault.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    line-height: normal;
}

.MakeDefaultIcon
{
    background-image: url(../NLULight/images/nlumakedefault.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    line-height: normal;
    vertical-align: top;
}

.QuickShareIcon
{
    background-image: url(../NLULight/images/nluquickshare.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    line-height: normal;
    vertical-align: top;
}

.DeleteIcon
{
    background-image: url(../NLULight/images/nludeleteenabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.TagDeleteIcon
{
    background-image: url(../NLULight/images/nlutagdelete.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.PublishedIcon
{
    background-image: url(../NLULight/images/nlupublished.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.NotPublishedIcon
{
    background-image: url(../NLULight/images/nlunotpublished.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.DisabledEditIcon
{
    background-image: url(../NLULight/images/nlueditdisabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;

}


.DisabledDeleteIcon
{
    background-image: url(../NLULight/images/nludeletedisabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.ClassDeleteIcon
{
    background-image: url(../NLULight/images/nluclassdeleteenabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.MediumAddIcon
{
    background-image: url(../NLULight/images/nlumediumadd.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.DisabledClassDeleteIcon
{
    background-image: url(../NLULight/images/nluclassdeletedisabled.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.WebSearchIcon
{
    background-image: url(../NLULight/images/nluwebsearch.png);
    background-repeat: no-repeat;
}

.EditHomeworkIcon
{
    background-image: url(../NLULight/images/nluedithomework.png);
    width: 24px;
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 1px 0px 0px;
    font-size: 20pt;
    vertical-align: top;
}

.minisubmitted
{
    background-image: url(../NLULight/images/nluminisubmitted.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 2px 0px 0px;
    font-size: 12pt;
    vertical-align: top;
}

.mininotsubmitted
{
    background-image: url(../NLULight/images/nlumininotsubmitted.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 2px 0px 0px;
    font-size: 12pt;
    vertical-align: top;
}

.minirevise
{
    background-image: url(../NLULight/images/nluminirevise.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 2px 0px 0px;
    font-size: 12pt;
    vertical-align: top;
}

.miniapproved
{
    background-image: url(../NLULight/images/nluminiapproved.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 2px 0px 0px;
    font-size: 12pt;
    vertical-align: top;
}

.minisubmitteddisabled
{
    background-image: url(../NLULight/images/nluminisubmitteddisabled.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 2px 0px 0px;
    font-size: 12pt;
    vertical-align: top;
}

.mininotsubmitteddisabled
{
    background-image: url(../NLULight/images/nlumininotsubmitteddisabled.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 2px 0px 0px;
    font-size: 12pt;
    vertical-align: top;
}

.minirevisedisabled
{
    background-image: url(../NLULight/images/nluminirevisedisabled.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 2px 0px 0px;
    font-size: 12pt;
    vertical-align: top;
}

.miniapproveddisabled
{
    background-image: url(../NLULight/images/nluminiapproveddisabled.png);
    width: 16px;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 2px 0px 0px;
    font-size: 12pt;
    vertical-align: top;
}

.toogle
{
    width: 110px;
    display: block;
    line-height: 1.2em;
    font-size: .8em;
    vertical-align: middle;
    
}


/******************** modifiers ************************/



.mod1
{
    width: 400px;
}

.mod2
{
    width: 600px;
}

.mod3
{
    margin-top: 38px;
}

.mod4
{
    width: 800px;    
}

.mod5
{
    text-align: right;
}

.mod6
{
    width: 850px;
    margin-right: auto;
    margin-left: auto;
}

.newtool
{
 
    background-image: url(  '../NLULight/images/nlunewtool.png' );
    background-repeat: no-repeat;
}

.savetool
{
 
    background-image: url(  '../NLULight/images/nlusavetool.png' );
    background-repeat: no-repeat;
}

.savetooljq
{
 
    background-image: url(  '../NLULight/images/nlusavetool.png' );
    background-repeat: no-repeat;
    color: #0DAF05;
}

.savetoolhoverjq
{
 
    background-image: url(  '../NLULight/images/nlusavetool.png' );
    background-repeat: no-repeat;
    color: #999999;
}

.canceltooljq
{
 
    background-image: url(  '../NLULight/images/nlucanceltool.png' );
    background-repeat: no-repeat;
    color: #0DAF05;
}

.continuetooljq
{
 
    background-image: url(  '../NLULight/images/nlucontinuetool.png' );
    background-repeat: no-repeat;
    color: #0DAF05;
}

.archivetool
{
 
    background-image: url(  '../NLULight/images/nluarchivetool.png' );
    background-repeat: no-repeat;
}

.sendtool
{
 
    background-image: url(  '../NLULight/images/nlusendtool.png' );
    background-repeat: no-repeat;
}

.canceltool
{
 
    background-image: url(  '../NLULight/images/nlucanceltool.png' );
    background-repeat: no-repeat;
}
.searchtool
{
 
    background-image: url(  '../NLULight/images/nlusearch.png' );
    background-repeat: no-repeat;
}
.addsearchtool
{
 
    background-image: url(  '../NLULight/images/nluaddsearch.png' );
    background-repeat: no-repeat;
}

.accepttool
{
 
    background-image: url(  '../NLULight/images/nluacceptplan.png' );
    background-repeat: no-repeat;
}

.revisetool
{
 
    background-image: url(  '../NLULight/images/nlurevision.png' );
    background-repeat: no-repeat;
}

.visualsearchtool
{
 
    background-image: url(  '../NLULight/images/nluvisualsearchtool.png' );
    background-repeat: no-repeat;
}


.continuetool
{
 
    background-image: url(  '../NLULight/images/nlucontinuetool.png' );
    background-repeat: no-repeat;
}

.usedtagtool
{
 
    background-image: url(  '../NLULight/images/nluusedtag.png' );
    background-repeat: no-repeat;
}

.emptytagtool
{
 
    background-image: url(  '../NLULight/images/nluemptytag.png' );
    background-repeat: no-repeat;
}

.step1
{
    background-image: url(  '../NLULight/images/nlustep1.png' );
}

.step2
{
    background-image: url(  '../NLULight/images/nlustep2.png' );
}

.step3
{
    background-image: url(  '../NLULight/images/nlustep3.png' );
}

.step4
{
    background-image: url(  '../NLULight/images/nlustep4.png' );
}

.step5
{
    background-image: url(  '../NLULight/images/nlustep5.png' );
}

.step6
{
    background-image: url(  '../NLULight/images/nlustep6.png' );
}

.PersonalSettings
{
     background-image: url(../NLULight/images/nlupersonalsettings.png);
}

.MyClasses
{
     background-image: url(../NLULight/images/nluclasses.png);
}

.MyPlans
{
     background-image: url(../NLULight/images/nlumyplans.png);
}

.MySettings
{
     background-image: url(../NLULight/images/nlusettings.png);
}

.PasswordSettings
{
     background-image: url(../NLULight/images/nlupassword.png);
}

.TemplateSettings
{
     background-image: url(../NLULight/images/nlutemplates.png);
}

.TeacherProgress
{
     background-image: url(../NLULight/images/nluprogress.png);
}
.ApprovePlans
{
     background-image: url(../NLULight/images/nluapproveplans.png);
}
.SearchPlans
{
     background-image: url(../NLULight/images/nlusearchplans.png);
}
.NutsandBolts
{
     background-image: url(../NLULight/images/nlunutsandbolts.png);
}

.EditFramework
{
     background-image: url(../NLULight/images/nluframeworkedit.png);
}

.ViewFramework
{
     background-image: url(../NLULight/images/nluviewframework.png);
}

.ManageFramework
{
     background-image: url(../NLULight/images/nluframeworktags.png);
}

.SettingsPlain
{
     background-image: url(../NLULight/images/nlusettingsplain.png);
} 

.FrameworkTools
{
     background-image: url(../NLULight/images/nluframeworktools.png);
}
a.searchplansbycourse:link
{
    background-image: url(../NLULight/images/nluplanbycourse.png);
    margin-left: 20px;
    display: block;
    float: left;
    vertical-align: middle;
    cursor: hand;
    background-repeat: no-repeat;
    width: 188px;
    height: 188px;     
}

a.searchplansbycourse:hover
{
    background-image: url(../NLULight/images/nluplanbycourse-hover.png);
    margin-left: 20px;
    display: block;
    float: left;
    vertical-align: middle;
    cursor: hand;
    background-repeat: no-repeat;
    width: 188px;
    height: 188px;
}

.searchplansbyclass
{
     background-image: url(../NLULight/images/nluplanbyclass.png);
}

.searchplansbysahred
{
    background-image: url(../NLULight/images/nluplanshare.png);

}

.classactive
{
    background-image: url(../NLULight/images/classsmall.png);
    background-repeat:no-repeat;
}

.classinactive
{
    background-image: url(../NLULight/images/classsmallinactive.png);
    background-repeat:no-repeat;
}

.bigtools2
{
    margin-left: 20px;
    display: block;
    float: left;
    vertical-align: middle;
    cursor: hand;
    background-repeat: no-repeat;
    width: 188px;
    height: 188px;
}

.edittool
{
    border: 1px solid #DCDCDC;
    padding-right: 100px;
    

}

/************************* JQuery **************************/



