﻿/*contact form*/
.contactForm
{
	width: 750px;
}
.contactForm label
{
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}
.contactForm input
{
	width: 180px;
	height: 1em;
	float: left;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.loggedUser
{
	float: right;
	padding-top: 12px;
	padding-right: 14px;
	font-size: 1em;
	color: #797979;
}

.formPanel
{
	margin-top: 20px;
}
.formPanel INPUT
{
	width: 200px;
}

.levelPanel
{
	padding-left: 25px;
}

.margins
{
	margin-left: 25px;
	margin-right: 25px;
}

.buttons
{
	text-align: right;
	padding: 20px 50px 20px 50px;
	font-size: 0.9em;
}

.radioUserTypes
{
	padding-left: 140px;
}

.errorMessages
{
	color: Red;
}

.SchoolingList
{
	width: 350px;
}
.SchoolingListHeader
{
	color: #ff6347;
	font-weight: bold;
	background-color: #eee8aa;
}

.InsertPanel
{
	margin-top: 20px;
}

.LevelDate
{
	display: block;
}
.PlacesDDL
{
	width: 150px;
}

.Level
{
	display: inline;
}

.smallText
{
	font-size: 0.75em;
	margin-top: 20px;
}

.Uploading
{
	text-decoration: blink;
}

.FilterButton
{
	float: right;
	padding-right: 10px;
}

.MailPanel
{
	margin: 10px 0px 10px 0px;
}

.AdminMenu
{
	float: right;
	margin: 0px 20px 0px 20px;
	border-bottom: thin solid;
}

.AdminMenu TD
{
	color: #8b0000;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}

.MessageForm
{
	color: #156405;
	font-size: 0.9em;
}

.PostSubject
{
	color: #8b0000;
	font-size: 1.1em;
	font-weight: 800;
	text-align: justify;
	text-transform: uppercase;
}

.ErrorLabel
{
	color: #cc0000;
	font-size: 1.1em;
	text-align: justify;
	font-weight: bolder;
}

.MessageForm TEXTAREA
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.MessageForm INPUT
{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #8b0000;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;	
}

.MessageForm a:link
{
	text-decoration: none;
	color: #156405;
}
.MessageForm a:visited
{
	text-decoration: none;
	color: #156405;
}
.MessageForm a:active
{
	text-decoration: none;
	color: blue;
}
.MessageForm a:hover
{
	text-decoration: underline;
	color: blue;
}

.LoginFormText
{
	font-size: 1.1em;
}

.orangelinks a:link
{
	text-decoration: none;
	color: #156405;
}
.orangelinks a:visited
{
	text-decoration: none;
	color: #156405;
}
.orangelinks a:active
{
	text-decoration: none;
	color: blue;
}
.orangelinks a:hover
{
	text-decoration: underline;
	color: blue;
}

.progressRect
{
	font-size: 1.2em;
	color: #660000;
	font-family: Tahoma;
	position: absolute;
	z-index: 10001;
	padding: 15px 10px 15px 10px;
	background-color: white;
	border-right: cornflowerblue 1px solid;
	border-top: cornflowerblue 1px solid;
	border-left: cornflowerblue 1px solid;
	border-bottom: cornflowerblue 1px solid;
	text-align: center;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	font-weight: normal;
}
