﻿body 
{
	background-color: #fede57;
	font-family:Arial,Courier New,sans-serif;
	color: #004000;
}

.PsyLeuven_TitleBanner
{
	font-size:large;
	font-weight:bold;
	text-align:center;
}

.TitlePage
{
	font-size:larger;
	font-weight:bold;
	text-align:center;
}

.PsyLeuven_TitlePage
{
	font-size:medium;
	font-weight:bold;
	text-align:center;
}

.PsyLeuven_TitleMedium
{
	font-size:small;
	font-weight:bold;
	text-align:center;
}

.Text
{
	font-size: small;
	text-align:justify;
}

.TextRight
{
	font-size: small;
	text-align:right;
}
	
.PsyLeuven_Text
{
	font-size: small;
	text-align:justify;
}

.PsyLeuven_Text_Centered
{
	font-size: small;
	text-align: center;
}

.PsyLeuven_TextLeftSmall
{
	font-size: small;
	font-weight: normal;
	text-align: left;
}

.PsyLeuven_TextLeftXSmall 
{
	font-size: x-small;
	font-weight: normal;
	text-align: left;
}

.PsyLeuven_Navigation
{
	font-size:small;
	font-weight:bold;
	text-decoration:none;
}

.PsyLeuven_Validator
{
	color:Red;
	font-size:small;
	font-weight:normal;
	text-align:justify;	
}

.PsyLeuven_ValidationSummary
{
	background-color:Yellow;
	border-color:Red;
	border-style:double;
	color:Red;
	font-size:small;
	font-weight:normal;
	text-align:center;
	margin:2px,2px,2px,2px;	
}

.ModalBackground 
{
	background-color: #fafad2;
}

.ModalPopup 
{
	background-color: Yellow;
	border-width: 1px;
	border-style: solid;
	border-color: yellowgreen;
	padding: 5px;
}

.RequiredField {
	background-color: #eee8aa;
	color: #404040;
	font-size: small;
	font-weight: normal;
	border-color: #306754;
	border-style: solid;
	border-width: 1px;
}

.Caption
{
	color:Red;
	font-size:medium;
	font-weight:bold;
	text-align:center;
}
.PsyLeuven_TextRight
{
	font-size: small;
	text-align:right;
}
.Watermark {
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #aeabab;
	border-color: #306754;
	border-style: solid;
	border-width: 1px;
}

.WatermarkRequiredField {
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #aeabab;
	background-color: #eee8aa;
	border-color: #306754;
	border-style: solid;
	border-width: 1px;
}
