@import url('../../CSS/portalstandard.css');

/****** LAYOUT ******/

.footer, .panel-terminal {
    height: 41px;
    font-size: 12px; /* wie Grids lt. Vorgabe */
}

#header
{    
    height: 72px;
    border-left: solid 10px #245799;
}

.top-menu-height-max {
    height: 117px;
}

.top-menu-height-min {
    height: 40px;
}

#topUser > div > ul {
    height: 20px;
}

.divHelp{
    padding-left:10px;
    background-image:url('../../images/ico/293/16x16.png');
}

.divTouch{
    padding-left:20px;
    background-image:url('../../images/ico/325/16x16.png');
}


.theme-top-menu-band {
    height:31px;
}

.header-placeholder-max {
    height: 141px;
}

.header-placeholder-min {
    height: 58px;
}

.header-placeholder-tabs{
    height: 30px;
}

#topUser {
    font-size:0.8em;
    height: 20px;
}

.control-container
{
    overflow: hidden;
    background-color: #e5ecf9;
}

/********************/

/******* TEXT *******/

msg-positiv
{
    color:Green;
}
msg-negativ
{
    color:Red;
}
msg-neutral
{
    color:#362b36;
}

.label-h3
{
	font-size:larger;
	font-weight: bold;
	color: #006;
}

.label-bottom-note
{
	color: #006;
	font-weight: bold;
	font-size: smaller;
}


.ui-widget-table
{
	border-color:#5599DD;
}

.text-link:link
{
    color: #006;
    text-decoration: none;
    border-bottom: dotted 1px #006;
}

.text-link:visited 
{
    color: #006; 
    text-decoration: none;
    border-bottom: dotted 1px #006;
}

.text-link:hover 
{
    border-bottom: none;
    color: #fff; 
    background-color: #006; 
    text-decoration: none;
}

.AspGridViewDataRow
{
	background-color:Gainsboro;
}

.AspGridViewDataRow.selected, .AspGridViewDataRow.alt.selected 
{
	background-color:yellow;
}

.AspGridViewDataRow.alt 
{ 
    background-color:White;
}

.AspGridViewDataRow table, .AspGridViewDataRow tr, .AspGridViewDataRow td
{
	color: #006;
	vertical-align:top;
}
	
.AspGridViewDataRow a:link
{
    text-decoration: none;
    border-bottom: dotted 1px #006;
}

.AspGridViewDataRow a:visited 
{ 
    text-decoration: none;
    border-bottom: dotted 1px #006;
}

.AspGridViewDataRow a:hover 
{
    border-bottom: none;
    text-decoration: none;
}

.AspGridViewSelectedDataRow table, .AspGridViewSelectedDataRow tr, .AspGridViewSelectedDataRow td
{
	color: #fff;
}
	
.AspGridViewSelectedDataRow a:link
{
    text-decoration: none;
    border-bottom: dotted 1px #fff;
}

.AspGridViewSelectedDataRow a:visited 
{
    text-decoration: none;
    border-bottom: dotted 1px #fff;
}

.AspGridViewSelectedDataRow a:hover 
{
    border-bottom: none;
    text-decoration: none;
}

/* Urlaubsinfo */


fieldset 
{
    border: solid 1px #006699;
}

legend 
{
	font-weight:bold;
    color:#666666;
}	