a, a:hover
{
    color: #000000;
}

body
{
    background: #EEEEEE;
    color: #000000;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Sans-Serif;
    font-size: 16px;
    line-height: 1.4em;
    margin: 20px;
}

h1
{
    font-size: 32px;
    margin: 0px;
    margin-bottom: 20px;
}

h2
{
    font-size: 22px;
    margin: 0px;
}

h3
{
    font-size: 14px;
    margin: 0px;
}

img
{
    border: none;
}

input, select
{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Sans-Serif;
}

#container
{
    margin: auto;
    position: relative;
    width: 1000px;
}

#tabs
{
    position: absolute;
    right: 0px;
    top: -20px;
}

#tabs .tab
{
    background-color: #FFFFFF;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    float: right;
    font-size: 13px;
    margin-left: 10px;
    padding: 0px 10px 0px 10px;
}

#content
{
}

#admin
{
    background-color: #FFFFFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}

.clear
{
    clear: both;
}

.dropdown
{
    width: 150px;
}

.hand
{
    cursor: pointer;
}

.hide
{
    display: none;
}

.input
{
    width: 150px;
}

.itemlist h3 span
{
    margin-right: 5px;
}

.itemlist h3 span img
{
    margin-bottom: 2px;
    vertical-align: middle;
}

.itemlist .itemlistitem
{
    float: left;
    margin-bottom: 20px;
}

.itemlist .itemlistitem .items
{
    background-color: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0px;
    height: 130px;
    line-height: 0px;
    padding: 5px;
}

.itemlist .itemlistitem .items .item
{
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 130px;
    position: relative;
    width: 194px;
}

.itemlist .itemlistitem .items .item .preview
{
    display: block;
    height: inherit;
    width: inherit;
}

.itemlist .itemlistitem .items .item .video
{
    background: transparent url('../images/video_large.png') no-repeat;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 3px;
    width: 32px;
}

.list
{
    border-collapse: collapse;
}

.list td
{
    background-color: #EEEEEE;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.list td.preview
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 97px 97px;
    height: 65px;
    padding: 0px;
    width: 97px;
}

.list tr.alternate td
{
    background-color: #E1E1E1;
}

.list tr.header td
{
    background-color: #424242;
    color: #FFFFFF;
    font-weight: bold;
}

.list tr.header td a, .list tr.header td a:hover
{
    color: #FFFFFF;
}

.login
{
    background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: auto;
    margin-top: 100px;
    padding: 0px 10px 0px 10px;
    width: 228px;
}

.login .button
{
    font-size: 16px;
}

.login .input
{
    font-size: 24px;
    width: 220px;
}

.nowrap
{
    white-space: nowrap;
}

.textcenter
{
    text-align: center;
}

.textright
{
    text-align: right;
}

.textwhite, .textwhite:hover
{
    color: #FFFFFF;
}

.upload
{
    border: 1px solid #000000;
    padding: 10px 20px 10px 20px;
}

.upload.drop
{
    background-color: #99FF99;
}

.upload.nodrop
{
    background-color: #FF9A99;
}

table.valigntop td, td.valigntop
{
    vertical-align: top;
}