﻿HTML, BODY
{
    overflow: auto; /* Scrollbar verhindern */
    height: 100%;
}

body
{
    font-family: Verdana;
    font-size: 11px;
    color: #343434;
    margin: 0;
}

img
{
    border: none;
}

input[type=image]
{
    border: none;
    cursor: pointer;
}

/* Inputs */
/*
input[type=text], input[type=password], input[type=file], textarea
{
    border: 1px solid #959faa;
    padding: 1px;
}
textarea
{
    overflow: auto;
}
*/

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */

/* geht nur als CSS-Klasse, nicht inline */
.form-field *
{
    vertical-align: middle;
}

/* Stil für BugTitel */
.BugTitle, 
.BugTitle a:link,
.BugTitle a:active
{
    color: #5f5f5f;
    font-weight: bold;
    text-decoration: none;
    border: none;
}

.BugTitle a:hover
{
    color: #0048ff;
}

/* Data Pager Styles */
.pager
{
    text-align: right;
    padding:6px;	                
    color: #5f5f5f;
    font-weight: bold;
} 
.pager SPAN.command,        
.pager SPAN.current,        
.pager A.command
{
    color:#5a90ce;
    padding:0px 5px;
    text-decoration:none;
    border:none;
    font-size:12px;
}
.pager A.command:hover
{
    border:solid 2px #408BB6;
    background-color:#59A5D1;
    color:#fff;
    padding:0px 3px;
    text-decoration:none;
}        
.pager SPAN.current
{
	border:none;
    font-weight:bold;
    color:#3e3e3e;
    padding:0px 6px;
}