body { margin:0; padding:0; background:#FAF6FA; font-family: 'Roboto', sans-serif; font-size:13px; }
header { background:url(images/bg.jpg); }
header a.logo { position:relative; }
header a.logo span { position:absolute; left:80px; bottom:10px; color:#fff; line-height:40px; display:block; font-size:30px; }
header .container { position:relative; padding-bottom:10px; }
header .tabs { position:absolute; bottom:0; right:0; }
header .tabs a { display:inline-block; margin:0 2px 0 0; background:#eee; padding:10px 5px; border-radius:3px 3px 0 0; font-size:15px; text-decoration:none; }
header .tabs a:hover,
header .tabs a.active { color:#000; text-decoration:none; background:#fff; }
main { background:#fff; padding:30px 0; }
footer { padding:30px 0; text-align:right; }
.container { width:90%; margin:0 auto; }
button { border:none; background:#8E2C7F 10px center no-repeat; color:#fff; padding:8px 20px; }
button.cancel { background:#ccc; color:#000; }
button.AB_plus,
button.AB_edit,
button.AB_delete { padding-left:34px; background-color:#BD5AAF; text-align:left; }
button.AB_plus { background-image:url('images/add.png'); }
button.AB_edit { background-image:url('images/edit.png'); }
button.AB_delete { background-image:url('images/delete.png'); }
a { color:#8E2C7F; }
.cleaner { clear:both; }

form.login { width:300px; margin:0 auto; }
form.login input { width:100%; box-sizing:border-box; border:1px solid #ccc; background:#fff; padding:7px 10px; margin:0 0 5px 0; }
form.login button { width:100%; box-sizing:border-box; }

.container #itemForm,
.container #userForm { display:none; }
#itemForm .label,
#userForm .label { float:left; width:28%; text-align:right; line-height:30px; margin-bottom:5px; font-weight:bold; }
#itemForm .input,
#userForm .input { float:right; width:68%; margin-bottom:5px; }
#itemForm .input input,
#userForm .input input { width:100%; box-sizing:border-box; border:1px solid #ccc; background:#fff; padding:0 10px; line-height:30px; outline:none; }
#itemForm .buttons,
#userForm .buttons { text-align:right; padding:5px 0; }

.msgError { background:#0BB1E9 url('images/warning.png') 10px center no-repeat; padding:20px; padding-left:52px; color:#fff; margin-bottom:10px; }
.msgDone { background:#0BB1E9 url('images/accept.png') 10px center no-repeat; padding:20px; padding-left:52px; color:#fff; margin-bottom:10px; }
.msgError a,
.msgDone a { color:#333; }

main table { width:100%; border-collapse:collapse; }
main thead th {border-bottom:2px solid #000;padding:7px 15px;vertical-align:middle;color:#000;}
main thead th:first-child {border-top-left-radius:3px}
main thead th:last-child {border-top-right-radius:3px;border-right:none}
main tbody tr:hover td {background:#ddd;}
main tbody tr:nth-child(odd) td{background:#eee}
main tbody tr:nth-child(odd):hover td{background:#ccc}
main tbody tr:last-child td{border-bottom:none}
main tbody td{padding:11px 15px;text-align:left;vertical-align:middle;border-right:1px solid #C1C3D1}
main tbody td:last-child { border-right:none; }
main tfoot th {border-top:2px solid #000;padding:7px 15px;vertical-align:middle;color:#000;}
main table .centr { text-align:center; }
main table .num { text-align:right; }
main table .tools { text-align:center; width:210px; padding:2px; white-space:nowrap; }
main table button { margin:0 1px 1px 0; }


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:none; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}