﻿div.left
{
	float:left;
	width: 175px;
	margin: 0 15px 0 0;
	border: solid 1px red;
}
div.spacer1
{
	width: 180px;
	height: 25px;
	float: left;
}
div.elements2
{
	
}

div.search
{
	border: solid 1px black;
}

div.right
{
	float: right;
}
div.pic
{
	float: left;
	margin: 0 15px 0 0;
	padding: 2px 2px 2px 2px;
	border: solid 1px black;
}

div.picEdit
{
	margin: 15px 0 0 0;
}

div.clear
{
	clear: both;
}

div.wcpj
{
	border: solid 1px black;
	background-color: #ffcc99;
	background-color: #82a2d1;
	padding: 5px 5px 5px 5px;
}

div.public
{
	border: solid 1px black;
	background-color: #ffffcc;
	background-color: #ccffcc; /* green */
	background-color: #3d9628; /* forrest green */
	padding: 5px 5px 5px 5px;
}

div.private
{
	border: solid 1px black;
	background-color: #ccffcc;
	background-color: #b41617; /* site red */
	background-color: #bc8a8b; /* pink */
	padding: 5px 5px 5px 5px;
}

div.field
{
	width: 110px;
	padding: 7px 5px 0 0;
	border: none 1px green;
	float: left;
}

div.field2
{
	width: 150px;
	padding: 0 5px 0 0;
	border: none 1px green;
	float: left;
}
div.clear
{
	clear: both;
	margin: 0 0 15px 0;
}
label.readonly
{
	padding: 7px 0 0 0;
}

span.title
{
	font-weight: 700;
	font-size: 22px;	
	margin: 0 0 15px 0;
}

span.title2
{
	font-weight: 700;
	font-size: 14px;
	margin: 0px 0 5px 0;
}
span.title3
{
	font-size: 24px;
	font-style: italic;
	font-weight: 700;
	color: #2f4668; /* site grey */
	color: #b41617; /* site red */
}

span.title4
{
	font-size: 18px;
	font-weight: 700;
	margin: 5px 0 5px 0;
}

span.red
{
	color: #b41617;
}

span.blue
{
	color: #2f4668;
}

span.grey
{
	color: #595f66;
}

span.bold
{
	font-weight: 700;
}

span.u
{
	text-decoration: underline;
}
span.Hello
{
	font-size: 14px;
	color: Black;
	font-weight: 700;
	margin: 20px 0 0 40px;
}

hr.hr
{
	width: 90%;
	height: 3px;
	text-align: center;
}

input.ReadOnly
{
	background-color: #ffcc99;
	background-color: #82a2d1;
	border: none;
}

p.Title
{
	font-size: 12px;
	font-weight: 700;
	color: Blue;
}

td.pad5
{
	padding: 5px 5px 5px 5px;
}

td.tdTitle
{
	padding: 5px 0 0 15px;
	vertical-align: top;
}

td.SiteMsg
{
	vertical-align: top;
}

td.copyright
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	background-color: #2F4668;
	text-align: right;
	padding: 0 5px 0 0;
	height: 20px;
	width: 750px;
}