body {
	background-image: url(../image/common/pinkVert.jpg);
	background-position: bottom; 
		background:repeat-x;
		background-color:#f8e9f5;
	font-family: Arial, Helvetica, sans-serif;
}


a.link {
	color: #0C0089;
	text-decoration: none;
}
a.visited {
	text-decoration: none;
	color: #0C0089;
}
a.hover {
	text-decoration: underline;
	color: #FF0033;
}
a.active {
	text-decoration: none;
}

.bottomBar {
	margin-left: 0px;
	padding-left: 10px;
	margin-right: 0px;
	width: 758px;
	height: 22px;
	background-color: #D699C2; 
}


.content {
	width: 768px;
	height: 521px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/common/entrypanel.jpg);
	background-repeat: no-repeat;
}


.langtable {
	font-size: 11px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}

.langlayer {
	margin-left: 20px;
	width: 725px;
	height: 500px;
}

.langbox {
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	border: 1px solid #999999;
	padding: 1px;
	width: 14px;
	text-align: center;
	height: 14px;
	vertical-align: middle;
}

.langboxen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	border: 1px solid #0C0089;
	padding: 1px;
	width: 14px;
	text-align: center;
	height: 14px;
	vertical-align: middle;
	background-color: #0C0089;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	padding: 1px;
	xwidth: 460px;
	text-align: left;
}


.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal; 
	line-height: 14px;
	color: #000000;
	padding: 1px;
	width: 450px;
	text-align: left;
	padding-left: 40px; 
	padding-right: 30px; 
	padding-top: 70px; 
}


.unselected{
	color:#ccc;
}


.selectedItem{
	color:#fff;
	background-color:#006;
}

.ValidationSummary {
	border:1px solid Red;
	margin-bottom:10px;
	margin-right:25px;
	margin-top:10px;
	padding:10px;
}