/** dashboard **/
#cpanel-icon-container {
}
#cpanel-icon-container a{
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  text-align: center;
  border: 1px solid #95CE1D;
  margin: 3px;
  padding: 2px;
  text-decoration: none;
  background-color: #D1D2D4;
  color: #636363;
}
#cpanel-icon-container a:hover{
  background-color: #636363;
  color: #D1D2D4;
}
#cpanel-icon{
  margin-top: 15px;
  margin-bottom: 5px;
}
.heading{
  color: #96ce1e;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
  font-size: 14px;
}
/** tables **/
table.jalist {
  border: 1px solid #95CE1D;
  width: 100%;
}
table.jalist th{
  text-align: left;
  background-color: #636363;
  color: #D1D2D4;
  padding: 2px;
}
table.jalist th a {
  color: #96ce1e;
}
table.jalist td{
  padding: 2px;
  text-align: left;
}
table.jalist .row0{
}
table.jalist .row1{
  background-color: #D1D2D4;
}
/** form elements **/
a{
  color: #636363;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
.jainputbox {
  border: 1px solid gray;
  white-space:nowrap;overflow:auto;
}
.jabutton {
  border : solid 1px #cccccc;
  background: #96CE1E;
  color : #FFFFFF;
  font-weight : bold;
  padding: 4px;
}
.sel-label{

}
.sel-option {

}
#ordering{
  display: block;
  float: left;
  width: 20px;
  margin-right: 5px;
}
#ordering input {
  margin-left: 20px;
}
/** toolbar **/
#toolbar{
  width: 100%;
}
a.toolbar{
  text-align: center;
  display: block;
  float: right;
  width: 58px;
  height: 50px;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #96CE1E;
  margin: 2px;
}
a.toolbar:hover{
  border-left: 1px solid #D1D2D4;
	border-top: 1px solid #D1D2D4;
	border-right: 1px solid #636363;
	border-bottom: 1px solid #636363;
}
a.toolbar span{
  display: block;
  width: 58px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 12px 2px;
}
span.divider, span.spacer{
  display: block;
  float: right;
  width: 1px;
  margin-left: 2px;
  margin-right: 2px;
  height: 56px;
}
.writtenby, .created, .modified{
  color: #cccccc;
}
a.readon{
  display: block;
  margin-top: 10px;
}
span.divider {
  border-left: 1px solid #636363;
}
.icon-32-add {
  background-image: url(../images/32x32_edit_add.png);
}
.icon-32-edit{
  background-image: url(../images/32x32_edit.png);
}
.icon-32-delete{
  background-image: url(../images/32x32_editdelete.png);
}
.icon-32-save{
  background-image: url(../images/32x32_filesave.png);
}
.icon-32-apply{
  background-image: url(../images/32x32_apply.png);
}
.icon-32-cancel{
  background-image: url(../images/32x32_button_cancel.png);
}
.icon-32-back{
  background-image: url(../images/32x32_back.png);
}
.icon-32-publish{
  background-image: url(../images/32x32_ooo_calc.png);
}
.icon-32-unpublish{
  background-image: url(../images/32x32_ooo_draw.png);
}
.icon-32-dashboard{
  background-image: url(../images/32x32_display.png);
}
.updates{
  background-image: url(../images/48x48_warehause.png);
  height: 50px;
  padding-left: 60px;
  padding-top: 15px;
  background-repeat: no-repeat;
}
.configuration{
  background-image: url(../images/48x48_systemsettings.png);
  height: 50px;
  padding-left: 60px;
  padding-top: 15px;
  background-repeat: no-repeat;
}
/** tabs **/
div.jatab-pane{
  
}
h1.jatab{
  text-align: left;
  background-color: #636363;
  color: #D1D2D4;
  border-top: 1px solid #D1D2D4;
  padding: 2px;
  margin: 0px;
  font-size: 14px;
  cursor: pointer;
	cursor: hand;
}
div#div-parameters{
  display: block;
}