/* content.css are the styles for the content, typography, forms, etc. within the 
container DIVs that are defined in structure.css and this style sheet should only 
contain typographic or content-related styles for a site. The styles within this css 
file should be the only ones necessary to be edited for better integration with iCreate */

/* ----- comment styles well for better reference later! ----- */
/* ----- iCreate requires these to be classes not IDs ----- */


/* Actions
---------------------------------------------------------------------*/
.actionOne {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 18px;
    background: url('/images/PrintIcon.gif') no-repeat 0px 2px;
}
.actionTwo {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 23px;
    background: url('/images/emailIcon.gif') no-repeat 0px 5px;
}
.actionThree {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 23px 0px 18px;
    background: url('/images/rssIcon.gif') no-repeat 0px 3px;
}
/* ----- END OF STYLE ----- */
#btnSearch {
    float: left;
    width: 20px;
    height: 18px;
    background: url('/images/searchBTN_Off.gif') no-repeat 0px 0px;
}
.txtSearch {
    height: 15px;
    width: 125px;
    margin: 3px 0px 0px 5px;
    padding: 0px 5px 0px 5px;
}
.clearLeft {
    clear: left;
}

