﻿

div.layOuter
{
	width: 950px;
	margin: 0px auto;
}

div.layHeaderArea
{
	width: 950px;
	margin: 0px auto;
}

div.layTopHeader
{
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
	background-position: 250px center;
}

div.layTopHeaderEn
{
	background-image: url(images/title.en.jpg);
}



div.layMenuArea
{
	background-color: #d2e5f5;
	border-top: solid 2px navy;
	border-bottom: solid 2px navy;
	padding: 5px 0px 5px 25px;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 14px;
}

.captionBar
{
	background-color: #ADD8E6;
	color: Navy;
	text-align: center;
	padding: 4px 8px !important;
}

.invalidValue
{
	background-color: #E47B9D;
}


table.topMnu
{
}

table.topMnu TD
{
	padding-right: 20px;
}


div.layFooter
{
	margin-top: 40px;
	border-top: solid 2px navy;
	text-align: center;
	padding: 10px 0px;
}


table.formTypes td
{
	padding: 10px 0px 10px 30px;
}

table.formTypes tr.typeEnabled td
{
	color: Blue;
	font-weight: 700;
	background-image: url(images/flag1_16x16.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

table.formTypes tr.typeDisabled td
{
	color: #909090;
	font-weight: 100;
	text-decoration: line-through;
}

select.langswitch 
{
    background-color: yellow;
    color: black;
    font-weight: 700;
}
