.canvasscroll {
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background-color: #EFDFDE;
  display:inline;
}

.canvasscrolldark {
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  background-color: #EFDFDE;
  display:inline;
  filter:alpha(opacity=20);
}

.canvasblock {
  height: 100%;
  width: 100%;
  background-color: #FFF;
  display:inline;
}

.submenu {
	background: #126A7E;
	border-color: #B7D0E6;
}

.mouseOverColor{
	background: #6DC1CB;
}

body {
  height: 100%;
  font-family: verdana;
  font-size: 13px;
  scrollbar-face-color: #C28364; 
  scrollbar-highlight-color: #EDA38B; 
  scrollbar-shadow-color: #633100; 
  scrollbar-3dlight-color: #633100; 
  scrollbar-arrow-color: #6C4F3D;
  scrollbar-track-color: #EEE4E3; 
  scrollbar-darkshadow-color: #EEE4E3;
  border-left: 1px solid #C28369;
  border-right: 1px solid #C28369;
}

td {
  font-family: verdana;
  font-size: 11px;
}

form,html {
  height:100%;
}

h1 {
  font-size: 14px;
}

.portalflash {
  margin-left: 6px;
  margin-bottom: 5px;
  margin-top: 5px;
}

div.frameback {
  background: #FFC78C;
}

.mod_info_header {
  font-size: 13px;
  font-weight: bold;
}

.mod_info_separator {
  height: 10px;
}

.mod_info_name {
  font-size: 13px;
  font-weight: bold;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

div.error {
  font-size:11px;
  padding-left:20px;
  color:red;
  border-left:1px solid red;
  margin-left:5px;
}

div.error ul {
  margin-top:5px;
}

input.readonly {
  background-color:color:#AAA;
  color:#999;
  font-family: verdana;
  font-size: 11px;
  border: 1px solid #777;
  width: 200px;
}

div.formborder {
  padding:10px;    
}

div.formborder div.question {
    padding-bottom:10px;
}

.check {
    border-top:1 px solid #444;
}

.forum_confirm_content {
    border:1px solid #999;	
    margin:10px;
    padding:10px;
}

.enlargemedia {
  cursor: pointer;
  text-align: center;
}

.learnseqAttachImg {
    padding-right:5px;
    padding-left:10px;
}

.learnseqAttachText {
    float:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:100px;
}

.chapter_scroll {
    overflow: auto;
    overflow-y: hidden;
    width: 100px;
    display:inline;
    height:100%;
}

.caption {
    font-style:italic;
}
