/***************************************************************
*                                                              *
*   Intelrate Education Center. Base Cascading Style Sheets.   *
*                                                              *
***************************************************************/

.header {
    margin-top:    10px;
    margin-bottom: 20px;
    color:         #990000;
    text-align:    center;
    font-size:     xx-large;
    font-family:   Garamond;
}

.simpleText {
    margin-bottom: 20px;
    margin-left:   10px;
    margin-right:  20px;
    text-align:    justify;
}

.shiftedSimpleText {
    margin-bottom: 20px;
    margin-left:   25px;
    margin-right:  20px;
    text-align:    justify;
}

.simpleRightText {
    margin-bottom: 20px;
    margin-left:   10px;
    margin-right:  20px;
    text-align:    right;
}

.phraseText {
    margin-bottom: 20px;
    margin-left:   10px;
    margin-right:  20px;
    font-weight:   bold;
    text-align:    right;
}

.centeredImage {
   margin-top:    20px;
   margin-bottom: 20px;
   text-align:    center;
}

.standardLink a:link {
    text-decoration: underline;
    color:           #ffa72e;
}

.standardLink a:visited {
    text-decoration: underline;
    color:           #990000;
}

.standardLink a:active {
    text-decoration: none;
    color:           #ffa72e;
}

.standardLink a:hover {
    text-decoration: none;
    color:           #ffa72e;
}

.loginLink {
    color:           #990000;
    text-decoration: none;
    margin-right:    5px;
}

.frameBase {
    width:  860px;
    margin: 0 auto;
    font-family: arial;
    font-size: 12px;
}

.imageCell {
    width:          90px;
    vertical-align: top;
    text-align:     center;
}

.textBox {
    border:     #ffa72e 2px solid;
    margin-top: 10px;
}

.textArea {
    width: 100%;
    height: 100px;
    border: #ffa72e 2px solid;
    margin-top:    10px;
}

.select {
    border: #ffa72e 2px solid;
    margin-top: 10px;
}

.formLabel {
    margin-top:    10px;
    text-align:    right;
}

.button {
    background-color:    #ffa72e;
    border-bottom-color: #990000;
    border-top-color:    #ffa72e;
    border-width:        1px;
    color:               #990000;
    font-weight:         bold;
    margin-top:          10px;
    cursor:              pointer;
}

.tableHeader {
    background:  #FFF5E6;
    font-weight: bold;
}

.tableCell {
    background:  #FFF5E6;
}

.tableCellSelected {
    background: #fee4bb;    
    font-weight: bold;
}

