
INPUT.text,TEXTAREA,INPUT.shorttext, INPUT.captcha, INPUT.date, INPUT.time {
  border: 1px inset #CBAA27;
  padding-left: 6px;
  background-color: #FFF;
  display: block;
  margin-left: 120px;
  width: 560px;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
}

INPUT.shorttext, INPUT.date, INPUT.time {
  width: 120px;
}

INPUT.date {
   width: 80px;
}

INPUT.time {
   width: 60px;
}

DIV.datetime {
  height: 20px;
  margin-left: 120px;
  display: block;
}

DIV.datetime INPUT.time, DIV.datetime INPUT {
  margin: 0;
  float: left;
}


SELECT.text {
  margin-left: 120px;
  display: block;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
}

DIV.lockedfield {
  margin-left: 120px;
  display: block;
  margin-bottom: 10px;
  height: 18px;
  margin-top: 2px;
  border: 1px inset #DDD;
  padding-left: 6px;
  width: 554px;
  font-family: sans;
  font-size: 11px;
}

DIV.infotext {
  margin-left: 120px;
  position: relative;
  top: 5px;
  display: block;
  margin-bottom: 10px;
  padding-left: 6px;
  width: 554px;
  font-family: sans;
  font-size: 11px;
}

DIV.commandfield {
  margin-left: 115px;
  position: relative;
  top: 5px;
  display: block;
  margin-bottom: 10px;
  padding-left: 6px;
  width: 554px;
  font-family: sans;
  font-size: 11px;
}

DIV.commandfield A {
  text-decoration: underline;
}

TEXTAREA {
  height: 320px;
}

TEXTAREA.code {
  height: 320px;
  font-family: courier; 
}

TEXTAREA.shorttext {
  height: 50px;
  font-family: courier; 
}

TEXTAREA.mediumtext {
  height: 150px;
  font-family: courier; 
}


INPUT.shorttext {
  width: 200px;
}




LABEL.text {
  display: block;
  width: 110px;
  float: left;
  text-align: right;
  margin-top: 2px;
  text-transform: capitalize; 
  overflow: hidden;
  white-space: nowrap;
  clear: both;
}

LABEL.text:after {
  content: ":";
}

INPUT:focus,TEXTAREA:focus {
  background-color: #EFE;
}

DIV.formfooter {
   background-color: #DDD;
   padding: 3px;
   text-align: center;
   padding: 5px;
   border: 1px solid #AAA;
   position: relative;
   top: -2px;
}


DIV.dateholder {
/*   margin-left: 120px; */
   display: block;
   margin-bottom: 10px;
   height: 18px;
   margin-top: 2px;
/*   padding-left: 6px; */
/*   width: 554px;  */
}


INPUT.timeholder {
  border: 1px inset #CBAA27;
  padding-left: 3px;
  margin: 0;
  margin-left: 10px;
  top: -4px;
  background-color: #FFF;
  display: inline;
  height: 18px;
  font-family: sans;
  font-size: 11px;
  line-height: 18px;
  position: relative;
  
}




DIV.tab {
   min-height: 400px;
   height: auto;
   overflow: auto;
   border: 1px solid #AAA;
   padding: 5px;
   padding-top: 15px;
   background-color: #EEE;
   position: relative;
   top: -1px;
}

/* fix for IE min height */

* DIV.tab {
   height: 335px;

}

.riders {
  display: block;
  padding: 0px;
  margin: 0px;
  width: 99%;
  position: relative;
  top: 1px;
}

.riders A {
  height: 17px;
  display: block;
  float: left;
  position: relative;
  top: 1px;
  margin-right: -5px;
}

/* General riders styles */

.riders A DIV.c {
  background: url(/media/riders/w_middle.gif) top left repeat-x;
  height: 17px;
  vertical-align: bottom;
  float: left;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 9px;
  text-decoration: none;
  font-family: arial;
  color: #555;
}

.riders A DIV.l {
  background: url(/media/riders/w_left.gif) top left no-repeat;
  width: 10px; height: 17px;
  float: left;
}

.riders A DIV.r {
  background: url(/media/riders/w_right.gif) top left no-repeat;
  width: 10px; height: 17px;
  float: left;
}


/* Hover styles */

.riders A:hover {
  z-index: 999;
}

.riders A:hover DIV.c {
  background: url(/media/riders/g_middle.gif) top left repeat-x;
}

.riders A:hover DIV.l {
  background: url(/media/riders/g_left.gif) top left no-repeat;
}

.riders A:hover DIV.r {
  background: url(/media/riders/g_right.gif) top left no-repeat;
}


/* Active riders styles */

.riders A.active {
  z-index: 998;
}

.riders A.active DIV.c {
  background: url(/media/riders/g_middle.gif) top left repeat-x;
  font-weight: bold;
  color: black;
}

.riders A.active DIV.l {
  background: url(/media/riders/g_left.gif) top left no-repeat;
}

.riders A.active DIV.r {
  background: url(/media/riders/g_right.gif) top left no-repeat;
}


DIV.riderfiller {
  height: 19px;
  width: auto;
}



/*** Definitions for special layout / menucode forms ****/ 

#forge_codepreview {
  width: 210px;
  height: 250px;
  border: 1px dotted #AAA;
  background-color: #FFF;
  overflow: hidden;
  margin-right: 12px;
  padding: 5px;
  float: right;
}

DIV.forge_codepreview_title {
  float: right;
  width: 210px;
  border: 1px dotted #AAA;
  border-bottom: none;
  background-color: #ddd;
  margin-right: 12px;
  padding: 2px 5px;
  text-align: center;
}


DIV.leftform {
  width: 440px;
  border-right: 1px solid #CCC;
  float: left;
}

DIV.leftform TEXTAREA, DIV.leftform INPUT.text {
  width: 300px;
}


/* Login screen */

DIV.loginform {
  width: 340px;
  border: 1px outset #CCC;
  background-color: white;
  text-align: center;
  padding: 8px;
  margin: auto;
  margin-top: 30px;
}

DIV.loginfooter {
  margin-top: 20px;
  text-align: center;
}

DIV.loginform .signupbutton {
  float: right;
  font-size: 10px;
  position: relative;
  top: 5px;
}


DIV.loginform H2, DIV.signupform H2 {
  text-align: left;
  font-size: 12px;
  margin: 0; padding: 0;
  margin-bottom: 20px;
  width: 100%;
  line-height: 20px;
}


INPUT.loginfield {
  border: 1px inset #CBAA27;
  padding-left: 6px;
  background-color: #FFF;
  display: block;
  margin-left: 120px;
  width: 200px;
  margin-bottom: 10px;
  height: 20px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
}

INPUT.loginfield:focus {
  background-color: #FAFAEF;
}




/* Move lists */

TABLE.movelist {
  border-collapse: collapse;
  margin-left: 120px;
  display: block;
  margin-bottom: 10px;
  margin-top: 2px;
  font-family: sans;
  font-size: 11px;
  width: 560px;
}

TABLE.movelist TD.right {
  text-align: right;
  width: 220px;
}

TABLE.movelist TD.left {
  text-align: left;
  width: 220px;
}

TABLE.movelist TD.buttons {
  text-align: center;
  vertical-align: middle;
  width: 160px;
}

TABLE.movelist TD.buttons A {
  width: 60px;
  height: 19px;
  margin-top:10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

SELECT.movelist_i {
  width: 220px;
  background: #F4f4f4;
  border: 1px solid #CCC;
  height: 180px;
}

SELECT.movelist_a {
  width: 220px;
  height: 180px;
  border: 1px inset #CBAA27;
}

LABEL.checkbox {
  margin: 0;
  margin-left: 120px;
  display: block;
  line-height: 20px;
  text-align: left;
  width: 550px;
  float: none;
}

INPUT.checkbox {
  clear: both;
  float: left;
  position: relative;
  margin: 0;
  margin-left: 100px;
  line-height: 20px;
  width: 13px;
}

DIV.signupform {
  border: 1px outset #CCC;
  background-color: white;
  text-align: center;
  padding: 8px;
  margin: auto;
  margin-top: 30px;
  width: 400px;
}

DIV.signupfooter {
  margin-top: 20px;
  text-align: center;
}

DIV.signupform DIV.error {
  border-top: 2px solid #FFAAAA;
  margin-top: 10px;
  
}

DIV.signupform INPUT.text {
  width: 255px;
}


IMG.captcha {
  margin-left: 10px;
  display: block;
  width: 125px; height: 35px;
  float: left;
}

INPUT.captcha {
  width: 125px;
  height: 35px;
  font-size: 24px;
  text-align: center; 
  margin-left: 250px;
}

.missing LABEL {
  color: red;
}




