/* 
    Document   : main
    Created on : 06 April 2007, 18:55
    Author     : Felix, Roberto
    Description:
        Main stylsheet for virtual person
*/

body {
    background: black;
    color: white;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    min-width: 1000px;
    min-height: 800px;
    height: 100%;
    margin: 0 auto;
    padding: 0 auto;
}


#content {
    margin: 0 auto;
    padding: 0 auto;
    width:970px;
    text-align: center;
}

#main {
    padding: 2px 2px 2px 2px;
    background: gray;
    position:relative;
    clear: left;
    height:100%;
    text-align:left;
}

#top_bar {
    width: 100%;
    background: black none repeat scroll 0%;
    height: 20px;
}

#top_bar .userInfo {
    float: left;
    margin: 2px 10px 2px 2px;
    padding: 0px 0px 0px 0px;
    font-size: 10px; 
}

#user_bar .profile_description {
    text-align: center;
    font-size: 12px;
    float: left;
}

#lang_bar {
    float: right;
    text-align: right;
    font-size: 12px;
    margin: 2px 10px 2px 2px;
}

img{
	border:none;
}


#controls {
    font-family: Arial,Helvetica,sans-serif;
    color: black;
    font-size: 10px;
    background-color: white;
    font-style: normal;
    border: 2px inset gray;
    width: 800px;
    height: 22px;
    float: left;
    text-align: left;
    padding: 4px 2px 4px 2px;
    margin: 0px 0px 0px 0px;
}

#details {
    border: 2px inset gray;
    background-color: white;
    color: black;
    display: block;
    width: 800px;
    height: 24px;
    float: left;
    padding: 2px 2px 4px 2px;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
    vertcal-align: middle;
}

#details ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 18px;
    width: 800px;
 }

#details li {
    font-size: 12px;
    float: left;
    margin: 1px 1px 0px 0px;
    padding: 2px 5px 2px 5px;
    border: 1px dashed #666666;
}

#details_content {
    width: 768px;
    float: left;
}

#details_button {
    width: 32px;
    float: right;
}

#buttons {
    text-align:center;
    border: 2px inset gray;
    background-color: white;
    color: black;
    display: block;
    width: 150px;
    height: 22px;
    float: left;
    padding: 4px 2px 4px 2px;
    margin: 0px 0px 0px 0px;
}
   
#left_bar {   
    border: 2px inset gray;
    background-color: white;
    color: black;
    display: block;
    width: 150px;
    height: 600px;
    float: left;
    padding: 4px 2px 4px 2px;
    margin: 0px 0px 0px 0px;
}

#elements {
    text-align:center;
    list-style-type: none;
    padding: 0;
    border: 2px inset gray;
    overflow: auto;
    height: 600px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: scroll vertical;
}

#left_bar div {
    clear: both;
}

#left_bar div.Head {
    font-size: 10px;
}

#elements li {
    padding: 2px;
    color: black;
/*    background: url("/images/itembg.gif") right top no-repeat;
    border: 1px white solid; */
}

#elements select {
    width: 11ex;
}

.SubtextList {
    list-style-type: none;
    padding: 0;
    text-align: right;
    font-size: 12px;
}

.SubtextList li {
    background: transparent !important;
    width: 90%;
    padding-left: 20px;
}

.image {
    border-style: none;
}

a {
    text-decoration:none;
    color: white;
}

#canvas {
    position:relative;
    text-align:left;
    z-index:1;
    width: 800px;
    height: 600px;
    border: 2px inset gray;
    float: left;
    padding: 4px 2px 4px 2px;
    margin: 0px 0px 0px 0px;
}


#canvas pre {
    font-family: inherit;
}

.CanvasSubtext pre {
    padding: 0px;
    margin: 0px;
}

.draggable {
    position: absolute;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: 1px solid transparent;
}

.draggable_text {
    cursor:move;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: -16px 0px 0px -32px;
}

.editable {
    cursor:text;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;

}

#loginform {
    position:absolute;
    background:gray;
    border:1px solid white;
    top:5px;
    left:0px;
    text-align:left;
    z-index:1000;
    width: 200px;
    height: 200px;
    float: left;
    padding: 4px 2px 4px 30px;
    margin: 0px 0px 0px 0px;
}

#signupform {
    position:absolute;
    background:gray;
    border:1px solid white;
    top:5px;
    left:0px;
    text-align:left;
    z-index:1000;
    width: 200px;
    height: 350px;
    float: left;
    padding: 4px 2px 4px 30px;
    margin: 0px 0px 0px 0px;
}


#signupform input{
	background:url("/images/textinput.gif") no-repeat; 
}

#loginform input{
	background:url("/images/textinput.gif") no-repeat; 
}

#compositions{
    font-size: 10px; 
    color: black;
    display: block;
    height: 600px;
    padding: 4px 2px 4px 2px;
    margin: 0px 0px 0px 0px;
}


#browse_picture {
    margin: 0;
    padding: 6px 2px 4px 2px;
    background-color: white;
    boder: 1px solid gray;
    width: 310px;
}

#pick_color {
    /*font-family: monospace;*/
    /*font-size: 14px;*/
}

#pick_color option {
}

#color_picker {
    background-color: white;
    border: 1px solid grey;
    width: 580px;
    height: 102px;
    padding: 15px 5px 5px 5px;
}


.ColorOption {
    height: 14px;
    width: 14px;
    border: 1px solid #CCCCCC;
    float: left;
}

#avatar_container {
    position: absolute; 
    top: 5px; 
    left: 5px;
    z-index:10000;
    height: 90px;
    width: 75px;
}


.description_container {
    height: 90px;
    width: 710px;
    vertical-align: middle;
    line-height: 90px;
    position: absolute;
}


#description-inplaceeditor a {
    color: black;
}

#description-inplaceeditor textarea {
    height:90px;
    width: 710px;
    background-color: white;
    vertical-align: middle;
}

#other_compositions{
    color: white;
    font-size: 17px;
    position:absolute;
    text-align:left;
    z-index:9001;
    width: 710px;
    height: 600px;
    float: left;
    padding: 0px 0px 0px 90px;
    margin: 0px 0px 0px 0px;
}
#other_compositions_shadow{
    color: black;
    font-size: 17px;
    position:absolute;
    background:gray;
    border:1px solid white;
    text-align:left;
    z-index:9000;
    width: 708px;
    height: 598px;
    float: left;
    padding: 2px 0px 0px 92px;
    margin: 0px 0px 0px 0px;
}

   
.editor_field {
    background-color: white !important;
}
