/**
* @author: Stephan Manteufel <stephan@manteufel.info>
*
* @package www.manteufel.info
*
* @version: $Id: screen.css 55 2010-11-22 06:58:25Z bluecase $
**/

/***  HTML tags  ***/
* {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: sans-serif, 'arial';
    color: #444;
}

a{
    text-decoration: underline;
}

a:hover{
    text-decoration: none;
    color: black;
}

body {
    background: url('../images/background/general.gif') repeat-x #95957e;
    padding-top: 2%;
}


h1 {
    padding: 8px 0 6px;
    font-size: 1.8em;
    font-weight: bold;
}

h2 {
    padding: 4px 0 2px;
    font-size: 1.5em;
    font-weight: normal;
}

h3 {
    font-size: 1.2em;
    font-weight: normal;
    padding-bottom:10px;
    padding-top:0px;
}


img {
    border: none;
}

li {
    line-height: 1.5em;
}

p {
    padding: 2px 0 10px;
}

ul {
    padding: 0 2em 1.2em;
}

form {
    display: inline;
}

input[type=text], input[type=file], input[type=password], textarea {
    border: 1px solid silver;
    padding: 3px;
    font-size: 1em;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: top;
}

button {
    border: 1px solid silver;
    padding: 2px;
    color: #222;
}


/***  IDs  ***/
#actionInProgress {
    position: fixed;
    left: 40%;
    top: 40%;
    z-index: 100;
    display: none;
}

#addFileMenu {
    position: fixed;
    display: none;
    top: 40%;
    left: 40%;
}

#chiefContent {
    width: 67%;
    margin-left: 250px;
    top: 0;
    position: relative;
}

#alice {
    line-height: 1.5em;
    margin: 0 auto;
    width: 946px;
}

#content {
    background: white;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    min-height: 300px;
    font-size: 1em;
    padding: 18px 20px;
    z-index:5;
}

#copyright {
    background: url('../images/background/footer.png') repeat-x bottom;
    width: 466px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#editReferenceForm div.table,
#invoiceDataCapturingForm div.table {
    width: 100%;
}

#emailMessage,
.referenceContent textarea {
    height: 300px;
    margin-bottom: 5px;
}

#exportOptions {
    background: url('../images/background/footer.png') repeat-x bottom;
    width: 466px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 1px;
}

#exportOptions a {
    margin: 2px;
}

#exportOptions img {
    vertical-align: middle;
}

#fileAttach {
    display: table-cell;
    padding-right: 20px;
    margin-left: 20px;
    background: url('../images/icons/attach.png') no-repeat right;
    cursor: pointer;
}

#fileAttach:Hover {
    background: url('../images/icons/attachHover.png') no-repeat right;
}

#fileListEmpty {
    padding-left: 10px;
    color: gray;
}

#footSection {
    border-top: 1px solid #999999;
    width: 100%;
}

#footSectionLeft {
    background: url('../images/background/footerLeft.png') no-repeat left bottom;
    width: 7px;
    display: table-cell;
    height: 25px;
}

#footSectionRight {
    background: url('../images/background/footerRight.png') no-repeat right bottom;
    width: 7px;
    display: table-cell;
    height: 25px;
}

#headSection {
    border: 1px solid #999;
    background: url('../images/background/header.png') no-repeat right #c00;
    vertical-align: middle;
}

#headSection img {
    vertical-align: middle;
}

div#jessica {
    background: #ccc;
    border-top: 5px solid #ccc;
    margin: 0 auto;
    width: 960px;
}

div#languageOptions {
    vertical-align: middle;
}

img#languageOptions {
    vertical-align: middle;
    border: none;
}



#memberData {
    text-align: right;
    font-size: 0.82em;
    color: #777;
}

#memberData input {
    padding: 0px;
    margin: 0px;
    border: none;
    font-size: 10px;
    width: 80px;
    background: white;
    vertical-align: middle;
}

div#memberDataSend {
    display: inline;
    cursor: default;
    font-size: 9px;
}

div#memberDataSendLeft {
    display: inline;
    background: url('../images/formFields/memberData/sendLeft.png') transparent no-repeat left center;
    padding: 2px;
}

div#memberDataSendMiddle {
    display: inline;
    background: url('../images/formFields/memberData/sendMiddle.png') transparent repeat-x center;
    padding: 2px;
    cursor: default;
    color: white;
}

div#memberDataSendRight {
    display: inline;
    background: url('../images/formFields/memberData/sendRight.png') transparent no-repeat right center;
    padding: 2px;
}

#memberLoginButton,
#memberNewPasswordButton,
#requestPasswordFields {
    display: none;
}

#memberLoginButtonDisabled,
#memberNewPasswordButtonDisabled {
    font-style: italic;
    display: inline;
}

#navigationContainer {
    background: url('../images/background/navigationBar.gif') repeat-x #e0dd7d;
    border: 1px solid #999;
    border-top: none;
}

#navigationBar {
    height: 25px;
    font-size: 1em;
    margin-left: 10px;
    list-style-type: none;
    padding: 0;
}

#navigationBar a.mainMenu {
    color: #444;
    padding: 0 25px;
    text-decoration: none;
}

#paidAllUp {
    display: inline;
    cursor: pointer;
    text-decoration: underline;
}

#paidAllUp:hover {
    color: black;
    text-decoration: none;
}

#pageBottomLeft {
    background:  url('../images/background/wrapperBottomLeft.png') no-repeat left bottom;
    height: 7px;
    width: 7px;
    display: table-cell;
}

#pageBottomRight {
    background:  url('../images/background/wrapperBottomRight.png') no-repeat right bottom;
    height: 7px;
    width: 7px;
    display: table-cell;
}

#pageBottomMiddle {
    height: 7px;
    display: table-cell;
    width: 946px;
    background: #ccc;
}

#pageBottom {
    margin: 0 auto;
    width: 960px;
    background: #8F8E77;
}

#renderingInformation {
    text-align: center;
    font-size: 0.75em;
    margin-top: 1em;
}

#sendMessageButton {
    margin-right: 30px;
    padding-left: 25px;
    background: url('../images/icons/emailSend.png') no-repeat left;
}

#sendMessageButton:hover {
    background: url('../images/icons/emailSendHover.png') no-repeat left;
}

#sideMenu {
    position: absolute;
    width: 230px;
}

#sideMenu div {
    padding: 5px 15px 5px 30px;
    border: 1px solid #fff;
    cursor: pointer;
    background: url('../images/icons/link.png') no-repeat left;
}
#sideMenu div:hover {
    border: 1px solid #ddd;
    background: url('../images/icons/linkHover.png') no-repeat left;
}


#slogan {
    padding: 42px 0px 42px 50px;
}

#topBar {
    background: url('../images/background/topBar.gif') repeat-x #e0dd7d;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #999;
    border-bottom: none;
    vertical-align: middle;
}

#topBar div.table {
    width: 100%;
    vertical-align: middle;
}

#uploadedFiles {
    margin-bottom: 5px;
}

#uploadInProgress {
    display: none;
    text-align: center;
}

#uploadFilesFrame {
    display: none;
}



/***  Classes  ** */
.alignRight {
    text-align: right;
}

input.autoFilled {
    background: #faffad;
}

.bold {
    font-weight: bold;
}

.currencyLabel {
    display: inline;
}

.clearFloat {
    clear: both;
}

.contactLabel {
    display: table-cell;
    padding-right: 3px;
    vertical-align: top;
}

.contactContent {
    display: table-cell;
    padding-left: 3px;
    vertical-align: top;
}

.cursorProgress {
    cursor: progress;
}

.date,
.small {
    width: 100px !important;
}

.deactivated {
    color: gray;
    font-style: italic;
}

.deleteFileButton {
    background: url('../images/icons/buttonClose.png') no-repeat;
    padding-left: 20px;
    height: 20px;
    float: left;
}

.deleteFileButton:hover {
    background: url('../images/icons/buttonCloseHover.png') no-repeat;
}

.distanceAbove {
    margin-top: 20px;
}

input.error,
select.error {
    border: #CC8A8A 1px solid;
}

div.errorBlock,
div.successBlock {
    margin: 10px;
}

.errorRow {
    padding-left: 20px;
    background: url('../images/icons/error.png') no-repeat left;
    color: #c00;
}

.errorRow label {
    color: #c00;
}

.example {
    display: inline;
    color: gray;
}

p.excerpt {
    font-style: italic;
    padding-left: 40px;
}

.hidden {
    display: none;
}

button.findImage {
    padding-left: 32px;
    background: url('../images/icons/findImage.png') no-repeat left;
    width: 127px;
    vertical-align: top;
}

button.findImageHover {
    padding-left: 32px;
    background: url('../images/icons/findImageHover.png') no-repeat left;
    width: 127px;
    vertical-align: top;
}

.formFieldLabelInside {
    color: silver;
}

.formFieldContent {
    color: #222;
}

button.forward {
    padding-left: 32px;
    background: url('../images/icons/forward.png') no-repeat left;
}

button.forward:hover {
    background: url('../images/icons/forwardHover.png') no-repeat left;
}

.fullSize {
    width: 591px;
}

.halfSize {
    width: 289px !important;
}

.inlineLink {
    display: inline;
    text-decoration: underline;
    cursor: pointer;
}

.inlineLink:hover {
    color: black;
    text-decoration: none;
}

div.inputFile {
    position: absolute;
    z-index: 10;
    opacity: 0;
    font-size: 2em;
    width: 100%;
    top: -2px;
}

input[type=file].inputFile {
    width: 100%;
    cursor: default;
    background: red;
}

div.memberDataInputLeft {
    display: inline;
    background: url('../images/formFields/memberData/textLeft.png') transparent no-repeat left center;
    padding: 1px;
}

div.memberDataInputMiddle {
    display: inline;
    background: url('../images/formFields/memberData/textMiddle.png') transparent repeat-x center;
    padding: 1px 0px;
}

div.memberDataInputRight {
    display: inline;
    background: url('../images/formFields/memberData/textRight.png') transparent no-repeat right center;
    padding: 1px;
    margin-right: 10px;
}

li.navigationBar {
    position: relative;
    float: left;
    font-size: 16px;
    padding-top: 1px;
    text-align: left;
}

li.navigationBar:hover {
    background: #FEFEA4;
}

.popup {
    position: fixed;
    background: url('../images/background/popupBody.png');
    border: 1px solid silver;
    text-align: center;
}

.popupBody {
    padding: 20px;
}

.popupButtonClose {
    position: absolute;
    width: 18px;
    height: 18px;
    background: url('../images/icons/buttonClose.png') no-repeat;
    right: 0px;
}

.popupButtonClose:hover {
    background: url('../images/icons/buttonCloseHover.png') no-repeat;
}

.popupHead {
    font-size: 0.8em;
    font-weight: bold;
    padding-left: 10px;
    color: #222;
    background: url('../images/background/popupBody.png');
    vertical-align: middle;
    border-bottom: 1px silver solid;
    text-align: left;
}

.portrait {
    padding: 4px;
    border: 1px solid #ddd;
}

.profileContent,
.referenceContent {
    display: table-cell;
    padding: 3px;
    vertical-align: middle;
}

.referenceContent input,
.referenceContent textarea {
    width: 100%;
}

.profileContent,
.referenceContent input {
    vertical-align: middle;
}

.profileLabel,
.referenceLabel {
    display: table-cell;
    padding-right: 3px;
    width: 150px;
    vertical-align: middle;
}

.referenceProject {
    padding-top: 5px;
    padding-bottom: 20px;
}

.referenceProject .logo {
    float: right;
}

button.reset {
    padding-left: 32px;
    background: url('../images/icons/reset.png') no-repeat left;
}

button.reset:hover {
    background: url('../images/icons/resetHover.png') no-repeat left;
}

.selectFile {
    position: relative;
    height: 2.1em;
/*     overflow: hidden; */
    margin-bottom: 0.3em;
}

.selectFile div.stylishInputFile {
    position: absolute;
    z-index: 20;
}


.selectFile input.showPath {
    width: 300px;
}

div.seperatorLine {
    margin: 10px 20px;
    border-bottom: 1px silver solid;
}

.sitemapItem {
    padding: 5px 15px 5px 0px;
    position: relative;
}

.sitemapItem a {
    padding-left: 30px;
    background: url('../images/icons/link.png') no-repeat left;
}

.sitemapItem a:hover {
    background: url('../images/icons/linkHover.png') no-repeat left;
}

.sitemapSubitem {
    padding: 5px 15px 5px 30px;
}

a.submenu {
    text-decoration: none;
    width: 100%;
    padding: 0 25px;
    font-size: 0.9em;
    white-space: nowrap;
}

li.submenu:hover {
    cursor: pointer;
    background: url('../images/background/navigationBar.gif') repeat-x #E4CA50;
    color: #444;
    z-index: 100;
}

ul.submenu {
    list-style-type: none;
    top: 25px;
    position:absolute;
    z-index: 10;
    background: #FEFEA4;
    display: none;
    padding: 0;
}

.successRow {
    padding-left: 20px;
    background: url('../images/icons/success.png') no-repeat left;
    color: #228722;
}

.successRow label {
    color: #228722;
}

.table {
    display: table;
}

.tableRow {
    display: table-row;
}

.tableCell {
    display: table-cell;
    padding-left: 3px;
    padding-right: 3px;
}

.topLink {
    text-align: right;
    background: url('../images/icons/linkUp.png') no-repeat right;
    height: 20px;
    width: 20px;
    margin-right: 2px;
    margin-left: auto;
    cursor: pointer;
}

.topLink:hover{
    background: url('../images/icons/linkUpHover.png') no-repeat right;
}

.uploadedFileRow {
    margin-bottom: 3px;
    padding-left: 10px;
}

.verticalMiddle {
    vertical-align: middle;
}


