a.add {
    background: url(/images/Add.png) no-repeat left;
    border:none;
    cursor:pointer;
    font-weight:bold;
    margin-right:15px;
    padding-left:23px;
    text-decoration:none;
}

a.cancel {
    background: url(/images/cancel.png) no-repeat left;
    border:none;
    cursor:pointer;
    display:inline-block;
    font-weight:bold;
    height:19px;
    line-height:19px;
    margin-right:15px;
    padding-left:23px;
    text-decoration:none;
}

a.complete {
    background: url(/images/Check.png) no-repeat left;
    border:none;
    cursor:pointer;
    font-weight:bold;
    margin-right:15px;
    padding-left:20px;
    text-decoration:none;
}

a.continue {
    background: url(/images/Continue.jpg) no-repeat left;
    border:none;
    cursor:pointer;
    font-weight:bold;
    height:19px;
    line-height:19px;
    margin-right:15px;
    padding-left:20px;
    text-decoration:none;
}

a.create {
    background: url(/images/Create.jpg) no-repeat left;
    border:none;
    cursor:pointer;
    font-weight:bold;
    margin-right:15px;
    padding-left:20px;
    text-decoration:none;
}

a.delete {
    background: url(/images/Delete.png) no-repeat left;
    border:none;
    cursor:pointer;
    font-weight:bold;
    margin-right:15px;
    padding-left:23px;
    text-decoration:none;
}

a.details {
    float:right;
}

a.edit {
    background: url(/images/Edit.png) no-repeat left;
    border:none;
    cursor:pointer;
    font-weight:bold;
    margin-right:15px;
    padding-left:20px;
    text-decoration:none;
    text-transform:uppercase;
}

a.merge {
    background: url(/images/merge.png) no-repeat left;
    border:none;
    font-weight:bold;
    margin-right:15px;
    padding-left:35px;
    text-decoration:none;
}

a.noImage {
    font-weight:bold;
    text-decoration:none;
}

a.noText {
    margin-right:0;
}

a.print {
    background: url(/images/Print.png) no-repeat left;
    border:none;
    font-weight:bold;
    margin-right:15px;
    padding-left:20px;
    text-decoration:none;
}

a.save {
    background: url(/images/save.png) no-repeat left;
    border:none;
    display:inline-block;
    font-weight:bold;
    height:19px;
    line-height:19px;
    margin-right:15px;
    padding-left:23px;
    text-decoration:none;
}

a.search {
    background: url(/images/search.png) no-repeat left;
    border:none;
    display:inline-block;
    min-height:20px;
    min-width:20px;
    padding-left:28px;
    text-decoration:none;
}

a.select {
    background: url(/images/Check.png) no-repeat left;
    border:none;
    font-weight:bold;
    margin-right:15px;
    padding-left:20px;
    text-decoration:none;
}

a.unlock {
    background: url(/images/unlock.png) no-repeat left;
    border:none;
    font-weight:bold;
    margin-right:15px;
    padding-left:23px;
    text-decoration:none;
}

a.update {
    background: url(/images/update.png) no-repeat left;
    cursor:pointer;
    display:inline-block;
    font-weight:bold;
    height:19px;
    line-height:19px;
    margin-right:15px;
    padding-left:22px;
    text-decoration:none;
}

a.upload {
    background: url(/images/Upload.png) no-repeat left;
    border:none;
    font-weight:bold;
    margin-right:15px;
    padding-left:23px;
    text-decoration:none;
}

a.view {
    background: url(/images/view.png) no-repeat left;
    border:none;
    display:inline-block;
    font-weight:bold;
    height:20px;
    line-height:20px;
    margin-right:15px;
    padding-left:23px;
    text-decoration:none;
}

a.void {
    background: url(/images/void.png) no-repeat left;
    background: url(/images/klingonv.png) no-repeat left;
    border:none;
    font-weight:bold;
    margin-right:15px;
    padding-left:23px;
    text-decoration:none;
}

.awardList{
    font-style:italic;
}

.bold{
    font-weight:bold;
}

.clear{
    clear:both;
}

.cursor_pointer{
    cursor:pointer;
}

.emphasize{
    font-style:italic;
    font-weight:bold;
}

.error, .field-validation-error{
    color:#d2232a;
    font-size:1em;
    font-style:italic;
    font-weight:bold;
}

.hidden{
    display:none;
}

input[type=text].year {
    text-align:center;
    width:50px;
}

.noBold{
    font-weight:normal;
}

.noBorderBottom{
    border-bottom:none;
}

.redButton {
    color:#FFF;
    height:36px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size:14px;
    padding:0px 5px 0px 5px;
    background-image:url(/images/redButtonBG.png);
	background-repeat:repeat-x;
	border:1px solid #990033 !important;
}

.required{
    color:navy;
    font-weight:bold;
}

.submit{
    border: 1px solid #BFBFBF; 
    box-sizing:content-box;
    display:inline-block; 
    margin:5px 0; 
    height:30px;
    line-height:30px;
    text-align:center;
    text-transform:uppercase; 
    width:200px;
}

.toggle{
    cursor:pointer;
    text-decoration:underline;
}

ul.itemList{
    margin:15px 0;
    padding:0;
}

    ul.itemList > li{
        list-style-type:none;
        min-height:30px;
    }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */