* {
    font-family: arial;
    font-size: 12px;
    color: #333333;
}
table.complexType { 
    border-collapse: collapse;
    border: 1px solid #cccccc; 
    margin: 3px;
}
thead.complexType {
    background-color: #cccccc;
}

tr.dark {
    background-color: #dee4ff;
}
tr.light {
    background-color: #ffffff;
}
tr.hidden {
    display: none;
}

th.complexType {  
    font-weight: normal;
    text-align: right;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
td.complexType {            
    text-align: left;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 3px;
    padding-left: 3px;
    padding-right: 3px;
}
.requiredAttribute {
    font-weight: bold;
}
.optionalAttribute {
    font-weight: normal;
}
input.simpleType {
    width: 40em;
}
input.shortSimpleType {
    width: 15em;
}
div.documentationType{
    width: 40em; 
    height: 10em; 
    overflow: auto;
    border: 1px solid #cccccc;
}

textarea.simpleType {
    width: 50em;
    height: 5em;
}
select.simpleType {
    width: 20em;
}


.menu {
    background-color: #dddddd; 
    color: #666666; 
    font-weight: normal; 
    border-collapse: collapse; 
    border-top: 1px solid #aaaaaa; 
    border-left: 1px solid #aaaaaa; 
    border-bottom: 2px solid #666666; 
    border-right: 2px solid #666666; 
    margin: 3px; 
    z-index: 99;
}          
.menuitem{
    color: #444444; font-size: small; 
    text-decoration: none
}
.menuitem:hover{
    text-decoration: underline
}

.button {
    border-top: 1px solid #aaaaaa; 
    border-left: 1px solid #aaaaaa; 
    border-bottom: 2px solid #aaaaaa; 
    border-right: 2px solid #aaaaaa; 
    margin: 1px;
}
.button-over {
    border-top: 1px solid #eeeeee; 
    border-left: 1px solid #eeeeee; 
    border-bottom: 2px solid #666666; 
    border-right: 2px solid #666666; 
    margin: 1px;
}
.button-down {
    border-bottom: 1px solid #eeeeee; 
    border-right: 1px solid #eeeeee; 
    border-top: 2px solid #666666; 
    border-left: 2px solid #666666; 
    margin: 1px;
}
.upload-logo {
    height: 100px;
    background-image: url(../../../2009/images/logo100.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.upload-text {
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
}


