﻿/*************************************
              NEW POST
*************************************/

.thumbWrapper 
{
    float: left;
    width: 100px;
    height: 120px;
}

.newPostThumb
{
    float: left;
    width: 100px;
    height: 75px;
    text-align: center;
    margin: 0 0 2px 0;
    padding: 15px 0 0 0;
    overflow: hidden;
}

.newPostThumbLrg
{
    float: left;
    width: 88px;
    height: 20px;
    text-align: center;
    margin: 0 0 2px 0;
    padding: 0 2px 0 4px;
    overflow: hidden;
}

.newPostUrl
{
    float: right;
    width: 190px;
    height: 119px;
    margin: 0 0 2px 0;
    padding: 0;
}

.newPostThumb img
{
    border: solid 1px #ff6600;
    padding: 3px;
    background: #ffffff;
}

.newPostThumb img:hover
{
    cursor: pointer;
}

.siteField
{
    float: left;
    width: 155px;
    height: 25px;
}

.leftAdmincontainerTop {
    float: left;
    width:565px;
    min-height: 20px;
    margin:0px;
    padding:0px 25px 15px 80px;
    position: relative;
}

.leftAdmincontainerTop .thumb{
    top: 0px;
    left: 70px;
    position: absolute;
    width: 90px;
    border: solid 1px #dddddd;
    padding: 4px;
}

.leftAdmincontainerTop .titleName{
    top: 0px;
    left: 177px;
    position: absolute;
    width: 400px;
}

.leftAdmincontainerTop .edit{
    top: 0px;
    left: 630px;
    position: absolute;
}

.leftAdmincontainerCtr {
    float:left;
    width:620px;
    height: 100%;
    margin:0px;
    padding:5px 25px 0px 25px;
}

.addThumb {
    width: 86px;
    height: 60px;
}
