h1.logo a { background: url("/images/logo3.png") no-repeat scroll 0 0 ; width: 144px; height: 70px; display: block;
    font-size: 0; 
}
h1.logo { width: 70px; float: left; margin: 0 auto; padding-left:10px; }
.pagetitle {
    margin-left: 10px;
}

body {
    padding-top: 10px;
    background:url(../images/bg000001.jpg) center repeat #575757;
}

#container, .inner {
    position: relative;
    text-align: left;
    width: 1000px;
    min-width: 90%;
    overflow-y: auto; overflow-x: auto;
    padding-bottom: 40px;
}
.inner { overflow-y: hidden; }

.liner {
    margin: 0 auto;
}
 
#container {
    clear: both;
    padding-top: 50px;
    margin: 0 auto;
}
#panel {
    width:100%;
    padding-top: 40px;
    margin-top: 50px;
}
.wrapper {
    min-height: 100%;
    /*padding-top:20px;*/
}
#header {
    position: relative;
}
#footer {
    clear: both;
    position: relative;
    margin-left:20px;
}

p.foot {
    margin-left:20px;
}
.content {
    margin: 0 auto;
    width: 1000px;
}
header {
    height: 50px;
    min-width: 1000px;
    width: 100%;
    z-index: 998;
    position: fixed;
    left: 0;
}
#nav {
    float: right;
}
#nav, #nav ul, #nav li {
    margin: 0;
}
/*#nav ul {
}*/
#nav li {
    /*background: url("../images/divider.png") no-repeat scroll 0 0 transparent;*/
    background: transparent;
    display: inline;
    float: left;
    height: 20px;
    line-height: 32px;
    list-style: none outside none;
    padding: 8px 0 19px 20px;
    position: relative;
}
#nav li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding: 8px 0 20px;
}
#nav a {
    font-size: 12px;
}
#nav ul li strong {
    margin: 0 5px;
}
#nav ul li p {
    color: #888;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 0 15px 0 0;
}
#nav ul li .logout {
    border: 1px solid black;
    border-radius: 5px;
    display: block;
    float: left;
    font-size: 20px;
    height: 25px;
    line-height: 20px;
    margin: 3px 0 0;
    width: 70px;
    padding-left: 10px;
}
#nav ul {
    z-index: 1000;
}
#nav ul li {
    display: block;
    float: left;
}
#nav ul li a {
    color: black;
}
footer {
    bottom: 0;
    clear: both;
    height: 40px;
    margin-top: 40px;
    position: fixed;
    width: 100%;
    z-index: 998;
    background: white;
}
footer p {
    color: black;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    float: left;
}
footer p span {
    color: black;
}

.invisible { display: none; }
#submit { margin-top: 40px; font-size: 18px; }
.row {
    clear: both;
    margin: 10px 0px 0px 10px;
    float: left;
    /*width: 100%;*/
}
.row.multirow {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.col {
    float: left;
    margin: 3px 10px 0 0;
    padding: 7px 0 2px 0px;
    min-width: 200px;
    text-align: left;
}
.col.buttoncol {
    min-width: 80px;
}

.col.multicol {
    min-width: 244px;
    vertical-align: top;
    margin: 0px;
    padding-top: 0px;
}

.col.title {
    max-width: 120px;
    vertical-align: top;
    margin: 0px;
    padding-top: 0px;
}
.row select, .row input, .row button { font-size: 18px; background-color: #DDD; border-width:1px;}
.row select { width: 244px; }
.row input { width: 244px; }
.row input[type=checkbox] { width: 25px; }
table tr th, tr td { padding: 0 2px; text-align: left; }

/*#panel {
    margin-top:50px;
}
*/
button.admin {
    height: 30px;
    width: 75px;
    font-size: 14px;
}

.error {
    color: red;
}

.linklist {
    width:100%;
    overflow: auto;
    white-space: nowrap;
}

#popup {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 600px;
    height: 500px;
    margin-left: -250px; /*Half the value of width to center div*/
    margin-top: -250px; /*Half the value of height to center div*/
    z-index: 999;
    overflow-y: auto; overflow-x: auto;
    border: 2px solid;
}

#ideapopup {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 1200px;
    height: 580px;
    margin-left: -600px; /*Half the value of width to center div*/
    margin-top: -250px; /*Half the value of height to center div*/
    z-index: 999;
    overflow-y: auto; overflow-x: auto;
    border: 2px solid;
    padding:0px;
}


#popupclose {
    float: right;
    padding-left: 1px;
    cursor: pointer;
}

#propertyList td {
    vertical-align: top;
}