/* Delaware Technical & Community College
 * Color Palette -- Lightest to Darkest.
 * #dce8d8 
 * #aecbab
 * #6aa36e
 * #2b8b4e
 * #007834
 * 
*/

BODY {
    background: #dce8d8;
    background-image: url("http://www.delawarepatriot.com/gfx/watermark.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin: 0;
}

/* Remove newline after form tag in Firefox */
FORM {
    display: inline;
}

A {
    color: #000066;
    text-decoration : none;
}
  
A:Visited {
    color: #000066;
    text-decoration : none;
}
  
A:Hover {
    color: #003399;
    text-decoration : underline;
}

A.ContentTableHeader {
    color: #FFFFFF;
    text-decoration: none;
}

A:Visited.ContentTableHeader {
    color: #FFFFFF;
    text-decoration: none;
}

A:Hover.ContentTableHeader {
    color: #BBBBBB;
    text-decoration: none;
}

.Main {
    margin: 75 8 8 8;
}

.LoginTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.HeaderTable {
    background: #444444;
    border: solid 1px #555555;
    color: #FFFFFF;
    font-family: Arial, Verdana;
}

.HeaderTitle {
    font-weight: bold;
    font-size: 20px;
}
  
.HeaderFont {
    font-size: 14px;
}
  
.MenuTable {
    background: #C0C0C0;
    border: solid 1px #555555;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: bold;
}
  
.MenuHeader {
    font-weight: bold;
    color: #000000;
}

.ContentTable {
    background: #6aa36e;
    border: solid 1px #555555;
    color: #000000;
    font-family: Arial, Verdana;
    font-size: 12px;
}
  
.ContentBodyTable {
    background: #aecbab;
    border: solid 1px #999999;
    color: #000000;
    font-family: Arial, Verdana;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 924px;
}
  
.ContentHeader {
    font-weight: bold;
    font-size: 14px;
}
  
.ContentFooter {
    font-weight: bold;
    font-size: 11px;
}
  
.SmallFont {
    font-size: 10px;
}
  
.BaseFont {
    font-size: 12px;
}
  
.TextInput {
    color: #000000;
    background-color: #F0F0F0;
    font-size: 12px;
    font-family: Arial, Verdana;
    border:  solid 1px #999999;
}
  
.TextareaInput {
    color: #000000;
    background-color: #F0F0F0;
    border: solid 1px #999999;
}
  
.FileInput {
    color: #000000;
    background-color: #F0F0F0;
    font-size: 12px;
    font-family: Arial, Verdana;
    border: solid 1px #999999;
}
  
.SubmitInput {
    color: #FFFFFF;
    background-color: #2b8b4e;
    font-size: 12px;
    border: solid 1px #000000;
}

.SubmitInputSelected {
    color: #000000;
    background-color: #FFFDDD;
    font-size: 12px;
    border: solid 1px #000000;
}
  
.SelectInput {
    color: #000000;
    background-color: #F0F0F0;
    font-size: 12px;
    font-family: Arial, Verdana;
    border: none;
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;  
}
  
.ContentError {
    background: #663300;
    color: #FFFFFF;
}
  
.ContentTableHeader {
    background: #444444;
    font-weight: bold;
    color: #FFFFFF;
}
  
.ContentResult1 {
    background: #dbe8d8;
    color: #000000;
}
  
.ContentResult2 {
    background: #ececec;
    color: #000000;
}

.Highlight {
    background: #ffffff;
    color: #000000;
}

.Username {
    color: #000000;
    background-color: #F0F0F0;
    background-image: url('http://w-webdev-01.dtcc.edu/framework/icons/user.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    font-size: 12px;
    font-family: Arial, Verdana;
    border: solid 1px #999999;
    width: 100px;
    height:20px;
}

.Password {
    color: #000000;
    background-color: #F0F0F0;
    background-image: url('http://w-webdev-01.dtcc.edu/framework/icons/password.gif');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    font-size: 12px;
    font-family: Arial, Verdana;
    border: solid 1px #999999;
    width: 120px;
    height: 20px;
}

