/********************
 Shortcuts (classes for single CSS attributes) 
*********************/
.hidden {
    visibility: hidden;
}

.noDisplay {
    display: none;
}

.rightAligned {
    text-align: right;
}

.leftAligned {
    text-align: left;
}

.red {
    color: red;
}

.black {
    color: black;
}

.gray {
    color: gray;
}

.blue {
    color: blue;
}

/********************
 Basic HTML Tags 
*********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

button {
    cursor: pointer;
}

body {
    background: none;
    width: 1024px;
    position: absolute;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

.Select, select {
    padding: 0px;
    margin: 0px;
    width: 80px;
    border: 1px solid #888;
    background-color: #fff;
    font-size: 11px;
}

label {
    font-size: 11px;
}

/* Default Links */
a {
    color: #000;
    text-decoration: underline;
}

h1, h2 {
    float: left;
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 4px;
}

h2 {
    background: url(../img/squaredot.png) no-repeat 9px 18px;
    color: #666;
    padding-left: 20px;
}

.Paragraph {
    margin-top: 3px;
    margin-bottom: 3px;
}

/* Position/Dimension Inhaltsbereich */
.Page {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
}

#PageContent {
    position: relative;
    overflow: visible;
}

#PageContent .touched {
    background-color: #eee;
}

#PageContent .Portlet {
    position: relative;
    line-height: 14px;
    border: 1px solid #999;
    background-color: #FFF;
    padding: 5px;
}

#PageContent .Portlet .PortletTitle {
    background-color: transparent;
    border-bottom: 1px solid #999;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

#PageContent .Portlet .PortletTitle.collapsible {
    cursor: pointer;
}

/* Formatierung der Inhaltselemente */
#PageContent h3 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

#PageContent strong {
    font-weight: bold;
}

#PageContent p, #PageContent h4, #PageContent li {
    margin-bottom: 5px;
}

/* Spaltenlayout */
div.col1, div.col2, div.col3, div.col4, div.col5, div.col6, div.col7, div.col8, div.col9
div.col1first, div.col2first, div.col3first, div.col4first, div.col5first, div.col6first, div.col7first {
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    overflow: hidden;
}

div.col1 {
    width: 128px;
}

div.col2 {
    width: 263px;
}

div.col3 {
    width: 398px;
}

div.col4 {
    width: 533px;
}

div.col5 {
    width: 668px;
}

div.col6 {
    width: 840px;
}

div.col7 {
    width: 973px;
}

div.col8 {
    width: 1000px;
}

div.col9 {
    width: 1060px;
}

div.col1first {
    width: 163px;
}

div.col2first {
    width: 298px;
}

div.col3first {
    width: 433px;
}

div.col4first {
    width: 568px;
}

div.col5first {
    width: 703px;
}

div.col6first {
    width: 838px;
}

div.col7first {
    width: 973px;
}

#Footer {
    position: fixed;
    color: #666;
    font-size: 11px;
    line-height: 20px;
    bottom: 0px;
    margin-left: 173px;
    background-color: white;
}

#Footer span {
    margin-left: 5px;
    margin-right: 5px;
}

#Footer span a, #Footer span a:visited {
    color: #666;
    text-decoration: none;
}

#Footer span a:hover {
    text-decoration: underline;
}

/* navigation.css: Layout der Navigation */
#navigation {
    padding-top: 8px;
    width: 170px;
}

#navigation li a, #navigation li span {
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}

#navigation li a.active, #navigation li a.open, #navigation li a:hover {
    color: black;
}

#navigation li, #navigation li.active {
    width: 155px;
    height: 30px;
    padding-left: 24px;
    padding-top: 13px;
    margin-top: -8px;
    float: left;
}

#navigation li.active {
    background: url(../img/nav-active.png) no-repeat;
    color: black;
    padding-left: 22px;
}

/********************
 TabbedPane 
*********************/
.tabbedPaneTab {
    float: left;
    display: block;
    cursor: pointer;
    color: #666666;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    height: 30px;
    padding-top: 11px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -4px;
}

.tabbedPaneTab.active {
    background: white;
}

.tabbedPaneTab:hover {
    background-color: white;
    margin-top: -4px;
}

/********************
DIALOG2 STYLINGS
*********************/
.Dialog2Container {
    position: absolute;
    top: 0px;
}

.Dialog2Container .Dialog2Background {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #888888;
}

.Dialog2Container .Dialog2Background.Transparent {
    opacity: 0;
    filter: alpha(opacity = 0);
    -ms-filter: "Alpha(Opacity=0)";
    -moz-opacity: 0;
}

.Dialog2Container .Dialog2Background.Translucent {
    opacity: 0.5;
    filter: alpha(opacity = 50);
    -ms-filter: "Alpha(Opacity=50)";
    -moz-opacity: 0.5;
}

.Dialog2 {
    position: absolute;
    border: 1px solid #000000;
    background-color: #ffffff;
    opacity: 1;
    filter: alpha(opacity = 100);
    -ms-filter: "Alpha(Opacity=100)";
    -moz-opacity: 1;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.Dialog2 .Dialog2ContentWrapper {
    max-width: 800px;
    max-height: 600px;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: inherit;
}

.Dialog2 .Dialog2TextWrapper {
    white-space: pre-wrap;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 30em;
    z-index: inherit;
}

.Dialog2 .Dialog2TitleBar {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbbbbb;
    z-index: inherit;
}

.Dialog2 .Dialog2TitleBar .Dialog2Title {
    font-size: 24px;
    padding-left: 10px;
    max-width: 80%; /* depends on dialog's minWidth and .XPanel */
    z-index: inherit;
    word-wrap: break-word;
}

.Dialog2 .Dialog2TitleBar .XPanel {
    float: right;
    margin-top: 7px;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url('../img/cross.png') no-repeat;
    z-index: inherit;
}

.Dialog2 .Dialog2ButtonsBar {
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: inherit;
}

.Dialog2Button {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 75px;
    font-size: 15px;
    font-weight: bold;
    background-color: #bbb;
    border: 1px solid black;
    cursor: pointer;
    z-index: inherit;
}
/* same as Dialog2Button, to make overloading possible for different Cancel button look */
.CancelButton {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 75px;
    font-size: 15px;
    font-weight: bold;
    background-color: #bbb;
    border: 1px solid black;
    cursor: pointer;
    z-index: inherit;
}

.Dialog2 .Dialog2Spinner {
    background-image: url('../img/ajax-loader.gif');
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin-left: auto;
    margin-right: auto;
    z-index: inherit;
}

.Dialog2 .Dialog2SpinnerText {
    font-weight: bold;
    font-size: 150%;
    height: 100px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    z-index: inherit;
}

/********************
Loading
*********************/
.LoadingContainerCenter{
    position: absolute;
    top: 50%;
    left: 50%;
}

.LoadingContainerCenter.WithText{
    /* Half of LoadingText with it's margin */
    margin-top: -13px;
}

.LoadingMask {  
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #888888;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    -ms-filter: "Alpha(Opacity=50)";
    -moz-opacity: 0.5;
}

.LoadingMask.Fullpage {  
    position: fixed;
}

.LoadingAnimation {
    background-image: url('../img/ajax-loader.gif');
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px;
    z-index: inherit;
}

.LoadingText {
    font-weight: bold;
    font-size: 150%;
    margin: 5px 0 0 -50%;
}

/********************
Java Script deactivated
*********************/
#NoJavaScript {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    padding: 10px;
    text-align: center;
    background-color: #eee;
    background-image: none;
}