body {
  font-family: Arial, Helvetica, sanserif;
  font-size: 12px;
}
a:link, a:visited {
  color: #6699ff;
  text-decoration: none;
}
a.base:visited { color: -moz-hyperlinktext; }

#frame {
  width: 1000px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #cccccc;
}
#poweredby {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  font-size: 12px;
  color: #999999;
}
#poweredby a:link, #poweredby a:visited {
  color: #999999;
}
#header {
  position: relative;
  top: 0px;
  left: 0px;
  background-image: url(/images/headbg.png);
  width: 100%;
  height: 60px;
  color: #333333;
  font-size: 16px;
  text-align: right;
}
#header img {
  position: absolute;
  top: 15px;
  left: 20px;
}
#header div {
  padding-right: 20px;
  padding-top: 10px;
}
#nav {
  background-image: url(/images/navbg.png);
  width: 960px;
  height: 20px;
  padding: 10px 20px;
  font-size: 14px;
  color: #999999;
  z-index: 3;
}
#nav a:link, #name a:visited, a.navnosel:link, a.navnosel:visited {
  color: #999999;
}
.navsel {
  color: #000000!important;
}
#content {
  position: relative;
  top: 0px;
  left: 0px;
  width: 960px;
  min-height: 400px;
  padding: 20px;
}
#login {
  position: relative;
  top: -20px;
  left: -20px;
  width: 1000px;
  height: 400px;
  background-color: #666666;
  color: #ffffff;
}

#login .loginheading {
  position: absolute;
  left: 80px;
  top: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #ffcc66;
  border-bottom: 1px solid #ffcc66;
  width: 800px;
}
#login .logininfo {
  position: absolute;
  left: 80px;
  top: 160px;
  width: 300px;
}
#login .loginerr {
  position: absolute;
  left: 80px;
  top: 220px;
  width: 300px;
  color: yellow;
  font-size:14px;
}
#login table, #login #forgot {
  position: absolute;
  left: 600px;
  top: 160px;
}
.loginf {
  width: 200px;
}
#login table td {
  font-size: 9px;
}
#login a:link, #login a:visited {
  color: #ffffff;
}

#loginforgot {
  position: relative;
  top: -20px;
  left: -20px;
  width: 1000px;
  height: 400px;
  background-color: #666666;
  color: #ffffff;
}

#loginforgot .loginheading {
  position: absolute;
  left: 80px;
  top: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #ffcc66;
  border-bottom: 1px solid #ffcc66;
  width: 800px;
}
.button {
  /* background-color: #ff9148; */
  background-color: #0252a0;
  border-radius: 6px;
  padding: 2px 5px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
}



.loginb {
  color: #cccccc;
  background-color: #666666;
  border: 1px solid #cccccc;
}
.secbar {
  position: relative;
  top: 0px;
  left: -20px;
  width: 930px;
  padding: 4px 35px;
  background-image: url(/images/colbarbg.png);
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.secbara {
  position: relative;
  top: 0px;
  left: -20px;
  width: 930px;
  padding: 4px 35px;
  background-image: url(/images/colbarbga.png);
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 8px;
}
.subsecbar {
  position: relative;
  top: 0px;
  left: -20px;
  width: 930px;
  padding: 4px 35px;
  background-image: url(/images/subcolbarbg.png);
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
}
.subsecbara {
  position: relative;
  top: 0px;
  left: -20px;
  width: 930px;
  padding: 4px 35px;
  background-image: url(/images/subcolbarbga.png);
  background-repeat: no-repeat;
  background-position: top left;
  cursor: pointer;
  margin-bottom: 8px;
}
.dotline, .tdotline td {
  margin: 6px 0px;
  border-bottom: 1px dashed #999999;
}
.formtab2col input[type="text"], .formtab2col input[type="password"] {
  width: 240px;
}
.formtab2col select {
  width: 244px;
}
.formtab2col textarea {
  width: 240px;
  height: 100px;
}

.newschool {
  width: 240px;
}

.greyedout {
  color: #999999;
}
.osubmit {
  background-color: #cc3300;
  color: #ffffff;
  width: 60px!important;
}
.osubmit2 {
  float: right;
  background-color: #cc3300;
  color: #ffffff;
}
.gsubmit {
  background-color: #666666;
  color: #ffffff;
}
#dotkey {
  position: absolute;
  top: -36px;
  left: 2px;
}
#dotkeyshadow {
  -moz-box-shadow: 3px 3px 3px #cccccc;
  -webkit-box-shadow: 3px 3px 3px #cccccc;
  box-shadow: 3px 3px 3px #cccccc;
}
#usernav {
  position: relative;
  top: 0;
  left: 0;
  height: 32px;
}
#userop {
  position: absolute;
  top: 28px;
  left: 1px;
  z-index: 5;
  background-color: #ffffff;
  width: 140px;
  border: 1px solid #666666;
  font-size: 12px;
}
#userop a:link, #userop a:visited, #userop div {
  color: #666666;
  width: 136px;
  padding: 2px;
}
#userop a:hover, #userop div:hover {
  color: #ffffff;
  background-color: #666666;
  width: 136px;
  padding: 2px;
}
.error {
  color: #660000;
  font-weight: bold;
}
#statusbox {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 130px;
  height: 20px;
  background: #cccccc;
  border: 1px solid #666666;
  color: #cc0000;
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.expand {
  margin: 0 0 8px 0px;
}
.iarrs {
  float: right;
  color: #6699ff;
  cursor: pointer;
}
.iarrsg {
  float: right;
  color: #999999;
}
.boxed {
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}
.boxed td {
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}
.boxhead td {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
}
.small {
  font-size: 10px;
}
.notesta {
  width: 350px;
  height: 80px;
}
.indent {
  margin-left: 15px;
}
.bbs {
  width: 500px;
}
.bbta {
  width: 550px;
  height: 300px;
}
.bbmsg {
  font-size: 11px;
}
.clitem {
  width: 400px;
  padding: 2px;
  border: 1px solid #999999;
  margin: 1px;
}
.clitemr {
  float: right;
}
#srclist {
  position: relative;
  top: 0px;
  left: 4px;
  float: left;
  width: 420px;
  height: 500px;
  border: 1px solid #999999;
  overflow: scroll;
}
#dstlist {
  position: relative;
  top: 0px;
  right: 4px;
  float: right;
  width: 420px;
  height: 500px;
  border: 1px solid #999999;
  overflow: scroll;
}
.itemlist2 {
  list-style: none none;
  list-style-type: none;
  -moz-padding-start: 0px;
  min-height: 400px;
}
.itemlist2 ul {
  list-style: none none;
  list-style-type: none;
  -moz-padding-start: 0px;
}
.itemlist2 li {
  padding: 1px 8px;
  cursor: move;
}
.resultshead {
  background-color: #666666;
  color: #ffffff;
  text-align: center;
}
.lihead {
  background-color: #cccccc;
  font-weight: bold;
  height: 18px;
}
.red {
  color: red;
}
.mtnhead {
  background-color: #fecd67;
  font-weight: bold;
  cursor: pointer;
}
#astab td {
  font-size: 11px;
}
.msgedit {
  width: 750px;
  height: 250px;
  margin-bottom: 16px;
}
.fs10 { font-size: 10px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.basefont { 	font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.tarea {
  border: #A0A0A0 1px solid; 
  overflow:auto;
  padding:2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size:14px;
}
.tareasm {
  border: #A0A0A0 1px solid; 
  overflow:auto;
  padding:2px;
  font-family: Helvetica, Arial, sans-serif;
  font-size:12px;
  width: 250px;
}
.tarea:focus, .tareasm:focus {
  background: #E0E0E0;
}

.bbot { border-bottom: 1px solid #ccc; }
.btop { border-top: 1px solid #ccc; }
.bleft { border-left: 1px solid #ccc; }
.bright { border-right: 1px solid #ccc; }
.b2bot { border-bottom: 2px solid #ccc; }
.b2top { border-top: 2px solid #ccc; }
.bold { font-weight: bold; }

.pl10 { padding-left: 10px; }
.pl5 { padding-left: 5px; }
.pr10 { padding-right: 10px; }
.pr5 { padding-right: 5px; }

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.grayborder { border: 1px solid #ccc; }
.grayborder th {
  background-color: #ccc;
  font-size: 12px;
}
.darkbluebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
}
.darkbluebutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}

.redbutton {
	-moz-box-shadow: 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: 0px 1px 0px 0px #f5978e;
	box-shadow: 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.redbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}

.greenbutton {
	-moz-box-shadow: 0px 1px 0px 0px #caefab;
	-webkit-box-shadow: 0px 1px 0px 0px #caefab;
	box-shadow: 0px 1px 0px 0px #caefab;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811));
	background:-moz-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-webkit-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-o-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:-ms-linear-gradient(top, #77d42a 5%, #5cb811 100%);
	background:linear-gradient(to bottom, #77d42a 5%, #5cb811 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77d42a', endColorstr='#5cb811',GradientType=0);
	background-color:#77d42a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #268a16;
	display:inline-block;
	cursor:pointer;
	color:#306108;
	font-family:'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #aade7c;
}
.greenbutton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a));
	background:-moz-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-webkit-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-o-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:-ms-linear-gradient(top, #5cb811 5%, #77d42a 100%);
	background:linear-gradient(to bottom, #5cb811 5%, #77d42a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cb811', endColorstr='#77d42a',GradientType=0);
	background-color:#5cb811;
}
.darkbluebutton:active, .redbutton:active, .greenbutton:active {
	position:relative;
	top:1px;
}

