A.button {
  display: inline;
  height: 15px;
  padding: 0px 10px;
  margin: 0px 3px;
  text-align: center;
  border: 1px outset #BBB;
  background-color: #CCC;
  color: #444;
  font-size: 11px;
}

A.button:visited {
  color: #444;

}

A.button:hover {
  background-color: #DDD;
  border: 1px solid #555;
  color: black;
}

A.button_dis {
  display: inline;
  height: 15px;
  padding: 0px 10px;
  margin: 0px 3px;
  text-align: center;
  border: 1px solid #AAA;
  background-color: #DDD;
  color: #AAA;
  cursor: text;
  text-decoration: none;
  font-size: 11px;
}


A {
  text-decoration: none;
  color: #555;
}

BODY,P,DIV,TH,TD { 
  font-size: 12px; 
  font-family: Helvetica, Arial; 
}

A IMG {
  border: 0;
}

A.lineicon {
  margin: 0px  2px ;
}


DIV.buttonbar {
  text-align: center;
  padding: 5px 0;
  border-top: 1px solid #DDD;
}


DIV.sidebar {
  position: relative;
  float: left;
}

DIV.mainarea {
  margin-left: 170px;
}


DIV.commandblock {
  width: 150px;
  border: 1px solid #DDD;
}

DIV.commandblock H2 {
  border: 0;
  background-color: #FFF;
  position: relative;
  top: -10px;
  display: inline;
  font-size: 11px;
  margin: 0 5px;
  padding: 0 5px;
}

DIV.commandblock UL {
  margin: 0; padding: 0;
  list-style: none;
}

DIV.commandblock UL LI {
  border-top: 1px solid #DDD;
  padding-left: 10px;
}

DIV.commandblock P {
  margin: 0; padding: 0 10px;  
  border-top: 1px solid #DDD;
}

h2, h2 label {
  line-height: 24px;
}

H2 LABEL {
  color: #AAA;
  width: 100px;
  display: block;
  float: left;
  text-align: right;
  margin-right: 20px;
}


LABEL {
  color: #AAA;
  width: 100px;
  display: block;
  float: left;  
  text-align: right;
  line-height: 16px;
  clear: both;
}

DIV.field {
  margin-left: 110px;
}

A.trash, A.info, A.edit, A.list {
  height: 20px;
  width: 20px;
  display: block;
  float: left;
}

A.trash:hover, A.info:hover, A.edit:hover, A.list:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

A.info  { background: url(/media/smallicons/information.png) center center no-repeat; }
A.trash { background: url(/media/smallicons/delete.png) center center no-repeat; }
A.edit  { background: url(/media/smallicons/edit.png) center center no-repeat; }
A.list  { background: url(/media/smallicons/text_list_bullets.png) center center no-repeat; }


TABLE.data {
  border-collapse: collapse;
  width: 100%;
  border: 0px solid red;
  overflow: hidden;
}

TABLE.data TR TH {
  text-align: left;
  border-bottom: 1px solid #CCC;
}

TABLE.data TR:hover {
  background-color: #EEE;
}

TABLE.data TD, TABLE.data TH {
  overflow: hidden;
  white-space: nowrap; 
}

.editable:hover { color: darkred;  cursor: crosshair; border: 1px dashed red; margin: -1px;}

.editable { display: block; }

.editable-empty { background:#fffea1; padding:20px; border:1px dashed #fc0; }
.box {
  border:1px solid #ccc;
  margin: -1px;
  padding:0x;
  display:block;
  nowidth:100%;
  overflow:hidden;
  overflow-y: hidden; 
  overflow-x: hidden; 
}

.inlinetest {
   color: green;
   width: 200px;
   float: right;
}

/*#inlinechooser {
  position: absolute;
  border: 1px solid #CCC;
  background-color: #EEE;
  width: 300px;
  height: 300px;
  margin-top: 20px;
  margin-left: 20px;
  overflow-y: scroll;
}*/

#inlinechooser DIV.chooseritem A {
  display: block;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #DDD;
  clear: both;
}

#inlinechooser DIV.chooseritem A IMG {
  float: left;
  display: block;
}

#inlinechooser DIV.chooseritem A DIV.fn {
  float: left;
  width: 250px;
}

#inlinechooser DIV.chooseritem A DIV.dm {
  float: left;
  width: 80px;
  text-align: right;
}
#inlinechooser DIV.chooseritem A:hover {
  background-color: #DDD;  
}

DIV.chooseritem IMG {
  border: 0;
  margin: 0px 5px;
  vertical-align: middle;
}


DIV.forge_dialog {
  background-color: #ccc;
  border: 1px outset #ddd;
	padding: 5px;
	padding-bottom: 0;
}

DIV.forge_dialog DIV.inner {
  background-color: #fff;
	padding: 10px;
	float: right;
}

DIV.forge_dialog DIV.inner DIV.content {
	height: 100px;
  width: 300px;
  margin-top: 5px;
	overflow-x: none;
	overflow-y: auto;
}

DIV.forge_dialog DIV.footer {
	margin: 0;
	line-height: 22px;
	text-align: center;
  background-color: #ccc;
}

DIV.forge_dialog DIV.header {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #ddd;
}


DIV.forge_dialog DIV.main {
   float: right;
}

DIV.forge_dialog DIV.icon {
   float: left;
   width: 40px;
   background-color: white;
}

INPUT.captcha, DIV.signupform INPUT.captcha {
  width: 135px;
  height: 35px;
  line-height: 35px;
  font-size: 24px;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}


DIV.captchaholder {
  margin-left: 120px;
}

DIV.captchaholder IMG {
  float: left;
}
