body
{
  color: rgb(100, 65, 0);
  background: #C8C896 url(style/admin.gif) top repeat-y;
  font: normal 10pt "Trebuchet MS";
  text-align: center;
}

body#wide{
	  background: #C8C896 url(style/admin_wide.gif) top repeat-y;
}

form {
  padding:0;
  margin:0;
}

h3 {
  margin: 0px;
  font-size: 170%;
}

a {
  color: rgb(145, 90, 0);
  text-decoration: none;
  cursor: auto;
}

a:visited {
  color: rgb(120, 75, 0);
}

a:hover {
  color: rgb(120, 75, 0);
  text-decoration: underline;
}



.ig input, .ig textarea, .ig select
{
  color: #555;
  background: #FFF;
  border: 1px #AAA solid;
  padding: 0;
  margin: 0;
  font: normal 100% "arial";
  width: 100%;
}

table { font-size: 9pt; }

tr { vertical-align: top; }

td { padding: 0px; }


/*----------------------------------*/
.tab {
  background: rgb(235, 235, 225);
  text-align: left;
  border: 2px solid rgb(160, 100, 0);
  border-top: none;
}

.tab th {
  font-size: 100%;
  color: rgb(235, 235, 225);
  background-color: rgb(160, 100, 0);
  border-bottom: 2px solid rgb(120, 75, 0);
  padding: 2px 4px 2px 4px;
}

.tab th a, .tab th a:visited {
  color: rgb(200, 200, 175);
}

.tab th a:hover, .tab th a:active {
  color: #ccc;
}

.tab td {
  padding: 1px 4px 1px 4px;
}

.tab tr.odd td {
  background-image: url(tealbg_admin.gif);
  background-repeat: repeat;
}

.tab tr.cTr td {
  background: #FC9;
}

.error {
  color: #F00;
}


.tab tfoot td {
  padding: 2px 4px 1px 4px;
}

.tab tfoot div, .hr {
  color: #F00;
  border: dashed #ccc;
  border-width: 1px 0px 1px 0px;
}

/*----------------------------------*/
.sTab tbody
{
  cursor: crosshair;
}

.sTab caption tbody
{
  cursor: auto;
}

/*----------------------------------*/
.rTab tbody td
{
/*  padding: 6px;*/
}

.info
{
  font-weight: bold;
  background: #FC9;
  text-align: center;
}

.gr
{
  border: 2px dashed #ccc;
  padding: 10px;
}


.header{
	margin: auto;
	background: transparent url(style/admin.png) no-repeat left top;
}