/*		
	Portal Style 1
*/

/*		
	Basis
*/
.Error
{
	font-family: Verdana;
	font-size: x-small;
    border-color: Red;
    color: Red;
}

/*		
	Schema 1
*/
.Titel1
{
	font-family: Arial;
	font-size: small;
	font-weight: bolder;
	color: #ff9900;
	background-color: Transparent;
}

.Titel2
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bolder;
	color: #ff9900;
	background-color: Transparent;
}

.Lane1
{
	color: #333333;
}

.Label1
{
	font-family: Arial;
	font-size: x-small;
	color: #333333;
	background-color: Transparent;
}

.Link1
{
	font-family: Arial;
	font-size: x-small;
	color: Blue;
	background-color: Transparent;
}

.Info1
{
	font-family: Arial;
	font-size: x-small;
	color: #333333;
	font-weight: bold;
	background-color: Transparent;
}

.Text1
{
	font-family: Arial;
	font-size: x-small;
	color: Black;
	border-style: groove;
	background-color: #f0f0f0;
}


.Button1
{
	background-color: #ffcc66;
	border-color: #333333;
	color: #333333;
	border-style: Double;
	border-width: 1px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.DataGridHeader1
{
	background-color: #99ccff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bolder;
	color: #333333;
}

.DataGridItem1
{
	background-color: White;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
	color: #333333;
}

.DataGridAlternate1
{
	background-color: #f0f7ff;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
	color: #333333;
}

.DataGridSelected1
{
	background-color: #ffcc66;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
	color: #333333;
}


.MainBoxLinkLabel a:link
{
	color: Black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	height: 12;
	background : transparent;
	text-decoration : none;
}

.MainBoxLinkLabel a:visited
{
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	height: 12;
	background : transparent;
	text-decoration : none;
}

.MainBoxLinkLabel a:active
{
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	height: 12;
	background : transparent;
	text-decoration : none;
}

.MainBoxLinkLabel a:hover
{
	background-color: #ffcc66;
	color: #333333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	height: 12;
	text-decoration : none;
}
