﻿
/*------ADMIN BAR------*/
/*---------------------*/
#adminBar {
    background: transparent url(../images/admin/adminNavBg.jpg) bottom left repeat-x;
    font-size: 11px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

#adminTitle {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    left: 50px;
    position: absolute;
    text-transform: uppercase;
    top: 11px;
}

#adminTitle a {
    color: #fff;
    text-decoration: none;
}

#adminBar ul {
    margin-left: 222px;
}
       
#adminBar li {
    border-left: 1px solid #ded7ac;
    float: left;
}

#adminBar li a {
    color: #fff;
    display: block;
    padding: 11px 11px 14px 15px;
    text-decoration: none;
}

#adminBar li a:hover, #adminBar li a.select {
    background: #d7a341 url(../images/admin/adminNavHoverBg.jpg) bottom left repeat-x;
}

#adminBar li.last a {
    border-right: 1px solid #ded7ac;
}

.linkLogin {
    background: #d7a341 url(../images/admin/btnLogout.gif) top left no-repeat;
    height: 28px;
    position: absolute;
    text-indent: -9999px;
    top: 4px;
    right: 5px;
    width: 76px;
}

/*-----COMMON------*/
/*-----------------*/
h1.adminHead {
    font-family: Times New Roman, Times, Serif;
    font-size: 25px;
    letter-spacing: 3px;
    text-indent: 0;
    text-transform: uppercase;
}

.errorCopy {
    margin-bottom: 12px;
}

.successCopy {
    color: #227a10;
    display: block;
    margin-bottom: 12px; 
}  

.button {
    padding-top: 15px;
}

.form p span.checkInline label {
    display: inline;
}

.table1 th, .table1 td {
    border-bottom: 1px solid #000;
}


.optionsCol {
    white-space: nowrap;
}
.optionsCol a {
    padding-right: 11px;
    margin-right: 8px;
    border-right: 1px solid #000;
}

.optionsCol a.last {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.storeTemplate .options a.firstOption {
    border-right: none;
}

.form p.horizCheckList input {
    margin: 0;
}

.form p.horizCheckList label {
    display: inline;
}

p.horizCheckList span {
    width: 235px;
}

p.horizCheckList span label {
    margin-left: 3px;
    margin-right: 15px;
}

.btnList {
    margin-top: 25px;
}

.btnList li.btnCancel a {
    background: transparent url(../images/admin/btnCancel.gif) no-repeat 0 0;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 78px;
}

/*-----PAGE SPECIFIC-----*/
/*-----------------------*/
.fileUpload input {
    width: 400px;
}

#SurveyTable td.firstCol {
    padding-left: 8px;
    padding-right: 5px;
}


#surveyResultsTable {
    margin-bottom: 12px;
}

.answerList {
    margin-bottom: 15px;
    margin-left: 10px;
}

.answerList li {
    margin-bottom: 2px;
}

.answerList li input, .answerList table td input {
    width: 246px;
}

.lnkSelectTable {
    width: 444px;
}

.lnkSelectTable td {
    width: 190px;
}

.lnkSelectTable tr.thead td {
    padding-bottom: 3px;
}

td.lnkSelectBtns {
    padding-left: 22px;
    padding-right: 22px;
    vertical-align: middle;
    text-align: center;
    width: 20px;
}

td.lnkSelectBtns a {
    display: block;
    height: 20px;
    margin-bottom: 5px;
    text-indent: -9999px;
    width: 20px;
}

a.btnAdd {
    background: transparent url(../images/admin/iconArrowRight.gif) no-repeat 0 0;
}

a.btnRemove {
    background: transparent url(../images/admin/iconArrowLeft.gif) no-repeat 0 0;
}

.answerList td {
    padding: 3px 15px 3px 0;
}

.photoDescription {
    width: 255px;
    height: 100px;
}

a.btnBack {
    background:transparent url(../images/admin/btnBack.gif) no-repeat scroll left top;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width:78px;
}

/*-----EDIT IN PLACE-----*/
/*-----------------------*/
.actionButtons_Edit, .actionButtons_Save, .actionButtons_Cancel {
    float: left;
}

.actionButtons_Edit a, .actionButtons_Save a, .actionButtons_Cancel a {
    background:#DDDDDD url(../images/admin/bg-button.gif) repeat-x scroll 0 0;
    border-left:1px solid #BBBBBB;
    border-right:1px solid #AAAAAA;
    letter-spacing:0;
    margin:0 5px 12px 0;
    padding:4px 8px;
    color:#333333;
    display: block;
    font-family:Arial,Sans-serif;
    font-size:100%;
    e-height:1.2;
    overflow:visible;
    text-decoration:none;
}

.actionButtons_Edit .clear, .actionButtons_Save .clear, .actionsButtons_Cancel .clear {
    clear: none;
}

.editor {
    clear: left;
    margin-bottom: 5px;
}



/*---TOP ADMIN NAV BUTTONS---*/
/*---------------------------*/
.adminTopOptions {
    margin-bottom: 15px;
}

.adminTopOptions li {
    display: inline;
}

.btn {
    display:inline-block;
    background:none;
    margin:0;
    padding:3px 0;
    border-width:0;
    overflow:visible;
    font:100%/1.2 Arial,Sans-serif;
    text-decoration:none;
    color:#333;
}

* html button.btn {
    padding-bottom:1px;
}

/* Immediately below is a temporary hack to serve the 
following margin values only to Gecko browsers
Gecko browsers add an extra 3px of left/right 
padding to button elements which can't be overriden.
Thus, we use -3px of left/right margin to overcome this. */
html:not([lang*=""]) button.btn {
    margin:0 -3px;
}

.btn span {
    background:#ddd url(../images/admin/bg-button.gif) repeat-x 0 0;
    margin:0;
    padding:3px 0;
    border-left:1px solid #bbb;
    border-right:1px solid #aaa;
}

* html .btn span {
    padding-top:0;
}

.btn span span {
    position:relative;
    padding:3px .6em;
    border-width:0;
    border-top:1px solid #bbb;
    border-bottom:1px solid #aaa;
    letter-spacing: 0;
}

/* only needed if implementing separate hover/focus/active state for buttons */
    .btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
      cursor:pointer; /* important for any clickable/pressable element */
      border-color:#9cf !important;
      color:#000;
      }
    .btn:active span {
      background-position:0 -400px;
      outline:none;
      }
    .btn:focus, .btn:active {
      outline:none; /* doesn't seem to be respected for <button>, only <a> */
      }


