/*
 ActiveScaffold
 (c) 2007 Richard White <rrwhite@gmail.com>

 ActiveScaffold is freely distributable under the terms of an MIT-style license.

 For details, see the ActiveScaffold web site: http://www.activescaffold.com/
*/



.green-theme .active-scaffold-header {
background-color: #114411;
}

.green-theme .active-scaffold-header h2 {
color: #fff;
padding: 2px 5px 4px 5px;
}

.green-theme .active-scaffold-header div.actions a {
color: #fff;
}

.green-theme .active-scaffold-header div.actions a.disabled {
color: #fff;
opacity: 0.5;
}

.green-theme .active-scaffold-header div.actions a:hover {
background-color: #38DF37;
}



/* Table :: Record Rows
   ============================= */


.active-scaffold tr.record td {
padding: 5px 4px;
color: #333;
font-family: Verdana, sans-serif;
font-size: 11px;
background-color: #E5FFE6;
border-bottom: solid 1px #C5F6C8;
border-left: solid 1px #C5F6C8;
}

 .active-scaffold tr.record td.sorted {
background-color: #B9DCFF;
border-bottom: solid 1px #AEF5B1;
}

.active-scaffold tr.even-record td.sorted {
background-color: #E6F2FF;
border-bottom: solid 1px #AEF5B1;
}

.active-scaffold tr.even-record td {
background-color: #fff;
border-left: solid 1px #ddd;
}


/* Nested
   ======================== */

.green-theme .active-scaffold .active-scaffold-header,
.green-theme .active-scaffold .active-scaffold-footer {
background-color: #114411;

background: transparent;
}



.green-theme .active-scaffold .active-scaffold-header h2,
.active-scaffold .active-scaffold .active-scaffold-footer {
color: #fff;
}

.green-theme .active-scaffold .active-scaffold-header div.actions a {
color: #fff;
}

.green-theme .active-scaffold .active-scaffold-header div.actions a:hover {
background-color: #38DF37 ;
}


/* Footer
   ========================== */


.green-theme .active-scaffold-footer {
background-color: #114411;
color: #ccc;
}


.green-theme .active-scaffold-footer .active-scaffold-records {
margin-left: 5px;
}


.green-theme .active-scaffold-footer a {
color: #fff;
}

.green-theme .active-scaffold-footer a:hover {
background-color: #378CDF;
}

/* Messages
   ========================= */

