﻿ /* Clean CSS
----------------------------------------------------------*/
 @import url('../../Styles/clean.css');
 @import url(http://fonts.googleapis.com/css?family=Lato);

/* DEFAULTS
----------------------------------------------------------*/

body   
{
    font-family: 'Lato', Arial, sans-serif;
    font-size: 11pt;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

body.standalone
{
    background: none;
    background-color: #fff;
}

a:link
{
    text-decoration: none;
    color: #ff6600;
}	
a:visited 
{
    text-decoration:none;
    color: #ff6600;
}	

a:hover 
{
    text-decoration:none;
	cursor: pointer;
}

p
{
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 16px;
}

.divTop
{
    position: absolute;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    text-transform: none;
}

h1
{
    font-family: lato,arial,sans-serif;
    font-size: 20pt; 
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 22px;
}

.h1Sub
{
    font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	color: #313131;
	line-height: 20px;
}

h2
{
    font-size: 14pt; 
    font-weight: bold;
    vertical-align: bottom;
    color: #ff6600;
    margin-bottom: 5px;
}

h3
{
    font-size: 13pt; 
    color: #313131;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 6px;
}

h4, h5, h6
{
    font-size: 12pt; 
    color: #313131;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 10px;
    line-height: 16px;
}

.lead
{
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 16px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.main
{
    width: 600px;
    min-height: 500px;
    background: #fff;
}

#tblMIT td
{
    color: #0B1761;
    font-weight: bold;
}

.tblMIT
{
    color: #0B1761;
    font-weight: bold;
}

li
{
    font-size: 11px;
    margin-bottom: 5px;
    line-height: 16px;
}

.trTable
{
    background-color: #FBFBFB;
}

.trTable:hover
{
    background-color: #EAEAEA;
}

.tdTable
{
    height: 30px;
    border-bottom: solid 1px #DDDDDD;
}

.tdTable a
{
    color: #0B1761;
}

.tdTable a:hover
{
    text-decoration: none;
}

.tdTableHeader
{
    height: 30px;
    border-bottom: solid 1px #DDDDDD;
}

.tableTitle
{
    color: #313131;
    font-weight: bold;
}

.teaserLnk
{
    color: #ff6600;
    text-decoration: none;
    font-size: 11px;
    white-space: nowrap;
}

.teaserLnk:hover
{
    text-decoration: underline;
}

.small
{
    font-size: 11px;
    line-height: 14px;
}

.smaller
{
    font-size: 0.9em;
}

.smallCenter
{
    text-align: center;
    width: 30px;
}

div.accountInfo
{
    width: 42%;
}

.textTop
{
    vertical-align: top;
}

.textTopSmall
{
    font-size: 11px;
}

.orange
{
    color: #FF6600;
}

.valError
{
    font-size: 20px;
    font-weight: bold;
    color: #E2240C;
    margin-top: 5px;
}

.valError2
{
    font-size: 13px;
    color: #E2240C;
    font-weight: bold;
}

/* TAB MENU   
----------------------------------------------------------*/

.imgRight
{
    float: right;
    width: 300px;
}

.pnlRight
{
    float: right;
    width: 350px;
}

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.boxNeutral
{
    border: none;
    color: #505356;
    font-size: 10px;
    height: 18px;
    margin-top: 2px;
}

.boxMedium
{
    font-family: 'Lato', Arial, sans-serif;
    border: 1px solid #0B1761;
    float: left;
    font-size: 10pt;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
    width: 340px;
}

.boxMediumSpez
{
   font-family: 'Lato', Arial, sans-serif;
    border: 1px solid #0B1761;
    float: left;
    font-size: 10pt;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
    width: 340px;
    font-style: italic;
}

.boxLarge
{
    font-family: 'Lato', Arial, sans-serif;
    border: 1px solid #0B1761;
    float: left;
    font-size: 10pt;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 450px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #0B1761;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #0B1761;
}

/* 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;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.marginTop
{
    margin-top: 8px;
}

/* Ideen-Tool PopUp
----------------------------------------------------------*/
.ideenToolPopUp
{
    padding: 25px;
	color: #000000;
    line-height: 16px;
}

.PopUpLinkPDF
{
    background: url(../../images/icons/pdf.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.PopUpLinkDOC
{
    background: url(../../images/icons/doc.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.PopUpLinkPPT
{
    background: url(../../images/icons/ppt.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.PopUpLinkVideo
{
    background: url(../../images/icons/video.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.PopUpLinkPrint
{
    background: url(../../images/icons/print.png) no-repeat center left;
    padding-left: 26px;
    line-height: 25px;
    display: block;
}

.tblMain p
{
    color: #313131;
}

li { font-size: 10pt; }