/* @group Links
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Buttons
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* elegant buttons */
.cw-button.cw-button-elegant,
a.cw-button.cw-button-elegant:link,
a.cw-button.cw-button-elegant:visited,
a.cw-button.cw-button-elegant:hover,
ul.cw-button-group.cw-button-elegant > li > *,
ul.cw-button-group.cw-button-elegant > li > a:link,
ul.cw-button-group.cw-button-elegant > li > a:hover,
ul.cw-button-group.cw-button-elegant > li > a:visited {
    background-color: #FBFBFB;
    background-image: url("../images/CW-Gradient-Short.png");
    color: #333399;
}

/** active elegant buttons **/
.cw-button.cw-button-elegant:active,
a.cw-button.cw-button-elegant:active,
ul.cw-button-group.cw-button-elegant > li > *:active,
ul.cw-button-group.cw-button-elegant > li > a:active,
.cw-button-active.cw-button-elegant,
a.cw-button-active.cw-button-elegant:link,
a.cw-button-active.cw-button-elegant:hover,
a.cw-button-active.cw-button-elegant:visited,
ul.cw-button-group.cw-button-elegant > li > .cw-button-active,
ul.cw-button-group.cw-button-elegant > li > a.cw-button-active {
    background-image: none;
    background-color: #DBDBDB;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Images
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Sections
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* elegant sections */
.cw-section-elegant {
    border-color: #DADADA;
}

.cw-section-elegant > .cw-section-header {
    background-color: #EFEFEF;
    background-image: url("../images/CW-Gradient-Short.png");
}

.cw-section-elegant > .cw-section-body {
   background-color: #FFFFFF;
}

/* simple decorations */
.cw-section-simple {
    border-color: #DADADA;
    background-color: #FFFFFF;
}

.cw-section-simple > .cw-section-header {
    background-color: #EFEFEF;
}

.cw-section-simple > .cw-section-body {
    background-color: #FFFFFF;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Tables
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* striped tables */
table.cw-table-striped {
    border-collapse: collapse;
}

table.cw-table-striped.cw-table-sectioned > tbody > tr:first-child > th {
    background-color: #525C52;
    color: #FFFFFF;
}

table.cw-table-striped > caption {
    background-color: #DBCFC3;
}

table.cw-table-striped > tfoot {
    background-color: #FFFFFF;
}

table.cw-table-striped > thead > tr:nth-child(odd),
table.cw-table-striped > thead > tr.cw-table-striped-odd,
table.cw-table-striped > thead > tr.cw-table-striped-odd.cw-table-striped-force {
    background-color: #9A9AAF;
}

table.cw-table-striped > thead > tr:nth-child(even),
table.cw-table-striped > thead > tr.cw-table-striped-even,
table.cw-table-striped > thead > tr.cw-table-striped-even.cw-table-striped-force {
    background-color: #BABACF;
}

table.cw-table-striped > tbody > tr:nth-child(odd),
table.cw-table-striped > tbody > tr.cw-table-striped-odd,
table.cw-table-striped > tbody > tr.cw-table-striped-odd.cw-table-striped-force {
    background-color: #DBCFC3;
}

table.cw-table-striped > tbody > tr:nth-child(even),
table.cw-table-striped > tbody > tr.cw-table-striped-even,
table.cw-table-striped > tbody > tr.cw-table-striped-even.cw-table-striped-force {
    background-color: #EBDFD3;
}

/* simple tables */
table.cw-table-simple.cw-table-sectioned > tbody > tr:first-child > th {
    border-color: #A9A9A9;
    background-color: #DBCFC3;
}

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Forms
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* @group Lists
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

/* @end
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
