﻿.prop {
  height:540px;
  float:right;
  width:1px;
}
.clear {
  clear:both;
  height:1px;
  overflow:hidden;
}
.TabStrip
{
  border-bottom: 1px solid black;
  position: relative;
  height: 26px;
  font-size: 9pt;
}

.TabStrip ul.Tabs li
{
	display: inline;
	list-style: none;
}

.TabStrip ul.Tabs a, .TabStrip ul.Tabs span
{
	/*width: 8em;*/
	display: block;
	float: left;
	padding: 4px 4px 0px 4px;
	margin: 4px 0px 4px 2px;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
	background-color:#CBB67F;

	border: 1px solid #666;
	/*border-bottom: 1px solid White;*/
	padding-bottom: 6px;
	margin-top: 0px;
}

.TabStrip ul.Tabs a
{
	background: #EEEEEE; /* consider voicespring green = 8CC844 */
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid black;
}

.TabStrip ul.Tabs
{
	margin: 0px;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%;
	/*width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

h3
{
  margin-bottom:5px;
}


.Button
{
  border-right: slategray thin solid;
  border-top: slategray thin solid;
  border-left: slategray thin solid;
  border-bottom: slategray thin solid;
}

span.ProfileBeingViewed
{
  float: right;  
  font-style: italic;
  text-align: right;
  font-size: 8pt;
}
