/** Classroom **/



body {
background: #f2e7ce url('../images/bg.gif') repeat-x;
}

body, body input, body table tr td, body fieldset input {
font-family:Verdana,Helvetica,Arial,Sans-Serif;
font-size:12px;
}

body, body table tr td, body fieldset {
color:#200;
}
body select, body table tr td select {
height:19px;
}

a img {
border-color:#F1EDDE;
}

a:hover img {
border-color:#FF9922;
border-width:1px;
}

a {
text-decoration:none;
color:#720;
}

a:hover {
text-decoration:underline;
color:#940;
}

.nounderline:hover {
text-decoration:none !important;
}


.noborder:hover img {
border-width:0px;
}

.configbox {
background:url('../images/shortfade.gif') #A26142 repeat-x;
border-collapse: collapse;
border:1px solid #200;
width:100%;
}

.menu {
background:#fbf0c6 url('../images/menucell.gif') repeat-x;
}

.cell {
background:#E7DEC1 url('../images/cell.gif') repeat-x;
border-collapse: collapse;
border:1px solid #876558;
}

.header {
background:url('../images/header_fade.gif') no-repeat;
width:430px;
height:28;
line-height:26px;
border-left:1px solid #7e4314;
padding-left:4px;
}

.tallheader {
background:url('../images/header_fade_tall.gif') no-repeat;
width:430px;
height:28;
line-height:26px;
border-left:1px solid #7e4314;
padding-left:4px;
}



.dataGrid {
background:url('../images/cell.gif') #E7DEC1 repeat-x;
border-collapse: collapse;
border:1px solid #200;
}

.dataGrid #dg_header {
background:url('../images/header_bg.gif') #D0C5A2 repeat-x;
height:22px;
border-collapse: collapse;
border-bottom:1px solid #200;
font-size:12px;
font-family:verdana,arial;
font-weight:bold;
color:#200;
}

.dataGrid #dg_nav {
background:url('../images/nav_bg.gif') #e4deca repeat-x;
height:25px;
border-collapse: collapse;
border-bottom:1px solid #200;
padding-left:5px;
padding-right:5px;
font-size:12px;
font-family:verdana,arial;
font-weight:bold;
color:#200;
}


.dataGridRowSelected td {
background:#D3C296;
border-left:1px solid #BCA885;
border-bottom:1px solid #BCA885;
padding-left:5px;
padding-right:3px;
}
.dataGridRow td {
border-left:1px solid #BCA885;
border-bottom:1px solid #BCA885;
padding-left:5px;
padding-right:3px;
}
.dataGridRowHover td {
background:#E2D5A9;
border-left:1px solid #BCA885;
border-bottom:1px solid #BCA885;
padding-left:5px;
padding-right:3px;
}

.dataGridLabels td {
height:22px;
background:url('../images/menucell.gif') #FBF5D6 repeat-x;
border-left:1px solid #543E23;
border-bottom:1px solid #543E23;
color:#720;
padding-left:5px;
padding-right:3px;
}


.form tr td input, tr td select, tr td textarea{
font-size:12px;
font-family:verdana;
}


.h3 {
font-size:24px;
font-weight:bold;
font-family:verdana,arial;
color:#6A4020;
}

.h4 {
font-size:20px;
font-weight:bold;
font-family:verdana,arial;
color:#6A4020;
}

.h5 {
font-size:16px;
font-weight:bold;
font-family:verdana,arial;
color:#6A4020;
}

.h6 {
font-size:14px;
font-weight:bold;
font-family:verdana,arial;
color:#6A4020;
}

.h7 {
font-size:12px;
font-weight:bold;
font-family:verdana,arial;
color:#6A4020;
}




/**   End    **/