/* $Id: teach.css,v 1.4 2005/12/13 03:16:36 stevec Exp $ */
/* vim: expandtab sw=4 ts=4 sts=4:
*/
.hidden { display: none; }
.unhidden { display: block; }

.teach_warning_title {
    font-size: 16px;
    font-weight: bold;
    color: #D20F01;
}

.teach_warning_text:before {
//        background:     #D2D0C8 url('/images/corner_infobox_top_right.gif') no-repeat top right;
//        content:        url('/images/corner_infobox_top_left.gif');
        display:        block;
        font-size:      1px;
        margin:         -8px -8px 0 -8px;
        text-align:     left;
        height:         10px;
        line-height:    0.1;
}

.teach_warning_text:after {
//        background:     #D2D0C8 url('/images/corner_infobox_bottom_right.gif') no-repeat bottom right;
        clear:          both;
//        content:        url('/images/corner_infobox_bottom_left.gif');
        display:        block;
        font-size:      1px;
        height:         10px;
        line-height:    0.1;
        margin:         -8px;
        padding-top:    8px;
        text-align:     left;
        color: #99ddff;
        font-weight: bold;
}

.teach_warning_text {
    

    background-color:       #D2D0C8;
/*    color:                  white;*/
    text-align:             center;
    padding:                8px;
    margin-bottom:          7px;
    margin-top:             4px;
    font-size: 14px;
    font-weight: bold;
/*    color: #FF9900;*/
    margin-left: 20px;
    margin-right: 20px;
}

.teach_notice_text {
    font-size: 14px;
    color: #FF9900;
}
.teach_notice_title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;

}
.teach_green {
    font-weight: bold;
    color: #008000;
}
.teach_red {
    font-weight: bold;
    color: #FF0000;
}

.teach_table_header {
	white-space: normal;
	background-color: #000000;
	background-position: center center;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.teach_table_rows {
    white-space: normal;
    background-color: #e5e5e5;
    background-position: center center;
    color: #000000;
}

.teach_table_rows_red {
    white-space: normal;
    background-color: #e5e5e5;
    background-position: center center;
    color: #FF0000;
}

.teach_login_header {
    white-space: normal;
    background-color: #000000;
    background-position: center center;
/*
    font-family: Arial, Helvetica, sans-serif;
*/
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.teach_login_body {
    white-space: normal;
    background-color: #ffffcc;
    background-position: center center;
/*
    font-family: Arial, Helvetica, sans-serif;
*/
    font-size: 12px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}


form#LoginForm {
    width: 250px;
    margin-left:auto;
    margin-right:auto;
    padding: 20px;
    border: 1px solid #270644;
/*
    border: 1px solid ;
*/
    /*** Adding in CSS3 ***/
 
    /*** Rounded Corners ***/
    /*-moz-border-radius: 20px;
    -webkit-border-radius: 20px;*/
 
    /*** Background Gradient - 2 declarations one for Firefox and one for Webkit ***/
    /*background:  -moz-linear-gradient(19% 75% 90deg,#4E0085, #963AD6);
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#4E0085));*/
 
    /*** Shadow behind the box ***/
    /*-moz-box-shadow:0px -5px 300px #270644;
    -webkit-box-shadow:0px -5px 300px #270644;*/
}

label.LoginLabel {
        font-size: 12px;
/*
        font-family: arial, sans-serif;
*/
        list-style-type: none;
        color: #000;
/*
        text-shadow: #000 1px 1px;
        margin-bottom: 10px;*/
        font-weight: bold;
        letter-spacing: 1px;

        text-transform: uppercase;
        display: block;

}

input.LoginInput {
    width: 230px;
    /*background: #8a33c6;*/
    padding: 6px;
    margin-bottom: 10px;
/*    border-top: 1px solid #ad64e0;*/
/*
    border-top: 1px solid;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
*/
    /*** Adding CSS3 ***/
 
    /*** Transition Selectors - What properties to animate and how long ***/
   /* -webkit-transition-property: -webkit-box-shadow, background;
    -webkit-transition-duration: 0.25s;*/
 
    /*** Adding a small shadow ***/
/*    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 0px 0px 2px #000;*/
}

/*input.LoginInput:hover {
    -webkit-box-shadow: 0px 0px 4px #000;
    background: #9d39e1;
}*/

/*
input.LoginSubmit {
    width: 100px;
    color: #000;
    text-transform: uppercase;
    /*text-shadow: #000 1px 1px;*/
    border-top: 1px solid;
    /*border-top: 1px solid #ad64e0;*/
    margin-top: 10px;
 /*** Adding CSS3 Gradients ***/
/*
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#963AD6), to(#781bb9));
    background:  -moz-linear-gradient(19% 75% 90deg,#781bb9, #963AD6);*/
}
*/
