﻿/* Site
----------------------------------------------------------*/

body   
{
    background: #7f8d8e url(../Images/background.jpg) no-repeat scroll center top;
    font-size: 9pt;
    font-family: Arial, sans-serif, Arial;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
}

a:link
{
    /*color: #034af3;*/
    color: #028102;
    text-decoration: none;
}

a:hover
{
    /*color: #1d60ff;*/
    color: #028102;
    text-decoration: underline;
}

a:active
{
    color: #555555;
    text-decoration: none;
}

a:visited
{
    /*color: #1d60ff;*/
    color: #028102;
    text-decoration: none;
}

a.helpButton:link
{
    /*color: #034af3;*/
    color: Orange;
    background-color: #5E656D;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
    border: none;
    cursor: pointer;   
}

/*p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}*/

h1
{
    font-size: 10pt;
    /*color: #666666;*/
    color: #007073;
    margin-left: 10px;
    /*font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;*/
}

h2, h3, h4, h5, h6
{
    font-size: 9pt;
    color: #555555;
}

/* Page   
----------------------------------------------------------*/

.page
{
    width: 1050px;
    /*width: 79%;*/
    background-color: #fafafa;
    margin: 0px auto 0px auto;
    border: 1px solid #60646d;
    min-height: 99%;
}

.header
{
    /*position: relative;*/
    margin: 0px;
    padding: 0px;
    background: #fafafa;
    width: 100%;
}

.headertopmargin
{
    background-color: #fafafa;
    height: 20px;
    text-align: right;
    line-height: 25px;
    padding-right: 5px;
}

.title
{
    background: #eaf2f2 url(../Images/header.jpg) no-repeat scroll left top;
    height: 80px;
}

.headerbottommargin
{
    background-color: #fafafa;
    height: 10px;
}

.main
{
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    /*min-height: 420px;*/
    min-height: 500px;
}

/*.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}*/

.footer
{
    color: #555555;
    padding: 5px 5px 5px 5px;
    /*margin: 0px auto;*/
    line-height: 20px;
    height: 20px;
    background-color: #d9e7e7;
    width: 1000;
}

.fulltable
{
    background-color: #d9e7e7;
    border-collapse: collapse;
    border-width: 0px;
    width: 100%;
}

.fulltable td
{
    background-color: #d9e7e7;
}


/* Menü   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #eeeeee;
    width:100%;
}

img[alt='Skip Navigation Links'] {
    display: none;
}

div.menu
{
    margin: 2px 0px 0px 10px;
    z-index: 9999;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    position: relative;
    float: left;
    background-color: #cdcdcd;
    border: 1px #555555 solid;
    color:Black;
    
    margin-right:1px;
    margin-top: 1px;
    margin-bottom: 3px;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 9999;
}

div.menu ul li a:hover
{
    background-color: #60646d;
    color: #dde4ec;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #cdcdcd;
    color: #cfdbe6;
    text-decoration: none;
}

div.menu ul li ul {
    display: none;
}

.submenu ul li a, .submenu ul li a:visited, .submenu ul li a :active {
    width: 125px;
    margin-top: 1px !important;
    margin-bottom: 0px !important;
}


/* Login  
----------------------------------------------------------*/

.failureNotification
{
    /*font-size: 1.2em;*/
    color: red;
}

div.accountInfo
{
    width: 220px;
    float: left;
    margin-right: 50px;
}

div.loginLogo
{
    text-align: left;
}

div.loginLogo > p
{
    font-size: 14px;
    margin-top: 0px;
    display: block;
}

fieldset
{
    /*margin: 1em 0px;*/
    padding: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
}

fieldset p 
{
    margin: 0px 0px 0px 0px;
    width: 185px;
}

legend 
{
    font-size: 9pt;
    font-weight: bold;
    color: #555555;
    padding: 0px 5px 0px 5px;
    margin-bottom: 10px;
}

/*fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}*/

/*fieldset label.inline 
{
    display: inline;
}*/



input.textEntry 
{
    width: 200px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 200px;
    border: 1px solid #ccc;
}

.submitButton
{
    text-align: right;
    /*padding-right: 10px;*/
}

/*tr {
        background:#ffffff;
}
tr:hover {
        background:#ffffff;
}*/

td
{
vertical-align:top;
}

/* MISC  
----------------------------------------------------------*/

/*.clear
{
    clear: both;
}*/



/*.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}*/

/*.bold
{
    font-weight: bold;
}*/

input.readOnlyTextBox
{
    background-color: #F5F5F5;
    color: #C6C6C6;
}

/* CONTENT  
----------------------------------------------------------*/
.marginleft
{
	margin-left:15px;
}

.margin
{
	margin:15px;
}

.allMarginsExceptTop
{
	margin-bottom:15px;
	margin-left:15px;
	margin-right:15px;
	margin-top:0px;
}

#wartung_mnu a
{
    display: block;
    margin: 10px 0px 10px 0px;
}

/* QuickSearch
----------------------------------------------------------*/
.watermark
{
    color: #888888;
}

div#login_support
{
    margin-top: 100px;
}

div#login_support a
{
    font-weight: bold;
    font-size: 1.4em;
}


/* Formulare
----------------------------------------------------------*/
.inputText
{
    border: 1px solid #016268;
    width: 400px;
}

.quicksearch
{
}

.inputTD
{
}

.inputTD input[type=text]
{
    border: 1px solid #016268;
    width: 400px;
}

.inputTD textarea
{
    border: 1px solid #016268;
    width: 400px;
}

.inputTD select
{
    border: 1px solid #016268;
    width: 402px;
    position: relative;
    top: -1px;
}



.inputTDSearch
{
}

.inputTDSearch input[type=text]
{
    border: 1px solid #016268;
    width: 250px;
}

.inputTDSearch textarea
{
    border: 1px solid #016268;
    width: 250px;
}

.inputTDSearch select
{
    border: 1px solid #016268;
    width: 252px;
    position: relative;
    top: -1px;
}


/* default.aspx
----------------------------------------------------------*/
.welcomeHeader
{
    color: #007073;
    font-weight: bold;
    font-size: 16px;
}
.welcomeNews
{
    color: #007073;
    font-size: 14px;
    position: relative;
    left: 10px;
}

.welcomeAdd 
{
    color: #007073;
    font-size: 14px;
    position: relative;
}

.welcomeNewsFieldset
{
    width: 60%;
    position: relative;
    left: 30px;
}


/* ProjektSuche.aspx | PersonenSuche.aspx | BuchungEdit.aspx
----------------------------------------------------------*/
.searchListGridView
{
    width: 100%;
}

.paraGraphtext
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width:124px;
}

.paraGraphtextSmall
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width:74px;
}


.searchListGridView th
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #dddddd;
}

.searchListGridView th a
{
    padding-left: 5px;
    padding-right: 5px;
    color: #000000;
    background-color: #dddddd;
}

.searchListGridView td
{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    word-wrap: break-word;
}

th.sortasc a
{
    display:block; padding:0 4px 0 15px;     
    background:url(Images/asc.gif) no-repeat;      
}    

th.sortdesc a     
{    
    display:block; padding:0 4px 0 15px;    
    background:url(Images/desc.gif) no-repeat;   
}

.padding
{
    padding-left: 5px;
    padding-right: 5px;
}

.aligner {
    vertical-align: middle;
    padding-left: 5px;
}

.alignnopad {
    vertical-align: middle;
}

/* ProjektUebersicht.aspx
----------------------------------------------------------*/
.projektTable
{ 
}

.projektTable td
{ 
    padding-left: 5px;
    padding-right: 5px;
}


/* BuchungEdit.aspx
----------------------------------------------------------*/
.tableBuchungEdit
{
    width: 100%;
    padding: 5px;
    padding-left: 20px;
    padding-right: 10px;
    border: 2px solid #c3cfcf;
    border-bottom: 1px solid #c3cfcf;
    border-top: 1px solid #c3cfcf;
    background-color: #edf0f0;
}

.tableBuchungUebersicht
{
    width: 100%;
    padding: 5px;
    padding-left: 20px;
    padding-right: 10px;
}

/* GLNPersonenSuche.aspx
----------------------------------------------------------*/
.extendedSearchBtn
{
    border-width: 0px;
    background-color: transparent;
    color: #028102;
    text-decoration: none;
    cursor: pointer;
}

/* ChooseBuchungsvariante.aspx
----------------------------------------------------------*/
.chooseBuchungsvarianteBeschreibung
{
    visibility: hidden;
    display: none;
}

/* Bugfix for Firefox 22 AjaxControlToolKit AsyncUpload script busy error
--> see http://ajaxcontroltoolkit.codeplex.com/workitem/27429 and
        https://bugzilla.mozilla.org/show_bug.cgi?id=887857
    for more info */
.imageUploaderField input{width:500px!important;text-align: center;}