﻿h6
{
    border: none;
}
#tools-col
{
    float: right;
    width: 145px;
}
.tool
{
    background-color: #EEEEEE;
    margin-bottom: 10px;
    float: left;
    width: 145px;
    clear: left;
}
.tool-internal
{
    float: left;
    width: 141px;
    margin: 2px;
}
html > body .tool-internal
{
    margin: 5px;
}
.header
{
    float: left;
    width: 145px;
    height: 30px;
}
.photo
{
    display: inline-block;
    float: left;
    width: 100px;
    background-color: #01B0F0;
    color: #000;
    padding: 2px;
    margin: 0 2px 2px 0;
    text-decoration: none;
    position: relative;
    z-index:5;
}
/*.photo .image-hide, .photo img
{
    z-index:1;
}*/
.photo>a
{
    position: absolute;
    display:block;
    width: 100%;
    height: 100%;
    z-index:4;    
    cursor:hand;
    background:url('/images/transparent.gif') top left repeat-x repeat-y;
}
html>body .photo a
{
    background:url('/images/transparent.gif') top left repeat-x repeat-y;
}
.link-span-box
{
    position:absolute;
    display:block;
    top: 0;
    left: 0;
    width: 95px;
    height: 100px;
    z-index: 4;
    cursor:hand;
    background:url('/images/transparent.gif');
}
html>body .link-span-box
{
   background:url('/images/transparent.gif');
   width: 100%;
   height: 100%;
}
.photo:hover
{
    background-color: #ff0000;
}
.photo .views, .photo .caption, .photo .username
{
    text-align: center;
    margin: 1px 0;
    z-index:1;
}
.photo .delete
{
    text-align: left;
    margin: 1px 0;
    z-index:1;
}
.photo .saidwhat
{
    font-style: italic;
    font-weight: bold;
    text-align: center;
    z-index:1;
}
.photo .username
{
    font-weight: bold;
    z-index:1;
}
.arrows
{
    margin: 5px 0;
    float: left;
    width: 850px;
    font-size: larger;
}
.arrows a
{
    display: inline-block;
    width: 20px;
    height: 18px;
    background: #eee;
    text-decoration: none;
    text-align: center;
    margin-bottom: 4px;
    padding-top: 2px;
}
.arrows a:hover, .arrows a.page-selected
{
    background: #f00;
    color: #fff;
}
.gallery
{
    float: left;
    width: 850px;
}
.upload-box
{
    border: solid 2px #6633FF;
    padding: 10px;
    width: 500px;
    float: left;
}
.upload-box a
{
    color: #fff;
}

.near-me-box
{
    border: solid 2px #6633FF;
    background-color: #6633FF;
    color: #fff;
    padding: 10px;
    width: 500px;
    float: left;
}
.near-me-box a
{
    color: #fff;
}

.upload-button
{
    float: left;
}
.within
{
    float: left;
    margin-right: 10px;
}
.True
{
    background-image: url(/images/movie.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
}
.form-item
{
    float: left;
    width: 280px;
    height: 14px;
    margin: 7px 0 2px 0;
    font-size: 13px;
}
.photo-library
{
    display: inline-block;
    float: left;
    width: 100px;
    background-color: #01B0F0;
    color: #000;
    padding: 2px;
    margin: 0 2px 2px 0;
    text-decoration: none;
}

.more-button-spin
{
    background-image:url('/images/ajax-loader.gif') !important;
    background-repeat: no-repeat;
    background-position:200px 5px;
}

.more-button
{
    display: inline-block;
    background-color:#f00;
    background-image:none;
    color:#fff;
    width:300px;
    height:20px;    
    border:solid 1px #fff;
    text-align:center;
    padding:5px 0 0 0;
    font-weight:bold; 
    cursor:pointer;  
    float:left;
}

#news-choose
{
    border:solid 2px #f00;
    margin:5px;
    float:left;
    padding:5px;
    background-color:Yellow;
    font-weight:bold;
}
