﻿.LeftPan
{
	width: 24%;
	float: left;
	margin-right: 1%;
	position: relative;
}

.RightPan
{
	width: 100%;
	float: none;
	position: relative;
}

.LeftTitle
{
	border: 1px black solid;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: White;
	background: #5a594a;
	vertical-align: middle;
	height: 20px;
	padding-left: 20px;
	padding-top: 3px;
	vertical-align: middle;
}

.StepTitle
{
	/*border: 1px black solid;*/
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: White;
	background: #5a594a;
	vertical-align: middle;
	height: 20px;
	padding-top: 3px;
	position: relative;
	width: auto;
}

.StepBody
{
	/*border:1px #f7f7f7 solid;*/
	position: relative;
	width: auto;
	padding-top: 3px;
}

.ResumeRow
{
	width: 100%; /*margin-top:15px;*/
	padding-top: 3px;
	padding-bottom: 3px;
	height: 22px;
}
.Column1
{
	width: 37%;
	float: left;
	text-align: right;
	vertical-align: middle;
	padding-top: 3px;
	margin-right: 1%;
}
.Column2
{
	width: 60%;
	float: left;
	padding-top: 3px;
	text-align: left;
}
.Column3
{
	width: 60%;
	float: left;
	text-align: left;
	display: none;
}

.ResumeComboBox
{
	height: 20px;
}

.ResumeTextBox
{
	height: 15px;
	float: left;
}

.divPanelMem
{
	width: auto;
	height: 75px;
	width: 168px;
	overflow: auto;
	border: 1px solid #7f9db9;
	background-color: White;
}
.resumeSearchFilter
{
	width: 99%;
	font-size: 11px;
	color: #797D5C;
}
.resumeSearchFilter input
{
	width: 155px;
	color: #797D5C;
}
.resumeSearchFilter select
{
	width: 159px;
	font-family: Verdana;
	font-size: 11px;
	color: #797D5C;
}
.resumeSearchFilter tr
{
	height: 40px;
}
.resumeEditTable
{
	font-size: 11px;
}
.resumeEditTable input
{
	width: 165px;
	color: #797D5C;
}
.resumeEditTable select
{
	width: 169px;
	font-family: Verdana;
	font-size: 11px;
	color: #797D5C;
	
}
.resumeEditTable textarea
{
	width: 167px;
	height: 50px;
	font-size: 11px;
	color: #797D5C;
	
}

