﻿/* Link */
a, a:link, a:visited, a:active
{
    text-decoration:none;
}

textarea
{	
	font-family:Arial;
	font-size:small;
	font-weight:normal;
	font-style:normal;		
	color:black;
}

body { overflow:scroll; }

/* Link */
.LinkStyleHighlight { color: #FFAA51; font-weight:bold; }
.LinkStyleHighlight:link { color: #FFAA51; font-weight:bold; }
.LinkStyleHighlight:visited { color: #FFAA51; font-weight:bold; }
.LinkStyleHighlight:active { color: #FFAA51; font-weight:bold; }

.LinkStyleNormal { color: #6593CF; font-weight:bold; }
.LinkStyleNormal:link { color: #6593CF; font-weight:bold; }
.LinkStyleNormal:visited { color: #6593CF; font-weight:bold; }
.LinkStyleNormal:active { color: #6593CF; font-weight:bold; }

/* TextBox */
.UpperCase { text-transform:uppercase }

/* Div */
.DivContentPlaceHolder
{
    overflow-y: scroll;
}

/* Font */
.FontStyleNormal
{	
	font-family:Arial;
	font-size:small;
	font-weight:normal;
	font-style:normal;	
}

.FontStyleBold
{	
	font-family:Arial;
	font-size:small;
	font-weight:bold;
	font-style:normal;	
}

.FontStyleHighlight
{
	color:#FFAA51;
	font-family:Arial;
	font-size:small;
	font-weight:bold;
}

.FontStyleError
{
    color:red;
	font-family:Arial;
	font-size:small;
	font-weight:bold;
}

.FontStyleCaption
{
    font-size:medium;
	font-family:Arial;	
	font-weight:bold;
	color:#6593CF;
}

.FontStyleFormularCaption
{
    font-size:large;
	font-family:Arial;	
	font-weight:bold;
	color:#6593CF;
}

.FontStyleCaptionException
{
    font-size:medium;
	font-weight:bold;
	font-family:Arial;	
	color:red;
}

/* Line */
.LineStyleCaption
{
	border-top: 1px solid #6593CF;	
	border-bottom: 0px;
	margin: 4px;
}

.LineStyleCaptionException
{
    height:0px;	
	color:red;
	
}

.LineStyleFormular
{
    height:0px;
	color:black;
	
}

/* Table */
.TableStyleFrameLabel { height:22px;border: 1px solid #A7A6AA; }

/* Row */
.RowStyleNormal { background-color: White; }
.RowStyleHighlight { background-color: #FFAA51; }
.RowStyleAlternate { background-color: #ECF3FE; }

/* Color */
.ColorBkDark { background-color:#3779CD; }
.ColorBkNormal { background-color:#6593CF; }
.ColorBkLight { background-color:#78AAF6; }
.ColorBkFormular { background-color: #D2E3FC; }
.ColorBkWhite { background-color: White; }

/* Cell */
.CellStyleLogo
{
	text-align:center;
}

.CellStyleName
{
	font-size:large;
	font-weight:bold;
	
	text-indent:10px;
	color:white;
}

.CellStyleLicense
{	
	font-weight:bold;
	color:white;	
	text-indent:10px;
	text-align:right;
}

.CellStyleSiteMap
{	
	font-weight:bold;
	color:white;	
	text-indent:10px;
}

.CellStyleDateTime
{	
	color:white;	
	text-indent:10px;
	text-align:right;
	color: Silver;
}

.CellStyleNavigationHeader
{
	font-weight:bold;
	text-indent:10px;
	color:white;
}

.CellStyleNavigationLine
{
	text-indent:5px;
	border-top: 1px solid white;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;	
	margin: 4px;	
}

.CellStyleNavigationItem
{
	text-indent:15px;
	color:white;
}

.CellStyleNavigationDevelopment
{
	font-weight:bold;
	text-indent:10px;
	color:black;
}

.CellStyleVersion
{
	font-weight:bold;
	text-align:center;
	color:black;
}

.CellStyleStatus
{
	text-align:center;
	color:black;
}

.CellStyleSpacer
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}