﻿html
{
	width: 100%;
	height:100%;
}

body {
    background-color: #FFFFFF;
    background-position: left top; 
    background-repeat: no-repeat;
	width: 100%;
	height:100%;
}

TH
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
}

TH.FormularVertical
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	text-align: left;
	padding-top: 7px;
	vertical-align: top;
}

a
{
    color: navy;
    text-decoration: none; 
}

a:active
{
    color: navy;
    text-decoration: none; 
}

a:hover
{
    color: navy;
    text-decoration: none; 
}

a:link
{
    color: navy;
    text-decoration: none; 
}

a:visited
{
    color: navy;
    text-decoration: none; 
}

hr
{
	height: 1px;
	color: #dcdcdc;
	background: #dcdcdc;
	border: #dcdcdc;
}

input
{
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
}

.ContentInner
{
	width: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
}

.ContentInner2
{
	width: 100%;
    font-family: verdana, arial, helvetica, sans-serif;
    padding-top: 5px;
}

.DropDownList
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
}

.DropDownListFixWidth
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    width: 250px;
}

.TextBox
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
}

.TextBoxFixWidth
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    width: 250px;
}

.TextBoxFixWidth75
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    width: 75px;
}

.Button
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
}

/**********************************/
/*** Common                     ***/
/**********************************/
.FailureText
{
	font-weight: bold;
	color: Red;
}

.ImportantTextGreen
{
	font-weight: bold;
	color: green;
}

.ImportantTextRed
{
	font-weight: bold;
	color: red;
}

.RepeaterHeaderItemTemplate
{
	background-color: #FFFFFF;
	color: #000000;
}

.RepeaterItemTemplate
{
	background-color: #FFFFFF;
	color: #000000;
}

.RepeaterAlternatingItemTemplate
{
	background-color: #ECECEC;
	color: #000000;
}

/**********************************/
/*** PopUp Calendar             ***/
/**********************************/
.PopUpCalendar
{
	background: #cccccc;
	border: black 1px outset;
	width: 180px;
}

.PopUpCalendarDayHeaderStyle
{
	background: #cccccc;
	font-weight: bold;
}

.PopUpCalendarDayStyle
{
	background: #cccccc;
}

.PopUpCalendarSelectedDayStyle
{
	font-weight: bold;
}

.PopUpCalendarTitleStyle
{
	padding: 0px;
	height: 22px;
	background: darkgray;
}

.PopUpCalendarTodayDayStyle
{
	background: #cccccc;
	font-weight: bold;
}

.PopUpCalendarWeekendDayStyle
{
	background: #FFFFCC;
}

/**********************************/
/*** Formulargestaltung         ***/
/**********************************/
.FormularSingle
{
	background-color: #F9F9F9;
	border-style: solid solid solid solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.FormularDoubleTop
{
	background-color: #F9F9F9;
	border-style: solid solid none solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

.FormularDoubleBottom
{
	background-color: #F9F9F9;
	border-style: dashed solid solid solid;
	border-width: 1px;
	border-color: #CCCCCC;
}