#page_wrapper {
    margin-left: -496px;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -270px;
    position: absolute;
    width: 952px;
    height:500px;
    border: 0px solid #ff6600;
    display: block;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

body {
    margin: 0px;
    padding: 0px;
    font: 11px/20px verdana, arial, helvetica, sans-serif;
    color: #333;
    background-color: white;
}

p {
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

.Content>p {
    margin: 0px;
}

.Content>p+p {
    text-indent: 30px;
}

#portfolioBuilder, #archiveContainer {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 11px;
    height: 115px;
}

.content {
    width: auto;

    /*	min-width:120px;*/ 
    margin: 10px 10px 20px 190px;
    background-color: white;
    height: 100px;
    padding: 10px;
    overflow: auto;
}



#dragContainer {
    /*  position: absolute;
    visibility: hidden;
    width: 23;
    height: 23;*/
}

div.color {
    float: left;
    padding: 0px 4px 4px 4px;
}

div.colorview {
    float: left;
    border: 1px dashed black;
    padding: 0px 0px 0px 0px;
}

div.section {

    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    color: #666666;
    clear: both;
    /*  height: 40px;*/
    qborder: 2px dashed blue;
}

input {

    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}

div.portitem {
    border: 1px solid #dddddd;
    width: 30px;
    height: 30px;
    margin: 2px;
    float: left;
}

p {

    /*  font-size: 9px;*/
    font-weight: normal;
    text-decoration: none;
    color: #666666;
}

.action {
    width: 115px;
    height: 46px;
    float: left;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    color: black;
    -moz-user-select: none;
}

.portList {
    padding-left: 30px;
    height: 26px;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    color: black;
    -moz-user-select: none;
}

.actionview {
    width: 85px;
    qpadding-left: 30px;
    height: 38px;
    float: left;

    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: top;
    color: black;
}

.clientview {
    width: 84px;
    height: 38px;
    float: left;

    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    color: #666666;
}

.client {
    width: 86px;
    height: 46px;
    border-left: 1px solid #666666;
    float: left;

    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    color: #666666;
    qpadding-left: 10px;
    -moz-user-select: none;
}

.client2 {
    width: 86px;
    height: 46px;
    float: left;

    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    color: #666666;
    qpadding-left: 10px;
    -moz-user-select: none;
}

.client3 {
    width: 304px;
    height: 46px;
    float: left;

    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
    color: #666666;
    padding-left: 10px;
}

.rightcontent {
    position: absolute;
    width: expression((document.body.clientWidth - 550)+"px");
    margin-left: 431px;
    top: 190px;
    height: 500px;
    overflow: auto;
}

.viewcontent {
    position: absolute;
    width: 350px;
    margin-left: 0px;
    height: 450px;
    overflow: auto;
}
#ImageContainer img {
    max-height:500px;
    height:expression(this.height>500?'500px':true);
    max-width:400px;
    width:expression(this.width >400?'400px':true);
    display:block;
    margin:auto;
    overflow:hidden;
    border:0;
}
.viewshield {
    position: absolute;
    width: 350px;
    margin-left: 0px;
    top: 40px;
    left: 30px;
    height : 450px;
    overflow: auto;
    background-color: white;
}

.containershield {
    position: absolute;
    width: 800px;
    top: 0px;
    left: 0px;
    background-color: white;
    height: 600px;
}

.transparent {
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.transparent_NOT {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
