html
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    background: #DFDFDF;
    color: #666;
    line-height: 18px;
}

a 
{
    color: #666;
    text-decoration: none;
}

textarea
{
   border: 1px solid #DFDFDF;
   width: 300px;
   padding: 4px 3px;
   height: 100px;
}

textarea.big
{
    width: 713px;
    height: 300px;
}


input[type="text"],
input[type="password"],
select
{
    -moz-border-radius: 1px;
    border: 1px solid #DFDFDF;
    padding: 4px 3px;
    width: 300px;
}

select
{
    width: 309px;
}

input[type="submit"]
{
    width: auto;
}

label
{
    display: block;
    font-weight: bold;
}

strong
{
    font-weight: bold;
}

h1
{
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px #DFDFDF solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

h3
{
    font-weight: bold;
    font-size: 13px;
}

.clear
{
    clear: both;
}

.icon
{
    position: relative;
    top: 3px;
}

p
{
    margin-bottom: 10px;
}

/* LOGIN SCREEN */

#login
{
    width: 300px;
    margin: 0 auto;
    background: white;
    position: relative;
    top: 100px;
    -moz-box-shadow: 2px 2px 10px #BFBFBF;
    padding: 10px 10px 28px 10px;
}

#login label
{
    width: 80px;
    float: left;
    padding: 4px 0 0 0;
}

#login input
{
    width: auto;
}

#login input[type="submit"]
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#logo
{
    width: 900px;
    margin: 0 auto;
    position: relative;
}

#time
{
    position: absolute;
    right: 0px;
    bottom: 0px;
}

#environment
{
    position: absolute;
    right: 0px;
    top: 10px;
}

#environment select
{
    width: 70px;
}

/* PAGE */
#page
{
    width: 900px;
    margin: 0 auto;
    background: white;
    position: relative;
    -moz-box-shadow: 2px 2px 10px #BFBFBF;
    margin-top: 5px;
    padding-bottom: 10px;
    min-height: 400px
}

/* LOADER */
#loader
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../img/loader.gif) center center no-repeat white;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
}

/* NAVIGATION */
#navigation
{
    background: #EFEFEF;
    border-bottom: 1px #DFDFDF solid;
    position: relative;
}

#navigation li
{
    display: inline-block;
    padding: 8px 10px;
    margin-right: 3px;
}

#navigation li.active
{
    background: white;
}

#navigation li.active a
{
    font-weight: bold;
}

#navigation-right
{
    position: absolute;
    right: 10px;
    top: 10px;
}

#navigation-right a
{
    padding: 2px 0 2px 20px;
    background: url(../img/icon/key.png) no-repeat left;
}

/* CONTENT */
#content
{
    margin-top: 10px;
}

#content-left
{
    width: 150px;
    float: left;
    padding: 33px 0 0 10px;
}

#content-left li
{
    border-top: 1px #DFDFDF solid;
    padding: 5px 0;
}

#content-left li.active a
{
    font-weight: bold;
}

#content-home
{
    padding: 10px;
}

#content-main
{
    width: 720px;
    padding: 10px;
    float: left;
}

#content-main pre
{
    width: 720px;
    overflow: auto;
}

#content-main-navigation
{
    background: #EFEFEF;
    margin-bottom: 15px;
}

#content-main-navigation ul
{
    padding: 5px 0 0 5px;
}


#content-main-navigation li
{
    float: left;
    padding: 10px 7px;
    margin-right: 10px;
}

#content-main-navigation li.active
{
    background: white;
    font-weight: bold;
}

/* TABLE LIST */
table.list
{
    width: 100%;
}

table.list thead
{
    background: url(../img/table_header.jpg) center;
    height: 35px;
}

table.list thead th
{
    border-right: 1px black solid;
    padding-left: 10px;
    color: white;
    font-weight: bold;
}

table.list tbody
{
    border: 1px #DFDFDF solid;
}

table.list tbody td
{
    border-bottom: 1px #DFDFDF solid;
    border-left: 1px #DFDFDF solid;
    padding: 3px 0 0 10px;
}

table.list tbody tr:hover td
{
    background: #CFCCCC;
}

/* PAGEBROWSER */
.pagebrowser
{
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.pagebrowser-left,
.pagebrowser-right
{
    position: absolute;
    top: 0px;
}

.pagebrowser-left
{
    left: 0px;
}

.pagebrowser-right
{
    right: 0px;
}

/* INFOBOX */
.infobox
{
    margin-top: 15px;
}

.infobox h4
{
    font-weight: bold;
    color: white;
    background: url(../img/table_header.jpg);
    height: 17px;
    padding: 7px 10px;
}

.infobox-content
{
    padding: 5px;
    border: 1px #DFDFDF solid;
}

.infobox-content table
{
    width: 100%;
}

.infobox-content table th
{
    font-weight: bold;
    width: 15%;
    vertical-align: top;
}


span.green,
span.green a
{
    color: #6DA827;
}

span.yellow,
span.yellow a
{
    color: #E79300;
}

span.red,
span.red a
{
    color: #FF6F75;
}


/* NOTICE */
.notice
{
    margin-bottom: 10px;
    padding: 3px 3px 3px 25px;
    font-weight: bold;
}

.notice-green
{
   background: url(../img/icon/accept.png) no-repeat 5px #E0F2CB;
   border: 1px #CCEBAC solid;
   color: #6DA827;
}

.notice-yellow
{
    background: url(../img/icon/error.png) no-repeat 5px #FFF4CC;
    border: 1px #F8E3AC solid;
    color: #E79300;
    padding-left: 28px;
}

/* BACK */
.back
{
    border-top: 1px #DFDFDF solid;
    margin-top: 20px;
    padding-top: 5px;
}

/* ORDER SEARCH */
#order-search-result
{
    margin: 15px 0 10px 0;
}

/* FORMS */
.zend_form dd
{
    margin-bottom: 10px;
    border-bottom: 1px #DFDFDF solid;
    padding-bottom: 15px;
    position: relative;
}

.zend_form .errors
{
    position: absolute;
    left: 330px;
    bottom: 16px;
    background: url(../img/background/error.gif) no-repeat left #DF1A1A;
    color: white;
    height: 17px;
    padding: 2px 10px 2px 13px;
}

#coordinates-element
{
    border: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.zend_form label
{
    padding-bottom: 3px;
}

/* ACTIONS */
span.index-action,
span.detail-action,
span.edit-action,
span.delete-action
{
    background: url(../img/icon/page_white_go.png) no-repeat left 2px;
    display: inline-block;
    padding: 2px 0 2px 20px;
}

span.edit-action
{
    background-image: url(../img/icon/page_white_edit.png);
}

span.delete-action
{
    background-image: url(../img/icon/page_white_delete.png);
}

/* PHOTOS */
#photos
{
    margin-left: -20px;
}

#photos .photo
{
    float: left;
    width: 150px;
    margin: 0 0 20px 20px;
    position: relative;
    overflow: hidden;
    height: 150px;
    border: 1px #666 solid;
    cursor: pointer;
}

#photos .photo:hover .photo-exif
{
    display: block;
}

#photos .photo-exif
{
    background: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 10px;
    padding: 2px;
    display: none;
    opacity: 0.9;
}

#photos .photo-exif span
{
    display: block;
    padding: 0 0 0 20px;
}

#photos .photo-exif .photo-exif-camera
{
    background: url(../img/icon/camera.png) no-repeat left;
}

#photos .photo-exif .photo-exif-date
{
    background: url(../img/icon/calendar.png) no-repeat left;
}