﻿.clear		{clear:both;}
.PublicForm label	{background: #e1e3e4; color: #555555; border:1px solid #006699; border-radius: 5px;}
.write		{background:#fdfd96; color: #555555;}
.read-only	{background: #e1e3e4; color: #555555;}

	/* *** Mobile *** */

@media screen and (max-width: 600px)
{	.contact-form	{margin: 0px auto; height: 100%;}
	.contact-form h1	{text-align: center;	}
	.contact-form h2	{text-align: center;	}
	.contact-form h3	{text-align: center;	}
	.PublicForm	{margin:10px; font-family: 'Raleway', sans-serif;line-height: 1.0;}
	.PublicForm label
	{	width:250px; display: block;
		margin: 0 auto 2px auto; padding: 5px;
		text-align:center;	}
	.PublicForm p
	{	margin: 0 0 10px 0;
		text-align:center; text-transform: uppercase;
		font-size: 8pt; font-weight: bold;	}
	input[type="file"],input[type="date"],input[type="text"],input[type="password"],input.inputtext,input[type="email"]
	{	width:250px; display: block; margin: 0 auto 10px auto;
		text-align:center; padding: 5px; font-size: 14pt;
		border:1px solid #006699; border-radius: 5px;
	}
	input[type="checkbox"],input.inputcheckbox
	{	display: block; margin: 0 auto 0 auto;
		vertical-align: middle; height: 30px; width: 30px;
		background-color: #eee;
	}
	.PublicForm select {
		width:260px; display: block; margin: 0 auto 10px auto; text-align:center; padding: 5px; font-size: 14pt;
		border:1px solid #006699; border-radius: 5px;
	}

	select:hover, select:focus {
	border-color:#ABADF3;
	background:#f6f6f6;
	}
	input[type="submit"].add
{		display: block; width: 260px; height: 40px;
		background-color: #272727; 		margin: 5px auto; font-size: 12pt; border-radius: 5px;
}
	input[type="submit"].add:hover
	{
	background: #e1e3e4;

		color: #000;

		box-shadow: 0px 2px 3px #808080; -webkit-box-shadow: 0px 2px 3px #808080; -moz-box-shadow: 0px 2px 3px #808080; 
	}
input[type="submit"]:active
{
	color: yellow; background-color: #ffff00;
}
	.line-break-form	{clear:both; height: 5px;}

textarea {
	width:250px; display: block; margin: 0 auto 10px auto;
	height:200px;
	padding: 5px;
	border:1px solid #006699;
	background:#fff;
	font-family: 'Raleway', sans-serif; font-size: 14pt;
	color: #555555;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
	resize: vertical;
}
	.slturingimg	{	display: block; width: 100px; height: auto; margin: 0 auto 10px auto;	}
}

	 /* *** Tablet *** */

@media screen and (min-width: 600px) and (max-width: 1000px)
{	
	.contact-form h1	{text-align: center;	}
	.contact-form h2	{text-align: center;	}
	.contact-form h3	{text-align: center;	}
	.contact-form	{margin: 0px auto; width: 500px; height: 100%;}
	form.PublicForm 	{ margin:10px auto; font-family:Calibri,sans-serif;}
	.PublicForm p
	{	margin: 0 0 10px 150px;
		text-transform: uppercase;
		font-size: 8pt; font-weight: bold;	}
	.PublicForm label
	{	float: left; clear: both;
		height: 20px; width:125px;
		margin: 0 5px 0 10px;  padding: 5px;	
		text-align:right; font-size: 12pt; font-weight: bold;}

	input[type="file"],input[type="date"],input[type="text"],input[type="password"],input.inputtext,input[type="email"]
	{	width:300px; height: 20px; padding: 3px 0px 7px 5px;
		border:1px solid #006699; border-radius: 5px;
		font:bold 12pt Calibri,sans-serif;	}

	input[type="checkbox"],input.inputcheckbox
	{	vertical-align: middle; height: 30px; width: 30px;
		background-color: #eee;	}

	input[type="text"].long,input[type="password"].long,input.long,input.long
	{	width:300px;	}

	input[type="text"].short,input[type="password"].short,input.short
	{	width:100px;	}

	input[type="text"].medium,input[type="password"].medium,input.medium
	{	width:190px;	}

	input[type="text"].veryshort,input[type="password"].veryshort,input.veryshort 	{	width:50px;	}

	.PublicForm select {
	width:200px; padding: 5px;
	border:1px solid #006699;
	font:bold 12pt Calibri,sans-serif;
	color: #555555;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	border-radius: 5px;	
	}
.PublicForm select.medium {
	width:210px; }
	select:hover, select:focus {
	border-color:#ABADF3;
	background:#f6f6f6;
	}
input[type="submit"].add
{	display: block; width: 260px; height: 40px; background-color: #272727; margin: 10px 20px; font-size: 12pt; border-radius: 5px;
}
input[type="submit"].add:hover
{
	background: #e1e3e4;

	color: #000;

	box-shadow: 0px 2px 3px #808080; -webkit-box-shadow: 0px 2px 3px #808080; -moz-box-shadow: 0px 2px 3px #808080; 
	}
input[type="submit"]:active
{
	color: yellow; background-color: #ffff00;
}
	.line-break-form	{clear:both; height: 5px;}

textarea {
	width: 300px;
	height:200px;
	padding: 3px 0px 7px 5px;
	border:1px solid #006699;
	background:#fff;
	font:bold 12pt Calibri,sans-serif;
	color: #555555;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
	resize: vertical;
}
	.slturingimg	{	width: 100px; height: auto; margin-left: 150px;	}
}

	 /* *** Desktop *** */

@media screen and (min-width: 1000px)
{	
	.contact-form h1	{text-align: center;	}
	.contact-form h2	{text-align: center;	}
	.contact-form h3	{text-align: center;	}	
	.contact-form	{margin: 0px auto;
			max-width: 500px; height: 100%;
			}
	
	
	.PublicForm	{margin:10px; font-family:Calibri,sans-serif; line-height: 1.0;}
	.PublicForm p
	{	margin: 5px 0 10px 150px;
		text-transform: uppercase;
		font-size: 8pt; font-weight: bold;	}
	.PublicForm label
	{	float: left; clear: both;
		height: 20px; width:125px;
		margin: 0 5px 0 10px;  padding: 5px;	
		text-align:right; font-size: 14pt; font-weight: bold;}
	label.long
	{	width: 200px;
	}
	input[type="file"],input[type="date"],input[type="text"],input[type="password"],input.inputtext,input[type="email"]
	{	width:300px; height: 20px; padding: 4px 0px 6px 5px;
		border:1px solid #006699; border-radius: 5px;
		font:bold 14pt Calibri,sans-serif;	}
	input[type="checkbox"],input.inputcheckbox
	{	vertical-align: middle; height: 30px; width: 30px; background-color: #eee;
	}
	input[type="text"].long,input[type="password"].long,input.long,input.long {
	width:350px;
	}
	input[type="text"].short,input[type="password"].short,input.short {
	width:100px;
	}
	input[type="text"].medium,input[type="password"].medium,input.medium {
	width:190px;
	}


	input[type="text"].veryshort,input[type="password"].veryshort,input.veryshort {
	width:50px;
	}

textarea {
	width: 300px;
	height:200px;
	padding: 4px 0px 6px 5px;
	border:1px solid #006699;
	background:#fff;
	font:bold 14pt Calibri,sans-serif;
	color: #555555;
	border-radius: 5px;
	resize: vertical;
}
	/* PayPal buttons */

input[type="submit"].add
{	background-color: #272727; height: 40px;margin: 10px; font-size: 12pt; border-radius: 5px;
}

input[type="submit"].add:hover
{
	background: #e1e3e4;

	color: #000;

	box-shadow: 0px 2px 3px #808080; -webkit-box-shadow: 0px 2px 3px #808080; -moz-box-shadow: 0px 2px 3px #808080; 
	}
input[type="submit"]:active
{
	color: yellow; background-color: #ffff00;
}
	.line-break-form	{clear:both; height: 5px;}
	.slturingimg	{	width: 100px; height: auto; margin-left: 150px;	}
}

/* All formats */

.PublicForm span.read-only
{	text-align:left; width:250px;
	font:bold 14pt;
	color: #555555;
	padding: 5px;
	border:1px solid #ABADF3; border-radius: 5px;	}

input[type="text"].full,input[type="password"].full,input.full,input.full {
	display: block; width: 95%; margin: 5px auto;	}

input[type="submit"].search-page
{	display: block; width: 95%;height: 40px; background-color: #272727; margin: 5px auto; font-size: 12pt; border-radius: 5px;
}
input[type="submit"].search-page:hover
{
	background: #e1e3e4;

	color: #000;

	box-shadow: 0px 2px 3px #808080; -webkit-box-shadow: 0px 2px 3px #808080; -moz-box-shadow: 0px 2px 3px #808080; 
	}

input[type="radio"],input.radio {
	padding: 2px;
	margin-top: 1px;
}



.inputname	{ text-align: center;	}

input.inputfile {
	padding: 2px;
	background:#ffffff;
	font:bold 14pt arial, sans-serif;
	color: #555555;
	-moz-border-radius: 5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
}

input[type="text"].errorfield,input[type="password"].errorfield,input.errorfield {
	border:1px solid red;
}


	a.edit, a.cancel, a.goback
{
		-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
		-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
		box-shadow:inset 0px 1px 0px 0px #bbdaf7;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
		background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
		background-color:#79bbff;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
		border-radius:6px;
		border:1px solid #84bbf3;
		display:inline-block;
		color:#ffffff;
height: 20px;
		font-family:arial;
		font-size:14px;
		font-weight:bold;
		padding:5px 25px;
		text-decoration:none;
		text-shadow:1px 1px 0px #528ecc;
		margin-top: 10px;
		text-align: center;
	}
	a.edit:hover, a.cancel:hover, a.goback:hover
 {		color: #006600;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
		background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
		background-color:#378de5;
	}
	a.edit:active, a.cancel:active, a.goback:active
 {
		position:relative;
		top:1px;
		}




a.buttonforgotpassword {
			-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
			-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
			box-shadow:inset 0px 1px 0px 0px #f29c93;
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
			background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
			background-color:#fe1a00;
			-moz-border-radius:6px;
			-webkit-border-radius:6px;
			border-radius:6px;
			border:1px solid #d83526;
			display:inline-block;
			color:#ffffff;
			font-family:arial;
			font-size:11px;
			font-weight:bold;
			height: 15px;
			line-height: 15px;
			padding: 4px 10px;
			text-decoration:none;
			text-shadow:1px 1px 0px #b23e35;
			margin-top: 5px;
		margin-left: 108px;
		}
		a.buttonpassword:hover {
			background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
			background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
			background-color:#ce0100;
		}
		a.buttonpassword:active {
			position:relative;
			top:1px;
		}

select.errorfield {
	border:1px solid red;
}



input:hover, input:focus {
	border-color:#ABADF3;
	background:#f6f6f6;
}



.inputindent {
	margin-left: 210px; 
}
.selectdisabled {
	border:1px solid #dddddd;
	background:#ffffff;
	color: #dddddd;
}

input[type="text"].inputdisabled,input[type="password"].inputdisabled,inputdisabled {
	border:1px solid #ddd;
	background:#ffffff;
	color: #ddd;
}
