body {
  padding:0px;
  margin:0px;
  background-color:#aaa;
}

:focus {
  outline: 0;
}

input, select, textarea#comment_text {
  background-color:#ccc;
  color:#000;
  border:1px solid #333;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  /*border:#333 medium solid;*/
}

input[type="button"], input[type="submit"] {
  background-color:#999;
  color:#FFF;  
}

td input[type="text"], select#template, select#type, select#group, select#menu_type, select#menu_path, select#menu_parent_id {
  width:300px;
}

input:focus, select:focus {
  background-color: #EDEDEF;
}

input:hover, select:hover {
  background-color:#ddd;
}

div.admin_content {
  background-color: #666;
  width:960px;
  text-align:left;
  margin:0px auto;
}

#system {
  color:#39C; 
  font-weight: bold;
  font-style:normal;
  background: #fff;
  padding: 5px;
  border: 5px solid #000;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

#system a, #system a:visited {
  color:#777;
  font-weight:normal;
  font-style:normal;
  text-decoration: none;
}

#system a:hover{
  color: #C33;
  text-decoration: underline;
}

#separator {
  color: black;
}

#v_toggle_system {  
  float: left;
  cursor:pointer;
}

#v_toggle_attributes {  
  
  cursor:pointer;
}

#v_toggle2 {  
  float: left;
  cursor:pointer;
}

.admin_title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  color: #FFF;
  font-size: 18px;
  text-align: left;
}
.admin_subtitle {
  text-align: right;
  color: #CCC;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
}

input#save {
  background-color:#090; color:#FFF;
}
input#save:hover {
  background-color:#0C3; color:#FFF;
}
input#cancel {
  background-color:#069; color:#fff;
}
input#cancel:hover {
  background-color:#06F; color:#FFF;
}
input#delete {
  background-color:#900; color:#FFF;
}
input#delete:hover {
  background-color:#F00; color:#FFF;
}

